@charset "UTF-8";
/*!
 * @preserve Generated by nwayo 3.3.5 for community:site
 */
/**

// Normal
@mixin common-misc1-image { @include nwayo-bg-image-mixin('misc1.png', 'common'); }
@mixin common-logo1-image { @include nwayo-bg-image-mixin('logo1.png', 'foobar'); }

// High-density
@mixin common-misc2-image { @include nwayo-bg-image-mixin('misc@2x.png', 'common'); }

// Inline
@mixin common-misc3-image { @include nwayo-bg-image-mixin('misc3.png', 'common', $inline:true); }
@mixin common-icon3-image { @include nwayo-bg-image-mixin('icon3.png', 'foobar', $inline:true); }

// Scalable
@mixin common-icon4-image { @include nwayo-scalable-icon-mixin('icon4.svg', 'foobar'); }

/**/
/* Color Schemes */
.text-color {
  color: #000000; }

a.text-color {
  color: #000000; }
  a.text-color:hover {
    color: black; }

.ucp-color {
  color: #ffffff; }

a.ucp-color {
  color: #ffffff; }
  a.ucp-color:hover {
    color: #d9d9d9; }

.dashboard-color {
  color: #125787; }

a.dashboard-color {
  color: #125787; }
  a.dashboard-color:hover {
    color: #092c44; }

.forum-color {
  color: #b82101; }

a.forum-color {
  color: #b82101; }
  a.forum-color:hover {
    color: #6c1301; }

.tutorial-color {
  color: #009638; }

a.tutorial-color {
  color: #009638; }
  a.tutorial-color:hover {
    color: #004a1b; }

.robots-color {
  color: #0b889e; }

a.robots-color {
  color: #0b889e; }
  a.robots-color:hover {
    color: #064a56; }

.blog-color {
  color: #023f87; }

a.blog-color {
  color: #023f87; }
  a.blog-color:hover {
    color: #011c3c; }

.shop-color {
  color: #e3992c; }

a.shop-color {
  color: #e3992c; }
  a.shop-color:hover {
    color: #ac6f17; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40.0625em&large=64.0625em&xlarge=90.0625em&xxlarge=120.0625em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

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

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

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

@media print, screen and (min-width: 40.0625em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
@media screen and (min-width: 90.0625em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
@media screen and (min-width: 120.0625em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
.grid-x > .small-1 {
  width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40.0625em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }

  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .grid-x > .medium-1 {
    width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

  .grid-x > .medium-12 {
    width: 100%; } }
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }

  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .grid-x > .large-1 {
    width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

  .grid-x > .large-12 {
    width: 100%; } }
@media screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }

  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .grid-x > .xlarge-1 {
    width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

  .grid-x > .xlarge-12 {
    width: 100%; } }
@media screen and (min-width: 120.0625em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }

  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }

  .grid-x > .xxlarge-1 {
    width: 8.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40.0625em) {
    .grid-margin-x {
      margin-left: -0.625rem;
      margin-right: -0.625rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40.0625em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.25rem);
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40.0625em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 1.25rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 1.25rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 1.25rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 1.25rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 1.25rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 1.25rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 1.25rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 1.25rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.25rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 1.25rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 1.25rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 1.25rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 1.25rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 1.25rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 1.25rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 1.25rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 1.25rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.25rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 1.25rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 1.25rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 1.25rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 1.25rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 1.25rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 1.25rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 1.25rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 1.25rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.25rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.3333333333% - 1.25rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.6666666667% - 1.25rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.3333333333% - 1.25rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.6666666667% - 1.25rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.3333333333% - 1.25rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.6666666667% - 1.25rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.3333333333% - 1.25rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.6666666667% - 1.25rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.25rem); } }
  @media screen and (min-width: 120.0625em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.3333333333% - 1.25rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.6666666667% - 1.25rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.25rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.3333333333% - 1.25rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.6666666667% - 1.25rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.25rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.3333333333% - 1.25rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.6666666667% - 1.25rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.25rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.3333333333% - 1.25rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.6666666667% - 1.25rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.25rem); } }

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

.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: 40.0625em) {
  .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: 64.0625em) {
  .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: 90.0625em) {
  .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: 120.0625em) {
  .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.25rem); }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.25rem); }

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

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

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

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

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

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

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }
@media screen and (min-width: 90.0625em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.25rem); }

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

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

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

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

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

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

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }
@media screen and (min-width: 120.0625em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.25rem); }

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

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

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

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

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

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

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.25rem); } }
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40.0625em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64.0625em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 90.0625em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 120.0625em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40.0625em) {
  .medium-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem); } }
@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem); } }
@media screen and (min-width: 90.0625em) {
  .xlarge-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem); } }
@media screen and (min-width: 120.0625em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.625rem); } }
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 40.0625em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 90.0625em) {
    .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 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 120.0625em) {
    .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 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40.0625em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 90.0625em) {
    .grid-y > .xlarge-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 120.0625em) {
    .grid-y > .xxlarge-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xxlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xxlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xxlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xxlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -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: 120.0625em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }
@media print, screen and (min-width: 40.0625em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }
@media print, screen and (min-width: 64.0625em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }
@media screen and (min-width: 90.0625em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }
@media screen and (min-width: 120.0625em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }
@media print, screen and (min-width: 40.0625em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }
@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }
@media screen and (min-width: 90.0625em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }
@media screen and (min-width: 120.0625em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.25rem); } }
  @media print, screen and (min-width: 64.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.25rem); } }
  @media screen and (min-width: 90.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.25rem); } }
  @media screen and (min-width: 120.0625em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.25rem); } }

@media print, screen and (min-width: 40.0625em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.25rem); } }
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.25rem); } }
@media screen and (min-width: 90.0625em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.25rem); } }
@media screen and (min-width: 120.0625em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.25rem); } }
.foundation-init-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: auto !important; }
  .foundation-init-wrapper div,
  .foundation-init-wrapper dl,
  .foundation-init-wrapper dt,
  .foundation-init-wrapper dd,
  .foundation-init-wrapper ul,
  .foundation-init-wrapper ol,
  .foundation-init-wrapper li,
  .foundation-init-wrapper h1,
  .foundation-init-wrapper h2,
  .foundation-init-wrapper h3,
  .foundation-init-wrapper h4,
  .foundation-init-wrapper h5,
  .foundation-init-wrapper h6,
  .foundation-init-wrapper pre,
  .foundation-init-wrapper form,
  .foundation-init-wrapper p,
  .foundation-init-wrapper blockquote,
  .foundation-init-wrapper th,
  .foundation-init-wrapper td {
    margin: 0;
    padding: 0; }
  .foundation-init-wrapper p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility; }
  .foundation-init-wrapper em,
  .foundation-init-wrapper i {
    font-style: italic;
    line-height: inherit; }
  .foundation-init-wrapper strong,
  .foundation-init-wrapper b {
    font-weight: bold;
    line-height: inherit; }
  .foundation-init-wrapper small {
    font-size: 80%;
    line-height: inherit; }
  .foundation-init-wrapper h1, .foundation-init-wrapper .h1,
  .foundation-init-wrapper h2, .foundation-init-wrapper .h2,
  .foundation-init-wrapper h3, .foundation-init-wrapper .h3,
  .foundation-init-wrapper h4, .foundation-init-wrapper .h4,
  .foundation-init-wrapper h5, .foundation-init-wrapper .h5,
  .foundation-init-wrapper h6, .foundation-init-wrapper .h6 {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility; }
    .foundation-init-wrapper h1 small, .foundation-init-wrapper .h1 small,
    .foundation-init-wrapper h2 small, .foundation-init-wrapper .h2 small,
    .foundation-init-wrapper h3 small, .foundation-init-wrapper .h3 small,
    .foundation-init-wrapper h4 small, .foundation-init-wrapper .h4 small,
    .foundation-init-wrapper h5 small, .foundation-init-wrapper .h5 small,
    .foundation-init-wrapper h6 small, .foundation-init-wrapper .h6 small {
      line-height: 0;
      color: #cacaca; }
  .foundation-init-wrapper h1, .foundation-init-wrapper .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundation-init-wrapper h2, .foundation-init-wrapper .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundation-init-wrapper h3, .foundation-init-wrapper .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundation-init-wrapper h4, .foundation-init-wrapper .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundation-init-wrapper h5, .foundation-init-wrapper .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .foundation-init-wrapper h6, .foundation-init-wrapper .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40.0625em) {
    .foundation-init-wrapper h1, .foundation-init-wrapper .h1 {
      font-size: 3rem; }
    .foundation-init-wrapper h2, .foundation-init-wrapper .h2 {
      font-size: 2.5rem; }
    .foundation-init-wrapper h3, .foundation-init-wrapper .h3 {
      font-size: 1.9375rem; }
    .foundation-init-wrapper h4, .foundation-init-wrapper .h4 {
      font-size: 1.5625rem; }
    .foundation-init-wrapper h5, .foundation-init-wrapper .h5 {
      font-size: 1.25rem; }
    .foundation-init-wrapper h6, .foundation-init-wrapper .h6 {
      font-size: 1rem; } }
  .foundation-init-wrapper a {
    line-height: inherit;
    color: #125787;
    text-decoration: none;
    cursor: pointer; }
    .foundation-init-wrapper a:hover, .foundation-init-wrapper a:focus {
      color: #0f4b74; }
    .foundation-init-wrapper a img {
      border: 0; }
  .foundation-init-wrapper hr {
    clear: both;
    max-width: 90%;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0; }
  .foundation-init-wrapper ul,
  .foundation-init-wrapper ol,
  .foundation-init-wrapper dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6; }
  .foundation-init-wrapper li {
    font-size: inherit; }
  .foundation-init-wrapper ul {
    margin-left: 1.25rem;
    list-style-type: disc; }
  .foundation-init-wrapper ol {
    margin-left: 1.25rem; }
  .foundation-init-wrapper ul .foundation-init-wrapper ul, .foundation-init-wrapper ol .foundation-init-wrapper ul, .foundation-init-wrapper ul .foundation-init-wrapper ol, .foundation-init-wrapper ol .foundation-init-wrapper ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }
  .foundation-init-wrapper dl {
    margin-bottom: 1rem; }
    .foundation-init-wrapper dl dt {
      margin-bottom: 0.3rem;
      font-weight: bold; }
  .foundation-init-wrapper blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca; }
    .foundation-init-wrapper blockquote, .foundation-init-wrapper blockquote p {
      line-height: 1.6;
      color: #8a8a8a; }
  .foundation-init-wrapper cite {
    display: block;
    font-size: 0.8125rem;
    color: #8a8a8a; }
    .foundation-init-wrapper cite:before {
      content: "— "; }
  .foundation-init-wrapper abbr, .foundation-init-wrapper abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none; }
  .foundation-init-wrapper figure {
    margin: 0; }
  .foundation-init-wrapper code {
    padding: 0.125rem 0.3125rem 0.0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a; }
  .foundation-init-wrapper kbd {
    margin: 0;
    padding: 0.125rem 0.25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a; }
  .foundation-init-wrapper .subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a; }
  .foundation-init-wrapper .lead {
    font-size: 125%;
    line-height: 1.6; }
  .foundation-init-wrapper .stat {
    font-size: 2.5rem;
    line-height: 1; }
    p + .foundation-init-wrapper .stat {
      margin-top: -1rem; }
  .foundation-init-wrapper ul.no-bullet, .foundation-init-wrapper ol.no-bullet {
    margin-left: 0;
    list-style: none; }
  .foundation-init-wrapper .text-left {
    text-align: left; }
  .foundation-init-wrapper .text-right {
    text-align: right; }
  .foundation-init-wrapper .text-center {
    text-align: center; }
  .foundation-init-wrapper .text-justify {
    text-align: justify; }
  @media print, screen and (min-width: 40.0625em) {
    .foundation-init-wrapper .medium-text-left {
      text-align: left; }
    .foundation-init-wrapper .medium-text-right {
      text-align: right; }
    .foundation-init-wrapper .medium-text-center {
      text-align: center; }
    .foundation-init-wrapper .medium-text-justify {
      text-align: justify; } }
  @media print, screen and (min-width: 64.0625em) {
    .foundation-init-wrapper .large-text-left {
      text-align: left; }
    .foundation-init-wrapper .large-text-right {
      text-align: right; }
    .foundation-init-wrapper .large-text-center {
      text-align: center; }
    .foundation-init-wrapper .large-text-justify {
      text-align: justify; } }
  @media screen and (min-width: 90.0625em) {
    .foundation-init-wrapper .xlarge-text-left {
      text-align: left; }
    .foundation-init-wrapper .xlarge-text-right {
      text-align: right; }
    .foundation-init-wrapper .xlarge-text-center {
      text-align: center; }
    .foundation-init-wrapper .xlarge-text-justify {
      text-align: justify; } }
  @media screen and (min-width: 120.0625em) {
    .foundation-init-wrapper .xxlarge-text-left {
      text-align: left; }
    .foundation-init-wrapper .xxlarge-text-right {
      text-align: right; }
    .foundation-init-wrapper .xxlarge-text-center {
      text-align: center; }
    .foundation-init-wrapper .xxlarge-text-justify {
      text-align: justify; } }
  .foundation-init-wrapper .show-for-print {
    display: none !important; }
  @media print {
    .foundation-init-wrapper * {
      background: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: black !important;
      text-shadow: none !important; }
    .foundation-init-wrapper .show-for-print {
      display: block !important; }
    .foundation-init-wrapper .hide-for-print {
      display: none !important; }
    .foundation-init-wrapper table.show-for-print {
      display: table !important; }
    .foundation-init-wrapper thead.show-for-print {
      display: table-header-group !important; }
    .foundation-init-wrapper tbody.show-for-print {
      display: table-row-group !important; }
    .foundation-init-wrapper tr.show-for-print {
      display: table-row !important; }
    .foundation-init-wrapper td.show-for-print {
      display: table-cell !important; }
    .foundation-init-wrapper th.show-for-print {
      display: table-cell !important; }
    .foundation-init-wrapper a,
    .foundation-init-wrapper a:visited {
      text-decoration: underline; }
    .foundation-init-wrapper a[href]:after {
      content: " (" attr(href) ")"; }
    .foundation-init-wrapper .ir a:after,
    .foundation-init-wrapper a[href^='javascript:']:after,
    .foundation-init-wrapper a[href^='#']:after {
      content: ''; }
    .foundation-init-wrapper abbr[title]:after {
      content: " (" attr(title) ")"; }
    .foundation-init-wrapper pre,
    .foundation-init-wrapper blockquote {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid; }
    .foundation-init-wrapper thead {
      display: table-header-group; }
    .foundation-init-wrapper tr,
    .foundation-init-wrapper img {
      page-break-inside: avoid; }
    .foundation-init-wrapper img {
      max-width: 100% !important; }
    @page {
      .foundation-init-wrapper {
        margin: 0.5cm; } }
    .foundation-init-wrapper p,
    .foundation-init-wrapper h2,
    .foundation-init-wrapper h3 {
      orphans: 3;
      widows: 3; }
    .foundation-init-wrapper h2,
    .foundation-init-wrapper h3 {
      page-break-after: avoid; }
    .foundation-init-wrapper .print-break-inside {
      page-break-inside: auto; } }
  .foundation-init-wrapper [type='text'], .foundation-init-wrapper [type='password'], .foundation-init-wrapper [type='date'], .foundation-init-wrapper [type='datetime'], .foundation-init-wrapper [type='datetime-local'], .foundation-init-wrapper [type='month'], .foundation-init-wrapper [type='week'], .foundation-init-wrapper [type='email'], .foundation-init-wrapper [type='number'], .foundation-init-wrapper [type='search'], .foundation-init-wrapper [type='tel'], .foundation-init-wrapper [type='time'], .foundation-init-wrapper [type='url'], .foundation-init-wrapper [type='color'],
  .foundation-init-wrapper textarea {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
            box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .foundation-init-wrapper [type='text']:focus, .foundation-init-wrapper [type='password']:focus, .foundation-init-wrapper [type='date']:focus, .foundation-init-wrapper [type='datetime']:focus, .foundation-init-wrapper [type='datetime-local']:focus, .foundation-init-wrapper [type='month']:focus, .foundation-init-wrapper [type='week']:focus, .foundation-init-wrapper [type='email']:focus, .foundation-init-wrapper [type='number']:focus, .foundation-init-wrapper [type='search']:focus, .foundation-init-wrapper [type='tel']:focus, .foundation-init-wrapper [type='time']:focus, .foundation-init-wrapper [type='url']:focus, .foundation-init-wrapper [type='color']:focus,
    .foundation-init-wrapper textarea:focus {
      outline: none;
      border: 1px solid #8a8a8a;
      background-color: #fefefe;
      -webkit-box-shadow: 0 0 5px #cacaca;
              box-shadow: 0 0 5px #cacaca;
      -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  .foundation-init-wrapper textarea {
    max-width: 100%; }
    .foundation-init-wrapper textarea[rows] {
      height: auto; }
  .foundation-init-wrapper input::-webkit-input-placeholder,
  .foundation-init-wrapper textarea::-webkit-input-placeholder {
    color: #cacaca; }
  .foundation-init-wrapper input::-moz-placeholder,
  .foundation-init-wrapper textarea::-moz-placeholder {
    color: #cacaca; }
  .foundation-init-wrapper input::-ms-input-placeholder,
  .foundation-init-wrapper textarea::-ms-input-placeholder {
    color: #cacaca; }
  .foundation-init-wrapper input::placeholder,
  .foundation-init-wrapper textarea::placeholder {
    color: #cacaca; }
  .foundation-init-wrapper input:disabled, .foundation-init-wrapper input[readonly],
  .foundation-init-wrapper textarea:disabled,
  .foundation-init-wrapper textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  .foundation-init-wrapper [type='submit'],
  .foundation-init-wrapper [type='button'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0; }
  .foundation-init-wrapper input[type='search'] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .foundation-init-wrapper [type='file'],
  .foundation-init-wrapper [type='checkbox'],
  .foundation-init-wrapper [type='radio'] {
    margin: 0 0 1rem; }
  .foundation-init-wrapper [type='checkbox'] + label,
  .foundation-init-wrapper [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0; }
    .foundation-init-wrapper [type='checkbox'] + label[for],
    .foundation-init-wrapper [type='radio'] + label[for] {
      cursor: pointer; }
  .foundation-init-wrapper label > [type='checkbox'],
  .foundation-init-wrapper label > [type='radio'] {
    margin-right: 0.5rem; }
  .foundation-init-wrapper [type='file'] {
    width: 100%; }
  .foundation-init-wrapper label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a; }
    .foundation-init-wrapper label.middle {
      margin: 0 0 1rem;
      padding: 0.5625rem 0; }
  .foundation-init-wrapper .help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a; }
  .foundation-init-wrapper .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .foundation-init-wrapper .input-group > :first-child {
      border-radius: 0 0 0 0; }
    .foundation-init-wrapper .input-group > :last-child > * {
      border-radius: 0 0 0 0; }
  .foundation-init-wrapper .input-group-label, .foundation-init-wrapper .input-group-field, .foundation-init-wrapper .input-group-button, .foundation-init-wrapper .input-group-button a,
  .foundation-init-wrapper .input-group-button input,
  .foundation-init-wrapper .input-group-button button,
  .foundation-init-wrapper .input-group-button label {
    margin: 0;
    white-space: nowrap; }
  .foundation-init-wrapper .input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .foundation-init-wrapper .input-group-label:first-child {
      border-right: 0; }
    .foundation-init-wrapper .input-group-label:last-child {
      border-left: 0; }
  .foundation-init-wrapper .input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
    min-width: 0; }
  .foundation-init-wrapper .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .foundation-init-wrapper .input-group-button a,
    .foundation-init-wrapper .input-group-button input,
    .foundation-init-wrapper .input-group-button button,
    .foundation-init-wrapper .input-group-button label {
      height: auto;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      padding-top: 0;
      padding-bottom: 0;
      font-size: 1rem; }
  .foundation-init-wrapper fieldset {
    margin: 0;
    padding: 0;
    border: 0; }
  .foundation-init-wrapper legend {
    max-width: 100%;
    margin-bottom: 0.5rem; }
  .foundation-init-wrapper .fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca; }
    .foundation-init-wrapper .fieldset legend {
      margin: 0;
      margin-left: -0.1875rem;
      padding: 0 0.1875rem; }
  .foundation-init-wrapper select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
    @media screen and (min-width: 0\0 ) {
      .foundation-init-wrapper select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
    .foundation-init-wrapper select:focus {
      outline: none;
      border: 1px solid #8a8a8a;
      background-color: #fefefe;
      -webkit-box-shadow: 0 0 5px #cacaca;
              box-shadow: 0 0 5px #cacaca;
      -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
      -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
      transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
    .foundation-init-wrapper select:disabled {
      background-color: #e6e6e6;
      cursor: not-allowed; }
    .foundation-init-wrapper select::-ms-expand {
      display: none; }
    .foundation-init-wrapper select[multiple] {
      height: auto;
      background-image: none; }
  .foundation-init-wrapper .is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea; }
    .foundation-init-wrapper .is-invalid-input:not(:focus)::-webkit-input-placeholder {
      color: #cc4b37; }
    .foundation-init-wrapper .is-invalid-input:not(:focus)::-moz-placeholder {
      color: #cc4b37; }
    .foundation-init-wrapper .is-invalid-input:not(:focus)::-ms-input-placeholder {
      color: #cc4b37; }
    .foundation-init-wrapper .is-invalid-input:not(:focus)::placeholder {
      color: #cc4b37; }
  .foundation-init-wrapper .is-invalid-label {
    color: #cc4b37; }
  .foundation-init-wrapper .form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #cc4b37; }
    .foundation-init-wrapper .form-error.is-visible {
      display: block; }
  .foundation-init-wrapper .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.55em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #125787;
    color: #fefefe; }
    [data-whatinput='mouse'] .foundation-init-wrapper .button {
      outline: 0; }
    .foundation-init-wrapper .button:hover, .foundation-init-wrapper .button:focus {
      background-color: #0f4a73;
      color: #fefefe; }
    .foundation-init-wrapper .button.tiny {
      font-size: 0.6rem; }
    .foundation-init-wrapper .button.small {
      font-size: 0.75rem; }
    .foundation-init-wrapper .button.large {
      font-size: 1.25rem; }
    .foundation-init-wrapper .button.expanded {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
    .foundation-init-wrapper .button.primary {
      background-color: #125787;
      color: #fefefe; }
      .foundation-init-wrapper .button.primary:hover, .foundation-init-wrapper .button.primary:focus {
        background-color: #0e466c;
        color: #fefefe; }
    .foundation-init-wrapper .button.secondary {
      background-color: #767676;
      color: #fefefe; }
      .foundation-init-wrapper .button.secondary:hover, .foundation-init-wrapper .button.secondary:focus {
        background-color: #5e5e5e;
        color: #fefefe; }
    .foundation-init-wrapper .button.success {
      background-color: #3adb76;
      color: #0a0a0a; }
      .foundation-init-wrapper .button.success:hover, .foundation-init-wrapper .button.success:focus {
        background-color: #22bb5b;
        color: #0a0a0a; }
    .foundation-init-wrapper .button.warning {
      background-color: #ffae00;
      color: #0a0a0a; }
      .foundation-init-wrapper .button.warning:hover, .foundation-init-wrapper .button.warning:focus {
        background-color: #cc8b00;
        color: #0a0a0a; }
    .foundation-init-wrapper .button.alert {
      background-color: #cc4b37;
      color: #fefefe; }
      .foundation-init-wrapper .button.alert:hover, .foundation-init-wrapper .button.alert:focus {
        background-color: #a53b2a;
        color: #fefefe; }
    .foundation-init-wrapper .button.disabled, .foundation-init-wrapper .button[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
      .foundation-init-wrapper .button.disabled, .foundation-init-wrapper .button.disabled:hover, .foundation-init-wrapper .button.disabled:focus, .foundation-init-wrapper .button[disabled], .foundation-init-wrapper .button[disabled]:hover, .foundation-init-wrapper .button[disabled]:focus {
        background-color: #125787;
        color: #fefefe; }
      .foundation-init-wrapper .button.disabled.primary, .foundation-init-wrapper .button[disabled].primary {
        opacity: 0.25;
        cursor: not-allowed; }
        .foundation-init-wrapper .button.disabled.primary, .foundation-init-wrapper .button.disabled.primary:hover, .foundation-init-wrapper .button.disabled.primary:focus, .foundation-init-wrapper .button[disabled].primary, .foundation-init-wrapper .button[disabled].primary:hover, .foundation-init-wrapper .button[disabled].primary:focus {
          background-color: #125787;
          color: #fefefe; }
      .foundation-init-wrapper .button.disabled.secondary, .foundation-init-wrapper .button[disabled].secondary {
        opacity: 0.25;
        cursor: not-allowed; }
        .foundation-init-wrapper .button.disabled.secondary, .foundation-init-wrapper .button.disabled.secondary:hover, .foundation-init-wrapper .button.disabled.secondary:focus, .foundation-init-wrapper .button[disabled].secondary, .foundation-init-wrapper .button[disabled].secondary:hover, .foundation-init-wrapper .button[disabled].secondary:focus {
          background-color: #767676;
          color: #fefefe; }
      .foundation-init-wrapper .button.disabled.success, .foundation-init-wrapper .button[disabled].success {
        opacity: 0.25;
        cursor: not-allowed; }
        .foundation-init-wrapper .button.disabled.success, .foundation-init-wrapper .button.disabled.success:hover, .foundation-init-wrapper .button.disabled.success:focus, .foundation-init-wrapper .button[disabled].success, .foundation-init-wrapper .button[disabled].success:hover, .foundation-init-wrapper .button[disabled].success:focus {
          background-color: #3adb76;
          color: #0a0a0a; }
      .foundation-init-wrapper .button.disabled.warning, .foundation-init-wrapper .button[disabled].warning {
        opacity: 0.25;
        cursor: not-allowed; }
        .foundation-init-wrapper .button.disabled.warning, .foundation-init-wrapper .button.disabled.warning:hover, .foundation-init-wrapper .button.disabled.warning:focus, .foundation-init-wrapper .button[disabled].warning, .foundation-init-wrapper .button[disabled].warning:hover, .foundation-init-wrapper .button[disabled].warning:focus {
          background-color: #ffae00;
          color: #0a0a0a; }
      .foundation-init-wrapper .button.disabled.alert, .foundation-init-wrapper .button[disabled].alert {
        opacity: 0.25;
        cursor: not-allowed; }
        .foundation-init-wrapper .button.disabled.alert, .foundation-init-wrapper .button.disabled.alert:hover, .foundation-init-wrapper .button.disabled.alert:focus, .foundation-init-wrapper .button[disabled].alert, .foundation-init-wrapper .button[disabled].alert:hover, .foundation-init-wrapper .button[disabled].alert:focus {
          background-color: #cc4b37;
          color: #fefefe; }
    .foundation-init-wrapper .button.hollow {
      border: 1px solid #125787;
      color: #125787; }
      .foundation-init-wrapper .button.hollow, .foundation-init-wrapper .button.hollow:hover, .foundation-init-wrapper .button.hollow:focus {
        background-color: transparent; }
      .foundation-init-wrapper .button.hollow.disabled, .foundation-init-wrapper .button.hollow.disabled:hover, .foundation-init-wrapper .button.hollow.disabled:focus, .foundation-init-wrapper .button.hollow[disabled], .foundation-init-wrapper .button.hollow[disabled]:hover, .foundation-init-wrapper .button.hollow[disabled]:focus {
        background-color: transparent; }
      .foundation-init-wrapper .button.hollow:hover, .foundation-init-wrapper .button.hollow:focus {
        border-color: #092c44;
        color: #092c44; }
        .foundation-init-wrapper .button.hollow:hover.disabled, .foundation-init-wrapper .button.hollow:hover[disabled], .foundation-init-wrapper .button.hollow:focus.disabled, .foundation-init-wrapper .button.hollow:focus[disabled] {
          border: 1px solid #125787;
          color: #125787; }
      .foundation-init-wrapper .button.hollow.primary {
        border: 1px solid #125787;
        color: #125787; }
        .foundation-init-wrapper .button.hollow.primary:hover, .foundation-init-wrapper .button.hollow.primary:focus {
          border-color: #092c44;
          color: #092c44; }
          .foundation-init-wrapper .button.hollow.primary:hover.disabled, .foundation-init-wrapper .button.hollow.primary:hover[disabled], .foundation-init-wrapper .button.hollow.primary:focus.disabled, .foundation-init-wrapper .button.hollow.primary:focus[disabled] {
            border: 1px solid #125787;
            color: #125787; }
      .foundation-init-wrapper .button.hollow.secondary {
        border: 1px solid #767676;
        color: #767676; }
        .foundation-init-wrapper .button.hollow.secondary:hover, .foundation-init-wrapper .button.hollow.secondary:focus {
          border-color: #3b3b3b;
          color: #3b3b3b; }
          .foundation-init-wrapper .button.hollow.secondary:hover.disabled, .foundation-init-wrapper .button.hollow.secondary:hover[disabled], .foundation-init-wrapper .button.hollow.secondary:focus.disabled, .foundation-init-wrapper .button.hollow.secondary:focus[disabled] {
            border: 1px solid #767676;
            color: #767676; }
      .foundation-init-wrapper .button.hollow.success {
        border: 1px solid #3adb76;
        color: #3adb76; }
        .foundation-init-wrapper .button.hollow.success:hover, .foundation-init-wrapper .button.hollow.success:focus {
          border-color: #157539;
          color: #157539; }
          .foundation-init-wrapper .button.hollow.success:hover.disabled, .foundation-init-wrapper .button.hollow.success:hover[disabled], .foundation-init-wrapper .button.hollow.success:focus.disabled, .foundation-init-wrapper .button.hollow.success:focus[disabled] {
            border: 1px solid #3adb76;
            color: #3adb76; }
      .foundation-init-wrapper .button.hollow.warning {
        border: 1px solid #ffae00;
        color: #ffae00; }
        .foundation-init-wrapper .button.hollow.warning:hover, .foundation-init-wrapper .button.hollow.warning:focus {
          border-color: #805700;
          color: #805700; }
          .foundation-init-wrapper .button.hollow.warning:hover.disabled, .foundation-init-wrapper .button.hollow.warning:hover[disabled], .foundation-init-wrapper .button.hollow.warning:focus.disabled, .foundation-init-wrapper .button.hollow.warning:focus[disabled] {
            border: 1px solid #ffae00;
            color: #ffae00; }
      .foundation-init-wrapper .button.hollow.alert {
        border: 1px solid #cc4b37;
        color: #cc4b37; }
        .foundation-init-wrapper .button.hollow.alert:hover, .foundation-init-wrapper .button.hollow.alert:focus {
          border-color: #67251a;
          color: #67251a; }
          .foundation-init-wrapper .button.hollow.alert:hover.disabled, .foundation-init-wrapper .button.hollow.alert:hover[disabled], .foundation-init-wrapper .button.hollow.alert:focus.disabled, .foundation-init-wrapper .button.hollow.alert:focus[disabled] {
            border: 1px solid #cc4b37;
            color: #cc4b37; }
    .foundation-init-wrapper .button.clear {
      border: 1px solid #125787;
      color: #125787; }
      .foundation-init-wrapper .button.clear, .foundation-init-wrapper .button.clear:hover, .foundation-init-wrapper .button.clear:focus {
        background-color: transparent; }
      .foundation-init-wrapper .button.clear.disabled, .foundation-init-wrapper .button.clear.disabled:hover, .foundation-init-wrapper .button.clear.disabled:focus, .foundation-init-wrapper .button.clear[disabled], .foundation-init-wrapper .button.clear[disabled]:hover, .foundation-init-wrapper .button.clear[disabled]:focus {
        background-color: transparent; }
      .foundation-init-wrapper .button.clear:hover, .foundation-init-wrapper .button.clear:focus {
        border-color: #092c44;
        color: #092c44; }
        .foundation-init-wrapper .button.clear:hover.disabled, .foundation-init-wrapper .button.clear:hover[disabled], .foundation-init-wrapper .button.clear:focus.disabled, .foundation-init-wrapper .button.clear:focus[disabled] {
          border: 1px solid #125787;
          color: #125787; }
      .foundation-init-wrapper .button.clear, .foundation-init-wrapper .button.clear.disabled, .foundation-init-wrapper .button.clear[disabled], .foundation-init-wrapper .button.clear:hover, .foundation-init-wrapper .button.clear:hover.disabled, .foundation-init-wrapper .button.clear:hover[disabled], .foundation-init-wrapper .button.clear:focus, .foundation-init-wrapper .button.clear:focus.disabled, .foundation-init-wrapper .button.clear:focus[disabled] {
        border-color: transparent; }
      .foundation-init-wrapper .button.clear.primary {
        border: 1px solid #125787;
        color: #125787; }
        .foundation-init-wrapper .button.clear.primary:hover, .foundation-init-wrapper .button.clear.primary:focus {
          border-color: #092c44;
          color: #092c44; }
          .foundation-init-wrapper .button.clear.primary:hover.disabled, .foundation-init-wrapper .button.clear.primary:hover[disabled], .foundation-init-wrapper .button.clear.primary:focus.disabled, .foundation-init-wrapper .button.clear.primary:focus[disabled] {
            border: 1px solid #125787;
            color: #125787; }
        .foundation-init-wrapper .button.clear.primary, .foundation-init-wrapper .button.clear.primary.disabled, .foundation-init-wrapper .button.clear.primary[disabled], .foundation-init-wrapper .button.clear.primary:hover, .foundation-init-wrapper .button.clear.primary:hover.disabled, .foundation-init-wrapper .button.clear.primary:hover[disabled], .foundation-init-wrapper .button.clear.primary:focus, .foundation-init-wrapper .button.clear.primary:focus.disabled, .foundation-init-wrapper .button.clear.primary:focus[disabled] {
          border-color: transparent; }
      .foundation-init-wrapper .button.clear.secondary {
        border: 1px solid #767676;
        color: #767676; }
        .foundation-init-wrapper .button.clear.secondary:hover, .foundation-init-wrapper .button.clear.secondary:focus {
          border-color: #3b3b3b;
          color: #3b3b3b; }
          .foundation-init-wrapper .button.clear.secondary:hover.disabled, .foundation-init-wrapper .button.clear.secondary:hover[disabled], .foundation-init-wrapper .button.clear.secondary:focus.disabled, .foundation-init-wrapper .button.clear.secondary:focus[disabled] {
            border: 1px solid #767676;
            color: #767676; }
        .foundation-init-wrapper .button.clear.secondary, .foundation-init-wrapper .button.clear.secondary.disabled, .foundation-init-wrapper .button.clear.secondary[disabled], .foundation-init-wrapper .button.clear.secondary:hover, .foundation-init-wrapper .button.clear.secondary:hover.disabled, .foundation-init-wrapper .button.clear.secondary:hover[disabled], .foundation-init-wrapper .button.clear.secondary:focus, .foundation-init-wrapper .button.clear.secondary:focus.disabled, .foundation-init-wrapper .button.clear.secondary:focus[disabled] {
          border-color: transparent; }
      .foundation-init-wrapper .button.clear.success {
        border: 1px solid #3adb76;
        color: #3adb76; }
        .foundation-init-wrapper .button.clear.success:hover, .foundation-init-wrapper .button.clear.success:focus {
          border-color: #157539;
          color: #157539; }
          .foundation-init-wrapper .button.clear.success:hover.disabled, .foundation-init-wrapper .button.clear.success:hover[disabled], .foundation-init-wrapper .button.clear.success:focus.disabled, .foundation-init-wrapper .button.clear.success:focus[disabled] {
            border: 1px solid #3adb76;
            color: #3adb76; }
        .foundation-init-wrapper .button.clear.success, .foundation-init-wrapper .button.clear.success.disabled, .foundation-init-wrapper .button.clear.success[disabled], .foundation-init-wrapper .button.clear.success:hover, .foundation-init-wrapper .button.clear.success:hover.disabled, .foundation-init-wrapper .button.clear.success:hover[disabled], .foundation-init-wrapper .button.clear.success:focus, .foundation-init-wrapper .button.clear.success:focus.disabled, .foundation-init-wrapper .button.clear.success:focus[disabled] {
          border-color: transparent; }
      .foundation-init-wrapper .button.clear.warning {
        border: 1px solid #ffae00;
        color: #ffae00; }
        .foundation-init-wrapper .button.clear.warning:hover, .foundation-init-wrapper .button.clear.warning:focus {
          border-color: #805700;
          color: #805700; }
          .foundation-init-wrapper .button.clear.warning:hover.disabled, .foundation-init-wrapper .button.clear.warning:hover[disabled], .foundation-init-wrapper .button.clear.warning:focus.disabled, .foundation-init-wrapper .button.clear.warning:focus[disabled] {
            border: 1px solid #ffae00;
            color: #ffae00; }
        .foundation-init-wrapper .button.clear.warning, .foundation-init-wrapper .button.clear.warning.disabled, .foundation-init-wrapper .button.clear.warning[disabled], .foundation-init-wrapper .button.clear.warning:hover, .foundation-init-wrapper .button.clear.warning:hover.disabled, .foundation-init-wrapper .button.clear.warning:hover[disabled], .foundation-init-wrapper .button.clear.warning:focus, .foundation-init-wrapper .button.clear.warning:focus.disabled, .foundation-init-wrapper .button.clear.warning:focus[disabled] {
          border-color: transparent; }
      .foundation-init-wrapper .button.clear.alert {
        border: 1px solid #cc4b37;
        color: #cc4b37; }
        .foundation-init-wrapper .button.clear.alert:hover, .foundation-init-wrapper .button.clear.alert:focus {
          border-color: #67251a;
          color: #67251a; }
          .foundation-init-wrapper .button.clear.alert:hover.disabled, .foundation-init-wrapper .button.clear.alert:hover[disabled], .foundation-init-wrapper .button.clear.alert:focus.disabled, .foundation-init-wrapper .button.clear.alert:focus[disabled] {
            border: 1px solid #cc4b37;
            color: #cc4b37; }
        .foundation-init-wrapper .button.clear.alert, .foundation-init-wrapper .button.clear.alert.disabled, .foundation-init-wrapper .button.clear.alert[disabled], .foundation-init-wrapper .button.clear.alert:hover, .foundation-init-wrapper .button.clear.alert:hover.disabled, .foundation-init-wrapper .button.clear.alert:hover[disabled], .foundation-init-wrapper .button.clear.alert:focus, .foundation-init-wrapper .button.clear.alert:focus.disabled, .foundation-init-wrapper .button.clear.alert:focus[disabled] {
          border-color: transparent; }
    .foundation-init-wrapper .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; }
    .foundation-init-wrapper .button.dropdown.hollow::after {
      border-top-color: #125787; }
    .foundation-init-wrapper .button.dropdown.hollow.primary::after {
      border-top-color: #125787; }
    .foundation-init-wrapper .button.dropdown.hollow.secondary::after {
      border-top-color: #767676; }
    .foundation-init-wrapper .button.dropdown.hollow.success::after {
      border-top-color: #3adb76; }
    .foundation-init-wrapper .button.dropdown.hollow.warning::after {
      border-top-color: #ffae00; }
    .foundation-init-wrapper .button.dropdown.hollow.alert::after {
      border-top-color: #cc4b37; }
    .foundation-init-wrapper .button.arrow-only::after {
      top: -0.1em;
      float: none;
      margin-left: 0; }
  .foundation-init-wrapper a.button:hover, .foundation-init-wrapper a.button:focus {
    text-decoration: none; }
  .foundation-init-wrapper .button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .foundation-init-wrapper .button-group::before, .foundation-init-wrapper .button-group::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .foundation-init-wrapper .button-group::after {
      clear: both; }
    .foundation-init-wrapper .button-group .button {
      margin: 0;
      margin-right: 1px;
      margin-bottom: 1px;
      font-size: 1rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      border-radius: 0; }
      .foundation-init-wrapper .button-group .button:last-child {
        margin-right: 0; }
      .foundation-init-wrapper .button-group .button:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .foundation-init-wrapper .button-group .button:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    .foundation-init-wrapper .button-group.tiny .button {
      font-size: 0.6rem; }
    .foundation-init-wrapper .button-group.small .button {
      font-size: 0.75rem; }
    .foundation-init-wrapper .button-group.large .button {
      font-size: 1.25rem; }
    .foundation-init-wrapper .button-group.expanded .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .foundation-init-wrapper .button-group.primary .button {
      background-color: #125787;
      color: #fefefe; }
      .foundation-init-wrapper .button-group.primary .button:hover, .foundation-init-wrapper .button-group.primary .button:focus {
        background-color: #0e466c;
        color: #fefefe; }
    .foundation-init-wrapper .button-group.secondary .button {
      background-color: #767676;
      color: #fefefe; }
      .foundation-init-wrapper .button-group.secondary .button:hover, .foundation-init-wrapper .button-group.secondary .button:focus {
        background-color: #5e5e5e;
        color: #fefefe; }
    .foundation-init-wrapper .button-group.success .button {
      background-color: #3adb76;
      color: #0a0a0a; }
      .foundation-init-wrapper .button-group.success .button:hover, .foundation-init-wrapper .button-group.success .button:focus {
        background-color: #22bb5b;
        color: #0a0a0a; }
    .foundation-init-wrapper .button-group.warning .button {
      background-color: #ffae00;
      color: #0a0a0a; }
      .foundation-init-wrapper .button-group.warning .button:hover, .foundation-init-wrapper .button-group.warning .button:focus {
        background-color: #cc8b00;
        color: #0a0a0a; }
    .foundation-init-wrapper .button-group.alert .button {
      background-color: #cc4b37;
      color: #fefefe; }
      .foundation-init-wrapper .button-group.alert .button:hover, .foundation-init-wrapper .button-group.alert .button:focus {
        background-color: #a53b2a;
        color: #fefefe; }
    .foundation-init-wrapper .button-group.stacked, .foundation-init-wrapper .button-group.stacked-for-small, .foundation-init-wrapper .button-group.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .foundation-init-wrapper .button-group.stacked .button, .foundation-init-wrapper .button-group.stacked-for-small .button, .foundation-init-wrapper .button-group.stacked-for-medium .button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-radius: 0; }
        .foundation-init-wrapper .button-group.stacked .button:last-child, .foundation-init-wrapper .button-group.stacked-for-small .button:last-child, .foundation-init-wrapper .button-group.stacked-for-medium .button:last-child {
          margin-bottom: 0; }
        .foundation-init-wrapper .button-group.stacked .button:first-child, .foundation-init-wrapper .button-group.stacked-for-small .button:first-child, .foundation-init-wrapper .button-group.stacked-for-medium .button:first-child {
          border-top-left-radius: 0;
          border-top-right-radius: 0; }
        .foundation-init-wrapper .button-group.stacked .button:last-child, .foundation-init-wrapper .button-group.stacked-for-small .button:last-child, .foundation-init-wrapper .button-group.stacked-for-medium .button:last-child {
          margin-bottom: 0;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
    @media print, screen and (min-width: 40.0625em) {
      .foundation-init-wrapper .button-group.stacked-for-small .button {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        margin-bottom: 0; }
        .foundation-init-wrapper .button-group.stacked-for-small .button:first-child {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 0; }
        .foundation-init-wrapper .button-group.stacked-for-small .button:last-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; } }
    @media print, screen and (min-width: 64.0625em) {
      .foundation-init-wrapper .button-group.stacked-for-medium .button {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px;
        margin-bottom: 0; }
        .foundation-init-wrapper .button-group.stacked-for-medium .button:first-child {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 0; }
        .foundation-init-wrapper .button-group.stacked-for-medium .button:last-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; } }
    @media screen and (max-width: 40em) {
      .foundation-init-wrapper .button-group.stacked-for-small.expanded {
        display: block; }
        .foundation-init-wrapper .button-group.stacked-for-small.expanded .button {
          display: block;
          margin-right: 0; } }
  .foundation-init-wrapper .callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a; }
    .foundation-init-wrapper .callout > :first-child {
      margin-top: 0; }
    .foundation-init-wrapper .callout > :last-child {
      margin-bottom: 0; }
    .foundation-init-wrapper .callout.primary {
      background-color: #d0e8f9;
      color: #0a0a0a; }
    .foundation-init-wrapper .callout.secondary {
      background-color: #eaeaea;
      color: #0a0a0a; }
    .foundation-init-wrapper .callout.success {
      background-color: #e1faea;
      color: #0a0a0a; }
    .foundation-init-wrapper .callout.warning {
      background-color: #fff3d9;
      color: #0a0a0a; }
    .foundation-init-wrapper .callout.alert {
      background-color: #f7e4e1;
      color: #0a0a0a; }
    .foundation-init-wrapper .callout.small {
      padding-top: 0.5rem;
      padding-right: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 0.5rem; }
    .foundation-init-wrapper .callout.large {
      padding-top: 3rem;
      padding-right: 3rem;
      padding-bottom: 3rem;
      padding-left: 3rem; }
  .foundation-init-wrapper .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 1rem;
    border: 0;
    border-radius: 0;
    background: #fefefe;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    color: #0a0a0a; }
    .foundation-init-wrapper .card > :last-child {
      margin-bottom: 0; }
  .foundation-init-wrapper .card-divider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #e6e6e6; }
    .foundation-init-wrapper .card-divider > :last-child {
      margin-bottom: 0; }
  .foundation-init-wrapper .card-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 1rem; }
    .foundation-init-wrapper .card-section > :last-child {
      margin-bottom: 0; }
  .foundation-init-wrapper .card-image {
    min-height: 1px; }
  .foundation-init-wrapper .close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer; }
    [data-whatinput='mouse'] .foundation-init-wrapper .close-button {
      outline: 0; }
    .foundation-init-wrapper .close-button:hover, .foundation-init-wrapper .close-button:focus {
      color: #0a0a0a; }
    .foundation-init-wrapper .close-button.small {
      right: 0.66rem;
      top: 0.33em;
      font-size: 1.5em;
      line-height: 1; }
    .foundation-init-wrapper .close-button, .foundation-init-wrapper .close-button.medium {
      right: 1rem;
      top: 0.5rem;
      font-size: 2em;
      line-height: 1; }
  .foundation-init-wrapper .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    [data-whatinput='mouse'] .foundation-init-wrapper .menu li {
      outline: 0; }
    .foundation-init-wrapper .menu a,
    .foundation-init-wrapper .menu .button {
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 0.7rem 1rem; }
    .foundation-init-wrapper .menu input,
    .foundation-init-wrapper .menu select,
    .foundation-init-wrapper .menu a,
    .foundation-init-wrapper .menu button {
      margin-bottom: 0; }
    .foundation-init-wrapper .menu input {
      display: inline-block; }
    .foundation-init-wrapper .menu, .foundation-init-wrapper .menu.horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .foundation-init-wrapper .menu.vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .foundation-init-wrapper .menu.expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .foundation-init-wrapper .menu.simple {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .foundation-init-wrapper .menu.simple li + li {
        margin-left: 1rem; }
      .foundation-init-wrapper .menu.simple a {
        padding: 0; }
    @media print, screen and (min-width: 40.0625em) {
      .foundation-init-wrapper .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .foundation-init-wrapper .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .foundation-init-wrapper .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; }
      .foundation-init-wrapper .menu.medium-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; } }
    @media print, screen and (min-width: 64.0625em) {
      .foundation-init-wrapper .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .foundation-init-wrapper .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .foundation-init-wrapper .menu.large-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; }
      .foundation-init-wrapper .menu.large-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; } }
    @media screen and (min-width: 90.0625em) {
      .foundation-init-wrapper .menu.xlarge-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .foundation-init-wrapper .menu.xlarge-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .foundation-init-wrapper .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; }
      .foundation-init-wrapper .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; } }
    @media screen and (min-width: 120.0625em) {
      .foundation-init-wrapper .menu.xxlarge-horizontal {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; }
      .foundation-init-wrapper .menu.xxlarge-vertical {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .foundation-init-wrapper .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; }
      .foundation-init-wrapper .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
            -ms-flex: 1 1 0px;
                flex: 1 1 0px; } }
    .foundation-init-wrapper .menu.nested {
      margin-right: 0;
      margin-left: 1rem; }
    .foundation-init-wrapper .menu.icons a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .foundation-init-wrapper .menu.icon-top a, .foundation-init-wrapper .menu.icon-right a, .foundation-init-wrapper .menu.icon-bottom a, .foundation-init-wrapper .menu.icon-left a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .foundation-init-wrapper .menu.icon-left li a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .foundation-init-wrapper .menu.icon-left li a img,
      .foundation-init-wrapper .menu.icon-left li a i,
      .foundation-init-wrapper .menu.icon-left li a svg {
        margin-right: 0.25rem; }
    .foundation-init-wrapper .menu.icon-right li a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; }
      .foundation-init-wrapper .menu.icon-right li a img,
      .foundation-init-wrapper .menu.icon-right li a i,
      .foundation-init-wrapper .menu.icon-right li a svg {
        margin-left: 0.25rem; }
    .foundation-init-wrapper .menu.icon-top li a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      .foundation-init-wrapper .menu.icon-top li a img,
      .foundation-init-wrapper .menu.icon-top li a i,
      .foundation-init-wrapper .menu.icon-top li a svg {
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center; }
    .foundation-init-wrapper .menu.icon-bottom li a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap; }
      .foundation-init-wrapper .menu.icon-bottom li a img,
      .foundation-init-wrapper .menu.icon-bottom li a i,
      .foundation-init-wrapper .menu.icon-bottom li a svg {
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        margin-bottom: 0.25rem;
        text-align: center; }
    .foundation-init-wrapper .menu .is-active > a {
      background: #125787;
      color: #fefefe; }
    .foundation-init-wrapper .menu .active > a {
      background: #125787;
      color: #fefefe; }
    .foundation-init-wrapper .menu.align-left {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .foundation-init-wrapper .menu.align-right li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .foundation-init-wrapper .menu.align-right li .submenu li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .foundation-init-wrapper .menu.align-right.vertical li {
      display: block;
      text-align: right; }
      .foundation-init-wrapper .menu.align-right.vertical li .submenu li {
        text-align: right; }
    .foundation-init-wrapper .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
    .foundation-init-wrapper .menu.align-center li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .foundation-init-wrapper .menu.align-center li .submenu li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
    .foundation-init-wrapper .menu .menu-text {
      padding: 0.7rem 1rem;
      font-weight: bold;
      line-height: 1;
      color: inherit; }
  .foundation-init-wrapper .menu-centered > .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .foundation-init-wrapper .menu-centered > .menu li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .foundation-init-wrapper .menu-centered > .menu li .submenu li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
  .foundation-init-wrapper .no-js [data-responsive-menu] ul {
    display: none; }
  .foundation-init-wrapper .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #125787;
    color: #fefefe; }
    .foundation-init-wrapper .label.primary {
      background: #125787;
      color: #fefefe; }
    .foundation-init-wrapper .label.secondary {
      background: #767676;
      color: #fefefe; }
    .foundation-init-wrapper .label.success {
      background: #3adb76;
      color: #0a0a0a; }
    .foundation-init-wrapper .label.warning {
      background: #ffae00;
      color: #0a0a0a; }
    .foundation-init-wrapper .label.alert {
      background: #cc4b37;
      color: #fefefe; }
  .foundation-init-wrapper .media-object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .foundation-init-wrapper .media-object img {
      max-width: none; }
    @media screen and (max-width: 40em) {
      .foundation-init-wrapper .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media screen and (max-width: 40em) {
      .foundation-init-wrapper .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        max-width: 100%; }
        .foundation-init-wrapper .media-object.stack-for-small .media-object-section img {
          width: 100%; } }
  .foundation-init-wrapper .media-object-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .foundation-init-wrapper .media-object-section:first-child {
      padding-right: 1rem; }
    .foundation-init-wrapper .media-object-section:last-child:not(:nth-child(2)) {
      padding-left: 1rem; }
    .foundation-init-wrapper .media-object-section > :last-child {
      margin-bottom: 0; }
    .foundation-init-wrapper .media-object-section.main-section {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
  .foundation-init-wrapper .pagination {
    margin-left: 0;
    margin-bottom: 1rem; }
    .foundation-init-wrapper .pagination::before, .foundation-init-wrapper .pagination::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .foundation-init-wrapper .pagination::after {
      clear: both; }
    .foundation-init-wrapper .pagination li {
      margin-right: 0.0625rem;
      border-radius: 0;
      font-size: 1rem;
      display: inline-block; }
    .foundation-init-wrapper .pagination a,
    .foundation-init-wrapper .pagination button {
      display: block;
      padding: 0.1875rem 0.625rem;
      border-radius: 0;
      color: #0a0a0a; }
      .foundation-init-wrapper .pagination a:hover,
      .foundation-init-wrapper .pagination button:hover {
        background: #e6e6e6; }
    .foundation-init-wrapper .pagination .current {
      padding: 0.1875rem 0.625rem;
      background: #125787;
      color: #fefefe;
      cursor: default; }
    .foundation-init-wrapper .pagination .disabled {
      padding: 0.1875rem 0.625rem;
      color: #cacaca;
      cursor: not-allowed; }
      .foundation-init-wrapper .pagination .disabled:hover {
        background: transparent; }
    .foundation-init-wrapper .pagination .ellipsis::after {
      padding: 0.1875rem 0.625rem;
      content: '\2026';
      color: #0a0a0a; }
  .foundation-init-wrapper .pagination-previous a::before,
  .foundation-init-wrapper .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: '\00ab'; }
  .foundation-init-wrapper .pagination-next a::after,
  .foundation-init-wrapper .pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: '\00bb'; }
  .foundation-init-wrapper .sticky-container {
    position: relative; }
  .foundation-init-wrapper .sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .foundation-init-wrapper .sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%; }
    .foundation-init-wrapper .sticky.is-stuck.is-at-top {
      top: 0; }
    .foundation-init-wrapper .sticky.is-stuck.is-at-bottom {
      bottom: 0; }
  .foundation-init-wrapper .sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto; }
    .foundation-init-wrapper .sticky.is-anchored.is-at-bottom {
      bottom: 0; }
  .foundation-init-wrapper table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0; }
    thead,
    tbody,
    tfoot {
      border: 1px solid #d8d8d8;
      background-color: #fefefe; }

    caption {
      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: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }

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

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

    .foundation-init-wrapper table.unstriped tbody {
      background-color: #fefefe; }
      .foundation-init-wrapper table.unstriped tbody tr {
        border-bottom: 0;
        border-bottom: 1px solid #d8d8d8;
        background-color: #fefefe; }
  @media screen and (max-width: 64em) {
    .foundation-init-wrapper table.stack thead {
      display: none; }
    .foundation-init-wrapper table.stack tfoot {
      display: none; }
    .foundation-init-wrapper table.stack tr,
    .foundation-init-wrapper table.stack th,
    .foundation-init-wrapper table.stack td {
      display: block; }
    .foundation-init-wrapper table.stack td {
      border-top: 0; } }
  .foundation-init-wrapper table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto; }
  .foundation-init-wrapper table.hover thead tr:hover {
    background-color: #f3f3f3; }
  .foundation-init-wrapper table.hover tfoot tr:hover {
    background-color: #ececec; }
  .foundation-init-wrapper table.hover tbody tr:hover {
    background-color: #f9f9f9; }
  .foundation-init-wrapper table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec; }
  .foundation-init-wrapper .table-scroll {
    overflow-x: auto; }
    .foundation-init-wrapper .table-scroll table {
      width: auto; }
  .foundation-init-wrapper .hide {
    display: none !important; }
  .foundation-init-wrapper .invisible {
    visibility: hidden; }
  @media screen and (max-width: 40em) {
    .foundation-init-wrapper .hide-for-small-only {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 40.0625em) {
    .foundation-init-wrapper .show-for-small-only {
      display: none !important; } }
  @media print, screen and (min-width: 40.0625em) {
    .foundation-init-wrapper .hide-for-medium {
      display: none !important; } }
  @media screen and (max-width: 40em) {
    .foundation-init-wrapper .show-for-medium {
      display: none !important; } }
  @media screen and (min-width: 40.0625em) and (max-width: 64em) {
    .foundation-init-wrapper .hide-for-medium-only {
      display: none !important; } }
  @media screen and (max-width: 40em), screen and (min-width: 64.0625em) {
    .foundation-init-wrapper .show-for-medium-only {
      display: none !important; } }
  @media print, screen and (min-width: 64.0625em) {
    .foundation-init-wrapper .hide-for-large {
      display: none !important; } }
  @media screen and (max-width: 64em) {
    .foundation-init-wrapper .show-for-large {
      display: none !important; } }
  @media screen and (min-width: 64.0625em) and (max-width: 90em) {
    .foundation-init-wrapper .hide-for-large-only {
      display: none !important; } }
  @media screen and (max-width: 64em), screen and (min-width: 90.0625em) {
    .foundation-init-wrapper .show-for-large-only {
      display: none !important; } }
  @media screen and (min-width: 90.0625em) {
    .foundation-init-wrapper .hide-for-xlarge {
      display: none !important; } }
  @media screen and (max-width: 90em) {
    .foundation-init-wrapper .show-for-xlarge {
      display: none !important; } }
  @media screen and (min-width: 90.0625em) and (max-width: 120em) {
    .foundation-init-wrapper .hide-for-xlarge-only {
      display: none !important; } }
  @media screen and (max-width: 90em), screen and (min-width: 120.0625em) {
    .foundation-init-wrapper .show-for-xlarge-only {
      display: none !important; } }
  @media screen and (min-width: 120.0625em) {
    .foundation-init-wrapper .hide-for-xxlarge {
      display: none !important; } }
  @media screen and (max-width: 120em) {
    .foundation-init-wrapper .show-for-xxlarge {
      display: none !important; } }
  @media screen and (min-width: 120.0625em) {
    .foundation-init-wrapper .hide-for-xxlarge-only {
      display: none !important; } }
  @media screen and (max-width: 120em) {
    .foundation-init-wrapper .show-for-xxlarge-only {
      display: none !important; } }
  .foundation-init-wrapper .show-for-sr,
  .foundation-init-wrapper .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; }
  .foundation-init-wrapper .show-on-focus:active, .foundation-init-wrapper .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; }
  .foundation-init-wrapper .show-for-landscape,
  .foundation-init-wrapper .hide-for-portrait {
    display: block !important; }
    @media screen and (orientation: landscape) {
      .foundation-init-wrapper .show-for-landscape,
      .foundation-init-wrapper .hide-for-portrait {
        display: block !important; } }
    @media screen and (orientation: portrait) {
      .foundation-init-wrapper .show-for-landscape,
      .foundation-init-wrapper .hide-for-portrait {
        display: none !important; } }
  .foundation-init-wrapper .hide-for-landscape,
  .foundation-init-wrapper .show-for-portrait {
    display: none !important; }
    @media screen and (orientation: landscape) {
      .foundation-init-wrapper .hide-for-landscape,
      .foundation-init-wrapper .show-for-portrait {
        display: none !important; } }
    @media screen and (orientation: portrait) {
      .foundation-init-wrapper .hide-for-landscape,
      .foundation-init-wrapper .show-for-portrait {
        display: block !important; } }
  .foundation-init-wrapper .float-left {
    float: left !important; }
  .foundation-init-wrapper .float-right {
    float: right !important; }
  .foundation-init-wrapper .float-center {
    display: block;
    margin-right: auto;
    margin-left: auto; }
  .foundation-init-wrapper .clearfix::before, .foundation-init-wrapper .clearfix::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .foundation-init-wrapper .clearfix::after {
    clear: both; }
  .foundation-init-wrapper .align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .foundation-init-wrapper .align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .foundation-init-wrapper .align-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .foundation-init-wrapper .align-spaced {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .foundation-init-wrapper .align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .foundation-init-wrapper .align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .foundation-init-wrapper .align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .foundation-init-wrapper .align-self-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .foundation-init-wrapper .align-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .foundation-init-wrapper .align-self-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
  .foundation-init-wrapper .align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .foundation-init-wrapper .align-self-middle {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .foundation-init-wrapper .align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .foundation-init-wrapper .align-self-stretch {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
  .foundation-init-wrapper .align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
  .foundation-init-wrapper .small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .foundation-init-wrapper .small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .foundation-init-wrapper .small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .foundation-init-wrapper .small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .foundation-init-wrapper .small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .foundation-init-wrapper .small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  @media print, screen and (min-width: 40.0625em) {
    .foundation-init-wrapper .medium-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .foundation-init-wrapper .medium-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .foundation-init-wrapper .medium-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .foundation-init-wrapper .medium-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .foundation-init-wrapper .medium-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .foundation-init-wrapper .medium-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; } }
  @media print, screen and (min-width: 64.0625em) {
    .foundation-init-wrapper .large-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .foundation-init-wrapper .large-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .foundation-init-wrapper .large-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .foundation-init-wrapper .large-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .foundation-init-wrapper .large-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .foundation-init-wrapper .large-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; } }
  @media screen and (min-width: 90.0625em) {
    .foundation-init-wrapper .xlarge-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .foundation-init-wrapper .xlarge-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .foundation-init-wrapper .xlarge-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .foundation-init-wrapper .xlarge-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .foundation-init-wrapper .xlarge-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .foundation-init-wrapper .xlarge-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; } }
  @media screen and (min-width: 120.0625em) {
    .foundation-init-wrapper .xxlarge-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .foundation-init-wrapper .xxlarge-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .foundation-init-wrapper .xxlarge-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .foundation-init-wrapper .xxlarge-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .foundation-init-wrapper .xxlarge-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .foundation-init-wrapper .xxlarge-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; } }
  .foundation-init-wrapper .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .foundation-init-wrapper .flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .foundation-init-wrapper .flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .foundation-init-wrapper .flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .foundation-init-wrapper .flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .foundation-init-wrapper .flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .foundation-init-wrapper .flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .foundation-init-wrapper .flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  @media print, screen and (min-width: 40.0625em) {
    .foundation-init-wrapper .medium-flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .foundation-init-wrapper .medium-flex-child-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .foundation-init-wrapper .medium-flex-child-grow {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .foundation-init-wrapper .medium-flex-child-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .foundation-init-wrapper .medium-flex-dir-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .foundation-init-wrapper .medium-flex-dir-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .foundation-init-wrapper .medium-flex-dir-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .foundation-init-wrapper .medium-flex-dir-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media print, screen and (min-width: 64.0625em) {
    .foundation-init-wrapper .large-flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .foundation-init-wrapper .large-flex-child-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .foundation-init-wrapper .large-flex-child-grow {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .foundation-init-wrapper .large-flex-child-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .foundation-init-wrapper .large-flex-dir-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .foundation-init-wrapper .large-flex-dir-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .foundation-init-wrapper .large-flex-dir-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .foundation-init-wrapper .large-flex-dir-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (min-width: 90.0625em) {
    .foundation-init-wrapper .xlarge-flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .foundation-init-wrapper .xlarge-flex-child-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .foundation-init-wrapper .xlarge-flex-child-grow {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .foundation-init-wrapper .xlarge-flex-child-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .foundation-init-wrapper .xlarge-flex-dir-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .foundation-init-wrapper .xlarge-flex-dir-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .foundation-init-wrapper .xlarge-flex-dir-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .foundation-init-wrapper .xlarge-flex-dir-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media screen and (min-width: 120.0625em) {
    .foundation-init-wrapper .xxlarge-flex-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .foundation-init-wrapper .xxlarge-flex-child-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .foundation-init-wrapper .xxlarge-flex-child-grow {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    .foundation-init-wrapper .xxlarge-flex-child-shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto; }
    .foundation-init-wrapper .xxlarge-flex-dir-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .foundation-init-wrapper .xxlarge-flex-dir-row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .foundation-init-wrapper .xxlarge-flex-dir-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .foundation-init-wrapper .xxlarge-flex-dir-column-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .foundation-init-wrapper * {
    -webkit-font-smoothing: auto !important; }
  .foundation-init-wrapper *, .foundation-init-wrapper *::before, .foundation-init-wrapper *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .foundation-init-wrapper input::-webkit-input-placeholder {
    color: #8a8a8a;
    font-style: italic; }
  .foundation-init-wrapper input::-moz-placeholder {
    color: #8a8a8a;
    font-style: italic; }
  .foundation-init-wrapper input::-ms-input-placeholder {
    color: #8a8a8a;
    font-style: italic; }
  .foundation-init-wrapper input::placeholder {
    color: #8a8a8a;
    font-style: italic; }
  .foundation-init-wrapper .grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 90%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40.0625em) {
      .foundation-init-wrapper .grid-container {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  .foundation-init-wrapper .button, .foundation-init-wrapper button {
    background-color: #b82101; }
    .foundation-init-wrapper .button:hover, .foundation-init-wrapper button:hover {
      background-color: #6c1301; }
    .foundation-init-wrapper .button.white-button, .foundation-init-wrapper button.white-button {
      background-color: #fefefe !important;
      color: #0a0a0a !important; }
      .foundation-init-wrapper .button.white-button:hover, .foundation-init-wrapper button.white-button:hover {
        border-color: #d8d8d8 !important;
        color: #303030 !important; }
    .foundation-init-wrapper .button.hollow, .foundation-init-wrapper button.hollow {
      background-color: transparent !important; }
      .foundation-init-wrapper .button.hollow.white-button, .foundation-init-wrapper button.hollow.white-button {
        border-color: #fefefe !important;
        color: #fefefe !important; }
        .foundation-init-wrapper .button.hollow.white-button:hover, .foundation-init-wrapper button.hollow.white-button:hover {
          border-color: #d8d8d8 !important;
          color: #d8d8d8 !important; }

/* configuration parameters */
.menuicon {
  position: relative;
  top: 4.5px;
  display: inline-block;
  width: 25px;
  height: 21px; }
  .menuicon > span {
    position: relative;
    top: 8px;
    width: 25px;
    height: 5px;
    -webkit-transition-duration: 0;
         -o-transition-duration: 0;
            transition-duration: 0;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
    .menuicon > span span {
      display: block;
      width: 25px;
      height: 5px;
      background-color: #fefefe;
      -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: opacity 0.2s, -webkit-transform 0.2s;
      -o-transition: opacity 0.2s, transform 0.2s;
      transition: opacity 0.2s, transform 0.2s;
      transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }
    .menuicon > span::after, .menuicon > span::before {
      content: '';
      position: absolute;
      display: block;
      width: 25px;
      height: 5px;
      background-color: #fefefe;
      -webkit-transition-duration: 0.2s;
           -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0;
           -o-transition-delay: 0.2s, 0;
              transition-delay: 0.2s, 0; }
    .menuicon > span::before {
      margin-top: -8px; }
    .menuicon > span::after {
      margin-top: 3px; }

.active .menuicon > span {
  background-color: transparent; }
  .active .menuicon > span span {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg); }
  .active .menuicon > span::before, .active .menuicon > span::after {
    margin-top: 0;
    -webkit-transition-delay: 0, 0.2s;
         -o-transition-delay: 0, 0.2s;
            transition-delay: 0, 0.2s; }
  .active .menuicon > span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .active .menuicon > span::after {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.site-header {
  position: relative;
  color: #fefefe; }
  .site-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(84, 84, 84, 0.1); }
  .site-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(84, 84, 84, 0.1); }
  .site-header .header-top {
    background-color: #f0f0f0; }
    .site-header .header-top .header-desktop-controls {
      position: relative;
      min-height: 60px;
      text-align: left; }
      @media screen and (min-width: 40.0625em) {
        .site-header .header-top .header-desktop-controls {
          text-align: left; } }
    .site-header .header-top .user-area {
      position: absolute;
      right: 0;
      bottom: 4px;
      text-align: right; }
      @media screen and (min-width: 90.0625em) {
        .site-header .header-top .user-area {
          bottom: 13px; } }
      .site-header .header-top .user-area > a {
        margin-right: .55em;
        font-size: 14px; }
        .site-header .header-top .user-area > a:hover {
          opacity: .8;
          -webkit-transition: opacity .15s ease-in-out;
          -o-transition: opacity .15s ease-in-out;
          transition: opacity .15s ease-in-out; }
      .site-header .header-top .user-area .author-meta {
        display: inline; }
        .site-header .header-top .user-area .author-meta img {
          display: inline-block;
          width: 31.9844px;
          height: 31.9844px;
          border-radius: 100%; }
          .site-header .header-top .user-area .author-meta img:hover {
            opacity: .8;
            -webkit-transition: opacity .15s ease-in-out;
            -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out; }
    .site-header .header-top .logo-area .rb1 {
      border: 1px solid #515151;
      border-radius: 10px;
      margin-right: 15px; }
    .site-header .header-top .logo-area .logotype {
      margin-right: 11px; }
    .site-header .header-top .logo-area .brand img {
      max-height: 40px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .site-header .header-top .logo-area .brand img.logotype {
        max-height: 50px;
        margin-top: 0;
        margin-bottom: 0; }
    @media screen and (max-width: 40em) {
      .site-header .header-top .logo-area .brand img.logotype {
        max-width: 30%; }
      .site-header .header-top .logo-area .brand img.community {
        max-width: 65%; } }
    @media screen and (min-width: 64.0625em) {
      .site-header .header-top .logo-area .brand img {
        max-height: 40px;
        margin-top: 10px;
        margin-bottom: 10px; }
        .site-header .header-top .logo-area .brand img.logotype {
          max-height: 50px;
          margin-top: 0;
          margin-bottom: 0; } }
  .site-header .header-middle .header-mobile-controls {
    padding: 1em 0;
    background-color: #2e3034; }
    .site-header .header-middle .header-mobile-controls .search-mobile-trigger, .site-header .header-middle .header-mobile-controls .nav-primary-mobile-trigger {
      cursor: pointer; }
    .site-header .header-middle .header-mobile-controls .nav-primary-mobile-trigger label {
      position: relative;
      top: 0;
      display: inline-block;
      margin-left: .25em;
      color: #fefefe;
      font-size: 1em; }
    .site-header .header-middle .header-mobile-controls .author-meta-mobile {
      position: relative;
      top: -4px;
      display: inline-block;
      margin-bottom: 0; }
      .site-header .header-middle .header-mobile-controls .author-meta-mobile img {
        display: inline-block;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        margin-right: 7px;
        margin-left: .25em; }
    .site-header .header-middle .header-mobile-controls .search-mobile-trigger {
      display: inline-block; }
      .site-header .header-middle .header-mobile-controls .search-mobile-trigger .searchicon {
        position: relative;
        top: 4px;
        display: inline-block;
        width: 21px;
        height: 22px;
        background-image: url("/web/build/images/site/search.png");
        background-repeat: no-repeat;
        background-position: center right; }
  .site-header .header-bottom {
    background-color: #2e3034; }
    .site-header .header-bottom .rb1-icon {
      display: none; }
  .site-header .search-area {
    position: relative;
    display: none;
    padding-right: 37px;
    margin: 9px 0; }
    .site-header .search-area form {
      margin: 0; }
    .site-header .search-area input[type=text] {
      width: 100%;
      height: 32px;
      padding: 0 .5em;
      border: 1px solid #cacaca;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      margin-bottom: 0;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .site-header .search-area .button {
      position: absolute;
      top: 0;
      right: 0;
      width: 37px;
      height: 32px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin: 0;
      background-image: url("/web/build/images/site/search.png");
      background-repeat: no-repeat;
      background-position: center 6px;
      text-indent: -9000px; }
    @media screen and (min-width: 64.0625em) {
      .site-header .search-area {
        display: block !important; } }
    @media screen and (min-width: 1024px) and (max-width: 1170px) {
      .site-header .search-area {
        width: 20% !important; } }
    @media screen and (min-width: 1170px) and (max-width: 1220px) {
      .site-header .search-area {
        width: 27% !important; } }
  body.fixed-menu .site-header .header-bottom > .grid-container, body.docked .site-header .header-bottom > .grid-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 5px !important;
    padding-left: 5px !important; }
  @media screen and (min-width: 64.0625em) {
    body.fixed-menu .site-header, body.docked .site-header {
      margin-top: 45px; }
      body.fixed-menu .site-header .header-bottom, body.docked .site-header .header-bottom {
        position: fixed;
        top: 0;
        z-index: 501;
        display: none;
        width: 100%;
        height: 50px;
        -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2); } }
  @media screen and (min-width: 90.0625em) {
    body.fixed-menu .site-header .header-bottom ul, body.docked .site-header .header-bottom ul {
      padding-left: 115px; }
    body.fixed-menu .site-header .header-bottom .rb1-icon, body.docked .site-header .header-bottom .rb1-icon {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100px;
      margin-top: 0;
      margin-left: 0; }
      body.fixed-menu .site-header .header-bottom .rb1-icon img, body.docked .site-header .header-bottom .rb1-icon img {
        background: #fefefe; } }

.nav-primary {
  display: none; }
  .nav-primary .user-area-mobile {
    padding: 16px 4.5px; }
    .nav-primary .user-area-mobile > a {
      padding: 4.5px; }
  .nav-primary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap; }
    .nav-primary ul li {
      display: block;
      padding: .25em;
      border-bottom: 1px solid #0a0a0a;
      margin-right: 1em;
      font-size: 18px;
      line-height: 1; }
      .nav-primary ul li:last-child {
        border-bottom: 0;
        margin-left: 0; }
      .nav-primary ul li.rb1-icon a {
        padding: 0; }
      .nav-primary ul li.rb1-icon a::after {
        display: none !important; }
      .nav-primary ul li.rb1-icon img {
        background: #f2f2f2; }
    .nav-primary ul a {
      position: relative;
      display: block;
      padding: .75em .25em;
      color: #fefefe; }
      .nav-primary ul a:hover {
        color: #fefefe; }
      .nav-primary ul a:active, .nav-primary ul a:focus {
        color: #bebebe; }
      .nav-primary ul a.active {
        font-weight: bold; }
  @media screen and (min-width: 64.0625em) {
    .nav-primary {
      display: block !important; }
      .nav-primary ul {
        height: 50px;
        padding: 11px 0;
        font-size: 18px;
        line-height: 1.5; }
      .nav-primary ul li {
        display: inline-block;
        padding: 0;
        border-bottom: 0;
        line-height: 1.5; }
        .nav-primary ul li a {
          display: inline;
          padding: 0; }
          .nav-primary ul li a::after {
            content: '';
            position: absolute;
            right: 50%;
            bottom: -15px;
            left: 50%;
            opacity: 0;
            border-bottom: 4px solid #fefefe;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease; }
          .nav-primary ul li a:hover::after, .nav-primary ul li a.active::after {
            right: -.5em;
            left: -.5em;
            opacity: 1;
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease; }
          .nav-primary ul li a:active::after, .nav-primary ul li a:focus::after {
            right: -.5em;
            left: -.5em;
            opacity: 1;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
          .nav-primary ul li a.default-scheme::after {
            border-color: #125787; }
          .nav-primary ul li a.dashboard-scheme::after {
            border-color: #125787; }
          .nav-primary ul li a.forums-scheme::after {
            border-color: #b82101; }
          .nav-primary ul li a.tutorials-scheme::after {
            border-color: #009638; }
          .nav-primary ul li a.robots-scheme::after {
            border-color: #0b889e; }
          .nav-primary ul li a.blogs-scheme::after {
            border-color: #023f87; }
          .nav-primary ul li a.news-scheme::after {
            border-color: #515151; }
          .nav-primary ul li a.leaderboard-scheme::after {
            border-color: #fcbb2e; }
          .nav-primary ul li a.shop-scheme::after {
            border-color: #e3992c; }
          .nav-primary ul li a.blogs-scheme::after {
            border-color: #0369e1 !important; }
          .nav-primary ul li a.news-scheme::after {
            border-color: #6b6b6b !important; } }

.site-header .header-top .user-area a, .site-header .user-area-mobile a {
  font-weight: bold; }

.site-footer {
  position: relative;
  z-index: 5;
  padding-top: 50px;
  border-top: 5px solid #52555d;
  background-color: #2e3034;
  color: #fefefe; }
  .site-footer .copyright-area {
    margin-top: 150px;
    margin-bottom: 1em;
    color: #a6a6a6; }
    .site-footer .copyright-area hr {
      border-color: #a6a6a6; }
    .site-footer .copyright-area a {
      color: #e3992c; }
      .site-footer .copyright-area a:hover {
        color: #ac6f17; }
  .site-footer .newsletter-subscription-form {
    margin-bottom: 1em;
    color: #fefefe; }
    .site-footer .newsletter-subscription-form h4 {
      font-size: 18px;
      font-weight: bold; }
    .site-footer .newsletter-subscription-form .input-group {
      margin-bottom: 0; }
      .site-footer .newsletter-subscription-form .input-group .button {
        border-radius: 0 5px 5px 0;
        margin-bottom: 0; }
      .site-footer .newsletter-subscription-form .input-group input:first-child {
        border-radius: 5px 0 0 5px;
        margin-bottom: 0; }
  .site-footer .footer-links strong {
    padding-right: .625rem;
    font-size: 18px; }
  .site-footer .footer-links a {
    color: #fefefe;
    text-decoration: none; }
    .site-footer .footer-links a:hover, .site-footer .footer-links a:active, .site-footer .footer-links a:focus {
      color: #bebebe; }
  .site-footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
    .site-footer .footer-links ul li {
      padding: 0;
      padding-right: .625rem;
      margin: 0; }
  @media screen and (min-width: 64.0625em) {
    .site-footer .footer-links .product-category li {
      float: left;
      width: 50%; } }

.hero-section {
  padding-right: .625rem;
  padding-left: .625rem;
  background-color: #0a0a0a;
  background-position: center center;
  background-size: cover;
  color: #fefefe;
  text-align: center; }
  body .hero-section, .hero-section.default-scheme {
    background-color: #125787; }
  body.dashboard-body-scheme .hero-section, .hero-section.dashboard-scheme {
    background-color: #125787; }
  body.forums-body-scheme .hero-section, .hero-section.forums-scheme {
    background-color: #b82101; }
  body.tutorials-body-scheme .hero-section, .hero-section.tutorials-scheme {
    background-color: #009638; }
  body.robots-body-scheme .hero-section, .hero-section.robots-scheme {
    background-color: #0b889e; }
  body.blogs-body-scheme .hero-section, .hero-section.blogs-scheme {
    background-color: #023f87; }
  body.news-body-scheme .hero-section, .hero-section.news-scheme {
    background-color: #515151; }
  body.leaderboard-body-scheme .hero-section, .hero-section.leaderboard-scheme {
    background-color: #fcbb2e; }
  body.shop-body-scheme .hero-section, .hero-section.shop-scheme {
    background-color: #e3992c; }
  .hero-section.blog {
    background-position: center top; }
  .hero-section.forum {
    background-color: #b82101;
    background-image: url("/web/build/images/site/bg-forum-hd.jpg");
    background-position: center top; }
  .hero-section.news {
    background-color: #515151 !important;
    background-position: center top; }
  @media screen and (min-width: 40.0625em) {
    .hero-section {
      -webkit-box-shadow: inset 0 33px 50px -20px rgba(10, 10, 10, 0.34), inset 0 -33px 50px -20px rgba(10, 10, 10, 0.34);
              box-shadow: inset 0 33px 50px -20px rgba(10, 10, 10, 0.34), inset 0 -33px 50px -20px rgba(10, 10, 10, 0.34); } }
  @media screen and (min-width: 90.0625em) {
    .hero-section {
      -webkit-box-shadow: inset 0 33px 50px -20px rgba(10, 10, 10, 0.34), inset 0 -33px 50px -20px rgba(10, 10, 10, 0.34);
              box-shadow: inset 0 33px 50px -20px rgba(10, 10, 10, 0.34), inset 0 -33px 50px -20px rgba(10, 10, 10, 0.34);
      background-attachment: fixed; }
      .hero-section[data-parallax-window=off] {
        background-image: none !important; }
      .hero-section[data-parallax-window=on] {
        background-color: transparent !important;
        background-image: none !important; } }
  .hero-section .hero-search-section-content {
    max-width: 495px;
    padding: 9px 0 20px;
    margin: 0 auto; }
    .hero-section .hero-search-section-content h1 {
      font-size: 60px;
      font-weight: bold; }
  .hero-section .hero-section-content {
    padding: 9px 0;
    margin: 0 auto; }
    .hero-section .hero-section-content h1 {
      margin: .75em;
      font-size: 52px;
      font-weight: bold; }
  .hero-section .content-search-area {
    margin: 27px 0; }
  .hero-section .hero-search-section-footer {
    overflow: hidden;
    padding-top: 27px;
    border-top: 1px solid #fefefe;
    font-size: 14px;
    text-align: left; }
    .hero-section .hero-search-section-footer .button {
      position: relative;
      top: -9px;
      float: right;
      margin: 0 0 0 1em;
      margin-right: 1em; }
    .hero-section .hero-search-section-footer span {
      margin-left: 1em; }
    .hero-section .hero-search-section-footer.centered-buttons {
      text-align: center; }
      .hero-section .hero-search-section-footer.centered-buttons .button {
        display: inline-block;
        float: none; }
    @media screen and (max-width: 40em) {
      .hero-section .hero-search-section-footer {
        text-align: center; }
        .hero-section .hero-search-section-footer .button {
          position: static;
          display: block;
          float: none;
          margin: 0;
          margin-right: 0;
          margin-bottom: .5em; }
        .hero-section .hero-search-section-footer span {
          display: block;
          margin-left: 0;
          text-align: center; } }

.innernav {
  position: relative;
  z-index: 500;
  display: contents;
  border-bottom: 1px solid #f2f2f2;
  background: #fefefe;
  /*Level 1*/ }
  .innernav + .app-notifications {
    margin-top: -2px; }
  .innernav li.is-active > a, .innernav a:hover, .innernav a.active {
    color: #0360cd !important; }
  .innernav .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #0360cd !important; }
  .innernav .submenu-first a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #125787;
    margin-top: -3px; }
  .innernav > ul {
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*Level 2*/ }
    .innernav > ul > li {
      position: relative;
      display: block;
      width: 100%;
      border-bottom: 1px solid #c0c0c0; }
      .innernav > ul > li:last-child {
        border-bottom: 0; }
    .innernav > ul ul {
      display: none;
      width: 100%;
      border-right: 0;
      border-left: 5px solid #c0c0c0; }
    .innernav > ul a {
      color: #0a0a0a;
      font-size: 16px;
      font-weight: 600; }
    @media screen and (max-width: 40em) {
      .innernav > ul {
        /*Level 1 links*/
        /*Level 2*/ }
        .innernav > ul > li > a::after {
          right: 10px !important; }
        .innernav > ul ul.is-dropdown-submenu.js-dropdown-active {
          display: block;
          border-top: 1px solid #c0c0c0;
          border-bottom: 1px solid #c0c0c0;
          border-left: 5px solid #c0c0c0; } }
    @media screen and (min-width: 40.0625em) {
      .innernav > ul {
        padding: 6px 0;
        /*Level 1 links*/ }
        .innernav > ul > li {
          display: list-item;
          width: auto;
          border-bottom: 0;
          /*Level 2*/ }
          .innernav > ul > li > a {
            display: block;
            border-bottom: 0; }
            .innernav > ul > li > a::after {
              content: none !important; }
          .innernav > ul > li:not(:last-child)::after {
            content: '|';
            position: absolute;
            top: .4em;
            right: 0;
            display: block;
            color: #c0c0c0;
            font-weight: 100; }
          .innernav > ul > li ul {
            width: auto;
            border-right: 1px solid #c0c0c0;
            border-left: 1px solid #c0c0c0; } }

html {
  font-size: 100% !important; }

body {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  border-top: 4px solid #b82101;
  background-color: #f2f2f2;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  body *, body *::before, body *::after {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  body .show-loggedin-only {
    display: none; }
  body .show-loggedin-only-ib {
    display: none; }
  body .show-loggedin-only-i {
    display: none; }
  body .show-loggedoff-only {
    display: none; }
  body .show-loggedoff-only-ib {
    display: none; }
  body .show-loggedoff-only-i {
    display: none; }
  body.logged-in .show-loggedin-only {
    display: block; }
  body.logged-in .show-loggedin-only-ib {
    display: inline-block; }
  body.logged-in .show-loggedin-only-i {
    display: inline; }
  body.logged-off .show-loggedoff-only {
    display: block; }
  body.logged-off .show-loggedoff-only-ib {
    display: inline-block; }
  body.logged-off .show-loggedoff-only-i {
    display: inline; }

::-moz-selection {
  background-color: #0a0a0a;
  color: #fefefe; }

::selection {
  background-color: #0a0a0a;
  color: #fefefe; }

.site-header {
  margin: 0; }
  .site-header .header-bottom {
    overflow: hidden; }

.site-header, .site-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
  font-size: 1rem; }

.cooked a, .d-editor-preview a {
  color: #b82101; }

#current-user > a {
  border: 0 !important;
  background-color: transparent !important; }
  #current-user > a:hover {
    border: 0 !important;
    background-color: transparent !important; }

.header-buttons .d-icon-user {
  display: none !important; }

.d-header-icons {
  margin: 0; }
  body.logged-off .d-header-icons {
    display: none; }
  .d-header-icons #toggle-hamburger-menu, .d-header-icons #rb-logout {
    position: relative;
    top: 8px;
    width: auto;
    padding: 0;
    padding-right: .5em;
    padding-left: .5em;
    border: none !important;
    margin: 0;
    background-color: transparent !important;
    color: #fefefe; }
    .d-header-icons #toggle-hamburger-menu i, .d-header-icons #rb-logout i {
      display: inline;
      opacity: 1;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      color: #fefefe;
      font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
      font-size: 16px;
      line-height: 1.5; }
      .d-header-icons #toggle-hamburger-menu i::before, .d-header-icons #rb-logout i::before {
        color: #fefefe; }
      .d-header-icons #toggle-hamburger-menu i:hover, .d-header-icons #toggle-hamburger-menu i:active, .d-header-icons #toggle-hamburger-menu i:focus, .d-header-icons #rb-logout i:hover, .d-header-icons #rb-logout i:active, .d-header-icons #rb-logout i:focus {
        outline: none;
        background: transparent; }
    .d-header-icons #toggle-hamburger-menu:hover, .d-header-icons #toggle-hamburger-menu:active, .d-header-icons #toggle-hamburger-menu:focus, .d-header-icons #rb-logout:hover, .d-header-icons #rb-logout:active, .d-header-icons #rb-logout:focus {
      border: none !important;
      outline: none !important;
      background: transparent !important; }
    .d-header-icons #toggle-hamburger-menu::after, .d-header-icons #rb-logout::after {
      display: none !important; }
  .d-header-icons #rb-logout i::before {
    content: 'Log out'; }
  .d-header-icons .icon img.avatar:hover {
    opacity: .8;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  .d-header-icons .header-dropdown-toggle:hover {
    opacity: .8;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }

#rb-forum-container {
  margin-top: 30px; }

.rb-user-pages #rb-user-nav {
  display: inline-block; }
.rb-user-pages.desktop-view #rb-forum-container {
  max-width: 88%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto; }
  .rb-user-pages.desktop-view #rb-forum-container #rb-forum-grid {
    margin-right: -.625rem;
    margin-left: -.625rem; }
  @media screen and (min-width: 90.0625em) {
    .rb-user-pages.desktop-view #rb-forum-container {
      max-width: 108.75rem; } }

#rb-user-nav {
  display: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 1.255rem;
  padding-left: .625rem;
  margin-top: 0;
  margin-bottom: 15px; }
  .rb-user-pages.desktop-view #rb-user-nav {
    width: 16.66667%;
    padding-right: 1.25rem;
    padding-left: 0; }
    .rb-user-pages.desktop-view #rb-user-nav + #main-outlet {
      display: inline-block;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 83.33333%;
      max-width: 83.33333%;
      padding-right: .625rem;
      padding-left: .625rem; }
  #rb-user-nav .cms-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 1em;
    font-size: 18px; }
    #rb-user-nav .cms-menu li.active {
      background-color: #cacaca; }
    #rb-user-nav .cms-menu li > a, #rb-user-nav .cms-menu li > span {
      display: block;
      padding: 7px 15px;
      color: #0a0a0a; }
    #rb-user-nav .cms-menu li > a:hover, #rb-user-nav .cms-menu li > a:active, #rb-user-nav .cms-menu li > a:focus {
      background-color: #e6e6e6; }

.desktop-view .category-breadcrumb .category-drop {
  margin-right: 1px; }
.desktop-view .category-breadcrumb .tag-drop {
  margin-left: 14px; }
  .desktop-view .category-breadcrumb .tag-drop .d-icon-caret-right {
    margin-bottom: -1px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .desktop-view .category-breadcrumb .tag-drop .is-expanded .d-icon-caret-right {
    margin-bottom: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.desktop-view #rb-forum-container {
  padding-right: .625rem;
  padding-left: .625rem; }
.desktop-view #toggle-hamburger-menu i::before {
  content: 'Forum options'; }
.desktop-view #current-user {
  top: 4px; }
.desktop-view .menu-panel {
  z-index: 1310; }
.desktop-view #main {
  margin-top: 0; }
.desktop-view .admin-contents {
  margin-right: 0;
  margin-left: 0; }
.desktop-view .bootbox.modal {
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.desktop-view #main-outlet {
  opacity: 0;
  max-width: 87.5%;
  padding: 1em;
  margin-top: 0;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2) !important;
  background: #fefefe;
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
  -webkit-animation: fade-slide-down 2s 0.5s cubic-bezier(0, 0.5, 0, 1) forwards;
          animation: fade-slide-down 2s 0.5s cubic-bezier(0, 0.5, 0, 1) forwards; }
  @media screen and (min-width: 90.0625em) {
    .desktop-view #main-outlet {
      max-width: 108.75rem; } }
@-webkit-keyframes fade-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
@keyframes fade-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }
.desktop-view .d-header {
  z-index: 50;
  height: 0;
  padding: 0;
  background-color: #2e3034; }
  .desktop-view .d-header .wrap {
    position: relative;
    max-width: 100%; }
    @media screen and (min-width: 64.0625em) {
      .desktop-view .d-header .wrap {
        max-width: 90%; } }
    @media screen and (min-width: 90.0625em) {
      .desktop-view .d-header .wrap {
        max-width: 108.75rem; } }
  .desktop-view .d-header .logo-big {
    display: none; }
  .desktop-view .d-header .contents {
    position: absolute;
    top: -140px;
    right: 13px; }
    .desktop-view .d-header .contents .header-buttons button {
      float: none;
      min-height: 20px;
      padding-right: .25em;
      padding-left: .25em;
      margin-top: 3px;
      background: transparent;
      /*color: #fefefe;*/
      font-size: 16px; }
      .desktop-view .d-header .contents .header-buttons button i {
        display: none; }
.desktop-view body.rb-has-hero-section .d-header .contents {
  top: -110px !important; }
.desktop-view .docked .d-header {
  z-index: 200;
  width: 100%;
  height: auto;
  background-color: #2e3034; }
  .desktop-view .docked .d-header .logo-big {
    display: inline-block; }
  .desktop-view .docked .d-header .contents {
    position: static;
    top: auto;
    right: auto; }
  .desktop-view .docked .d-header .search-menu {
    position: relative;
    top: 40px; }
  .desktop-view .docked .d-header .extra-info-wrapper {
    overflow: visible; }
    .desktop-view .docked .d-header .extra-info-wrapper .extra-info {
      overflow: visible; }
    .desktop-view .docked .d-header .extra-info-wrapper .categories-wrapper {
      position: fixed;
      top: 50px;
      left: 0; }
      .desktop-view .docked .d-header .extra-info-wrapper .categories-wrapper .badge-wrapper.box {
        margin-right: 0; }
.desktop-view .docked .header-bottom {
  display: block !important; }
.desktop-view .site-header #rb-logout {
  position: absolute;
  top: 22px;
  right: 139px;
  margin-right: 11px;
  font-size: 14px; }
.desktop-view .site-header .row, .desktop-view .site-header .grid-container, .desktop-view .site-header hr, .desktop-view .site-header .reveal {
  max-width: 100%; }
  @media screen and (min-width: 64.0625em) {
    .desktop-view .site-header .row, .desktop-view .site-header .grid-container, .desktop-view .site-header hr, .desktop-view .site-header .reveal {
      max-width: 90%; } }
  @media screen and (min-width: 90.0625em) {
    .desktop-view .site-header .row, .desktop-view .site-header .grid-container, .desktop-view .site-header hr, .desktop-view .site-header .reveal {
      max-width: 108.75rem; } }

.mobile-view .d-header-icons .unread-private-messages, .mobile-view .d-header-icons .ring {
  top: 0;
  right: 0; }
.mobile-view body {
  position: relative; }
  .mobile-view body.mobile-search-open.mobile-nav-open .site-header .nav-primary {
    padding-bottom: 11px; }
.mobile-view .site-header .row, .mobile-view .site-header .grid-container, .mobile-view .site-header hr, .mobile-view .site-header .reveal {
  max-width: 100%; }
  @media screen and (min-width: 90.0625em) {
    .mobile-view .site-header .row, .mobile-view .site-header .grid-container, .mobile-view .site-header hr, .mobile-view .site-header .reveal {
      max-width: 108.75rem; } }
.mobile-view #toggle-hamburger-menu i::before {
  content: 'Options'; }
.mobile-view #main {
  position: static; }
.mobile-view #main-outlet {
  padding-top: 20px; }
.mobile-view .user-menu > div {
  top: auto !important;
  bottom: 0; }
.mobile-view .menu-panel.slide-in {
  top: auto !important;
  bottom: 0; }
.mobile-view #current-user > a {
  width: 22px; }
.mobile-view #current-user img {
  width: 22px;
  height: 22px;
  margin-top: 4px; }
.mobile-view .d-header {
  z-index: 50;
  height: 0;
  padding: 0;
  background-color: #2e3034; }
  .mobile-view .d-header .extra-info-wrapper a {
    color: #fefefe; }
  .mobile-view .d-header .d-header-icons {
    position: absolute;
    top: 48px;
    right: 34px;
    width: 135px; }
  .mobile-view .d-header .header-buttons {
    display: none; }
  .mobile-view .d-header .wrap {
    position: relative;
    max-width: 1740px; }
  .mobile-view .d-header .logo-big {
    display: none; }
  .mobile-view .d-header .contents {
    position: absolute;
    top: 110px;
    right: 40px; }
    @media only screen and (min-width: 422px) {
      .mobile-view .d-header .contents {
        top: 60px; } }
    .mobile-view .d-header .contents #search-button {
      display: none; }
    .mobile-view .d-header .contents .header-buttons button {
      min-height: 20px;
      padding-right: 0;
      padding-left: .25em;
      background: transparent;
      color: #fefefe;
      font-size: 16px; }
      .mobile-view .d-header .contents .header-buttons button i {
        display: none; }
.mobile-view .docked .d-header {
  z-index: 800;
  display: block;
  height: auto;
  min-height: 37.5px;
  padding-top: .25em;
  padding-bottom: .25em;
  background-color: #2e3034; }
  .mobile-view .docked .d-header .logo-big {
    display: inline-block; }
  .mobile-view .docked .d-header .contents {
    position: static;
    top: auto;
    right: auto; }
.mobile-view .docked .d-header-icons {
  position: fixed !important;
  top: 0;
  right: 0;
  margin: 0 !important; }
.mobile-view .docked .header-buttons {
  display: block; }
.mobile-view .docked .header-bottom {
  display: block !important; }

.topic-body {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent; }

#reply-control {
  max-width: 100% !important; }
  #reply-control .popup-tip {
    z-index: 701 !important; }

.hero-search-section {
  padding-right: .625rem !important;
  padding-left: .625rem !important; }
  .hero-search-section #rb-ask-private-disclaimer {
    display: inline-block;
    opacity: .8;
    padding: 0 33px;
    color: #fefefe;
    font-size: 12px;
    font-style: italic; }
    .hero-search-section #rb-ask-private-disclaimer:hover {
      opacity: .5; }
    @media screen and (min-width: 64.0625em) {
      .hero-search-section #rb-ask-private-disclaimer {
        padding: 0 53px; } }
  @media screen and (min-width: 64.0625em) {
    .hero-search-section .hero-search-section-footer + div {
      text-align: left; } }

.help-process-modal {
  max-width: 450px;
  max-height: none !important;
  padding: 2em 1em 3em !important;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .help-process-modal h3 {
    text-align: center; }
  .help-process-modal form input {
    width: 89%; }
  .help-process-modal .help-process-search-results {
    overflow: auto;
    max-width: 95%;
    max-height: 200px;
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
    text-align: left; }
    .help-process-modal .help-process-search-results div:hover {
      opacity: .75; }

.foundation-init-wrapper .before-body .content-search-area {
  position: relative;
  display: block;
  padding-right: 37px;
  margin: 17px 0; }
  .foundation-init-wrapper .before-body .content-search-area input {
    width: 100%;
    height: 32px;
    padding: 0 .5em;
    border: 1px solid #cacaca;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 0; }
  .foundation-init-wrapper .before-body .content-search-area .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 32px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0;
    background-image: url("/web/build/images/site/search.png");
    background-repeat: no-repeat;
    background-position: center 6px;
    text-indent: -9000px; }

.social-icons {
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-right: .5em;
  background-image: url("/web/build/images/common/sprite-social.png");
  text-indent: -9000px; }
  .social-icons.social-icon-twitter {
    background-position: 0 0; }
  .social-icons.social-icon-facebook {
    background-position: -64px 0; }
  .social-icons.social-icon-youtube {
    background-position: -128px 0; }
  .social-icons.social-icon-mail {
    background-position: -256px 0; }
  .social-icons.social-icon-blog {
    background-position: -192px 0; }
  .social-icons.social-icon-pinterest {
    background-position: -320px 0; }
  .social-icons.social-icon-instagram {
    background-position: -448px 0; }
  .social-icons.social-icon-slack {
    background-position: -384px 0; }
  .social-icons.social-icon-rss {
    background-image: url("/web/build/images/common/icon-rss.png"); }

.hero-section.forum {
  padding-right: 10px;
  padding-left: 10px; }

.site-header .header-top .user-area a, .site-header .user-area-mobile a {
  font-weight: bold; }
