@charset "UTF-8";
/*
	(1) FRAMEWORK (Foundation)
	============================================
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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; }

/**
 * 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 */ }

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

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

/* 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; }

/*! 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=48em&large=62em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 16px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "PlantinMTStd-Light", "Times New Roman", Times, serif;
  font-weight: normal;
  line-height: 1.6;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

.grid-container {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  max-width: 1280px;
  max-width: 80rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .grid-container.fluid {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

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

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

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

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

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 48em) {
  .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, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 62em) {
  .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, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-13, .grid-x > .xlarge-14, .grid-x > .xlarge-15, .grid-x > .xlarge-16, .grid-x > .xlarge-17, .grid-x > .xlarge-18, .grid-x > .xlarge-19, .grid-x > .xlarge-20, .grid-x > .xlarge-21, .grid-x > .xlarge-22, .grid-x > .xlarge-23, .grid-x > .xlarge-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 90em) {
  .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, .grid-x > .xxlarge-13, .grid-x > .xxlarge-14, .grid-x > .xxlarge-15, .grid-x > .xxlarge-16, .grid-x > .xxlarge-17, .grid-x > .xxlarge-18, .grid-x > .xxlarge-19, .grid-x > .xxlarge-20, .grid-x > .xxlarge-21, .grid-x > .xxlarge-22, .grid-x > .xxlarge-23, .grid-x > .xxlarge-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

.grid-x > .small-13 {
  width: 54.1666666667%; }

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

.grid-x > .small-15 {
  width: 62.5%; }

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

.grid-x > .small-17 {
  width: 70.8333333333%; }

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

.grid-x > .small-19 {
  width: 79.1666666667%; }

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

.grid-x > .small-21 {
  width: 87.5%; }

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

.grid-x > .small-23 {
  width: 95.8333333333%; }

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

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 4.1666666667%; }
  .grid-x > .medium-2 {
    width: 8.3333333333%; }
  .grid-x > .medium-3 {
    width: 12.5%; }
  .grid-x > .medium-4 {
    width: 16.6666666667%; }
  .grid-x > .medium-5 {
    width: 20.8333333333%; }
  .grid-x > .medium-6 {
    width: 25%; }
  .grid-x > .medium-7 {
    width: 29.1666666667%; }
  .grid-x > .medium-8 {
    width: 33.3333333333%; }
  .grid-x > .medium-9 {
    width: 37.5%; }
  .grid-x > .medium-10 {
    width: 41.6666666667%; }
  .grid-x > .medium-11 {
    width: 45.8333333333%; }
  .grid-x > .medium-12 {
    width: 50%; }
  .grid-x > .medium-13 {
    width: 54.1666666667%; }
  .grid-x > .medium-14 {
    width: 58.3333333333%; }
  .grid-x > .medium-15 {
    width: 62.5%; }
  .grid-x > .medium-16 {
    width: 66.6666666667%; }
  .grid-x > .medium-17 {
    width: 70.8333333333%; }
  .grid-x > .medium-18 {
    width: 75%; }
  .grid-x > .medium-19 {
    width: 79.1666666667%; }
  .grid-x > .medium-20 {
    width: 83.3333333333%; }
  .grid-x > .medium-21 {
    width: 87.5%; }
  .grid-x > .medium-22 {
    width: 91.6666666667%; }
  .grid-x > .medium-23 {
    width: 95.8333333333%; }
  .grid-x > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 4.1666666667%; }
  .grid-x > .large-2 {
    width: 8.3333333333%; }
  .grid-x > .large-3 {
    width: 12.5%; }
  .grid-x > .large-4 {
    width: 16.6666666667%; }
  .grid-x > .large-5 {
    width: 20.8333333333%; }
  .grid-x > .large-6 {
    width: 25%; }
  .grid-x > .large-7 {
    width: 29.1666666667%; }
  .grid-x > .large-8 {
    width: 33.3333333333%; }
  .grid-x > .large-9 {
    width: 37.5%; }
  .grid-x > .large-10 {
    width: 41.6666666667%; }
  .grid-x > .large-11 {
    width: 45.8333333333%; }
  .grid-x > .large-12 {
    width: 50%; }
  .grid-x > .large-13 {
    width: 54.1666666667%; }
  .grid-x > .large-14 {
    width: 58.3333333333%; }
  .grid-x > .large-15 {
    width: 62.5%; }
  .grid-x > .large-16 {
    width: 66.6666666667%; }
  .grid-x > .large-17 {
    width: 70.8333333333%; }
  .grid-x > .large-18 {
    width: 75%; }
  .grid-x > .large-19 {
    width: 79.1666666667%; }
  .grid-x > .large-20 {
    width: 83.3333333333%; }
  .grid-x > .large-21 {
    width: 87.5%; }
  .grid-x > .large-22 {
    width: 91.6666666667%; }
  .grid-x > .large-23 {
    width: 95.8333333333%; }
  .grid-x > .large-24 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 4.1666666667%; }
  .grid-x > .xlarge-2 {
    width: 8.3333333333%; }
  .grid-x > .xlarge-3 {
    width: 12.5%; }
  .grid-x > .xlarge-4 {
    width: 16.6666666667%; }
  .grid-x > .xlarge-5 {
    width: 20.8333333333%; }
  .grid-x > .xlarge-6 {
    width: 25%; }
  .grid-x > .xlarge-7 {
    width: 29.1666666667%; }
  .grid-x > .xlarge-8 {
    width: 33.3333333333%; }
  .grid-x > .xlarge-9 {
    width: 37.5%; }
  .grid-x > .xlarge-10 {
    width: 41.6666666667%; }
  .grid-x > .xlarge-11 {
    width: 45.8333333333%; }
  .grid-x > .xlarge-12 {
    width: 50%; }
  .grid-x > .xlarge-13 {
    width: 54.1666666667%; }
  .grid-x > .xlarge-14 {
    width: 58.3333333333%; }
  .grid-x > .xlarge-15 {
    width: 62.5%; }
  .grid-x > .xlarge-16 {
    width: 66.6666666667%; }
  .grid-x > .xlarge-17 {
    width: 70.8333333333%; }
  .grid-x > .xlarge-18 {
    width: 75%; }
  .grid-x > .xlarge-19 {
    width: 79.1666666667%; }
  .grid-x > .xlarge-20 {
    width: 83.3333333333%; }
  .grid-x > .xlarge-21 {
    width: 87.5%; }
  .grid-x > .xlarge-22 {
    width: 91.6666666667%; }
  .grid-x > .xlarge-23 {
    width: 95.8333333333%; }
  .grid-x > .xlarge-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 4.1666666667%; }
  .grid-x > .xxlarge-2 {
    width: 8.3333333333%; }
  .grid-x > .xxlarge-3 {
    width: 12.5%; }
  .grid-x > .xxlarge-4 {
    width: 16.6666666667%; }
  .grid-x > .xxlarge-5 {
    width: 20.8333333333%; }
  .grid-x > .xxlarge-6 {
    width: 25%; }
  .grid-x > .xxlarge-7 {
    width: 29.1666666667%; }
  .grid-x > .xxlarge-8 {
    width: 33.3333333333%; }
  .grid-x > .xxlarge-9 {
    width: 37.5%; }
  .grid-x > .xxlarge-10 {
    width: 41.6666666667%; }
  .grid-x > .xxlarge-11 {
    width: 45.8333333333%; }
  .grid-x > .xxlarge-12 {
    width: 50%; }
  .grid-x > .xxlarge-13 {
    width: 54.1666666667%; }
  .grid-x > .xxlarge-14 {
    width: 58.3333333333%; }
  .grid-x > .xxlarge-15 {
    width: 62.5%; }
  .grid-x > .xxlarge-16 {
    width: 66.6666666667%; }
  .grid-x > .xxlarge-17 {
    width: 70.8333333333%; }
  .grid-x > .xxlarge-18 {
    width: 75%; }
  .grid-x > .xxlarge-19 {
    width: 79.1666666667%; }
  .grid-x > .xxlarge-20 {
    width: 83.3333333333%; }
  .grid-x > .xxlarge-21 {
    width: 87.5%; }
  .grid-x > .xxlarge-22 {
    width: 91.6666666667%; }
  .grid-x > .xxlarge-23 {
    width: 95.8333333333%; }
  .grid-x > .xxlarge-24 {
    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: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-right: 15px;
    margin-right: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.875rem); }
  .grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.875rem); }
  .grid-margin-x > .small-3 {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.875rem); }
  .grid-margin-x > .small-6 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.875rem); }
  .grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x > .small-9 {
    width: calc(37.5% - 1.875rem); }
  .grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.875rem); }
  .grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.875rem); }
  .grid-margin-x > .small-12 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.875rem); }
  .grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.875rem); }
  .grid-margin-x > .small-15 {
    width: calc(62.5% - 1.875rem); }
  .grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.875rem); }
  .grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.875rem); }
  .grid-margin-x > .small-18 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.875rem); }
  .grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.875rem); }
  .grid-margin-x > .small-21 {
    width: calc(87.5% - 1.875rem); }
  .grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.875rem); }
  .grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.875rem); }
  .grid-margin-x > .small-24 {
    width: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .small-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .small-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .small-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .small-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .small-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .small-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .small-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .small-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .small-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .small-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .small-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .small-24 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .medium-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .medium-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .medium-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .medium-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .medium-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .medium-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .medium-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .medium-24 {
      width: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 62em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .large-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .large-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .large-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .large-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .large-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .large-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .large-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .large-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .large-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .large-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .large-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .large-24 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xlarge-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .xlarge-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xlarge-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .xlarge-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .xlarge-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .xlarge-24 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(4.1666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(8.3333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(12.5% - 2.5rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(16.6666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(20.8333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(29.1666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(33.3333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(37.5% - 2.5rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(41.6666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(45.8333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxlarge-13 {
      width: calc(54.1666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-14 {
      width: calc(58.3333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-15 {
      width: calc(62.5% - 2.5rem); }
    .grid-margin-x > .xxlarge-16 {
      width: calc(66.6666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-17 {
      width: calc(70.8333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-18 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxlarge-19 {
      width: calc(79.1666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-20 {
      width: calc(83.3333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-21 {
      width: calc(87.5% - 2.5rem); }
    .grid-margin-x > .xxlarge-22 {
      width: calc(91.6666666667% - 2.5rem); }
    .grid-margin-x > .xxlarge-23 {
      width: calc(95.8333333333% - 2.5rem); }
    .grid-margin-x > .xxlarge-24 {
      width: calc(100% - 2.5rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -15px;
  margin-right: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

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

.grid-padding-x > .cell {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.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: 48em) {
  .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: 62em) {
  .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: 75em) {
  .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: 90em) {
  .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% - 1.875rem); }

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

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

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

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

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

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

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

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

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

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

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

.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: 4.1666666667%; }
  .small-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-3 {
    width: 12.5%; }
  .small-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .small-margin-collapse > .small-6 {
    width: 25%; }
  .small-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .small-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-9 {
    width: 37.5%; }
  .small-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .small-margin-collapse > .small-12 {
    width: 50%; }
  .small-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .small-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-15 {
    width: 62.5%; }
  .small-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .small-margin-collapse > .small-18 {
    width: 75%; }
  .small-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .small-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-21 {
    width: 87.5%; }
  .small-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .small-margin-collapse > .small-24 {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .medium-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .medium-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-3 {
      width: 12.5%; }
    .small-margin-collapse > .medium-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .medium-6 {
      width: 25%; }
    .small-margin-collapse > .medium-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .medium-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-9 {
      width: 37.5%; }
    .small-margin-collapse > .medium-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .medium-12 {
      width: 50%; }
    .small-margin-collapse > .medium-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .medium-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-15 {
      width: 62.5%; }
    .small-margin-collapse > .medium-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .medium-18 {
      width: 75%; }
    .small-margin-collapse > .medium-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .medium-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-21 {
      width: 87.5%; }
    .small-margin-collapse > .medium-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .medium-24 {
      width: 100%; } }
  @media print, screen and (min-width: 62em) {
    .small-margin-collapse > .large-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .large-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-3 {
      width: 12.5%; }
    .small-margin-collapse > .large-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .large-6 {
      width: 25%; }
    .small-margin-collapse > .large-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .large-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-9 {
      width: 37.5%; }
    .small-margin-collapse > .large-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .large-12 {
      width: 50%; }
    .small-margin-collapse > .large-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .large-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-15 {
      width: 62.5%; }
    .small-margin-collapse > .large-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .large-18 {
      width: 75%; }
    .small-margin-collapse > .large-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .large-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-21 {
      width: 87.5%; }
    .small-margin-collapse > .large-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .large-24 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .xlarge-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xlarge-3 {
      width: 12.5%; }
    .small-margin-collapse > .xlarge-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xlarge-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .xlarge-6 {
      width: 25%; }
    .small-margin-collapse > .xlarge-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .xlarge-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xlarge-9 {
      width: 37.5%; }
    .small-margin-collapse > .xlarge-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xlarge-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .xlarge-12 {
      width: 50%; }
    .small-margin-collapse > .xlarge-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .xlarge-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xlarge-15 {
      width: 62.5%; }
    .small-margin-collapse > .xlarge-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xlarge-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .xlarge-18 {
      width: 75%; }
    .small-margin-collapse > .xlarge-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .xlarge-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xlarge-21 {
      width: 87.5%; }
    .small-margin-collapse > .xlarge-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xlarge-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .xlarge-24 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 12.5%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 37.5%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .xxlarge-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xxlarge-15 {
      width: 62.5%; }
    .small-margin-collapse > .xxlarge-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xxlarge-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .xxlarge-18 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .xxlarge-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xxlarge-21 {
      width: 87.5%; }
    .small-margin-collapse > .xxlarge-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xxlarge-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .xxlarge-24 {
      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: 48em) {
  .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: 48em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-3 {
    width: 12.5%; }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .small-6 {
    width: 25%; }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-9 {
    width: 37.5%; }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .small-12 {
    width: 50%; }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-15 {
    width: 62.5%; }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .small-18 {
    width: 75%; }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-21 {
    width: 87.5%; }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .small-24 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%; }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .medium-6 {
    width: 25%; }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%; }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .medium-12 {
    width: 50%; }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%; }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .medium-18 {
    width: 75%; }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%; }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-3 {
    width: 12.5%; }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .large-6 {
    width: 25%; }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-9 {
    width: 37.5%; }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .large-12 {
    width: 50%; }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-15 {
    width: 62.5%; }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .large-18 {
    width: 75%; }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-21 {
    width: 87.5%; }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .large-24 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .xlarge-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%; }
  .medium-margin-collapse > .xlarge-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .xlarge-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .xlarge-18 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .xlarge-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%; }
  .medium-margin-collapse > .xlarge-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .xlarge-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .xlarge-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 12.5%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 37.5%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .xxlarge-15 {
    width: 62.5%; }
  .medium-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .xxlarge-18 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .xxlarge-21 {
    width: 87.5%; }
  .medium-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .xxlarge-24 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .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: 62em) {
  .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: 62em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-3 {
    width: 12.5%; }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .small-6 {
    width: 25%; }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-9 {
    width: 37.5%; }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .small-12 {
    width: 50%; }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-15 {
    width: 62.5%; }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .small-18 {
    width: 75%; }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-21 {
    width: 87.5%; }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .small-24 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-3 {
    width: 12.5%; }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .medium-6 {
    width: 25%; }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-9 {
    width: 37.5%; }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .medium-12 {
    width: 50%; }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-15 {
    width: 62.5%; }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .medium-18 {
    width: 75%; }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-21 {
    width: 87.5%; }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 62em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-3 {
    width: 12.5%; }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .large-6 {
    width: 25%; }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-9 {
    width: 37.5%; }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .large-12 {
    width: 50%; }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-15 {
    width: 62.5%; }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .large-18 {
    width: 75%; }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-21 {
    width: 87.5%; }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .large-24 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .xlarge-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .xlarge-3 {
    width: 12.5%; }
  .large-margin-collapse > .xlarge-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .xlarge-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .xlarge-6 {
    width: 25%; }
  .large-margin-collapse > .xlarge-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .xlarge-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .xlarge-9 {
    width: 37.5%; }
  .large-margin-collapse > .xlarge-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .xlarge-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .xlarge-12 {
    width: 50%; }
  .large-margin-collapse > .xlarge-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .xlarge-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .xlarge-15 {
    width: 62.5%; }
  .large-margin-collapse > .xlarge-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .xlarge-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .xlarge-18 {
    width: 75%; }
  .large-margin-collapse > .xlarge-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .xlarge-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .xlarge-21 {
    width: 87.5%; }
  .large-margin-collapse > .xlarge-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .xlarge-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .xlarge-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 12.5%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 37.5%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .xxlarge-15 {
    width: 62.5%; }
  .large-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .xxlarge-18 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .xxlarge-21 {
    width: 87.5%; }
  .large-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .xxlarge-24 {
    width: 100%; } }

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

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .xlarge-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .small-3 {
    width: 12.5%; }
  .xlarge-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .xlarge-margin-collapse > .small-6 {
    width: 25%; }
  .xlarge-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .xlarge-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .small-9 {
    width: 37.5%; }
  .xlarge-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .xlarge-margin-collapse > .small-12 {
    width: 50%; }
  .xlarge-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .xlarge-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .small-15 {
    width: 62.5%; }
  .xlarge-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .xlarge-margin-collapse > .small-18 {
    width: 75%; }
  .xlarge-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .xlarge-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .small-21 {
    width: 87.5%; }
  .xlarge-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .xlarge-margin-collapse > .small-24 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .xlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%; }
  .xlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .xlarge-margin-collapse > .medium-18 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .xlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%; }
  .xlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .xlarge-margin-collapse > .medium-24 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .xlarge-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .large-3 {
    width: 12.5%; }
  .xlarge-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .xlarge-margin-collapse > .large-6 {
    width: 25%; }
  .xlarge-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .xlarge-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .large-9 {
    width: 37.5%; }
  .xlarge-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .xlarge-margin-collapse > .large-12 {
    width: 50%; }
  .xlarge-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .xlarge-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .large-15 {
    width: 62.5%; }
  .xlarge-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .xlarge-margin-collapse > .large-18 {
    width: 75%; }
  .xlarge-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .xlarge-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .large-21 {
    width: 87.5%; }
  .xlarge-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .xlarge-margin-collapse > .large-24 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%; }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%; }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%; }
  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%; }
  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%; }
  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%; }
  .xlarge-margin-collapse > .xlarge-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%; }
  .xlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%; }
  .xlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%; }
  .xlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%; }
  .xlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%; }
  .xlarge-margin-collapse > .xxlarge-18 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%; }
  .xlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%; }
  .xlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%; }
  .xlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%; }
  .xlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%; }
  .xlarge-margin-collapse > .xxlarge-24 {
    width: 100%; } }

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

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

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 12.5%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 37.5%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .xxlarge-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .xxlarge-margin-collapse > .small-15 {
    width: 62.5%; }
  .xxlarge-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .xxlarge-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .xxlarge-margin-collapse > .small-18 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .xxlarge-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .xxlarge-margin-collapse > .small-21 {
    width: 87.5%; }
  .xxlarge-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .xxlarge-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .xxlarge-margin-collapse > .small-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 12.5%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 37.5%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .xxlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .xxlarge-margin-collapse > .medium-15 {
    width: 62.5%; }
  .xxlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .xxlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .xxlarge-margin-collapse > .medium-18 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .xxlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .xxlarge-margin-collapse > .medium-21 {
    width: 87.5%; }
  .xxlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .xxlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .xxlarge-margin-collapse > .medium-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 12.5%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 37.5%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .xxlarge-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .xxlarge-margin-collapse > .large-15 {
    width: 62.5%; }
  .xxlarge-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .xxlarge-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .xxlarge-margin-collapse > .large-18 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .xxlarge-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .xxlarge-margin-collapse > .large-21 {
    width: 87.5%; }
  .xxlarge-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .xxlarge-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .xxlarge-margin-collapse > .large-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 12.5%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 37.5%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%; }
  .xxlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%; }
  .xxlarge-margin-collapse > .xlarge-15 {
    width: 62.5%; }
  .xxlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%; }
  .xxlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%; }
  .xxlarge-margin-collapse > .xlarge-18 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%; }
  .xxlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%; }
  .xxlarge-margin-collapse > .xlarge-21 {
    width: 87.5%; }
  .xxlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%; }
  .xxlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%; }
  .xxlarge-margin-collapse > .xlarge-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%; }
  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%; }
  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%; }
  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%; }
  .xxlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%; }
  .xxlarge-margin-collapse > .xxlarge-18 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%; }
  .xxlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%; }
  .xxlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%; }
  .xxlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%; }
  .xxlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%; }
  .xxlarge-margin-collapse > .xxlarge-24 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .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.9375rem); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 54.1666666667%; }

.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 0.9375rem); }

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

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

.small-offset-15 {
  margin-left: 62.5%; }

.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 0.9375rem); }

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

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

.small-offset-17 {
  margin-left: 70.8333333333%; }

.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 0.9375rem); }

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

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

.small-offset-19 {
  margin-left: 79.1666666667%; }

.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 0.9375rem); }

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

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

.small-offset-21 {
  margin-left: 87.5%; }

.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 0.9375rem); }

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

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

.small-offset-23 {
  margin-left: 95.8333333333%; }

.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 0.9375rem); }

@media print, screen and (min-width: 48em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem); }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem); }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.25rem); }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem); }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem); }
  .medium-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.25rem); }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem); }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem); }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.25rem); }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem); }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem); }
  .medium-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.25rem); }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem); }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem); }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.25rem); }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem); }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem); }
  .medium-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.25rem); }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem); }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem); }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.25rem); }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem); }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem); } }

@media print, screen and (min-width: 62em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem); }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem); }
  .large-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.25rem); }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem); }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem); }
  .large-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.25rem); }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem); }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem); }
  .large-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.25rem); }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem); }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem); }
  .large-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.25rem); }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem); }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem); }
  .large-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.25rem); }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem); }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem); }
  .large-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.25rem); }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem); }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem); }
  .large-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.25rem); }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem); }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem); }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem); }
  .xlarge-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 1.25rem); }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem); }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem); }
  .xlarge-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 1.25rem); }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem); }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem); }
  .xlarge-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 1.25rem); }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem); }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem); }
  .xlarge-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 1.25rem); }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem); }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem); }
  .xlarge-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 1.25rem); }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem); }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem); }
  .xlarge-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 1.25rem); }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem); }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem); }
  .xlarge-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 1.25rem); }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem); }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem); } }

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem); }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem); }
  .xxlarge-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 1.25rem); }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem); }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem); }
  .xxlarge-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(25% + 1.25rem); }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem); }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem); }
  .xxlarge-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 1.25rem); }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem); }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem); }
  .xxlarge-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(50% + 1.25rem); }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem); }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem); }
  .xxlarge-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 1.25rem); }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem); }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem); }
  .xxlarge-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-18 {
    margin-left: calc(75% + 1.25rem); }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem); }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem); }
  .xxlarge-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 1.25rem); }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem); }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 48em) {
    .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, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 62em) {
    .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, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-13, .grid-y > .xlarge-14, .grid-y > .xlarge-15, .grid-y > .xlarge-16, .grid-y > .xlarge-17, .grid-y > .xlarge-18, .grid-y > .xlarge-19, .grid-y > .xlarge-20, .grid-y > .xlarge-21, .grid-y > .xlarge-22, .grid-y > .xlarge-23, .grid-y > .xlarge-24 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .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, .grid-y > .xxlarge-13, .grid-y > .xxlarge-14, .grid-y > .xxlarge-15, .grid-y > .xxlarge-16, .grid-y > .xxlarge-17, .grid-y > .xxlarge-18, .grid-y > .xxlarge-19, .grid-y > .xxlarge-20, .grid-y > .xxlarge-21, .grid-y > .xxlarge-22, .grid-y > .xxlarge-23, .grid-y > .xxlarge-24 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 4.1666666667%; }
  .grid-y > .small-2 {
    height: 8.3333333333%; }
  .grid-y > .small-3 {
    height: 12.5%; }
  .grid-y > .small-4 {
    height: 16.6666666667%; }
  .grid-y > .small-5 {
    height: 20.8333333333%; }
  .grid-y > .small-6 {
    height: 25%; }
  .grid-y > .small-7 {
    height: 29.1666666667%; }
  .grid-y > .small-8 {
    height: 33.3333333333%; }
  .grid-y > .small-9 {
    height: 37.5%; }
  .grid-y > .small-10 {
    height: 41.6666666667%; }
  .grid-y > .small-11 {
    height: 45.8333333333%; }
  .grid-y > .small-12 {
    height: 50%; }
  .grid-y > .small-13 {
    height: 54.1666666667%; }
  .grid-y > .small-14 {
    height: 58.3333333333%; }
  .grid-y > .small-15 {
    height: 62.5%; }
  .grid-y > .small-16 {
    height: 66.6666666667%; }
  .grid-y > .small-17 {
    height: 70.8333333333%; }
  .grid-y > .small-18 {
    height: 75%; }
  .grid-y > .small-19 {
    height: 79.1666666667%; }
  .grid-y > .small-20 {
    height: 83.3333333333%; }
  .grid-y > .small-21 {
    height: 87.5%; }
  .grid-y > .small-22 {
    height: 91.6666666667%; }
  .grid-y > .small-23 {
    height: 95.8333333333%; }
  .grid-y > .small-24 {
    height: 100%; }
  @media print, screen and (min-width: 48em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 4.1666666667%; }
    .grid-y > .medium-2 {
      height: 8.3333333333%; }
    .grid-y > .medium-3 {
      height: 12.5%; }
    .grid-y > .medium-4 {
      height: 16.6666666667%; }
    .grid-y > .medium-5 {
      height: 20.8333333333%; }
    .grid-y > .medium-6 {
      height: 25%; }
    .grid-y > .medium-7 {
      height: 29.1666666667%; }
    .grid-y > .medium-8 {
      height: 33.3333333333%; }
    .grid-y > .medium-9 {
      height: 37.5%; }
    .grid-y > .medium-10 {
      height: 41.6666666667%; }
    .grid-y > .medium-11 {
      height: 45.8333333333%; }
    .grid-y > .medium-12 {
      height: 50%; }
    .grid-y > .medium-13 {
      height: 54.1666666667%; }
    .grid-y > .medium-14 {
      height: 58.3333333333%; }
    .grid-y > .medium-15 {
      height: 62.5%; }
    .grid-y > .medium-16 {
      height: 66.6666666667%; }
    .grid-y > .medium-17 {
      height: 70.8333333333%; }
    .grid-y > .medium-18 {
      height: 75%; }
    .grid-y > .medium-19 {
      height: 79.1666666667%; }
    .grid-y > .medium-20 {
      height: 83.3333333333%; }
    .grid-y > .medium-21 {
      height: 87.5%; }
    .grid-y > .medium-22 {
      height: 91.6666666667%; }
    .grid-y > .medium-23 {
      height: 95.8333333333%; }
    .grid-y > .medium-24 {
      height: 100%; } }
  @media print, screen and (min-width: 62em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 4.1666666667%; }
    .grid-y > .large-2 {
      height: 8.3333333333%; }
    .grid-y > .large-3 {
      height: 12.5%; }
    .grid-y > .large-4 {
      height: 16.6666666667%; }
    .grid-y > .large-5 {
      height: 20.8333333333%; }
    .grid-y > .large-6 {
      height: 25%; }
    .grid-y > .large-7 {
      height: 29.1666666667%; }
    .grid-y > .large-8 {
      height: 33.3333333333%; }
    .grid-y > .large-9 {
      height: 37.5%; }
    .grid-y > .large-10 {
      height: 41.6666666667%; }
    .grid-y > .large-11 {
      height: 45.8333333333%; }
    .grid-y > .large-12 {
      height: 50%; }
    .grid-y > .large-13 {
      height: 54.1666666667%; }
    .grid-y > .large-14 {
      height: 58.3333333333%; }
    .grid-y > .large-15 {
      height: 62.5%; }
    .grid-y > .large-16 {
      height: 66.6666666667%; }
    .grid-y > .large-17 {
      height: 70.8333333333%; }
    .grid-y > .large-18 {
      height: 75%; }
    .grid-y > .large-19 {
      height: 79.1666666667%; }
    .grid-y > .large-20 {
      height: 83.3333333333%; }
    .grid-y > .large-21 {
      height: 87.5%; }
    .grid-y > .large-22 {
      height: 91.6666666667%; }
    .grid-y > .large-23 {
      height: 95.8333333333%; }
    .grid-y > .large-24 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 4.1666666667%; }
    .grid-y > .xlarge-2 {
      height: 8.3333333333%; }
    .grid-y > .xlarge-3 {
      height: 12.5%; }
    .grid-y > .xlarge-4 {
      height: 16.6666666667%; }
    .grid-y > .xlarge-5 {
      height: 20.8333333333%; }
    .grid-y > .xlarge-6 {
      height: 25%; }
    .grid-y > .xlarge-7 {
      height: 29.1666666667%; }
    .grid-y > .xlarge-8 {
      height: 33.3333333333%; }
    .grid-y > .xlarge-9 {
      height: 37.5%; }
    .grid-y > .xlarge-10 {
      height: 41.6666666667%; }
    .grid-y > .xlarge-11 {
      height: 45.8333333333%; }
    .grid-y > .xlarge-12 {
      height: 50%; }
    .grid-y > .xlarge-13 {
      height: 54.1666666667%; }
    .grid-y > .xlarge-14 {
      height: 58.3333333333%; }
    .grid-y > .xlarge-15 {
      height: 62.5%; }
    .grid-y > .xlarge-16 {
      height: 66.6666666667%; }
    .grid-y > .xlarge-17 {
      height: 70.8333333333%; }
    .grid-y > .xlarge-18 {
      height: 75%; }
    .grid-y > .xlarge-19 {
      height: 79.1666666667%; }
    .grid-y > .xlarge-20 {
      height: 83.3333333333%; }
    .grid-y > .xlarge-21 {
      height: 87.5%; }
    .grid-y > .xlarge-22 {
      height: 91.6666666667%; }
    .grid-y > .xlarge-23 {
      height: 95.8333333333%; }
    .grid-y > .xlarge-24 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 4.1666666667%; }
    .grid-y > .xxlarge-2 {
      height: 8.3333333333%; }
    .grid-y > .xxlarge-3 {
      height: 12.5%; }
    .grid-y > .xxlarge-4 {
      height: 16.6666666667%; }
    .grid-y > .xxlarge-5 {
      height: 20.8333333333%; }
    .grid-y > .xxlarge-6 {
      height: 25%; }
    .grid-y > .xxlarge-7 {
      height: 29.1666666667%; }
    .grid-y > .xxlarge-8 {
      height: 33.3333333333%; }
    .grid-y > .xxlarge-9 {
      height: 37.5%; }
    .grid-y > .xxlarge-10 {
      height: 41.6666666667%; }
    .grid-y > .xxlarge-11 {
      height: 45.8333333333%; }
    .grid-y > .xxlarge-12 {
      height: 50%; }
    .grid-y > .xxlarge-13 {
      height: 54.1666666667%; }
    .grid-y > .xxlarge-14 {
      height: 58.3333333333%; }
    .grid-y > .xxlarge-15 {
      height: 62.5%; }
    .grid-y > .xxlarge-16 {
      height: 66.6666666667%; }
    .grid-y > .xxlarge-17 {
      height: 70.8333333333%; }
    .grid-y > .xxlarge-18 {
      height: 75%; }
    .grid-y > .xxlarge-19 {
      height: 79.1666666667%; }
    .grid-y > .xxlarge-20 {
      height: 83.3333333333%; }
    .grid-y > .xxlarge-21 {
      height: 87.5%; }
    .grid-y > .xxlarge-22 {
      height: 91.6666666667%; }
    .grid-y > .xxlarge-23 {
      height: 95.8333333333%; }
    .grid-y > .xxlarge-24 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -15px;
  margin-top: -0.9375rem;
  margin-bottom: -15px;
  margin-bottom: -0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }

.grid-padding-y > .cell {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.grid-margin-y {
  margin-top: -15px;
  margin-top: -0.9375rem;
  margin-bottom: -15px;
  margin-bottom: -0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem); }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem); }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem); }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem); }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem); }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem); }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem); }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem); }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem); }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem); }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 62em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .xlarge-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .xlarge-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-24 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-24 {
      height: calc(100% - 2.5rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -15px;
  margin-top: -0.9375rem;
  margin-bottom: -15px;
  margin-bottom: -0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 15px;
    margin-top: 0.9375rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(12.5% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(37.5% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.875rem); }
  .grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.875rem); }
  .grid-margin-y > .small-15 {
    height: calc(62.5% - 1.875rem); }
  .grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.875rem); }
  .grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.875rem); }
  .grid-margin-y > .small-18 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.875rem); }
  .grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.875rem); }
  .grid-margin-y > .small-21 {
    height: calc(87.5% - 1.875rem); }
  .grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.875rem); }
  .grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.875rem); }
  .grid-margin-y > .small-24 {
    height: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 2.5rem); } }
  @media print, screen and (min-width: 62em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .xlarge-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .xlarge-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .xlarge-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .xlarge-24 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(4.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(8.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(12.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(16.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(20.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(29.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(33.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(37.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(41.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(45.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-13 {
      height: calc(54.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-14 {
      height: calc(58.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-15 {
      height: calc(62.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-16 {
      height: calc(66.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-17 {
      height: calc(70.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-18 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-19 {
      height: calc(79.1666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-20 {
      height: calc(83.3333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-21 {
      height: calc(87.5% - 2.5rem); }
    .grid-margin-y > .xxlarge-22 {
      height: calc(91.6666666667% - 2.5rem); }
    .grid-margin-y > .xxlarge-23 {
      height: calc(95.8333333333% - 2.5rem); }
    .grid-margin-y > .xxlarge-24 {
      height: calc(100% - 2.5rem); } }

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

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

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

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

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

.row {
  max-width: 1280px;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -10px;
    margin-right: -0.625rem;
    margin-left: -10px;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 62em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 4.1666666667%; }

.small-push-1 {
  position: relative;
  left: 4.1666666667%; }

.small-pull-1 {
  position: relative;
  left: -4.1666666667%; }

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

.small-2 {
  width: 8.3333333333%; }

.small-push-2 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-2 {
  position: relative;
  left: -8.3333333333%; }

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

.small-3 {
  width: 12.5%; }

.small-push-3 {
  position: relative;
  left: 12.5%; }

.small-pull-3 {
  position: relative;
  left: -12.5%; }

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

.small-4 {
  width: 16.6666666667%; }

.small-push-4 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-4 {
  position: relative;
  left: -16.6666666667%; }

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

.small-5 {
  width: 20.8333333333%; }

.small-push-5 {
  position: relative;
  left: 20.8333333333%; }

.small-pull-5 {
  position: relative;
  left: -20.8333333333%; }

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

.small-6 {
  width: 25%; }

.small-push-6 {
  position: relative;
  left: 25%; }

.small-pull-6 {
  position: relative;
  left: -25%; }

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

.small-7 {
  width: 29.1666666667%; }

.small-push-7 {
  position: relative;
  left: 29.1666666667%; }

.small-pull-7 {
  position: relative;
  left: -29.1666666667%; }

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

.small-8 {
  width: 33.3333333333%; }

.small-push-8 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-8 {
  position: relative;
  left: -33.3333333333%; }

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

.small-9 {
  width: 37.5%; }

.small-push-9 {
  position: relative;
  left: 37.5%; }

.small-pull-9 {
  position: relative;
  left: -37.5%; }

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

.small-10 {
  width: 41.6666666667%; }

.small-push-10 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-10 {
  position: relative;
  left: -41.6666666667%; }

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

.small-11 {
  width: 45.8333333333%; }

.small-push-11 {
  position: relative;
  left: 45.8333333333%; }

.small-pull-11 {
  position: relative;
  left: -45.8333333333%; }

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

.small-12 {
  width: 50%; }

.small-push-12 {
  position: relative;
  left: 50%; }

.small-pull-12 {
  position: relative;
  left: -50%; }

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

.small-13 {
  width: 54.1666666667%; }

.small-push-13 {
  position: relative;
  left: 54.1666666667%; }

.small-pull-13 {
  position: relative;
  left: -54.1666666667%; }

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

.small-14 {
  width: 58.3333333333%; }

.small-push-14 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-14 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-13 {
  margin-left: 54.1666666667%; }

.small-15 {
  width: 62.5%; }

.small-push-15 {
  position: relative;
  left: 62.5%; }

.small-pull-15 {
  position: relative;
  left: -62.5%; }

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

.small-16 {
  width: 66.6666666667%; }

.small-push-16 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-16 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  width: 70.8333333333%; }

.small-push-17 {
  position: relative;
  left: 70.8333333333%; }

.small-pull-17 {
  position: relative;
  left: -70.8333333333%; }

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

.small-18 {
  width: 75%; }

.small-push-18 {
  position: relative;
  left: 75%; }

.small-pull-18 {
  position: relative;
  left: -75%; }

.small-offset-17 {
  margin-left: 70.8333333333%; }

.small-19 {
  width: 79.1666666667%; }

.small-push-19 {
  position: relative;
  left: 79.1666666667%; }

.small-pull-19 {
  position: relative;
  left: -79.1666666667%; }

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

.small-20 {
  width: 83.3333333333%; }

.small-push-20 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-20 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-19 {
  margin-left: 79.1666666667%; }

.small-21 {
  width: 87.5%; }

.small-push-21 {
  position: relative;
  left: 87.5%; }

.small-pull-21 {
  position: relative;
  left: -87.5%; }

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

.small-22 {
  width: 91.6666666667%; }

.small-push-22 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-22 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  width: 95.8333333333%; }

.small-push-23 {
  position: relative;
  left: 95.8333333333%; }

.small-pull-23 {
  position: relative;
  left: -95.8333333333%; }

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

.small-24 {
  width: 100%; }

.small-offset-23 {
  margin-left: 95.8333333333%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    width: 4.1666666667%; }
  .medium-push-1 {
    position: relative;
    left: 4.1666666667%; }
  .medium-pull-1 {
    position: relative;
    left: -4.1666666667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 8.3333333333%; }
  .medium-push-2 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-2 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .medium-3 {
    width: 12.5%; }
  .medium-push-3 {
    position: relative;
    left: 12.5%; }
  .medium-pull-3 {
    position: relative;
    left: -12.5%; }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .medium-4 {
    width: 16.6666666667%; }
  .medium-push-4 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-4 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    width: 20.8333333333%; }
  .medium-push-5 {
    position: relative;
    left: 20.8333333333%; }
  .medium-pull-5 {
    position: relative;
    left: -20.8333333333%; }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .medium-6 {
    width: 25%; }
  .medium-push-6 {
    position: relative;
    left: 25%; }
  .medium-pull-6 {
    position: relative;
    left: -25%; }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .medium-7 {
    width: 29.1666666667%; }
  .medium-push-7 {
    position: relative;
    left: 29.1666666667%; }
  .medium-pull-7 {
    position: relative;
    left: -29.1666666667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    width: 33.3333333333%; }
  .medium-push-8 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-8 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .medium-9 {
    width: 37.5%; }
  .medium-push-9 {
    position: relative;
    left: 37.5%; }
  .medium-pull-9 {
    position: relative;
    left: -37.5%; }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .medium-10 {
    width: 41.6666666667%; }
  .medium-push-10 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-10 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    width: 45.8333333333%; }
  .medium-push-11 {
    position: relative;
    left: 45.8333333333%; }
  .medium-pull-11 {
    position: relative;
    left: -45.8333333333%; }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .medium-12 {
    width: 50%; }
  .medium-push-12 {
    position: relative;
    left: 50%; }
  .medium-pull-12 {
    position: relative;
    left: -50%; }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .medium-13 {
    width: 54.1666666667%; }
  .medium-push-13 {
    position: relative;
    left: 54.1666666667%; }
  .medium-pull-13 {
    position: relative;
    left: -54.1666666667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    width: 58.3333333333%; }
  .medium-push-14 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-14 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .medium-15 {
    width: 62.5%; }
  .medium-push-15 {
    position: relative;
    left: 62.5%; }
  .medium-pull-15 {
    position: relative;
    left: -62.5%; }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .medium-16 {
    width: 66.6666666667%; }
  .medium-push-16 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-16 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    width: 70.8333333333%; }
  .medium-push-17 {
    position: relative;
    left: 70.8333333333%; }
  .medium-pull-17 {
    position: relative;
    left: -70.8333333333%; }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .medium-18 {
    width: 75%; }
  .medium-push-18 {
    position: relative;
    left: 75%; }
  .medium-pull-18 {
    position: relative;
    left: -75%; }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .medium-19 {
    width: 79.1666666667%; }
  .medium-push-19 {
    position: relative;
    left: 79.1666666667%; }
  .medium-pull-19 {
    position: relative;
    left: -79.1666666667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    width: 83.3333333333%; }
  .medium-push-20 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-20 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .medium-21 {
    width: 87.5%; }
  .medium-push-21 {
    position: relative;
    left: 87.5%; }
  .medium-pull-21 {
    position: relative;
    left: -87.5%; }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .medium-22 {
    width: 91.6666666667%; }
  .medium-push-22 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-22 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    width: 95.8333333333%; }
  .medium-push-23 {
    position: relative;
    left: 95.8333333333%; }
  .medium-pull-23 {
    position: relative;
    left: -95.8333333333%; }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 62em) {
  .large-1 {
    width: 4.1666666667%; }
  .large-push-1 {
    position: relative;
    left: 4.1666666667%; }
  .large-pull-1 {
    position: relative;
    left: -4.1666666667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 8.3333333333%; }
  .large-push-2 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-2 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .large-3 {
    width: 12.5%; }
  .large-push-3 {
    position: relative;
    left: 12.5%; }
  .large-pull-3 {
    position: relative;
    left: -12.5%; }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .large-4 {
    width: 16.6666666667%; }
  .large-push-4 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-4 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    width: 20.8333333333%; }
  .large-push-5 {
    position: relative;
    left: 20.8333333333%; }
  .large-pull-5 {
    position: relative;
    left: -20.8333333333%; }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .large-6 {
    width: 25%; }
  .large-push-6 {
    position: relative;
    left: 25%; }
  .large-pull-6 {
    position: relative;
    left: -25%; }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .large-7 {
    width: 29.1666666667%; }
  .large-push-7 {
    position: relative;
    left: 29.1666666667%; }
  .large-pull-7 {
    position: relative;
    left: -29.1666666667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    width: 33.3333333333%; }
  .large-push-8 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-8 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .large-9 {
    width: 37.5%; }
  .large-push-9 {
    position: relative;
    left: 37.5%; }
  .large-pull-9 {
    position: relative;
    left: -37.5%; }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .large-10 {
    width: 41.6666666667%; }
  .large-push-10 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-10 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    width: 45.8333333333%; }
  .large-push-11 {
    position: relative;
    left: 45.8333333333%; }
  .large-pull-11 {
    position: relative;
    left: -45.8333333333%; }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .large-12 {
    width: 50%; }
  .large-push-12 {
    position: relative;
    left: 50%; }
  .large-pull-12 {
    position: relative;
    left: -50%; }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .large-13 {
    width: 54.1666666667%; }
  .large-push-13 {
    position: relative;
    left: 54.1666666667%; }
  .large-pull-13 {
    position: relative;
    left: -54.1666666667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    width: 58.3333333333%; }
  .large-push-14 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-14 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .large-15 {
    width: 62.5%; }
  .large-push-15 {
    position: relative;
    left: 62.5%; }
  .large-pull-15 {
    position: relative;
    left: -62.5%; }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .large-16 {
    width: 66.6666666667%; }
  .large-push-16 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-16 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    width: 70.8333333333%; }
  .large-push-17 {
    position: relative;
    left: 70.8333333333%; }
  .large-pull-17 {
    position: relative;
    left: -70.8333333333%; }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .large-18 {
    width: 75%; }
  .large-push-18 {
    position: relative;
    left: 75%; }
  .large-pull-18 {
    position: relative;
    left: -75%; }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .large-19 {
    width: 79.1666666667%; }
  .large-push-19 {
    position: relative;
    left: 79.1666666667%; }
  .large-pull-19 {
    position: relative;
    left: -79.1666666667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    width: 83.3333333333%; }
  .large-push-20 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-20 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .large-21 {
    width: 87.5%; }
  .large-push-21 {
    position: relative;
    left: 87.5%; }
  .large-pull-21 {
    position: relative;
    left: -87.5%; }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .large-22 {
    width: 91.6666666667%; }
  .large-push-22 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-22 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    width: 95.8333333333%; }
  .large-push-23 {
    position: relative;
    left: 95.8333333333%; }
  .large-pull-23 {
    position: relative;
    left: -95.8333333333%; }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .large-24 {
    width: 100%; }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 4.1666666667%; }
  .xlarge-push-1 {
    position: relative;
    left: 4.1666666667%; }
  .xlarge-pull-1 {
    position: relative;
    left: -4.1666666667%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 8.3333333333%; }
  .xlarge-push-2 {
    position: relative;
    left: 8.3333333333%; }
  .xlarge-pull-2 {
    position: relative;
    left: -8.3333333333%; }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%; }
  .xlarge-3 {
    width: 12.5%; }
  .xlarge-push-3 {
    position: relative;
    left: 12.5%; }
  .xlarge-pull-3 {
    position: relative;
    left: -12.5%; }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%; }
  .xlarge-4 {
    width: 16.6666666667%; }
  .xlarge-push-4 {
    position: relative;
    left: 16.6666666667%; }
  .xlarge-pull-4 {
    position: relative;
    left: -16.6666666667%; }
  .xlarge-offset-3 {
    margin-left: 12.5%; }
  .xlarge-5 {
    width: 20.8333333333%; }
  .xlarge-push-5 {
    position: relative;
    left: 20.8333333333%; }
  .xlarge-pull-5 {
    position: relative;
    left: -20.8333333333%; }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%; }
  .xlarge-6 {
    width: 25%; }
  .xlarge-push-6 {
    position: relative;
    left: 25%; }
  .xlarge-pull-6 {
    position: relative;
    left: -25%; }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%; }
  .xlarge-7 {
    width: 29.1666666667%; }
  .xlarge-push-7 {
    position: relative;
    left: 29.1666666667%; }
  .xlarge-pull-7 {
    position: relative;
    left: -29.1666666667%; }
  .xlarge-offset-6 {
    margin-left: 25%; }
  .xlarge-8 {
    width: 33.3333333333%; }
  .xlarge-push-8 {
    position: relative;
    left: 33.3333333333%; }
  .xlarge-pull-8 {
    position: relative;
    left: -33.3333333333%; }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%; }
  .xlarge-9 {
    width: 37.5%; }
  .xlarge-push-9 {
    position: relative;
    left: 37.5%; }
  .xlarge-pull-9 {
    position: relative;
    left: -37.5%; }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%; }
  .xlarge-10 {
    width: 41.6666666667%; }
  .xlarge-push-10 {
    position: relative;
    left: 41.6666666667%; }
  .xlarge-pull-10 {
    position: relative;
    left: -41.6666666667%; }
  .xlarge-offset-9 {
    margin-left: 37.5%; }
  .xlarge-11 {
    width: 45.8333333333%; }
  .xlarge-push-11 {
    position: relative;
    left: 45.8333333333%; }
  .xlarge-pull-11 {
    position: relative;
    left: -45.8333333333%; }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%; }
  .xlarge-12 {
    width: 50%; }
  .xlarge-push-12 {
    position: relative;
    left: 50%; }
  .xlarge-pull-12 {
    position: relative;
    left: -50%; }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%; }
  .xlarge-13 {
    width: 54.1666666667%; }
  .xlarge-push-13 {
    position: relative;
    left: 54.1666666667%; }
  .xlarge-pull-13 {
    position: relative;
    left: -54.1666666667%; }
  .xlarge-offset-12 {
    margin-left: 50%; }
  .xlarge-14 {
    width: 58.3333333333%; }
  .xlarge-push-14 {
    position: relative;
    left: 58.3333333333%; }
  .xlarge-pull-14 {
    position: relative;
    left: -58.3333333333%; }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%; }
  .xlarge-15 {
    width: 62.5%; }
  .xlarge-push-15 {
    position: relative;
    left: 62.5%; }
  .xlarge-pull-15 {
    position: relative;
    left: -62.5%; }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%; }
  .xlarge-16 {
    width: 66.6666666667%; }
  .xlarge-push-16 {
    position: relative;
    left: 66.6666666667%; }
  .xlarge-pull-16 {
    position: relative;
    left: -66.6666666667%; }
  .xlarge-offset-15 {
    margin-left: 62.5%; }
  .xlarge-17 {
    width: 70.8333333333%; }
  .xlarge-push-17 {
    position: relative;
    left: 70.8333333333%; }
  .xlarge-pull-17 {
    position: relative;
    left: -70.8333333333%; }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%; }
  .xlarge-18 {
    width: 75%; }
  .xlarge-push-18 {
    position: relative;
    left: 75%; }
  .xlarge-pull-18 {
    position: relative;
    left: -75%; }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%; }
  .xlarge-19 {
    width: 79.1666666667%; }
  .xlarge-push-19 {
    position: relative;
    left: 79.1666666667%; }
  .xlarge-pull-19 {
    position: relative;
    left: -79.1666666667%; }
  .xlarge-offset-18 {
    margin-left: 75%; }
  .xlarge-20 {
    width: 83.3333333333%; }
  .xlarge-push-20 {
    position: relative;
    left: 83.3333333333%; }
  .xlarge-pull-20 {
    position: relative;
    left: -83.3333333333%; }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%; }
  .xlarge-21 {
    width: 87.5%; }
  .xlarge-push-21 {
    position: relative;
    left: 87.5%; }
  .xlarge-pull-21 {
    position: relative;
    left: -87.5%; }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%; }
  .xlarge-22 {
    width: 91.6666666667%; }
  .xlarge-push-22 {
    position: relative;
    left: 91.6666666667%; }
  .xlarge-pull-22 {
    position: relative;
    left: -91.6666666667%; }
  .xlarge-offset-21 {
    margin-left: 87.5%; }
  .xlarge-23 {
    width: 95.8333333333%; }
  .xlarge-push-23 {
    position: relative;
    left: 95.8333333333%; }
  .xlarge-pull-23 {
    position: relative;
    left: -95.8333333333%; }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%; }
  .xlarge-24 {
    width: 100%; }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 4.1666666667%; }
  .xxlarge-push-1 {
    position: relative;
    left: 4.1666666667%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -4.1666666667%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 8.3333333333%; }
  .xxlarge-push-2 {
    position: relative;
    left: 8.3333333333%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -8.3333333333%; }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%; }
  .xxlarge-3 {
    width: 12.5%; }
  .xxlarge-push-3 {
    position: relative;
    left: 12.5%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -12.5%; }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%; }
  .xxlarge-4 {
    width: 16.6666666667%; }
  .xxlarge-push-4 {
    position: relative;
    left: 16.6666666667%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -16.6666666667%; }
  .xxlarge-offset-3 {
    margin-left: 12.5%; }
  .xxlarge-5 {
    width: 20.8333333333%; }
  .xxlarge-push-5 {
    position: relative;
    left: 20.8333333333%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -20.8333333333%; }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%; }
  .xxlarge-6 {
    width: 25%; }
  .xxlarge-push-6 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%; }
  .xxlarge-7 {
    width: 29.1666666667%; }
  .xxlarge-push-7 {
    position: relative;
    left: 29.1666666667%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -29.1666666667%; }
  .xxlarge-offset-6 {
    margin-left: 25%; }
  .xxlarge-8 {
    width: 33.3333333333%; }
  .xxlarge-push-8 {
    position: relative;
    left: 33.3333333333%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -33.3333333333%; }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%; }
  .xxlarge-9 {
    width: 37.5%; }
  .xxlarge-push-9 {
    position: relative;
    left: 37.5%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -37.5%; }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%; }
  .xxlarge-10 {
    width: 41.6666666667%; }
  .xxlarge-push-10 {
    position: relative;
    left: 41.6666666667%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -41.6666666667%; }
  .xxlarge-offset-9 {
    margin-left: 37.5%; }
  .xxlarge-11 {
    width: 45.8333333333%; }
  .xxlarge-push-11 {
    position: relative;
    left: 45.8333333333%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -45.8333333333%; }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%; }
  .xxlarge-12 {
    width: 50%; }
  .xxlarge-push-12 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-12 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%; }
  .xxlarge-13 {
    width: 54.1666666667%; }
  .xxlarge-push-13 {
    position: relative;
    left: 54.1666666667%; }
  .xxlarge-pull-13 {
    position: relative;
    left: -54.1666666667%; }
  .xxlarge-offset-12 {
    margin-left: 50%; }
  .xxlarge-14 {
    width: 58.3333333333%; }
  .xxlarge-push-14 {
    position: relative;
    left: 58.3333333333%; }
  .xxlarge-pull-14 {
    position: relative;
    left: -58.3333333333%; }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%; }
  .xxlarge-15 {
    width: 62.5%; }
  .xxlarge-push-15 {
    position: relative;
    left: 62.5%; }
  .xxlarge-pull-15 {
    position: relative;
    left: -62.5%; }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%; }
  .xxlarge-16 {
    width: 66.6666666667%; }
  .xxlarge-push-16 {
    position: relative;
    left: 66.6666666667%; }
  .xxlarge-pull-16 {
    position: relative;
    left: -66.6666666667%; }
  .xxlarge-offset-15 {
    margin-left: 62.5%; }
  .xxlarge-17 {
    width: 70.8333333333%; }
  .xxlarge-push-17 {
    position: relative;
    left: 70.8333333333%; }
  .xxlarge-pull-17 {
    position: relative;
    left: -70.8333333333%; }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%; }
  .xxlarge-18 {
    width: 75%; }
  .xxlarge-push-18 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-18 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%; }
  .xxlarge-19 {
    width: 79.1666666667%; }
  .xxlarge-push-19 {
    position: relative;
    left: 79.1666666667%; }
  .xxlarge-pull-19 {
    position: relative;
    left: -79.1666666667%; }
  .xxlarge-offset-18 {
    margin-left: 75%; }
  .xxlarge-20 {
    width: 83.3333333333%; }
  .xxlarge-push-20 {
    position: relative;
    left: 83.3333333333%; }
  .xxlarge-pull-20 {
    position: relative;
    left: -83.3333333333%; }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%; }
  .xxlarge-21 {
    width: 87.5%; }
  .xxlarge-push-21 {
    position: relative;
    left: 87.5%; }
  .xxlarge-pull-21 {
    position: relative;
    left: -87.5%; }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%; }
  .xxlarge-22 {
    width: 91.6666666667%; }
  .xxlarge-push-22 {
    position: relative;
    left: 91.6666666667%; }
  .xxlarge-pull-22 {
    position: relative;
    left: -91.6666666667%; }
  .xxlarge-offset-21 {
    margin-left: 87.5%; }
  .xxlarge-23 {
    width: 95.8333333333%; }
  .xxlarge-push-23 {
    position: relative;
    left: 95.8333333333%; }
  .xxlarge-pull-23 {
    position: relative;
    left: -95.8333333333%; }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%; }
  .xxlarge-24 {
    width: 100%; }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.row {
  max-width: 1280px;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -10px;
    margin-right: -0.625rem;
    margin-left: -10px;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 62em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

.small-1 {
  -ms-flex: 0 0 4.1666666667%;
      flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%; }

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

.small-2 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

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

.small-3 {
  -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
  max-width: 12.5%; }

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

.small-4 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.small-5 {
  -ms-flex: 0 0 20.8333333333%;
      flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%; }

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

.small-6 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

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

.small-7 {
  -ms-flex: 0 0 29.1666666667%;
      flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%; }

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

.small-8 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

.small-9 {
  -ms-flex: 0 0 37.5%;
      flex: 0 0 37.5%;
  max-width: 37.5%; }

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

.small-10 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.small-11 {
  -ms-flex: 0 0 45.8333333333%;
      flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%; }

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

.small-12 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

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

.small-13 {
  -ms-flex: 0 0 54.1666666667%;
      flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%; }

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

.small-14 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.small-offset-13 {
  margin-left: 54.1666666667%; }

.small-15 {
  -ms-flex: 0 0 62.5%;
      flex: 0 0 62.5%;
  max-width: 62.5%; }

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

.small-16 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  -ms-flex: 0 0 70.8333333333%;
      flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%; }

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

.small-18 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.small-offset-17 {
  margin-left: 70.8333333333%; }

.small-19 {
  -ms-flex: 0 0 79.1666666667%;
      flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%; }

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

.small-20 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.small-offset-19 {
  margin-left: 79.1666666667%; }

.small-21 {
  -ms-flex: 0 0 87.5%;
      flex: 0 0 87.5%;
  max-width: 87.5%; }

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

.small-22 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  -ms-flex: 0 0 95.8333333333%;
      flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%; }

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

.small-24 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.small-offset-23 {
  margin-left: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 48em) {
  .medium-1 {
    -ms-flex: 0 0 4.1666666667%;
        flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .medium-3 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .medium-4 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    -ms-flex: 0 0 20.8333333333%;
        flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .medium-6 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .medium-7 {
    -ms-flex: 0 0 29.1666666667%;
        flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .medium-9 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .medium-10 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    -ms-flex: 0 0 45.8333333333%;
        flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .medium-12 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .medium-13 {
    -ms-flex: 0 0 54.1666666667%;
        flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .medium-15 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .medium-16 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    -ms-flex: 0 0 70.8333333333%;
        flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .medium-18 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .medium-19 {
    -ms-flex: 0 0 79.1666666667%;
        flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .medium-21 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .medium-22 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    -ms-flex: 0 0 95.8333333333%;
        flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .medium-24 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

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

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

@media print, screen and (min-width: 62em) {
  .large-1 {
    -ms-flex: 0 0 4.1666666667%;
        flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .large-3 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .large-4 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    -ms-flex: 0 0 20.8333333333%;
        flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .large-6 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .large-7 {
    -ms-flex: 0 0 29.1666666667%;
        flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .large-9 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .large-10 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    -ms-flex: 0 0 45.8333333333%;
        flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .large-12 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .large-13 {
    -ms-flex: 0 0 54.1666666667%;
        flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .large-15 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .large-16 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    -ms-flex: 0 0 70.8333333333%;
        flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .large-18 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .large-19 {
    -ms-flex: 0 0 79.1666666667%;
        flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .large-21 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .large-22 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    -ms-flex: 0 0 95.8333333333%;
        flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .large-24 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-1 {
    -ms-flex: 0 0 4.1666666667%;
        flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%; }
  .xlarge-3 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%; }
  .xlarge-4 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xlarge-offset-3 {
    margin-left: 12.5%; }
  .xlarge-5 {
    -ms-flex: 0 0 20.8333333333%;
        flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%; }
  .xlarge-6 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%; }
  .xlarge-7 {
    -ms-flex: 0 0 29.1666666667%;
        flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .xlarge-offset-6 {
    margin-left: 25%; }
  .xlarge-8 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%; }
  .xlarge-9 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%; }
  .xlarge-10 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xlarge-offset-9 {
    margin-left: 37.5%; }
  .xlarge-11 {
    -ms-flex: 0 0 45.8333333333%;
        flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%; }
  .xlarge-12 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%; }
  .xlarge-13 {
    -ms-flex: 0 0 54.1666666667%;
        flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .xlarge-offset-12 {
    margin-left: 50%; }
  .xlarge-14 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%; }
  .xlarge-15 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%; }
  .xlarge-16 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xlarge-offset-15 {
    margin-left: 62.5%; }
  .xlarge-17 {
    -ms-flex: 0 0 70.8333333333%;
        flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%; }
  .xlarge-18 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%; }
  .xlarge-19 {
    -ms-flex: 0 0 79.1666666667%;
        flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .xlarge-offset-18 {
    margin-left: 75%; }
  .xlarge-20 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%; }
  .xlarge-21 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%; }
  .xlarge-22 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xlarge-offset-21 {
    margin-left: 87.5%; }
  .xlarge-23 {
    -ms-flex: 0 0 95.8333333333%;
        flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%; }
  .xlarge-24 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    -ms-flex: 0 0 4.1666666667%;
        flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%; }
  .xxlarge-3 {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%; }
  .xxlarge-4 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .xxlarge-offset-3 {
    margin-left: 12.5%; }
  .xxlarge-5 {
    -ms-flex: 0 0 20.8333333333%;
        flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%; }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%; }
  .xxlarge-6 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%; }
  .xxlarge-7 {
    -ms-flex: 0 0 29.1666666667%;
        flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%; }
  .xxlarge-offset-6 {
    margin-left: 25%; }
  .xxlarge-8 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%; }
  .xxlarge-9 {
    -ms-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
    max-width: 37.5%; }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%; }
  .xxlarge-10 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .xxlarge-offset-9 {
    margin-left: 37.5%; }
  .xxlarge-11 {
    -ms-flex: 0 0 45.8333333333%;
        flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%; }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%; }
  .xxlarge-12 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%; }
  .xxlarge-13 {
    -ms-flex: 0 0 54.1666666667%;
        flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%; }
  .xxlarge-offset-12 {
    margin-left: 50%; }
  .xxlarge-14 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%; }
  .xxlarge-15 {
    -ms-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
    max-width: 62.5%; }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%; }
  .xxlarge-16 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .xxlarge-offset-15 {
    margin-left: 62.5%; }
  .xxlarge-17 {
    -ms-flex: 0 0 70.8333333333%;
        flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%; }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%; }
  .xxlarge-18 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%; }
  .xxlarge-19 {
    -ms-flex: 0 0 79.1666666667%;
        flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%; }
  .xxlarge-offset-18 {
    margin-left: 75%; }
  .xxlarge-20 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%; }
  .xxlarge-21 {
    -ms-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
    max-width: 87.5%; }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%; }
  .xxlarge-22 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .xxlarge-offset-21 {
    margin-left: 87.5%; }
  .xxlarge-23 {
    -ms-flex: 0 0 95.8333333333%;
        flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%; }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%; }
  .xxlarge-24 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
      -ms-flex: 0 0 14.2857142857%;
          flex: 0 0 14.2857142857%;
      max-width: 14.2857142857%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

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

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

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

.column-block {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

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

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

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

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

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

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

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

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

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

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

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

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

[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: 40px;
  height: 2.5375rem;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-label {
  padding: 0 16px;
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 9px;
    font-size: 0.6rem; }
  .button.small {
    font-size: 12px;
    font-size: 0.75rem; }
  .button.large {
    font-size: 20px;
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 8px 10px 10px;
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 8px 10px 10px;
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 8px 10px 10px;
    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: 61.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; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1779ba; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination {
  margin-left: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 1px;
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 14px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

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

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

/*
	(2) GLOBAL
	============================================
*/
/* ==========================================================================
   Functions (Global).
   ========================================================================== */
.page-header .logo {
  z-index: 13; }

.mob-nav .mob-nav-icon {
  z-index: 9; }
  .mob-nav .mob-nav-icon.active {
    z-index: 11; }

.mob-nav .nav-target {
  z-index: 10; }

.mob-nav[data-nav-type="side-slide"] .nav-target {
  z-index: 8; }

.primary-nav-bar .mob-nav .mob-nav-icon.active {
  z-index: 12; }

.page-hero::before, .page-hero::after {
  z-index: 1; }

.page-hero .page-hero-inner {
  z-index: 2; }

.section-wrapper {
  z-index: 5; }

.text-image-module::before, .text-image-module::after {
  z-index: 6; }

.text-image-module .text-image-inner {
  z-index: 7; }

.image-back-full .image-back-inner {
  z-index: 3; }

/* ==========================================================================
   Mixins (Global).
   ========================================================================== */
.font-scale {
  font-size: 54px;
  font-size: 3.375rem; }
  @media print, screen and (min-width: 48em) {
    .font-scale {
      font-size: 5.0625rem; } }

.font-opacity {
  color: #fff;
  color: rgba(255, 255, 255, 0.5); }

.background-opacity {
  background-color: rgba(255, 255, 255, 0.5); }

/*
    --- Keyframes usage ---
    @include keyframes(fade-out) {
      0% { opacity: 1; }
      90% { opacity: 0; }
    }
*/
/*
    --- Animations usage ---
    @include animation('fadein 1s');
*/
/* ==========================================================================
   Placeholders (Global).
   ----------------------

   Unlike mixins, placeholders can be used multiple times without adding any duplicate code.
   This makes them a much friendlier option for outputting DRY CSS:
   ========================================================================== */
.no-list, .primary-nav-bar .inner .primary-nav > ul, .mob-nav .nav-target, .mob-nav .nav-target ul, [class^="chart-key-"],
[class*=" chart-key-"], .bar-graph-vertical, .bar-graph-horizontal, .chart-terms ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .no-list li, .primary-nav-bar .inner .primary-nav > ul li, .mob-nav .nav-target li, [class^="chart-key-"] li,
  [class*=" chart-key-"] li, .bar-graph-vertical li, .bar-graph-horizontal li, .chart-terms ul li {
    margin: 0;
    padding: 0; }

body {
  position: relative;
  background-color: #fff; }

ul.row, ul[class^="grid-"], ul[class*=" grid-"],
ol.row,
ol[class^="grid-"],
ol[class*=" grid-"] {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.page-main {
  overflow: hidden; }

.section-wrapper {
  position: relative;
  padding: 30px 0; }
  @media print, screen and (min-width: 48em) {
    .section-wrapper {
      padding: 70px 0; } }
  @media print, screen and (min-width: 62em) {
    .section-wrapper {
      padding: 130px 0; } }
  .section-wrapper p + .button-download {
    margin-top: 30px; }
    @media print, screen and (min-width: 48em) {
      .section-wrapper p + .button-download {
        margin-top: 50px; } }

.title-group .pre-title {
  display: block;
  margin-bottom: 20px; }

.title-group .sub-title {
  display: block;
  margin-bottom: 30px; }

.text-group {
  margin: 30px 0; }
  @media print, screen and (min-width: 48em) {
    .text-group {
      margin: 50px 0; } }

@media print, screen and (min-width: 48em) {
  .text-center {
    text-align: center; } }

@media print, screen and (min-width: 48em) {
  .text-right {
    text-align: right; } }

@media print, screen and (min-width: 48em) {
  .content-align-centre {
    -ms-flex-align: center;
        align-items: center; } }

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

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

.background-variant-a {
  background-color: #faf8f7; }

[class^="background-pattern-"],
[class*=" background-pattern-"] {
  position: relative;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover; }
  [class^="background-pattern-"]::before, [class^="background-pattern-"]::after,
  [class*=" background-pattern-"]::before,
  [class*=" background-pattern-"]::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  [class^="background-pattern-"]::before,
  [class*=" background-pattern-"]::before {
    background-color: rgba(255, 255, 255, 0.8); }
    @media print, screen and (min-width: 48em) {
      [class^="background-pattern-"]::before,
      [class*=" background-pattern-"]::before {
        background-color: rgba(255, 255, 255, 0.3); } }
  [class^="background-pattern-"]::after,
  [class*=" background-pattern-"]::after {
    background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0) 100%); }

.background-pattern-hero {
  background-image: url("../../images/patterns/pattern-hero.svg"); }

.background-pattern-glance {
  background-image: url("../../images/patterns/pattern-glance.svg"); }

.background-pattern-ceo {
  background-image: url("../../images/patterns/pattern-ceo.svg"); }

.background-pattern-people {
  background-image: url("../../images/patterns/pattern-people.svg"); }

.background-pattern-downloads {
  background-image: url("../../images/patterns/pattern-downloads.svg"); }

/* Typography styles
============================================= */
body {
  color: #a39a94; }

h1,
h2,
h3,
h4,
h5,
p {
  transition: font-size 0.25s; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "PlantinMTStd-Light", "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: #a39a94; }

h1,
.h1-style {
  font-size: 22px;
  font-size: 1.375rem;
  color: #807f7f;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    h1,
    .h1-style {
      font-size: 4.0625rem; } }
  @media print, screen and (min-width: 62em) {
    h1,
    .h1-style {
      font-size: 6.25rem; } }

h2,
.h2-style {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px; }
  @media print, screen and (min-width: 48em) {
    h2,
    .h2-style {
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 62em) {
    h2,
    .h2-style {
      font-size: 1.5rem; } }

h3,
.h3-style {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 48em) {
    h3,
    .h3-style {
      font-size: 2.125rem; } }
  @media print, screen and (min-width: 62em) {
    h3,
    .h3-style {
      font-size: 3.375rem; } }

h4,
.h4-style {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px; }

p,
.p-style {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px 0; }
  @media print, screen and (min-width: 48em) {
    p,
    .p-style {
      font-size: 1.5rem; } }
  p.text-small,
  .p-style.text-small {
    font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-size: 16px;
    font-size: 1rem; }
  p.text-medium,
  .p-style.text-medium {
    font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-size: 18px;
    font-size: 1.125rem; }
  p.text-large,
  .p-style.text-large {
    font-size: 20px;
    font-size: 1.25rem; }
    @media print, screen and (min-width: 48em) {
      p.text-large,
      .p-style.text-large {
        font-size: 2.25rem;
        line-height: 1.2; } }
  p.text-xlarge,
  .p-style.text-xlarge {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 48em) {
      p.text-xlarge,
      .p-style.text-xlarge {
        font-size: 2.125rem; } }
    @media print, screen and (min-width: 62em) {
      p.text-xlarge,
      .p-style.text-xlarge {
        font-size: 3.375rem; } }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eae8e6;
  margin: 15px auto;
  padding: 0; }
  @media print, screen and (min-width: 48em) {
    hr {
      margin: 30px auto; } }

blockquote {
  margin: 0;
  color: #a39a94;
  quotes: "“" "”"; }
  blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 20px 0; }
    @media print, screen and (min-width: 48em) {
      blockquote p {
        font-size: 1.5rem; } }
    blockquote p:before, blockquote p:after {
      line-height: 0;
      position: relative;
      content: open-quote close-quote; }
    blockquote p:before {
      content: open-quote; }
    blockquote p:after {
      content: close-quote; }
  blockquote cite {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    display: block;
    margin-top: 30px; }

/* ==========================================================================
   Lists (Global).
   ========================================================================== */
/* LISTS (GENERIC)
============================================= */
ul,
ol {
  margin-bottom: 20px;
  padding-left: 30px; }
  ul li,
  ol li {
    margin-bottom: 15px; }

/* LISTS PLACEHOLDER
============================================== */
.list-unordered, .list-ordered {
  list-style-type: none;
  margin: 20px 0 5px 0;
  padding: 0; }
  .list-unordered li, .list-ordered li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    text-indent: 0; }
    .list-unordered li:before, .list-ordered li:before {
      position: absolute;
      padding: 0;
      top: 0;
      left: 0; }

/* LISTS (CUSTOM)
============================================= */
.list-unordered li {
  padding-left: 20px; }
  .list-unordered li:before {
    font-size: 24px;
    font-size: 1.5rem;
    content: "•";
    color: #a39a94;
    line-height: 1; }

.list-ordered {
  counter-reset: item; }
  .list-ordered li {
    counter-increment: item; }
    .list-ordered li:before {
      content: counter(item);
      background: #a39a94;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      line-height: 30px;
      color: white;
      text-align: center; }
    .list-ordered li ol li:before {
      background: #a39a94; }
    .list-ordered li ol li ol li:before {
      background: #a39a94; }

/* ==========================================================================
   Links (Global).
   ========================================================================== */
/* LINK VARIABLES
============================================= */
/* LINK MIXIN
============================================= */
/* LINK PLACEHOLDER FOR 'STANDALONE' LINKS
============================================== */
a[class^="link-standalone"], .link-list a {
  position: relative;
  padding-left: 15px; }
  a[class^="link-standalone"]:after, .link-list a:after {
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #8685c6;
    border-width: 5px;
    margin-top: -5px; }

/* LINKS (DEFAULT)
============================================= */
a {
  color: #8685c6;
  text-decoration: none;
  transition: color 0.25s ease-in-out; }
  a:hover, a:active, a:focus {
    color: #cbcbe6;
    text-decoration: none; }

.link-secondary {
  color: #8685c6;
  text-decoration: none; }
  .link-secondary:hover, .link-secondary:active, .link-secondary:focus {
    color: #cbcbe6;
    text-decoration: none; }

.link-tertiary {
  color: #8685c6;
  text-decoration: none; }
  .link-tertiary:hover, .link-tertiary:active, .link-tertiary:focus {
    color: #cbcbe6;
    text-decoration: underline; }

/* LINKS (STANDALONE)
============================================= */
a[class*="standalone--secondary"]:after {
  border-left-color: #8685c6; }

a[class*="standalone--tertiary"]:after {
  border-left-color: #8685c6; }

/* LINKS (IN A LIST)
============================================= */
.link-list {
  list-style-type: none;
  padding: 0; }
  .link-list li {
    margin-bottom: 10px; }

.link-list--secondary a:after {
  border-left-color: #8685c6; }

.link-list--tertiary a:after {
  border-left-color: #8685c6; }

.page-header {
  position: absolute;
  width: 100%;
  padding: 25px 0; }
  @media print, screen and (min-width: 48em) {
    .page-header {
      padding: 30px 0; } }
  .page-header .logo {
    -ms-flex: 1;
    position: relative;
    display: inline-block;
    transition: opacity 0.5s; }
    .page-header .logo > svg {
      width: 85px;
      height: 28px; }
      .page-header .logo > svg g {
        fill: #000; }
    .page-header .logo:hover {
      opacity: 0.5; }
  body.active .page-header .logo svg g {
    fill: #fff; }

.page-footer {
  font-size: 14px;
  font-size: 0.9166666667rem;
  font-family: "PlantinMTStd-Light", "Times New Roman", Times, serif;
  color: #a39a94;
  background: #faf8f7;
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .page-footer {
      margin-top: 0;
      padding: 30px 15px; } }
  .page-footer .page-footer-inner {
    position: relative;
    text-align: center; }
    @media print, screen and (min-width: 48em) {
      .page-footer .page-footer-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        text-align: left; } }
  .page-footer .back-to-top {
    font-size: 30px;
    font-size: 1.875rem;
    color: #c6c1bd;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 15px; }
    @media print, screen and (min-width: 48em) {
      .page-footer .back-to-top {
        position: static; } }
    .page-footer .back-to-top:hover {
      color: #a39a94; }
  .page-footer .footer-logo {
    display: inline-block;
    padding: 20px 10px 15px 10px; }
    @media print, screen and (min-width: 48em) {
      .page-footer .footer-logo {
        padding: 0; } }
    .page-footer .footer-logo > svg {
      width: 85px;
      height: 28px; }
      .page-footer .footer-logo > svg g {
        fill: #000; }
  .page-footer .footer-copyright {
    display: block;
    background-color: #fff;
    padding: 20px 10px; }
    @media print, screen and (min-width: 48em) {
      .page-footer .footer-copyright {
        padding: 0;
        background-color: transparent; } }

.primary-nav-bar .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .primary-nav-bar .inner .primary-nav > ul {
    overflow: hidden;
    padding: 20px 0;
    margin: 20px 0; }
    .primary-nav-bar .inner .primary-nav > ul > li {
      font-size: 24px;
      font-size: 1.5rem;
      margin-top: 20px;
      line-height: 1.15;
      min-width: 150px;
      text-align: center; }
      @media print, screen and (min-width: 48em) {
        .primary-nav-bar .inner .primary-nav > ul > li {
          font-size: 1.875rem; } }
      @media print, screen and (min-width: 62em) {
        .primary-nav-bar .inner .primary-nav > ul > li {
          font-size: 3rem; } }
      .primary-nav-bar .inner .primary-nav > ul > li > a {
        color: white;
        border-bottom: 1px solid transparent;
        margin-bottom: 0;
        text-decoration: none;
        transition: color 0.5s, border-color 0.5s; }
        .primary-nav-bar .inner .primary-nav > ul > li > a:hover, .primary-nav-bar .inner .primary-nav > ul > li > a:focus, .primary-nav-bar .inner .primary-nav > ul > li > a:active {
          text-decoration: none;
          border-bottom-color: rgba(255, 255, 255, 0.8);
          color: rgba(255, 255, 255, 0.8); }

body.active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; }

.mob-nav {
  position: relative; }
  .mob-nav .mob-nav-icon {
    position: relative;
    right: -5px;
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    color: #000;
    cursor: pointer;
    display: inline-block; }
    .mob-nav .mob-nav-icon.active {
      top: -4px;
      right: -3px;
      color: #fff; }
      .mob-nav .mob-nav-icon.active i:before {
        content: "\4d";
        font-family: 'ElegantIcons'; }
  .mob-nav .nav-target {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    background-color: rgba(134, 133, 198, 0);
    overflow: auto; }
    .mob-nav .nav-target.active {
      animation: fadein 0.5s;
      animation-fill-mode: forwards;
      display: block;
      background-color: #a39a94; }
    .mob-nav .nav-target ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      width: 90%; }
    .mob-nav .nav-target > li {
      position: relative;
      margin: 0 10px; }

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

/*
	(3) COMPONENTS
	============================================
*/
.buildme {
  opacity: 0.01;
  transform: translateY(50px);
  transition: all ease-in-out 0.5s; }
  .buildme[data-direction="bottom"] {
    transform: translateY(-50px); }
  .buildme[data-direction="right"] {
    transform: translateX(-50px); }
  .buildme[data-direction="top"] {
    transform: translateY(50px); }
  .buildme[data-direction="left"] {
    transform: translateX(50px); }
  .buildme.active-build {
    opacity: 1;
    transform: translate(0); }

@media screen and (max-width: 47.9375em) {
  .parallax-item {
    transform: translateY(0) !important; } }

@media print, screen and (min-width: 48em) {
  .parallax-item {
    position: relative;
    z-index: -1;
    display: block;
    transform: translateY(0); } }

.button-download {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #8685c6;
  background-color: transparent;
  color: #8685c6; }
  @media print, screen and (min-width: 48em) {
    .button-download {
      min-width: 300px;
      width: auto; } }
  .button-download .label-wrap {
    font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 0 30px 0 0;
    display: inline-block; }
    .button-download .label-wrap .label,
    .button-download .label-wrap .label-sub {
      display: block; }
    .button-download .label-wrap .label {
      font-weight: 700; }
    .button-download .label-wrap .label-sub {
      font-size: 14px;
      font-size: 0.875rem; }
  .button-download.working-at-adia-download {
    margin-top: 20px; }
  .button-download .icon-wrap {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    border-bottom: 2px solid #8685c6;
    transition: border-color 0.5s;
    display: inline-block; }
    .button-download .icon-wrap i {
      position: relative;
      left: -1px; }
  .button-download.secondary-button {
    border: 1px solid #a39a94;
    background-color: #a39a94;
    color: #fff; }
    .button-download.secondary-button .icon-wrap {
      border-bottom: 2px solid #fff; }
  .button-download.tertiary-button {
    -ms-flex-pack: start;
        justify-content: flex-start;
    border: none;
    padding: 0; }
    .button-download.tertiary-button:hover {
      background-color: transparent;
      border: none;
      color: #a8a8d6; }
      .button-download.tertiary-button:hover .icon-wrap {
        border-bottom-color: #a8a8d6; }
  .button-download.large-button {
    padding: 30px 30px 30px 40px; }
  .button-download.flip .label-wrap {
    -ms-flex-order: 2;
        order: 2;
    padding: 0 0 0 20px; }
  .button-download.flip .icon-wrap {
    -ms-flex-order: 1;
        order: 1; }
  .button-download:hover {
    background-color: #8685c6;
    border: 1px solid #8685c6;
    color: #fff; }
    .button-download:hover .icon-wrap {
      border-bottom-color: #fff; }

.accordion {
  position: relative; }
  .accordion .expand-close {
    color: #a39a94;
    cursor: pointer; }
  .accordion .accordion-block {
    padding: 30px 0;
    border-top: 1px solid rgba(163, 154, 148, 0.3); }
    @media print, screen and (min-width: 48em) {
      .accordion .accordion-block {
        padding: 50px 0; } }
    .accordion .accordion-block .accordion-block-title {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start;
      cursor: pointer;
      position: relative; }
      .accordion .accordion-block .accordion-block-title .accordion-arrow i {
        position: absolute;
        top: 0;
        right: 30px;
        line-height: 0;
        transform: rotate(0);
        transition: all 0.25s; }
    .accordion .accordion-block .accordion-content {
      display: none;
      font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
      font-size: 18px;
      font-size: 1.125rem;
      border: none;
      margin: 0;
      padding-top: 30px; }
    .accordion .accordion-block.active .accordion-arrow i {
      transform: rotate(45deg); }

.page-hero::before {
  background-color: rgba(255, 255, 255, 0.3); }

.page-hero::after {
  width: 70%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }

.page-hero .page-hero-inner {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  height: 95vh; }
  .page-hero .page-hero-inner .hero-title {
    margin-bottom: 10px; }
  .page-hero .page-hero-inner .hero-subtitle {
    font-family: "PlantinMTStd-Light", "Times New Roman", Times, serif;
    font-size: 64px;
    font-size: 4rem;
    color: #666666;
    line-height: 0.95; }
    @media print, screen and (min-width: 48em) {
      .page-hero .page-hero-inner .hero-subtitle {
        font-size: inherit;
        line-height: inherit; } }
  .page-hero .page-hero-inner .button-download {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    transition: background-color 0.5s, color 0.5s, bottom 0.5s; }
    @media print, screen and (min-width: 48em) {
      .page-hero .page-hero-inner .button-download {
        padding: 30px 30px 30px 40px; } }

.text-image-module .text-image-inner {
  position: relative; }
  @media print, screen and (min-width: 48em) {
    .text-image-module .text-image-inner {
      -ms-flex-align: center;
          align-items: center; } }

.text-image-module .image-wrap {
  text-align: center; }

@media print, screen and (min-width: 48em) {
  .text-image-module .parallax-item {
    margin-bottom: -45px; } }

.text-image-module.mission .text-wrap .image-wrap {
  margin-bottom: 30px; }

.text-image-module.mission .mission-svg-wrapper {
  width: 550px;
  height: 550px; }
  .text-image-module.mission .mission-svg-wrapper .mission-svg {
    width: 100%;
    height: 100%;
    display: block; }

.text-image-module.ceo .title-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-color: #ebf5fb;
  width: 100vw;
  padding: 30px 15px;
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
  left: -15px; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.ceo .title-group {
      display: block;
      background-color: transparent;
      width: 100%;
      padding: 0;
      margin: 0;
      position: static; } }

.text-image-module.ceo .title-text {
  -ms-flex-order: 2;
      order: 2;
  padding-left: 25px; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.ceo .title-text {
      padding-left: 0; } }

.text-image-module.ceo .title-image {
  -ms-flex-order: 1;
      order: 1;
  max-width: 35%; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.ceo .title-image {
      display: none; } }

.text-image-module.ceo .section-title {
  margin-bottom: 10px; }

.text-image-module.ceo .pre-title {
  margin-bottom: 10px; }

.text-image-module.ceo .sub-title {
  margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.ceo .sub-title {
      margin-bottom: 30px; } }

.text-image-module.downloads .text-image-inner {
  padding-top: 40px; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.downloads .text-image-inner {
      padding-top: 0; } }

.text-image-module.downloads .section-title {
  position: absolute;
  top: 0; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.downloads .section-title {
      position: static;
      margin-bottom: 70px; } }

.text-image-module.downloads .text-wrap {
  -ms-flex-order: 2;
      order: 2; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.downloads .text-wrap {
      -ms-flex-order: 1;
          order: 1; } }

.text-image-module.downloads .image-wrap {
  -ms-flex-order: 1;
      order: 1; }
  @media print, screen and (min-width: 48em) {
    .text-image-module.downloads .image-wrap {
      -ms-flex-order: 2;
          order: 2; } }
  .text-image-module.downloads .image-wrap img {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
    @media print, screen and (min-width: 48em) {
      .text-image-module.downloads .image-wrap img {
        margin-bottom: 0; } }

.image-back-full {
  height: 150px;
  overflow: hidden; }
  @media print, screen and (min-width: 48em) {
    .image-back-full {
      height: 300px;
      margin-bottom: -65px; } }
  @media print, screen and (min-width: 62em) {
    .image-back-full {
      height: 550px; } }
  .image-back-full .image-back-inner {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
    height: inherit; }

.contacts-module {
  font-size: 18px;
  font-size: 1.125rem; }
  .contacts-module li {
    margin-bottom: 30px; }
    .contacts-module li:last-child {
      margin-bottom: 0; }
  .contacts-module .contact-name,
  .contacts-module .contact-title {
    display: block; }
  .contacts-module .contact-name {
    font-weight: 700; }

.profile-module .profile-creds {
  font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica; }

@media print, screen and (min-width: 48em) {
  .profile-module .profile-image {
    margin-bottom: 60px; } }

.profile-module .profile-name,
.profile-module .profile-title {
  display: block; }

.profile-module .profile-name {
  font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
  font-weight: 400; }

.profiles .section-title {
  padding-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .profiles .section-title {
      padding-bottom: 30px; } }

.profiles .profiles-sub-title {
  padding-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .profiles .profiles-sub-title {
      padding-bottom: 30px;
      max-width: 60%; } }

.profiles .profiles-inner .cell:nth-child(2) .profile-module {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 48em) {
    .profiles .profiles-inner .cell:nth-child(2) .profile-module {
      margin-bottom: 0; } }

.faq-section {
  padding: 0; }
  @media print, screen and (min-width: 48em) {
    .faq-section {
      padding: 70px 0; } }
  @media print, screen and (min-width: 62em) {
    .faq-section {
      padding: 130px 0; } }
  .faq-section .grid-container {
    padding-left: 0;
    padding-right: 0; }
    @media print, screen and (min-width: 48em) {
      .faq-section .grid-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .faq-section .accordion-block:first-child {
    border-top: 0; }
    @media print, screen and (min-width: 48em) {
      .faq-section .accordion-block:first-child {
        border-top: 1px solid rgba(163, 154, 148, 0.3); } }
  .faq-section .accordion-block-title {
    padding-left: 30px; }
    @media print, screen and (min-width: 48em) {
      .faq-section .accordion-block-title {
        padding-left: 0; } }
  .faq-section .accordion-content {
    padding-left: 30px;
    padding-right: 30px; }
    @media print, screen and (min-width: 48em) {
      .faq-section .accordion-content {
        padding-left: 0;
        padding-right: 0; } }
  .faq-section .faq-title {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    margin-bottom: 0; }
    .faq-section .faq-title span:first-child {
      font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700; }
  .faq-section .accordion-arrow {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    position: relative;
    top: 10px;
    font-size: 48px;
    font-size: 3rem;
    color: #8685c6;
    display: block; }
  .faq-section p {
    font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-size: 16px;
    font-size: 1rem; }
    @media print, screen and (min-width: 48em) {
      .faq-section p {
        font-size: 1.125rem; } }

.two-tone-wrapper {
  position: relative; }
  .two-tone-wrapper .cell:first-child .section-wrapper {
    background-color: #fff; }
    @media print, screen and (min-width: 48em) {
      .two-tone-wrapper .cell:first-child .section-wrapper {
        background-color: transparent; } }
  .two-tone-wrapper .cell:last-child .section-wrapper {
    background-color: rgba(163, 154, 148, 0.13); }
    @media print, screen and (min-width: 48em) {
      .two-tone-wrapper .cell:last-child .section-wrapper {
        background-color: transparent; } }
  @media print, screen and (min-width: 48em) {
    .two-tone-wrapper::before, .two-tone-wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      width: 50%;
      height: 100%; } }
  @media print, screen and (min-width: 48em) {
    .two-tone-wrapper::before {
      left: 0;
      background-color: #fff; } }
  @media print, screen and (min-width: 48em) {
    .two-tone-wrapper::after {
      right: 0;
      background-color: rgba(163, 154, 148, 0.13); } }
  .two-tone-wrapper .grid-container {
    padding-left: 0;
    padding-right: 0; }
    @media print, screen and (min-width: 48em) {
      .two-tone-wrapper .grid-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .two-tone-wrapper .section-wrapper {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem; }
    @media print, screen and (min-width: 48em) {
      .two-tone-wrapper .section-wrapper {
        padding-left: 0;
        padding-right: 0; } }
  @media print, screen and (min-width: 48em) {
    .two-tone-wrapper.flip::before {
      background-color: rgba(163, 154, 148, 0.13); } }
  @media print, screen and (min-width: 48em) {
    .two-tone-wrapper.flip::after {
      background-color: #fff; } }

[class^="chart-key-"],
[class*=" chart-key-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px; }
  @media print, screen and (min-width: 62em) {
    [class^="chart-key-"],
    [class*=" chart-key-"] {
      -ms-flex-direction: row;
          flex-direction: row; } }
  [class^="chart-key-"] li,
  [class*=" chart-key-"] li {
    font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media print, screen and (min-width: 62em) {
      [class^="chart-key-"] li,
      [class*=" chart-key-"] li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%; } }
    [class^="chart-key-"] li:before,
    [class*=" chart-key-"] li:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      background-color: #a39a94;
      margin-right: 10px; }

.chart-key-employ li:first-child:before {
  background-color: #4a90e2; }

.chart-key-employ li:nth-child(2):before {
  background-color: #8685c6; }

.chart-key-employ li:nth-child(3):before {
  background-color: #d2cecb; }

.chart-key-employ li:nth-child(4):before {
  background-color: #ed767e; }

.chart-key-employ li:nth-child(5):before {
  background-color: #a39a94; }

.chart-key-employ li:last-child:before {
  background-color: #bbb4af; }

.chart-key-perform {
  display: block; }
  .chart-key-perform li:first-child:before {
    background-color: #706761; }
  .chart-key-perform li:last-child:before {
    background-color: #a39a94; }

.chart-key-assets {
  display: block; }
  .chart-key-assets li {
    font-size: 14px;
    font-size: 0.875rem; }
    .chart-key-assets li:before {
      width: 10px;
      height: 10px; }
    .chart-key-assets li:first-child:before {
      background-color: #706761; }
    .chart-key-assets li:last-child:before {
      background-color: #a39a94; }

[class^="chart-pie-"],
[class*=" chart-pie-"] {
  position: relative;
  margin: 0 auto;
  max-width: 500px; }
  [class^="chart-pie-"] .chart-pie-overlay,
  [class*=" chart-pie-"] .chart-pie-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
    display: block;
    z-index: -1; }
    @media print, screen and (min-width: 62em) {
      [class^="chart-pie-"] .chart-pie-overlay,
      [class*=" chart-pie-"] .chart-pie-overlay {
        font-size: 2.25rem; } }
    [class^="chart-pie-"] .chart-pie-overlay em,
    [class*=" chart-pie-"] .chart-pie-overlay em {
      font-size: 40px;
      font-size: 2.5rem;
      font-style: normal;
      font-weight: 700;
      display: block; }
      @media print, screen and (min-width: 62em) {
        [class^="chart-pie-"] .chart-pie-overlay em,
        [class*=" chart-pie-"] .chart-pie-overlay em {
          font-size: 3.375rem; } }

.bar-graph-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  max-width: 100%;
  height: 200px;
  padding: 0 60px;
  margin: 60px 0;
  border-bottom: 2px solid #706761;
  transition: height 0.5s; }
  @media print, screen and (min-width: 48em) {
    .bar-graph-vertical {
      height: 350px;
      margin: 0; } }
  @media print, screen and (min-width: 62em) {
    .bar-graph-vertical {
      height: 450px;
      margin: 0; } }
  .bar-graph-vertical .bar-group {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
    .bar-graph-vertical .bar-group:first-child {
      margin-right: 30px; }
      @media print, screen and (min-width: 48em) {
        .bar-graph-vertical .bar-group:first-child {
          margin-right: 50px; } }
      @media print, screen and (min-width: 62em) {
        .bar-graph-vertical .bar-group:first-child {
          margin-right: 70px; } }
  .bar-graph-vertical .bar-group-title {
    font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%); }
    @media print, screen and (min-width: 62em) {
      .bar-graph-vertical .bar-group-title {
        font-size: 1.5rem; } }
  .bar-graph-vertical .bar-item {
    position: relative;
    width: 60px;
    transition: width 0.5s; }
    @media print, screen and (min-width: 48em) {
      .bar-graph-vertical .bar-item {
        width: 100px; } }
    @media print, screen and (min-width: 62em) {
      .bar-graph-vertical .bar-item {
        width: 120px; } }
    .bar-graph-vertical .bar-item .bar {
      position: absolute;
      bottom: 0;
      width: 30px;
      background-color: #706761;
      animation: maxHeight 2s;
      animation-fill-mode: forwards;
      transition: width 0.5s; }
      @media print, screen and (min-width: 48em) {
        .bar-graph-vertical .bar-item .bar {
          width: 50px; } }
      @media print, screen and (min-width: 62em) {
        .bar-graph-vertical .bar-item .bar {
          width: 60px; } }
      .bar-graph-vertical .bar-item .bar:last-child {
        left: 30px;
        background-color: #a39a94;
        transition: left 0.5s; }
        @media print, screen and (min-width: 48em) {
          .bar-graph-vertical .bar-item .bar:last-child {
            left: 50px; } }
        @media print, screen and (min-width: 62em) {
          .bar-graph-vertical .bar-item .bar:last-child {
            left: 60px; } }
      .bar-graph-vertical .bar-item .bar .bar-number {
        font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: -55px;
        transform: rotate(-90deg);
        opacity: 0;
        animation: fadeIn 1s;
        animation-delay: 1.2s;
        animation-fill-mode: forwards; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .bar-graph-vertical .bar-item .bar .bar-number {
            display: block;
            opacity: 1;
            animation: none; } }
        @media print, screen and (min-width: 62em) {
          .bar-graph-vertical .bar-item .bar .bar-number {
            font-size: 1.5rem; } }

.bar-graph-horizontal {
  font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left; }
  .bar-graph-horizontal .bar-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 0;
    border: 1px solid #706761;
    border-width: 0 0 1px 0; }
    .bar-graph-horizontal .bar-group:first-child {
      border-top-width: 1px; }
    .bar-graph-horizontal .bar-group .bar-text {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      max-width: 33%;
      line-height: 1.2;
      margin-right: 5px; }
      @media print, screen and (min-width: 48em) {
        .bar-graph-horizontal .bar-group .bar-text {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          max-width: 30%; } }
    .bar-graph-horizontal .bar-group .bar-item-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
      max-width: 67%; }
      @media print, screen and (min-width: 48em) {
        .bar-graph-horizontal .bar-group .bar-item-group {
          -ms-flex-preferred-size: 70%;
              flex-basis: 70%;
          max-width: 70%; } }
    .bar-graph-horizontal .bar-group .bar-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end;
      line-height: 1.2; }
      @media print, screen and (min-width: 48em) {
        .bar-graph-horizontal .bar-group .bar-item {
          line-height: 0; } }
      .bar-graph-horizontal .bar-group .bar-item:first-child .bar {
        background-color: #706761; }
      .bar-graph-horizontal .bar-group .bar-item:last-child .bar {
        background-color: #a39a94; }
      .bar-graph-horizontal .bar-group .bar-item .bar-wrapper {
        display: none;
        -ms-flex-preferred-size: 95%;
            flex-basis: 95%;
        max-width: 95%; }
        @media print, screen and (min-width: 48em) {
          .bar-graph-horizontal .bar-group .bar-item .bar-wrapper {
            display: block; } }
      .bar-graph-horizontal .bar-group .bar-item .bar {
        width: 100%;
        height: 12px;
        animation: width 3s;
        animation-fill-mode: forwards; }
      @media print, screen and (min-width: 48em) {
        .bar-graph-horizontal .bar-group .bar-item .bar-number {
          -ms-flex-preferred-size: 5%;
              flex-basis: 5%;
          max-width: 5%; } }

.chart-terms {
  font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica;
  text-align: left;
  margin-top: 15px; }
  .chart-terms ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline; }
  .chart-terms ul sup {
    padding-right: 5px; }

@keyframes width {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes maxHeight {
  0% {
    max-height: 0; }
  100% {
    max-height: 100%; } }

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

.accordion-tabs ul.tabs {
  padding-left: 0;
  border: none; }
  .accordion-tabs ul.tabs li.tabs-title {
    width: 25%;
    margin-bottom: 0; }
    .accordion-tabs ul.tabs li.tabs-title a {
      background: #fff;
      color: #8685c6;
      text-align: center;
      font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
      font-size: 24px;
      font-size: 1.5rem;
      padding-top: 32px;
      padding-top: 2rem;
      padding-bottom: 32px;
      padding-bottom: 2rem; }
    .accordion-tabs ul.tabs li.tabs-title.is-active a {
      outline: none;
      background: #faf8f7; }

.accordion-tabs .tabs-content {
  background: #faf8f7;
  border: none; }
  @media print, screen and (min-width: 48em) {
    .accordion-tabs .tabs-content {
      padding: 70px 0; } }
  @media print, screen and (min-width: 62em) {
    .accordion-tabs .tabs-content {
      padding: 130px 0; } }

.accordion-tabs ul.accordion {
  list-style: none;
  padding: 0; }
  .accordion-tabs ul.accordion li.accordion-item {
    border-top: 1px solid rgba(163, 154, 148, 0.3);
    margin-bottom: 0; }
    .accordion-tabs ul.accordion li.accordion-item a {
      display: block;
      position: relative;
      color: #a39a94;
      font-size: 18px;
      font-size: 1.125rem;
      font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
      padding: 30px 50px; }
      .accordion-tabs ul.accordion li.accordion-item a:after {
        font-family: "ElegantIcons";
        content: '\4c';
        float: right;
        font-size: 50px;
        color: #8685c6;
        position: absolute;
        right: 50px;
        top: 0;
        transition: all 0.25s;
        transform: rotate(0); }
    .accordion-tabs ul.accordion li.accordion-item.is-active a:after {
      transform: rotate(45deg); }
  .accordion-tabs ul.accordion .accordion-content {
    display: none;
    padding: 30px 0; }

.accordion-tabs .animate-svg {
  width: 100%;
  height: 100%; }
  .accordion-tabs .animate-svg .region-map {
    height: 100%;
    width: 100%; }

.region-map-content {
  position: relative; }
  .region-map-content .region-map-title {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 40px; }
  .region-map-content .region-map-svg-wrapper {
    width: 1240px;
    height: 735px;
    max-width: 100%; }
  .region-map-content .region-map {
    width: 100%;
    height: 100%;
    display: block; }
  .region-map-content .region-footnote {
    font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica; }
    @media print, screen and (min-width: 48em) {
      .region-map-content .region-footnote {
        position: absolute;
        bottom: -30px;
        left: 40px; } }

.region-map-mobile .region-footnote {
  font-family: "Prelo-Light", sans-serif, Arial, "Helvetica Neue", Helvetica; }

.region-map-mobile .blue-circle {
  background: #ebf5fb;
  width: 135px;
  height: 135px;
  max-width: 100%;
  border-radius: 50%;
  margin: 0 auto 15px;
  padding-top: 25px; }
  .region-map-mobile .blue-circle .title {
    font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
    color: #838386; }
  .region-map-mobile .blue-circle .data {
    color: #76b9e4;
    margin-bottom: 0; }
    .region-map-mobile .blue-circle .data .data-number {
      font-style: italic;
      font-family: "PlantinMTStd-Light", "Times New Roman", Times, serif; }
    .region-map-mobile .blue-circle .data .data-suffix {
      font-family: "Prelo-SemiBold", sans-serif, Arial, "Helvetica Neue", Helvetica;
      font-weight: bold; }
