@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

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

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    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: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%; }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%; }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%; }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%; }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%; }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%; }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%; }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%; }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .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: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

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

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

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.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: 40em) {
  .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.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.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: 40em) {
  .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: 64em) {
  .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: 75em) {
  .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: 90em) {
  .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: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.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: 64em) {
  .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: 64em) {
  .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: 75em) {
  .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: 90em) {
  .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: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.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: 75em) {
  .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: 75em) {
  .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: 75em) {
  .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: 90em) {
  .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: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

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

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

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.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: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto;
    max-width: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      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: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.3333333333%; }
    .grid-y > .xxlarge-2 {
      height: 16.6666666667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.3333333333%; }
    .grid-y > .xxlarge-5 {
      height: 41.6666666667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.3333333333%; }
    .grid-y > .xxlarge-8 {
      height: 66.6666666667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.3333333333%; }
    .grid-y > .xxlarge-11 {
      height: 91.6666666667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 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: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-left {
  justify-content: flex-start; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2.125rem; }
  h3, .h3 {
    font-size: 1.75rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.375rem; }
  h6, .h6 {
    font-size: 1.25rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3.125rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 2rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.375rem; }
  h6, .h6 {
    font-size: 1.25rem; } }

@media screen and (min-width: 75em) {
  h1, .h1 {
    font-size: 3.375rem; }
  h2, .h2 {
    font-size: 2.8125rem; }
  h3, .h3 {
    font-size: 2rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.375rem; }
  h6, .h6 {
    font-size: 1.25rem; } }

a {
  line-height: inherit;
  color: #8bc53f;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #78ac34; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1.8rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 5px solid #262626; }
  blockquote, blockquote p {
    line-height: 1.7;
    color: #262626; }

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

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #6d6e70;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: none;
  border-radius: 4px;
  background-color: #EFF1F5;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #262626;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: none;
    background-color: #EFF1F5;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 1.0625rem;
  font-weight: normal;
  line-height: 1.8;
  color: #8bc53f; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5rem 0; }

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #d2d2d2;
  background: #f2f2f2;
  color: #262626;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: none; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

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

.is-invalid-input:not(:focus) {
  border-color: #8bc53f;
  background-color: #f3f9ec; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #8bc53f; }

.is-invalid-label {
  color: #8bc53f; }

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

.button, .blog-newsletter-form button, input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.63em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #262626; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .blog-newsletter-form button, .blog-newsletter-form [data-whatinput='mouse'] button, [data-whatinput='mouse'] input[type=submit] {
    outline: 0; }
  .button:hover, .blog-newsletter-form button:hover, input[type=submit]:hover, .button:focus, .blog-newsletter-form button:focus, input[type=submit]:focus {
    background-color: #8bc53f;
    color: #262626; }
  .button.tiny, .blog-newsletter-form button.tiny, input.tiny[type=submit] {
    font-size: 0.6rem; }
  .button.small, .blog-newsletter-form button.small, input.small[type=submit] {
    font-size: 0.75rem; }
  .button.large, .blog-newsletter-form button.large, input.large[type=submit] {
    font-size: 1.25rem; }
  .button.expanded, .blog-newsletter-form button.expanded, input.expanded[type=submit] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .blog-newsletter-form button.primary, input.primary[type=submit] {
    background-color: #8bc53f;
    color: #262626; }
    .button.primary:hover, .blog-newsletter-form button.primary:hover, input.primary[type=submit]:hover, .button.primary:focus, .blog-newsletter-form button.primary:focus, input.primary[type=submit]:focus {
      background-color: #6fa030;
      color: #262626; }
  .button.secondary, .blog-newsletter-form button.secondary, input.secondary[type=submit] {
    background-color: #05386b;
    color: #ffffff; }
    .button.secondary:hover, .blog-newsletter-form button.secondary:hover, input.secondary[type=submit]:hover, .button.secondary:focus, .blog-newsletter-form button.secondary:focus, input.secondary[type=submit]:focus {
      background-color: #042d56;
      color: #ffffff; }
  .button.success, .blog-newsletter-form button.success, input.success[type=submit] {
    background-color: #42658c;
    color: #ffffff; }
    .button.success:hover, .blog-newsletter-form button.success:hover, input.success[type=submit]:hover, .button.success:focus, .blog-newsletter-form button.success:focus, input.success[type=submit]:focus {
      background-color: #355170;
      color: #ffffff; }
  .button.warning, .blog-newsletter-form button.warning, input.warning[type=submit] {
    background-color: #6d6e70;
    color: #ffffff; }
    .button.warning:hover, .blog-newsletter-form button.warning:hover, input.warning[type=submit]:hover, .button.warning:focus, .blog-newsletter-form button.warning:focus, input.warning[type=submit]:focus {
      background-color: #57585a;
      color: #ffffff; }
  .button.alert, .blog-newsletter-form button.alert, input.alert[type=submit] {
    background-color: #8bc53f;
    color: #262626; }
    .button.alert:hover, .blog-newsletter-form button.alert:hover, input.alert[type=submit]:hover, .button.alert:focus, .blog-newsletter-form button.alert:focus, input.alert[type=submit]:focus {
      background-color: #6fa030;
      color: #262626; }
  .button.disabled, .blog-newsletter-form button.disabled, input.disabled[type=submit], .button[disabled], .blog-newsletter-form button[disabled], input[disabled][type=submit] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .blog-newsletter-form button.disabled, input.disabled[type=submit], .button.disabled:hover, .button.disabled:focus, .button[disabled], .blog-newsletter-form button[disabled], input[disabled][type=submit], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ffffff;
      color: #262626; }
    .button.disabled.primary, .blog-newsletter-form button.disabled.primary, input.disabled.primary[type=submit], .button.primary[disabled], .blog-newsletter-form button.primary[disabled], input.primary[disabled][type=submit] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .blog-newsletter-form button.disabled.primary, input.disabled.primary[type=submit], .button.disabled.primary:hover, .button.disabled.primary:focus, .button.primary[disabled], .blog-newsletter-form button.primary[disabled], input.primary[disabled][type=submit], .button.primary[disabled]:hover, .button.primary[disabled]:focus {
        background-color: #8bc53f;
        color: #262626; }
    .button.disabled.secondary, .blog-newsletter-form button.disabled.secondary, input.disabled.secondary[type=submit], .button.secondary[disabled], .blog-newsletter-form button.secondary[disabled], input.secondary[disabled][type=submit] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .blog-newsletter-form button.disabled.secondary, input.disabled.secondary[type=submit], .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled], .blog-newsletter-form button.secondary[disabled], input.secondary[disabled][type=submit], .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
        background-color: #05386b;
        color: #ffffff; }
    .button.disabled.success, .blog-newsletter-form button.disabled.success, input.disabled.success[type=submit], .button.success[disabled], .blog-newsletter-form button.success[disabled], input.success[disabled][type=submit] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .blog-newsletter-form button.disabled.success, input.disabled.success[type=submit], .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled], .blog-newsletter-form button.success[disabled], input.success[disabled][type=submit], .button.success[disabled]:hover, .button.success[disabled]:focus {
        background-color: #42658c;
        color: #ffffff; }
    .button.disabled.warning, .blog-newsletter-form button.disabled.warning, input.disabled.warning[type=submit], .button.warning[disabled], .blog-newsletter-form button.warning[disabled], input.warning[disabled][type=submit] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .blog-newsletter-form button.disabled.warning, input.disabled.warning[type=submit], .button.disabled.warning:hover, .button.disabled.warning:focus, .button.warning[disabled], .blog-newsletter-form button.warning[disabled], input.warning[disabled][type=submit], .button.warning[disabled]:hover, .button.warning[disabled]:focus {
        background-color: #6d6e70;
        color: #ffffff; }
    .button.disabled.alert, .blog-newsletter-form button.disabled.alert, input.disabled.alert[type=submit], .button.alert[disabled], .blog-newsletter-form button.alert[disabled], input.alert[disabled][type=submit] {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .blog-newsletter-form button.disabled.alert, input.disabled.alert[type=submit], .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled], .blog-newsletter-form button.alert[disabled], input.alert[disabled][type=submit], .button.alert[disabled]:hover, .button.alert[disabled]:focus {
        background-color: #8bc53f;
        color: #262626; }
  .button.hollow, .blog-newsletter-form button.hollow, input.hollow[type=submit] {
    border: 2px solid #ffffff;
    color: #ffffff; }
    .button.hollow, .blog-newsletter-form button.hollow, input.hollow[type=submit], .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .blog-newsletter-form button.hollow.disabled, input.hollow.disabled[type=submit], .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .blog-newsletter-form button.hollow[disabled], input.hollow[disabled][type=submit], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .blog-newsletter-form button.hollow:hover, input.hollow[type=submit]:hover, .button.hollow:focus, .blog-newsletter-form button.hollow:focus, input.hollow[type=submit]:focus {
      border-color: gray;
      color: gray; }
      .button.hollow.disabled:hover, .blog-newsletter-form button.hollow.disabled:hover, input.hollow.disabled[type=submit]:hover, .button.hollow[disabled]:hover, .blog-newsletter-form button.hollow[disabled]:hover, input.hollow[type=submit][disabled]:hover, .button.hollow.disabled:focus, .blog-newsletter-form button.hollow.disabled:focus, input.hollow.disabled[type=submit]:focus, .button.hollow[disabled]:focus, .blog-newsletter-form button.hollow[disabled]:focus, input.hollow[type=submit][disabled]:focus {
        border: 2px solid #ffffff;
        color: #ffffff; }
    .button.hollow.primary, .blog-newsletter-form button.hollow.primary, input.hollow.primary[type=submit] {
      border: 2px solid #8bc53f;
      color: #8bc53f; }
      .button.hollow.primary:hover, .blog-newsletter-form button.hollow.primary:hover, input.hollow.primary[type=submit]:hover, .button.hollow.primary:focus, .blog-newsletter-form button.hollow.primary:focus, input.hollow.primary[type=submit]:focus {
        border-color: #46641e;
        color: #46641e; }
        .button.hollow.primary.disabled:hover, .blog-newsletter-form button.hollow.primary.disabled:hover, input.hollow.primary.disabled[type=submit]:hover, .button.hollow.primary[disabled]:hover, .blog-newsletter-form button.hollow.primary[disabled]:hover, input.hollow.primary[type=submit][disabled]:hover, .button.hollow.primary.disabled:focus, .blog-newsletter-form button.hollow.primary.disabled:focus, input.hollow.primary.disabled[type=submit]:focus, .button.hollow.primary[disabled]:focus, .blog-newsletter-form button.hollow.primary[disabled]:focus, input.hollow.primary[type=submit][disabled]:focus {
          border: 2px solid #8bc53f;
          color: #8bc53f; }
    .button.hollow.secondary, .blog-newsletter-form button.hollow.secondary, input.hollow.secondary[type=submit] {
      border: 2px solid #05386b;
      color: #05386b; }
      .button.hollow.secondary:hover, .blog-newsletter-form button.hollow.secondary:hover, input.hollow.secondary[type=submit]:hover, .button.hollow.secondary:focus, .blog-newsletter-form button.hollow.secondary:focus, input.hollow.secondary[type=submit]:focus {
        border-color: #031c36;
        color: #031c36; }
        .button.hollow.secondary.disabled:hover, .blog-newsletter-form button.hollow.secondary.disabled:hover, input.hollow.secondary.disabled[type=submit]:hover, .button.hollow.secondary[disabled]:hover, .blog-newsletter-form button.hollow.secondary[disabled]:hover, input.hollow.secondary[type=submit][disabled]:hover, .button.hollow.secondary.disabled:focus, .blog-newsletter-form button.hollow.secondary.disabled:focus, input.hollow.secondary.disabled[type=submit]:focus, .button.hollow.secondary[disabled]:focus, .blog-newsletter-form button.hollow.secondary[disabled]:focus, input.hollow.secondary[type=submit][disabled]:focus {
          border: 2px solid #05386b;
          color: #05386b; }
    .button.hollow.success, .blog-newsletter-form button.hollow.success, input.hollow.success[type=submit] {
      border: 2px solid #42658c;
      color: #42658c; }
      .button.hollow.success:hover, .blog-newsletter-form button.hollow.success:hover, input.hollow.success[type=submit]:hover, .button.hollow.success:focus, .blog-newsletter-form button.hollow.success:focus, input.hollow.success[type=submit]:focus {
        border-color: #213346;
        color: #213346; }
        .button.hollow.success.disabled:hover, .blog-newsletter-form button.hollow.success.disabled:hover, input.hollow.success.disabled[type=submit]:hover, .button.hollow.success[disabled]:hover, .blog-newsletter-form button.hollow.success[disabled]:hover, input.hollow.success[type=submit][disabled]:hover, .button.hollow.success.disabled:focus, .blog-newsletter-form button.hollow.success.disabled:focus, input.hollow.success.disabled[type=submit]:focus, .button.hollow.success[disabled]:focus, .blog-newsletter-form button.hollow.success[disabled]:focus, input.hollow.success[type=submit][disabled]:focus {
          border: 2px solid #42658c;
          color: #42658c; }
    .button.hollow.warning, .blog-newsletter-form button.hollow.warning, input.hollow.warning[type=submit] {
      border: 2px solid #6d6e70;
      color: #6d6e70; }
      .button.hollow.warning:hover, .blog-newsletter-form button.hollow.warning:hover, input.hollow.warning[type=submit]:hover, .button.hollow.warning:focus, .blog-newsletter-form button.hollow.warning:focus, input.hollow.warning[type=submit]:focus {
        border-color: #373738;
        color: #373738; }
        .button.hollow.warning.disabled:hover, .blog-newsletter-form button.hollow.warning.disabled:hover, input.hollow.warning.disabled[type=submit]:hover, .button.hollow.warning[disabled]:hover, .blog-newsletter-form button.hollow.warning[disabled]:hover, input.hollow.warning[type=submit][disabled]:hover, .button.hollow.warning.disabled:focus, .blog-newsletter-form button.hollow.warning.disabled:focus, input.hollow.warning.disabled[type=submit]:focus, .button.hollow.warning[disabled]:focus, .blog-newsletter-form button.hollow.warning[disabled]:focus, input.hollow.warning[type=submit][disabled]:focus {
          border: 2px solid #6d6e70;
          color: #6d6e70; }
    .button.hollow.alert, .blog-newsletter-form button.hollow.alert, input.hollow.alert[type=submit] {
      border: 2px solid #8bc53f;
      color: #8bc53f; }
      .button.hollow.alert:hover, .blog-newsletter-form button.hollow.alert:hover, input.hollow.alert[type=submit]:hover, .button.hollow.alert:focus, .blog-newsletter-form button.hollow.alert:focus, input.hollow.alert[type=submit]:focus {
        border-color: #46641e;
        color: #46641e; }
        .button.hollow.alert.disabled:hover, .blog-newsletter-form button.hollow.alert.disabled:hover, input.hollow.alert.disabled[type=submit]:hover, .button.hollow.alert[disabled]:hover, .blog-newsletter-form button.hollow.alert[disabled]:hover, input.hollow.alert[type=submit][disabled]:hover, .button.hollow.alert.disabled:focus, .blog-newsletter-form button.hollow.alert.disabled:focus, input.hollow.alert.disabled[type=submit]:focus, .button.hollow.alert[disabled]:focus, .blog-newsletter-form button.hollow.alert[disabled]:focus, input.hollow.alert[type=submit][disabled]:focus {
          border: 2px solid #8bc53f;
          color: #8bc53f; }
  .button.clear, .blog-newsletter-form button.clear, input.clear[type=submit] {
    border: 2px solid #ffffff;
    color: #ffffff; }
    .button.clear, .blog-newsletter-form button.clear, input.clear[type=submit], .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .blog-newsletter-form button.clear.disabled, input.clear.disabled[type=submit], .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .blog-newsletter-form button.clear[disabled], input.clear[disabled][type=submit], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .blog-newsletter-form button.clear:hover, input.clear[type=submit]:hover, .button.clear:focus, .blog-newsletter-form button.clear:focus, input.clear[type=submit]:focus {
      border-color: gray;
      color: gray; }
      .button.clear.disabled:hover, .blog-newsletter-form button.clear.disabled:hover, input.clear.disabled[type=submit]:hover, .button.clear[disabled]:hover, .blog-newsletter-form button.clear[disabled]:hover, input.clear[type=submit][disabled]:hover, .button.clear.disabled:focus, .blog-newsletter-form button.clear.disabled:focus, input.clear.disabled[type=submit]:focus, .button.clear[disabled]:focus, .blog-newsletter-form button.clear[disabled]:focus, input.clear[type=submit][disabled]:focus {
        border: 2px solid #ffffff;
        color: #ffffff; }
    .button.clear, .blog-newsletter-form button.clear, input.clear[type=submit], .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear:focus, .button.clear.disabled:focus, .button.clear[disabled]:focus {
      border-color: transparent; }
    .button.clear.primary, .blog-newsletter-form button.clear.primary, input.clear.primary[type=submit] {
      border: 2px solid #8bc53f;
      color: #8bc53f; }
      .button.clear.primary:hover, .blog-newsletter-form button.clear.primary:hover, input.clear.primary[type=submit]:hover, .button.clear.primary:focus, .blog-newsletter-form button.clear.primary:focus, input.clear.primary[type=submit]:focus {
        border-color: #46641e;
        color: #46641e; }
        .button.clear.primary.disabled:hover, .blog-newsletter-form button.clear.primary.disabled:hover, input.clear.primary.disabled[type=submit]:hover, .button.clear.primary[disabled]:hover, .blog-newsletter-form button.clear.primary[disabled]:hover, input.clear.primary[type=submit][disabled]:hover, .button.clear.primary.disabled:focus, .blog-newsletter-form button.clear.primary.disabled:focus, input.clear.primary.disabled[type=submit]:focus, .button.clear.primary[disabled]:focus, .blog-newsletter-form button.clear.primary[disabled]:focus, input.clear.primary[type=submit][disabled]:focus {
          border: 2px solid #8bc53f;
          color: #8bc53f; }
      .button.clear.primary, .blog-newsletter-form button.clear.primary, input.clear.primary[type=submit], .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary:focus, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
        border-color: transparent; }
    .button.clear.secondary, .blog-newsletter-form button.clear.secondary, input.clear.secondary[type=submit] {
      border: 2px solid #05386b;
      color: #05386b; }
      .button.clear.secondary:hover, .blog-newsletter-form button.clear.secondary:hover, input.clear.secondary[type=submit]:hover, .button.clear.secondary:focus, .blog-newsletter-form button.clear.secondary:focus, input.clear.secondary[type=submit]:focus {
        border-color: #031c36;
        color: #031c36; }
        .button.clear.secondary.disabled:hover, .blog-newsletter-form button.clear.secondary.disabled:hover, input.clear.secondary.disabled[type=submit]:hover, .button.clear.secondary[disabled]:hover, .blog-newsletter-form button.clear.secondary[disabled]:hover, input.clear.secondary[type=submit][disabled]:hover, .button.clear.secondary.disabled:focus, .blog-newsletter-form button.clear.secondary.disabled:focus, input.clear.secondary.disabled[type=submit]:focus, .button.clear.secondary[disabled]:focus, .blog-newsletter-form button.clear.secondary[disabled]:focus, input.clear.secondary[type=submit][disabled]:focus {
          border: 2px solid #05386b;
          color: #05386b; }
      .button.clear.secondary, .blog-newsletter-form button.clear.secondary, input.clear.secondary[type=submit], .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary:focus, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
        border-color: transparent; }
    .button.clear.success, .blog-newsletter-form button.clear.success, input.clear.success[type=submit] {
      border: 2px solid #42658c;
      color: #42658c; }
      .button.clear.success:hover, .blog-newsletter-form button.clear.success:hover, input.clear.success[type=submit]:hover, .button.clear.success:focus, .blog-newsletter-form button.clear.success:focus, input.clear.success[type=submit]:focus {
        border-color: #213346;
        color: #213346; }
        .button.clear.success.disabled:hover, .blog-newsletter-form button.clear.success.disabled:hover, input.clear.success.disabled[type=submit]:hover, .button.clear.success[disabled]:hover, .blog-newsletter-form button.clear.success[disabled]:hover, input.clear.success[type=submit][disabled]:hover, .button.clear.success.disabled:focus, .blog-newsletter-form button.clear.success.disabled:focus, input.clear.success.disabled[type=submit]:focus, .button.clear.success[disabled]:focus, .blog-newsletter-form button.clear.success[disabled]:focus, input.clear.success[type=submit][disabled]:focus {
          border: 2px solid #42658c;
          color: #42658c; }
      .button.clear.success, .blog-newsletter-form button.clear.success, input.clear.success[type=submit], .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success:focus, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
        border-color: transparent; }
    .button.clear.warning, .blog-newsletter-form button.clear.warning, input.clear.warning[type=submit] {
      border: 2px solid #6d6e70;
      color: #6d6e70; }
      .button.clear.warning:hover, .blog-newsletter-form button.clear.warning:hover, input.clear.warning[type=submit]:hover, .button.clear.warning:focus, .blog-newsletter-form button.clear.warning:focus, input.clear.warning[type=submit]:focus {
        border-color: #373738;
        color: #373738; }
        .button.clear.warning.disabled:hover, .blog-newsletter-form button.clear.warning.disabled:hover, input.clear.warning.disabled[type=submit]:hover, .button.clear.warning[disabled]:hover, .blog-newsletter-form button.clear.warning[disabled]:hover, input.clear.warning[type=submit][disabled]:hover, .button.clear.warning.disabled:focus, .blog-newsletter-form button.clear.warning.disabled:focus, input.clear.warning.disabled[type=submit]:focus, .button.clear.warning[disabled]:focus, .blog-newsletter-form button.clear.warning[disabled]:focus, input.clear.warning[type=submit][disabled]:focus {
          border: 2px solid #6d6e70;
          color: #6d6e70; }
      .button.clear.warning, .blog-newsletter-form button.clear.warning, input.clear.warning[type=submit], .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning:focus, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
        border-color: transparent; }
    .button.clear.alert, .blog-newsletter-form button.clear.alert, input.clear.alert[type=submit] {
      border: 2px solid #8bc53f;
      color: #8bc53f; }
      .button.clear.alert:hover, .blog-newsletter-form button.clear.alert:hover, input.clear.alert[type=submit]:hover, .button.clear.alert:focus, .blog-newsletter-form button.clear.alert:focus, input.clear.alert[type=submit]:focus {
        border-color: #46641e;
        color: #46641e; }
        .button.clear.alert.disabled:hover, .blog-newsletter-form button.clear.alert.disabled:hover, input.clear.alert.disabled[type=submit]:hover, .button.clear.alert[disabled]:hover, .blog-newsletter-form button.clear.alert[disabled]:hover, input.clear.alert[type=submit][disabled]:hover, .button.clear.alert.disabled:focus, .blog-newsletter-form button.clear.alert.disabled:focus, input.clear.alert.disabled[type=submit]:focus, .button.clear.alert[disabled]:focus, .blog-newsletter-form button.clear.alert[disabled]:focus, input.clear.alert[type=submit][disabled]:focus {
          border: 2px solid #8bc53f;
          color: #8bc53f; }
      .button.clear.alert, .blog-newsletter-form button.clear.alert, input.clear.alert[type=submit], .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert:focus, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
        border-color: transparent; }
  .button.dropdown::after, .blog-newsletter-form button.dropdown::after, input.dropdown[type=submit]::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.5em; }
  .button.dropdown.hollow::after, .blog-newsletter-form button.dropdown.hollow::after, input.dropdown.hollow[type=submit]::after {
    border-top-color: #ffffff; }
  .button.dropdown.hollow.primary::after, .blog-newsletter-form button.dropdown.hollow.primary::after, input.dropdown.hollow.primary[type=submit]::after {
    border-top-color: #8bc53f; }
  .button.dropdown.hollow.secondary::after, .blog-newsletter-form button.dropdown.hollow.secondary::after, input.dropdown.hollow.secondary[type=submit]::after {
    border-top-color: #05386b; }
  .button.dropdown.hollow.success::after, .blog-newsletter-form button.dropdown.hollow.success::after, input.dropdown.hollow.success[type=submit]::after {
    border-top-color: #42658c; }
  .button.dropdown.hollow.warning::after, .blog-newsletter-form button.dropdown.hollow.warning::after, input.dropdown.hollow.warning[type=submit]::after {
    border-top-color: #6d6e70; }
  .button.dropdown.hollow.alert::after, .blog-newsletter-form button.dropdown.hollow.alert::after, input.dropdown.hollow.alert[type=submit]::after {
    border-top-color: #8bc53f; }
  .button.arrow-only::after, .blog-newsletter-form button.arrow-only::after, input.arrow-only[type=submit]::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #8bc53f;
  color: #ffffff; }
  .badge.primary {
    background: #8bc53f;
    color: #262626; }
  .badge.secondary {
    background: #05386b;
    color: #ffffff; }
  .badge.success {
    background: #42658c;
    color: #ffffff; }
  .badge.warning {
    background: #6d6e70;
    color: #ffffff; }
  .badge.alert {
    background: #8bc53f;
    color: #262626; }

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .blog-newsletter-form button, .blog-newsletter-form .button-group button, .button-group input[type=submit] {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto; }
    .button-group .button:last-child, .button-group .blog-newsletter-form button:last-child, .blog-newsletter-form .button-group button:last-child, .button-group input[type=submit]:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny .blog-newsletter-form button, .blog-newsletter-form .button-group.tiny button, .button-group.tiny input[type=submit] {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small .blog-newsletter-form button, .blog-newsletter-form .button-group.small button, .button-group.small input[type=submit] {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large .blog-newsletter-form button, .blog-newsletter-form .button-group.large button, .button-group.large input[type=submit] {
    font-size: 1.25rem; }
  .button-group.expanded .button, .button-group.expanded .blog-newsletter-form button, .blog-newsletter-form .button-group.expanded button, .button-group.expanded input[type=submit] {
    flex: 1 1 0px; }
  .button-group.primary .button, .button-group.primary .blog-newsletter-form button, .blog-newsletter-form .button-group.primary button, .button-group.primary input[type=submit] {
    background-color: #8bc53f;
    color: #262626; }
    .button-group.primary .button:hover, .button-group.primary .blog-newsletter-form button:hover, .blog-newsletter-form .button-group.primary button:hover, .button-group.primary input[type=submit]:hover, .button-group.primary .button:focus, .button-group.primary .blog-newsletter-form button:focus, .blog-newsletter-form .button-group.primary button:focus, .button-group.primary input[type=submit]:focus {
      background-color: #6fa030;
      color: #262626; }
  .button-group.secondary .button, .button-group.secondary .blog-newsletter-form button, .blog-newsletter-form .button-group.secondary button, .button-group.secondary input[type=submit] {
    background-color: #05386b;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .blog-newsletter-form button:hover, .blog-newsletter-form .button-group.secondary button:hover, .button-group.secondary input[type=submit]:hover, .button-group.secondary .button:focus, .button-group.secondary .blog-newsletter-form button:focus, .blog-newsletter-form .button-group.secondary button:focus, .button-group.secondary input[type=submit]:focus {
      background-color: #042d56;
      color: #ffffff; }
  .button-group.success .button, .button-group.success .blog-newsletter-form button, .blog-newsletter-form .button-group.success button, .button-group.success input[type=submit] {
    background-color: #42658c;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .blog-newsletter-form button:hover, .blog-newsletter-form .button-group.success button:hover, .button-group.success input[type=submit]:hover, .button-group.success .button:focus, .button-group.success .blog-newsletter-form button:focus, .blog-newsletter-form .button-group.success button:focus, .button-group.success input[type=submit]:focus {
      background-color: #355170;
      color: #ffffff; }
  .button-group.warning .button, .button-group.warning .blog-newsletter-form button, .blog-newsletter-form .button-group.warning button, .button-group.warning input[type=submit] {
    background-color: #6d6e70;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .blog-newsletter-form button:hover, .blog-newsletter-form .button-group.warning button:hover, .button-group.warning input[type=submit]:hover, .button-group.warning .button:focus, .button-group.warning .blog-newsletter-form button:focus, .blog-newsletter-form .button-group.warning button:focus, .button-group.warning input[type=submit]:focus {
      background-color: #57585a;
      color: #ffffff; }
  .button-group.alert .button, .button-group.alert .blog-newsletter-form button, .blog-newsletter-form .button-group.alert button, .button-group.alert input[type=submit] {
    background-color: #8bc53f;
    color: #262626; }
    .button-group.alert .button:hover, .button-group.alert .blog-newsletter-form button:hover, .blog-newsletter-form .button-group.alert button:hover, .button-group.alert input[type=submit]:hover, .button-group.alert .button:focus, .button-group.alert .blog-newsletter-form button:focus, .blog-newsletter-form .button-group.alert button:focus, .button-group.alert input[type=submit]:focus {
      background-color: #6fa030;
      color: #262626; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked .blog-newsletter-form button, .blog-newsletter-form .button-group.stacked button, .button-group.stacked input[type=submit], .button-group.stacked-for-small .button, .button-group.stacked-for-small .blog-newsletter-form button, .blog-newsletter-form .button-group.stacked-for-small button, .button-group.stacked-for-small input[type=submit], .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .blog-newsletter-form button, .blog-newsletter-form .button-group.stacked-for-medium button, .button-group.stacked-for-medium input[type=submit] {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked .blog-newsletter-form button:last-child, .blog-newsletter-form .button-group.stacked button:last-child, .button-group.stacked input[type=submit]:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .blog-newsletter-form button:last-child, .blog-newsletter-form .button-group.stacked-for-small button:last-child, .button-group.stacked-for-small input[type=submit]:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .blog-newsletter-form button:last-child, .blog-newsletter-form .button-group.stacked-for-medium button:last-child, .button-group.stacked-for-medium input[type=submit]:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .blog-newsletter-form button, .blog-newsletter-form .button-group.stacked-for-small button, .button-group.stacked-for-small input[type=submit] {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .blog-newsletter-form button, .blog-newsletter-form .button-group.stacked-for-medium button, .button-group.stacked-for-medium input[type=submit] {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .blog-newsletter-form button, .blog-newsletter-form .button-group.stacked-for-small.expanded button, .button-group.stacked-for-small.expanded input[type=submit] {
        display: block;
        margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(38, 38, 38, 0.25);
  border-radius: 0;
  background-color: white;
  color: #262626; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #eef6e2;
    color: #262626; }
  .callout.secondary {
    background-color: #c6e1fc;
    color: #262626; }
  .callout.success {
    background-color: #e0e8f0;
    color: #262626; }
  .callout.warning {
    background-color: #e9e9ea;
    color: #262626; }
  .callout.alert {
    background-color: #eef6e2;
    color: #262626; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #262626; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #f2f2f2; }
  .card-divider > :last-child {
    margin-bottom: 0; }

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

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

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

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

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #8bc53f;
  color: #ffffff; }
  .label.primary {
    background: #8bc53f;
    color: #262626; }
  .label.secondary {
    background: #05386b;
    color: #ffffff; }
  .label.success {
    background: #42658c;
    color: #ffffff; }
  .label.warning {
    background: #6d6e70;
    color: #ffffff; }
  .label.alert {
    background: #8bc53f;
    color: #262626; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }
.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(38, 38, 38, 0.5);
  color: #ffffff; }

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff; }
  [data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
    outline: 0; }
  .orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
    background-color: rgba(38, 38, 38, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #d2d2d2; }
    .orbit-bullets button:hover {
      background-color: #6d6e70; }
    .orbit-bullets button.is-active {
      background-color: #6d6e70; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #E5007D; }
    .pagination a:hover,
    .pagination button:hover {
      background: transparent; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: transparent;
    color: #E5007D;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #d2d2d2;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #262626; }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #d2d2d2; }
  .progress.primary .progress-meter {
    background-color: #8bc53f; }
  .progress.secondary .progress-meter {
    background-color: #05386b; }
  .progress.success .progress-meter {
    background-color: #42658c; }
  .progress.warning .progress-meter {
    background-color: #6d6e70; }
  .progress.alert .progress-meter {
    background-color: #8bc53f; }

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

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }
  html.is-reveal-open body {
    overflow: hidden; }

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

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

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #d2d2d2;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #ffffff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #8bc53f; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

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

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

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

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

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

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

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

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

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

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

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

.tabs.primary {
  background: #8bc53f; }
  .tabs.primary > li > a {
    color: #262626; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #84be39; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #8bc53f; }
    .tabs-title > a:hover {
      background: #ffffff;
      color: #78ac34; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #f2f2f2;
      color: #8bc53f; }

.tabs-content {
  border: 1px solid #f2f2f2;
  border-top: 0;
  background: #ffffff;
  color: #262626;
  transition: all 0.5s ease; }

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(38, 38, 38, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(139, 197, 63, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #262626;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #6d6e70;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #262626;
  font-size: 80%;
  color: #ffffff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #262626;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #262626 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #262626;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #262626 transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: transparent; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button, .top-bar input[type=submit] {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 71.8125em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxlarge {
    flex-wrap: wrap; }
    .top-bar.stacked-for-xxlarge .top-bar-left,
    .top-bar.stacked-for-xxlarge .top-bar-right {
      flex: 0 0 100%;
      max-width: 100%; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

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

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*  @font-face {
      font-family: 'Font Name';
      src: url('assets/fonts/font-name.eot');
      src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include opacity(0.8); */
/* @include translate(-50%, -50%); */
/* @include cover-background('path/to/img.jpg'); */
/* @include undefined-cover(); */
h2 {
  text-transform: uppercase; }

h1, h2, h3, h4, h5 {
  color: #05386b; }

h6 {
  color: #262626; }

p {
  font-size: 14px; }

.intro-text p {
  font-size: 16px; }

@media print, screen and (min-width: 40em) {
  p {
    font-size: 14px; }
  .intro-text p {
    font-size: 18px; } }

@media screen and (min-width: 75em) {
  p {
    font-size: 16px; }
  .intro-text p {
    font-size: 20px; } }

@font-face {
  font-family: 'floqast';
  src: url("../fonts/floqast.eot?44539454");
  src: url("../fonts/floqast.eot?44539454#iefix") format("embedded-opentype"), url("../fonts/floqast.woff2?44539454") format("woff2"), url("../fonts/floqast.woff?44539454") format("woff"), url("../fonts/floqast.ttf?44539454") format("truetype"), url("../fonts/floqast.svg?44539454#floqast") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'floqast';
    src: url('../fonts/floqast.svg?44539454#floqast') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before, .floqast-icon, .submenu-toggle::after {
  font-family: "floqast";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-accelerate-onboarding-1:before {
  content: '\e800'; }

/* '' */
.icon-accelerate-onboarding:before {
  content: '\e801'; }

/* '' */
.icon-play:before {
  content: '\e802'; }

/* '' */
.icon-x:before {
  content: '\e803'; }

/* '' */
.icon-circle:before {
  content: '\e804'; }

/* '' */
.icon-down-open:before {
  content: '\e805'; }

/* '' */
.icon-left-open:before {
  content: '\e806'; }

/* '' */
.icon-right-open:before {
  content: '\e807'; }

/* '' */
.icon-up-open:before {
  content: '\e808'; }

/* '' */
.icon-dedicated-account-manager:before {
  content: '\e809'; }

/* '' */
.icon-more-customers:before {
  content: '\e80a'; }

/* '' */
.icon-rocket:before {
  content: '\e80b'; }

/* '' */
.icon-up-and-running:before {
  content: '\e80c'; }

/* '' */
.icon-organization:before {
  content: '\e80d'; }

/* '' */
.icon-roi:before {
  content: '\e82d'; }

/* '' */
.icon-arrow-left:before {
  content: '\e82e'; }

/* '' */
.icon-arrow-right:before {
  content: '\e82f'; }

/* '' */
.icon-accuracy:before {
  content: '\e830'; }

/* '' */
.icon-automation:before {
  content: '\e831'; }

/* '' */
.icon-autonomous-controller:before {
  content: '\e832'; }

/* '' */
.icon-by-accountants-for-accountants:before {
  content: '\e833'; }

/* '' */
.icon-case-study:before {
  content: '\e834'; }

/* '' */
.icon-customization:before {
  content: '\e835'; }

/* '' */
.icon-document-storage:before {
  content: '\e836'; }

/* '' */
.icon-ease-of-use:before {
  content: '\e837'; }

/* '' */
.icon-financial-presentation:before {
  content: '\e838'; }

/* '' */
.icon-focus:before {
  content: '\e839'; }

/* '' */
.icon-global-currency:before {
  content: '\e83a'; }

/* '' */
.icon-happy-controller:before {
  content: '\e83b'; }

/* '' */
.icon-integration:before {
  content: '\e83c'; }

/* '' */
.icon-journal:before {
  content: '\e83d'; }

/* '' */
.icon-leisure:before {
  content: '\e83e'; }

/* '' */
.icon-manage-clients:before {
  content: '\e83f'; }

/* '' */
.icon-more-time:before {
  content: '\e840'; }

/* '' */
.icon-play-button:before {
  content: '\e842'; }

/* '' */
.icon-real-time-tick-and-tie:before {
  content: '\e843'; }

/* '' */
.icon-reduce-costs:before {
  content: '\e844'; }

/* '' */
.icon-research:before {
  content: '\e845'; }

/* '' */
.icon-scale-practice:before {
  content: '\e847'; }

/* '' */
.icon-security:before {
  content: '\e848'; }

/* '' */
.icon-streaming-and-standardize:before {
  content: '\e849'; }

/* '' */
.icon-teamwork:before {
  content: '\e84a'; }

/* '' */
.icon-templates:before {
  content: '\e84b'; }

/* '' */
.icon-time-savings:before {
  content: '\e84c'; }

/* '' */
.icon-training:before {
  content: '\e84d'; }

/* '' */
.icon-video:before {
  content: '\e84f'; }

/* '' */
.icon-recommendation:before {
  content: '\e850'; }

/* '' */
.icon-streamline:before {
  content: '\e851'; }

/* '' */
.icon-webinars:before {
  content: '\e852'; }

/* '' */
.icon-whitepaper:before {
  content: '\e853'; }

/* '' */
.icon-score:before {
  content: '\e854'; }

/* '' */
.icon-support:before {
  content: '\e855'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-twitter:before {
  content: '\f309'; }

/* '' */
.icon-facebook:before {
  content: '\f30c'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
.icon-linkedin:before {
  content: '\f318'; }

/* '' */
.icon-podcast:before {
  content: '\e900'; }

/* '' */
.icon-casestudy:before {
  content: '\e834'; }

/* '' */
.icon-template:before {
  content: '\e84b'; }

/* '' */
.icon-webinar:before {
  content: '\e852'; }

/* '' */
/************************************************

Stylesheet: Global Stylesheet

*************************************************/
#page {
  position: relative; }

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

.inline-list, #popup-nav .tiny-top-bar .top-menu, .tiny-top-bar .top-menu, .bottom-footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .inline-list li, #popup-nav .tiny-top-bar .top-menu li, .tiny-top-bar .top-menu li, .bottom-footer-menu li {
    display: inline-block;
    margin: 0;
    padding: 0; }

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

@media screen and (max-width: 39.9375em) {
  p {
    font-size: 14px; } }

h1.blue {
  font-size: 2.8125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: #05386b; }

.wf-loading {
  /* styles to use when web fonts are loading */ }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p {
    visibility: hidden; }
  .wf-loading .main-menu a, .wf-loading #menu-top-bar a, .wf-loading a.wpml-ls-item-toggle, .wf-loading a.login-link {
    visibility: hidden; }

.wf-active {
  /* styles to use when web fonts are active */ }
  .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6, .wf-active p {
    visibility: visible; }
  .wf-active .main-menu a, .wf-active #menu-top-bar a, .wf-active a.wpml-ls-item-toggle, .wf-active a.login-link {
    visibility: visible; }

.wf-inactive {
  /* styles to use when web fonts are inactive */ }

::-moz-selection {
  background: #8bc53f;
  color: #fff; }

::selection {
  background: #8bc53f;
  color: #fff; }

.small-h1 {
  font-size: 32px; }

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

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.large-grid {
  max-width: 70rem; }

.medium-grid {
  max-width: 65rem; }

.small-grid {
  max-width: 55rem; }

.z-20 {
  z-index: 20 !important; }

.icon {
  font-size: 50px;
  color: #8bc53f; }

@media print, screen and (min-width: 64em) {
  .header-icon {
    max-height: 90px;
    max-width: 150px; } }

.mb-25 {
  margin-bottom: 25px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-25 {
  margin-top: 25px; }

.mt-50 {
  margin-top: 50px; }

.mt-100 {
  margin-top: 100px; }

.mt-overlay-150 {
  margin-top: -150px; }

.text-content ul {
  list-style: none; }
  .text-content ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    display: block; }
    .text-content ul li:before {
      content: "\00b0";
      color: #8bc53f;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 24px;
      font-weight: 700; }

.line-link {
  font-weight: 700;
  font-size: 16px;
  color: #262626;
  position: relative;
  padding-left: 100px; }
  .line-link:before {
    content: '';
    width: 90px;
    height: 2px;
    background-color: #8bc53f;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0; }
  .line-link:hover::before {
    width: 45px !important;
    -webkit-transition: width .5s;
    /* Safari */
    transition: width .5s; }

/*********************
HEADER STYLES
*********************/
.sub-page-header {
  background-color: #8bc53f;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  padding: 150px 20px 45px; }
  .sub-page-header .cell {
    text-align: center;
    color: #fff; }
    .sub-page-header .cell h1 {
      font-weight: 700;
      text-transform: uppercase;
      color: #fff; }
    .sub-page-header .cell h2, .sub-page-header .cell h3, .sub-page-header .cell h4 {
      color: #fff; }
    .sub-page-header .cell p {
      color: #fff;
      line-height: 1.4; }
    .sub-page-header .cell p.byline {
      color: #fff; }
  .sub-page-header.small-header {
    padding: 70px 20px 35px; }

.slim-header {
  padding-top: 120px; }
  .slim-header h1 {
    font-weight: 700;
    text-transform: uppercase; }
  .slim-header .cell {
    text-align: center; }

@media print, screen and (min-width: 64em) {
  .sub-page-header {
    padding: 180px 20px 65px; }
    .sub-page-header.small-header {
      padding: 100px 20px 45px; }
    .sub-page-header .intro-text p {
      font-size: 24px; }
  .slim-header {
    padding-top: 180px; } }

@media screen and (min-width: 75em) {
  .sub-page-header {
    padding: 220px 20px 95px; }
    .sub-page-header.small-header {
      padding: 120px 20px 55px; }
  .slim-header {
    padding-top: 220px; } }

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

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content li {
  margin-left: 0.5em;
  margin-bottom: 1em;
  font-weight: 600; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.flo-section li {
  margin-left: 0.5em;
  margin-bottom: 1em;
  font-weight: 600; }

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

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.63em 1.5em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #262626; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #8bc53f;
    color: #262626; }

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

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

.gallery::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

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

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

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

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

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  text-align: center;
  background-color: #05386b; }
  .footer p {
    font-size: 13px;
    line-height: 23px;
    color: #ffffff; }
  .footer a {
    color: #677583; }

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

.footer-main {
  padding: 40px 0 20px; }

.footer-bottom {
  padding: 20px 5px;
  text-align: left; }
  .footer-bottom .grid-container .grid-x {
    border-top: 1px solid #eff5fc;
    padding-top: 10px; }
  .footer-bottom .inner-footer .cell {
    margin-bottom: 10px; }
  .footer-bottom p {
    margin: 0; }

@media print, screen and (min-width: 64em) {
  .footer-bottom {
    padding: 30px 20px 100px; }
    .footer-bottom .grid-container .grid-x {
      padding-top: 22px; } }

.footer-logo {
  width: 110px;
  height: auto;
  margin-bottom: 30px;
  display: none; }

@media print, screen and (min-width: 40em) {
  .footer-logo {
    display: block; } }

@media print, screen and (min-width: 64em) {
  .footer-main {
    padding: 65px 0 20px; }
  .footer-logo {
    display: block; } }

.bottom-footer-menu li a {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  margin: 0 5px;
  font-size: 12px;
  color: #eff5fc;
  text-align: center; }
  .bottom-footer-menu li a:hover {
    color: #afcdf0; }

.bottom-footer-menu li:after {
  content: '|';
  margin: 0 5px;
  display: inline-block;
  color: #eff5fc; }

.bottom-footer-menu li:last-child::after {
  display: none; }

.social-icons {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  .social-icons li {
    padding: 0; }
  .social-icons li a {
    color: #8bc53f;
    font-size: 18px;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    margin: 0 10px; }
    .social-icons li a:hover {
      color: #628d2b; }

@media print, screen and (min-width: 40em) {
  .social-icons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0; } }

ul#menu-footer-menu, ul.footer-blog {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  ul#menu-footer-menu > li a, ul.footer-blog > li a {
    text-transform: uppercase;
    font-weight: 700; }
  ul#menu-footer-menu li, ul.footer-blog li {
    margin: 0;
    padding: 0;
    display: block;
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    ul#menu-footer-menu li a, ul.footer-blog li a {
      display: block;
      text-align: left;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      color: #ffffff;
      letter-spacing: 1px;
      line-height: 18px;
      margin: 0 0 25px;
      padding: 0; }
    ul#menu-footer-menu li ul.sub-menu, ul.footer-blog li ul.sub-menu {
      list-style-type: none;
      margin: 0 0 40px;
      padding: 0; }
      ul#menu-footer-menu li ul.sub-menu li, ul.footer-blog li ul.sub-menu li {
        padding: 0; }
        ul#menu-footer-menu li ul.sub-menu li a, ul.footer-blog li ul.sub-menu li a {
          margin: 0 0 10px;
          padding: 0;
          font-weight: 400;
          letter-spacing: 0;
          text-transform: none; }

ul.footer-blog li {
  width: 100%; }
  ul.footer-blog li ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    ul.footer-blog li ul li {
      margin:  0;
      padding: 0; }
      ul.footer-blog li ul li a {
        margin: 0 0 10px;
        padding: 0;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
        text-align: left; }

@media print, screen and (min-width: 40em) {
  ul#menu-footer-menu li, ul.footer-blog li {
    width: auto; }
    ul#menu-footer-menu li a, ul.footer-blog li a {
      display: inline-block;
      text-align: center;
      font-size: 12px; }
    ul#menu-footer-menu li ul.sub-menu, ul.footer-blog li ul.sub-menu {
      display: block; }
    ul#menu-footer-menu li ul li a, ul.footer-blog li ul li a {
      margin-bottom: 5px; } }

@media print, screen and (min-width: 64em) {
  ul#menu-footer-menu li a, ul.footer-blog li a {
    font-size: 14px; }
  ul#menu-footer-menu li ul li a, ul.footer-blog li ul li a {
    margin-bottom: 10px; } }

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

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

/*********************
SECTION STYLES
*********************/
.flo-section {
  padding: 30px 0;
  position: relative;
  overflow: hidden; }
  .flo-section.overlap {
    overflow: visible; }
  .flo-section a:not(.button):not(input[type=submit]) {
    color: #8bc53f;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .flo-section a:not(.button):not(input[type=submit]):visited {
      color: #8bc53f;
      text-decoration: none; }
    .flo-section a.link:not(.button):not(input[type=submit]) {
      font-size: 14px; }
  .flo-section .cell {
    z-index: 15; }

@media print, screen and (min-width: 40em) {
  .flo-section {
    padding: 40px 0; } }

@media print, screen and (min-width: 64em) {
  .flo-section {
    padding: 55px 0; } }

@media screen and (min-width: 75em) {
  .flo-section {
    padding: 60px 0; } }

.dark-section, .screenshot-carousel-section, .green-box, .blue-section {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .dark-section h1, .screenshot-carousel-section h1, .green-box h1, .blue-section h1, .dark-section h2, .screenshot-carousel-section h2, .green-box h2, .blue-section h2, .dark-section h3, .screenshot-carousel-section h3, .green-box h3, .blue-section h3, .dark-section h4, .screenshot-carousel-section h4, .green-box h4, .blue-section h4, .dark-section h5, .screenshot-carousel-section h5, .green-box h5, .blue-section h5, .dark-section h6, .screenshot-carousel-section h6, .green-box h6, .blue-section h6, .dark-section p, .screenshot-carousel-section p, .green-box p, .blue-section p, .dark-section ul li, .screenshot-carousel-section ul li, .green-box ul li, .blue-section ul li {
    color: #fff; }
  .dark-section a:not(.button):not(input[type=submit]), .screenshot-carousel-section a:not(.button):not(input[type=submit]), .green-box a:not(.button):not(input[type=submit]), .blue-section a:not(.button):not(input[type=submit]) {
    color: #fff; }

.gray-section, .grey-section {
  background-color: #f2f2f2; }

.lightgray-section {
  background-color: #f2f2f2; }

.lightblue-section {
  background-color: #F3F5F9; }

.green-section {
  background-color: #8bc53f; }

.blue-section {
  background-color: #05386b; }

.blue-line-section {
  background: url("../images/blue-lines-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.image-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

@media screen and (max-width: 39.9375em) {
  .centered-mobile {
    text-align: center; }
  .grid-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem; } }

/*********************
HEADER STYLES
*********************/
.hero {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .hero .center-hero-text {
    padding: 115px 0 60px; }
    .hero .center-hero-text h1 {
      text-transform: capitalize; }
    .hero .center-hero-text h1, .hero .center-hero-text h2, .hero .center-hero-text h3, .hero .center-hero-text p {
      color: #fff; }

@media print, screen and (min-width: 64em) {
  .hero .center-hero-text {
    padding: 260px 0 120px; } }

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

Cookiebot

*************************************************/
@media only screen and (min-width: 1150px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton {
    /*float:right;*/ } }

@media only screen and (max-width: 1024px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
    padding-bottom: 20px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton {
      margin: -25px auto !important; } }

#CybotCookiebotDialog {
  background-color: #05386b !important;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, 0.15) !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBody {
    max-width: 1200px; }
  #CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
    display: none !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogDetail {
    background-color: #05386b !important; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
    min-height: 32px;
    font-weight: 400;
    padding: 35px 20px;
    width: 900px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
      color: #fff;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 16px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent p {
      color: #fff !important;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
      font-weight: 400 !important;
      font-size: 12px !important;
      line-height: 16px !important;
      margin-bottom: 5px !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyContent p span {
        color: #fff !important;
        font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
        font-weight: 400 !important;
        font-size: 12px !important;
        line-height: 16px !important; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent a {
      color: #fff;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 400; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyContent h2#CybotCookiebotDialogBodyContentTitle {
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 700;
      color: #fff; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
    padding-left: 20px;
    padding-right: 20px; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton {
      position: relative;
      font-weight: 700 !important;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 0.93px;
      vertical-align: middle;
      margin: 0 0 1rem 0;
      -webkit-appearance: none;
      border: 2px solid #8bc53f;
      border-radius: 0;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      color: #ffffff;
      background-color: transparent;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
      padding: 0.8em 1.8em; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:hover {
        background-color: #ffffff;
        color: #8bc53f;
        border: 2px solid #ffffff; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton {
        color: #ffffff;
        background-color: transparent;
        border: 2px solid #8bc53f;
        /*float: right;*/
        margin: 0 0 1rem 0; }
        #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept.CybotCookiebotDialogBodyButton:hover {
          background-color: #ffffff;
          color: #8bc53f;
          border: 2px solid #ffffff; }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
      color: #fff;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
      font-weight: 700 !important;
      text-transform: uppercase !important;
      letter-spacing: 1px !important;
      font-size: 14px !important;
      opacity: 1 !important;
      -webkit-transition: opacity 250ms ease-in-out;
      transition: opacity 250ms ease-in-out;
      background-image: none !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails:hover {
        text-decoration: none !important;
        opacity: .85 !important; }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails:after {
        color: #fff !important;
        font-family: "floqast";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        /* opacity: .8; */
        /* For safety - reset parent styles, that can break glyph codes*/
        font-variant: normal;
        text-transform: none;
        /* fix buttons height, for twitter bootstrap */
        line-height: 1em;
        /* Animation center compensation - margins should be symmetric */
        /* remove if not needed */
        margin-left: .2em;
        /* you can be more comfortable with increased icons size */
        /* font-size: 120%; */
        /* Font smoothing. That was taken from TWBS */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e82e';
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails.CybotCookiebotDialogBodyLinkExpanded:after {
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    #CybotCookiebotDialog #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink {
      display: none; }
  #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody #CybotCookiebotDialogBodyContentTitle {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }
  #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody div, #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody a {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }
  #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonAccept {
    position: relative;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.93px;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    color: #E5007D;
    background-color: #fff;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    padding: 0.8em 1.8em; }

/*********************
404 STYLES
*********************/
.bg-image-404 {
  height: 883px; }

.title-404 {
  color: #FAFBFD;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  margin-top: 15%;
  margin-bottom: 10px; }

.text-404 {
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

/********************
FORM STYLES
*********************/
.flo-form form {
  /* Select Open Styles */ }
  .flo-form form label {
    font-size: 16px;
    line-height: 42px;
    color: #05386b; }
  .flo-form form select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background: transparent;
    border: 1px solid #8bc53f;
    border-radius: 0 !important;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: 12px;
    color: #262626;
    letter-spacing: 2px;
    text-align: center;
    line-height: 42px;
    height: 55px;
    text-transform: uppercase;
    cursor: pointer; }
    .flo-form form select:focus {
      background: transparent;
      border: 1px solid #8bc53f;
      border-radius: 0 !important; }
    .flo-form form select option {
      background: transparent;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      line-height: 32px; }
  .flo-form form .select-filter {
    background: url("../images/filter-triangle.svg") no-repeat;
    background-position: top 25px right 20px;
    font-size: 14px;
    color: #8bc53f;
    letter-spacing: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 17; }

blockquote {
  border-left: none !important;
  border-top: 5px solid #262626;
  border-bottom: 5px solid #262626; }
  blockquote p {
    font-weight: 600;
    margin-bottom: 1rem; }
  blockquote cite {
    font-style: normal;
    margin-bottom: 1rem; }
    blockquote cite:before {
      content: " "; }

.button, .blog-newsletter-form button, input[type=submit] {
  text-transform: none;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #8bc53f;
  color: #262626 !important;
  background: transparent; }
  .button:hover, .blog-newsletter-form button:hover, input[type=submit]:hover {
    border: 2px solid #8bc53f;
    color: #fff !important; }
  .button.reversed, .blog-newsletter-form button.reversed, input.reversed[type=submit] {
    color: #8bc53f !important;
    background-color: #fff;
    border: 2px solid #fff; }
    .button.reversed:hover, .blog-newsletter-form button.reversed:hover, input.reversed[type=submit]:hover {
      color: #fff !important;
      background-color: transparent;
      border: 2px solid #fff !important; }
    .button.reversed:visited, .blog-newsletter-form button.reversed:visited, input.reversed[type=submit]:visited {
      color: #8bc53f; }
  .button.hollow, .blog-newsletter-form button.hollow, input.hollow[type=submit] {
    color: #fff !important;
    border-color: #fff; }
    .button.hollow:active, .blog-newsletter-form button.hollow:active, input.hollow[type=submit]:active, .button.hollow:focus, .blog-newsletter-form button.hollow:focus, input.hollow[type=submit]:focus, .button.hollow:hover, .blog-newsletter-form button.hollow:hover, input.hollow[type=submit]:hover {
      background-color: #fff;
      color: #8bc53f !important;
      border-color: #fff; }
  .button.hollow.green, .blog-newsletter-form button.hollow.green, input.hollow.green[type=submit] {
    border-color: #8bc53f;
    color: #fff; }
    .button.hollow.green:hover, .blog-newsletter-form button.hollow.green:hover, input.hollow.green[type=submit]:hover {
      border-color: #fff;
      background-color: #fff;
      color: #8bc53f; }
  .button:visited, .blog-newsletter-form button:visited, input[type=submit]:visited {
    color: #fff; }
  .button.hollow.blue, .blog-newsletter-form button.hollow.blue, input.hollow.blue[type=submit] {
    color: #fff !important;
    border-color: #fff; }
    .button.hollow.blue:active, .blog-newsletter-form button.hollow.blue:active, input.hollow.blue[type=submit]:active, .button.hollow.blue:focus, .blog-newsletter-form button.hollow.blue:focus, input.hollow.blue[type=submit]:focus, .button.hollow.blue:hover, .blog-newsletter-form button.hollow.blue:hover, input.hollow.blue[type=submit]:hover {
      background-color: #fff;
      color: #05386b !important;
      border-color: #fff; }
  .button.green, .blog-newsletter-form button.green, input.green[type=submit] {
    color: #fff !important;
    background-color: #8bc53f;
    border: 2px solid #fff; }
    .button.green:hover, .blog-newsletter-form button.green:hover, input.green[type=submit]:hover {
      color: #8bc53f !important;
      background-color: #fff;
      border: 2px solid #8bc53f !important; }
    .button.green:visited, .blog-newsletter-form button.green:visited, input.green[type=submit]:visited {
      color: #fff; }

.blog-newsletter-form label {
  margin-bottom: -25px !important;
  font-weight: 600;
  font-size: 14px;
  color: #606864;
  letter-spacing: 0; }

.blog-newsletter-form input[type=text], .blog-newsletter-form input[type=email] {
  background-color: #fff; }

.blog-newsletter-form h5 {
  text-transform: none; }

.blog-newsletter-form p {
  margin-bottom: 0; }

.contact-flo-ctas .button, .contact-flo-ctas input[type=submit], .contact-flo-ctas .blog-newsletter-form button, .blog-newsletter-form .contact-flo-ctas button {
  margin: 10px; }

.header {
  background-color: #8bc53f; }

.sticky-topbar {
  width: 100%; }

.header-grid {
  max-width: 80rem; }

.tiny-top-bar {
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3); }
  .tiny-top-bar .grid-container {
    text-align: right; }
  .tiny-top-bar a,
  .tiny-top-bar p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px; }
  .tiny-top-bar .top-menu {
    display: inline-block; }
    .tiny-top-bar .top-menu li a {
      font-size: 12px;
      color: #F9F9F9;
      letter-spacing: 0.6px;
      text-align: left;
      margin: 0 13px;
      -webkit-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out; }
      .tiny-top-bar .top-menu li a:hover {
        opacity: 0.8; }
  .tiny-top-bar .button, .tiny-top-bar input[type=submit], .tiny-top-bar .blog-newsletter-form button, .blog-newsletter-form .tiny-top-bar button {
    margin-bottom: 0; }
  .tiny-top-bar .tiny-top-bar-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 21; }

.tiny-top-bar-addl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .tiny-top-bar-addl li {
    margin: 0;
    padding: 0; }
  .tiny-top-bar-addl .language-switcher {
    display: inline-block;
    margin: 0 10px; }
    .tiny-top-bar-addl .language-switcher p {
      font-size: 12px;
      color: #F9F9F9;
      letter-spacing: 0.6px;
      text-align: left;
      margin: 0 13px;
      display: inline-block;
      text-transform: uppercase; }
    .tiny-top-bar-addl .language-switcher i {
      color: #F9F9F9;
      margin-right: 5px; }
  .tiny-top-bar-addl a {
    font-size: 10px;
    margin: 0 13px;
    display: inline-block;
    text-transform: uppercase; }

.sticky-top-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #8bc53f;
  opacity: 0;
  visibility: hidden;
  height: 104px;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out; }
  .sticky-top-bar-container.sticky-active {
    opacity: 1;
    visibility: visible; }

@media print, screen and (min-width: 64em) {
  .sticky-top-bar-container {
    height: 70px; } }

.sticky-top-bar {
  max-width: 80rem;
  margin: 0 auto;
  position: relative; }

@media print, screen and (min-width: 64em) {
  .top-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .top-bar-right .button, .top-bar-right input[type=submit], .top-bar-right .blog-newsletter-form button, .blog-newsletter-form .top-bar-right button {
      margin-bottom: 0;
      margin-left: 20px; } }

.static-top-bar {
  padding-top: 40px;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  display: none; }
  .static-top-bar.sticky-active {
    opacity: 0; }

@media print, screen and (min-width: 64em) {
  .static-top-bar {
    display: flex; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90; }
  .header.transparent-header {
    background-color: transparent; }

.header-logo {
  width: 180px;
  height: auto; }

.header-logo-mark {
  width: 140px;
  height: auto;
  display: none; }

@media print, screen and (min-width: 64em) {
  .header-logo-mark {
    display: block; } }

.header-logo-mobile {
  width: 160px;
  height: auto;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out; }

.top-bar-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 901;
  background-color: transparent;
  height: 104px;
  background-color: #8bc53f; }

body.home .top-bar-mobile {
  background-color: #8bc53f; }

@media print, screen and (min-width: 64em) {
  .top-bar-mobile {
    display: none; } }

.hamburger {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 23px;
  height: 17px;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .hamburger span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 0; }

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 6px; }

.hamburger span:nth-child(4) {
  top: 12px; }

.hamburger.hamburger-open span:nth-child(1) {
  top: 6px;
  width: 0;
  left: 50%; }

.hamburger.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.hamburger-open span:nth-child(4) {
  top: 6px;
  width: 0;
  left: 50%; }

.mobile-top {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

.main-menu li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  padding: 1rem 1.5rem;
  text-transform: none; }
  .main-menu li a:after {
    display: none; }
  .main-menu li a:hover {
    opacity: 0.8; }

.main-menu li.is-active:after {
  opacity: 1; }

.main-menu li ul {
  padding: 20px 30px 26px;
  border: none;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }
  .main-menu li ul > li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #05386b;
    line-height: 22px;
    padding: 6px 0; }
    .main-menu li ul > li a:hover {
      color: #42658c; }
    .main-menu li ul > li a:after {
      display: none !important; }
  .main-menu li ul li:after {
    display: none !important; }
  .main-menu li ul li:hover:after {
    display: none !important; }
  .main-menu li ul li ul {
    /* 3rd level menu */
    border: none;
    display: flex;
    position: relative;
    width: auto !important;
    left: -30px !important;
    right: auto !important;
    box-shadow: none !important;
    background-color: transparent;
    padding: 10px 30px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
    .main-menu li ul li ul li a {
      font-weight: 400;
      text-transform: none;
      font-size: 14px;
      color: #262626; }
    .main-menu li ul li ul:after {
      display: none !important; }
    .main-menu li ul li ul:before {
      display: none !important; }

.main-menu li > ul {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
  border-top: 6px solid #05386b; }

#sticky-menu {
  display: none; }

@media print, screen and (min-width: 64em) {
  #sticky-menu {
    display: flex;
    padding: 5px 0; }
    #sticky-menu ul li ul li a {
      padding: 0.4rem 0.3rem; } }

#popup-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8bc53f;
  overflow-y: scroll;
  z-index: 800;
  display: none; }
  #popup-nav .submenu-toggle {
    top: 5px; }
  #popup-nav .button, #popup-nav input[type=submit], #popup-nav .blog-newsletter-form button, .blog-newsletter-form #popup-nav button {
    margin: 20px 15px 20px 0; }
  #popup-nav .popup-buttons {
    padding: 0 30px; }
  #popup-nav .menu {
    margin-top: 120px;
    margin-bottom: 15px; }
    #popup-nav .menu li a {
      text-align: left;
      font-size: 23px;
      color: #fff;
      padding: 15px 30px;
      text-transform: none;
      font-weight: 600; }
      #popup-nav .menu li a:hover {
        background-color: #A2D75C; }
    #popup-nav .menu li ul {
      margin: 0;
      background-color: #A2D75C; }
      #popup-nav .menu li ul li a {
        font-size: 17px; }
        #popup-nav .menu li ul li a:hover {
          background-color: #779A4A; }
  #popup-nav .tiny-top-bar {
    position: relative;
    top: auto;
    left: auto;
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0 20px; }
    #popup-nav .tiny-top-bar .grid-container {
      text-align: left; }
    #popup-nav .tiny-top-bar a,
    #popup-nav .tiny-top-bar p {
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      line-height: 16px; }
    #popup-nav .tiny-top-bar .tiny-top-bar-flex {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #popup-nav .tiny-top-bar .top-menu {
      display: block; }
      #popup-nav .tiny-top-bar .top-menu li {
        display: block; }
        #popup-nav .tiny-top-bar .top-menu li a {
          font-size: 13px;
          line-height: 16px;
          color: #F9F9F9;
          letter-spacing: 0.6px;
          text-align: left;
          margin: 0 13px;
          -webkit-transition: opacity 200ms ease-in-out;
          transition: opacity 200ms ease-in-out;
          text-transform: uppercase;
          width: 100%;
          display: block;
          padding: 15px 0; }
          #popup-nav .tiny-top-bar .top-menu li a:hover {
            opacity: 0.8; }

.submenu-toggle::after {
  right: 30px;
  border: none;
  content: '\e805';
  font-size: 20px;
  top: 20px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff; }

@media print, screen and (min-width: 64em) {
  .submenu-toggle::after {
    display: none !important; }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    color: #fff !important; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: none !important; }
  #sticky-menu .menu.is-dropdown-submenu li.current-menu-ancestor a, #sticky-menu .menu.is-dropdown-submenu li.current-menu-item a {
    color: #05386b !important; }
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: 0 !important;
    right: auto !important;
    margin-left: -122px !important; } }

body.logged-in .sticky-top-bar-container {
  top: 32px; }

.menu li.active a {
  background: none; }

#main-menu li a {
  color: #fff; }
  #main-menu li a:active, #main-menu li a:focus, #main-menu li a:hover {
    color: #fff; }

#main-menu li ul li a {
  color: #262626;
  padding: 0.4rem 0.3rem; }
  #main-menu li ul li a:active, #main-menu li ul li a:focus, #main-menu li ul li a:hover {
    color: #42658c; }

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

Slick

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

.slick-arrow {
  display: none !important; }

@media print, screen and (min-width: 64em) {
  .slick-arrow {
    display: block !important; } }

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

Slick Theme

*************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 80px;
  padding: 0;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: "floqast";
  font-style: normal;
  font-weight: normal;
  speak: none;
  opacity: 1;
  font-size: 80px;
  display: inline-block;
  text-decoration: inherit;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  color: #8bc53f; }

.screenshot-slider .slick-prev:before,
.screenshot-slider .slick-next:before {
  color: #fff; }

.slick-prev {
  left: -70px; }

[dir='rtl'] .slick-prev {
  right: -70px;
  left: auto; }

.slick-prev:before {
  content: '\e82e'; }

[dir='rtl'] .slick-prev:before {
  content: '\e82f'; }

.slick-next {
  right: -70px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -70px; }

.slick-next:before {
  content: '\e82f'; }

[dir='rtl'] .slick-next:before {
  content: '\e82e'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #eff5fc;
  padding: 3px;
  cursor: pointer;
  border: 0;
  outline: none; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li.slick-active button {
  background-color: #8bc53f; }

@media print, screen and (min-width: 40em) {
  .slick-dots li {
    width: 60px;
    height: 2px; }
  .slick-dots li button {
    width: 60px;
    height: 2px; } }

@media screen and (min-width: 75em) {
  .slick-dots li {
    width: 80px;
    height: 3px; }
  .slick-dots li button {
    width: 80px;
    height: 3px; } }

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

Lightcase

*************************************************/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author      Cornel Boppart <cornel@bopp-art.com>
 * @copyright   Author
 *
 * @version     2.4.0 (09/04/2017)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: left; }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden; }

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: #6699CC;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a.lightcase-icon-close[class*='lightcase-icon-'] {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
  color: #6699CC; }

/* line 28, ../scss/components/modules/_navigation.scss */
a.lightcase-icon-prev[class*='lightcase-icon-'] {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a.lightcase-icon-next[class*='lightcase-icon-'] {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a.lightcase-icon-pause[class*='lightcase-icon-'], a.lightcase-icon-play[class*='lightcase-icon-'] {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a.lightcase-icon-pause[class*='lightcase-icon-'], a.lightcase-icon-play[class*='lightcase-icon-'] {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: rgba(255, 255, 255, 0.9); }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

.form-box {
  padding: 20px;
  background-color: #EFF5FC;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px; }
  .form-box input[type=text] {
    width: 100%; }
  .form-box.overlap-form {
    margin-top: -60px; }

@media print, screen and (min-width: 40em) {
  .form-box.overlap-form {
    margin-top: -100px; } }

@media print, screen and (min-width: 64em) {
  .form-box {
    padding: 35px; }
    .form-box.extra-padding {
      padding-left: 50px;
      padding-right: 50px; }
    .form-box.overlap-form {
      margin-top: -240px; } }

@media screen and (min-width: 75em) {
  .form-box.extra-padding {
    padding-left: 60px;
    padding-right: 60px; }
  .form-box.overlap-form {
    margin-top: -300px; } }

label {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 10px; }

.hs-form .hs-richtext p {
  font-size: 14px;
  line-height: 18px;
  color: #677583; }
  .hs-form .hs-richtext p a {
    color: #00B3CD;
    text-transform: none;
    letter-spacing: 0;
    font-weight: inherit; }

.hs-form .hs-submit {
  text-align: center; }
  .hs-form .hs-submit .hs-button {
    background-color: #E5007D; }
    .hs-form .hs-submit .hs-button:hover {
      background-color: #e4007d; }

.gform_footer {
  text-align: center; }

.ginput_container_checkbox label {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 13px;
  color: #677583;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 19px; }
  .ginput_container_checkbox label a {
    color: #00B3CD;
    text-transform: none;
    letter-spacing: 0; }

.ginput_container_checkbox input[type=checkbox] {
  background: #FAFBFD;
  border: 1px solid #00B3CD;
  margin-right: 15px; }

.gdpr-checkbox.gfield_contains_required .gfield_label .gfield_required {
  display: none; }

.gdpr-checkbox.gfield_contains_required .ginput_container_checkbox {
  margin-top: -20px !important; }

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px; }

#mergeRow-gdpr {
  margin-top: 20px; }

#mergeRow-gdpr fieldset label {
  font-weight: normal; }

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px; }

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active, .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-color: #00B3CD;
  border: 1px solid #00B3CD; }

.gform_wrapper textarea:active, .gform_wrapper textarea:focus {
  border-color: #00B3CD;
  border: 1px solid #00B3CD; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 13px !important; }

.footer .gform_wrapper .gform_body .gfield_label {
  display: none; }

.footer .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #00B3CD;
  border-radius: 0;
  background-color: #fff; }

.footer .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox {
  font-size: 11px; }
  .footer .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox a {
    font-weight: 400; }
  .footer .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox {
    padding-top: 10px !important; }
    .footer .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li {
      position: relative;
      padding-left: 25px !important; }

.footer .gform_wrapper .gform_footer {
  text-align: left !important;
  margin-top: 0 !important;
  padding-top: 5px !important; }
  .footer .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #00B3CD; }
    .footer .gform_wrapper .gform_footer input[type="submit"]:hover {
      background-color: #00b2cc; }

.investor-form .gform_wrapper .gform_body {
  text-align: center !important; }
  .investor-form .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background-color: #fff;
    border-radius: 4px;
    color: #5B666A;
    margin-left: 15px; }
    .investor-form .gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
      color: #5B666A; }
  .investor-form .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox {
    text-align: left !important; }
  .investor-form .gform_wrapper .gform_body .ginput_container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .investor-form .gform_wrapper .gform_body a {
    color: #fff; }
  .investor-form .gform_wrapper .gform_body .gform_fields li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.investor-form .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #fff;
  color: #E5007D; }
  .investor-form .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #E5007D;
    color: #fff; }

.gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox {
  padding-top: 10px !important; }
  .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li {
    position: relative;
    padding-left: 25px !important; }
    .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] {
      opacity: 0;
      outline: none;
      z-index: 100;
      width: 20px !important;
      height: 20px !important;
      top: 0;
      left: 0;
      position: absolute;
      appearance: none;
      cursor: pointer; }
      .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] + label {
        cursor: pointer; }
      .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
        opacity: 1; }
    .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li label:after {
      content: "";
      background: #FAFBFD;
      width: 16px;
      height: 16px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 0;
      z-index: 0;
      border: 1px solid #05386b; }
    .gform_wrapper .gform_body .ginput_container.ginput_container_checkbox ul.gfield_checkbox li label:before {
      content: '\e803';
      display: block;
      position: absolute;
      font-size: 13px;
      left: 1px;
      top: 2px;
      opacity: 0;
      z-index: 1;
      transition: all 100ms;
      color: #05386b;
      font-family: "floqast";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

/* Pardot Custom Form Styles */
form .form select {
  color: #262626 !important; }

.nav-spacer {
  height: 104px; }

@media print, screen and (min-width: 40em) {
  .nav-spacer {
    height: 55px; } }

@media print, screen and (min-width: 50em) {
  .nav-spacer {
    height: 65px; } }

@media print, screen and (min-width: 58em) {
  .nav-spacer {
    height: 70px; } }

@media print, screen and (min-width: 64em) {
  .nav-spacer {
    height: 80px; } }

#home-hero {
  position: relative;
  z-index: 40;
  text-align: center;
  padding-top: 30px; }
  #home-hero h1 {
    text-transform: uppercase;
    font-size: 52px;
    line-height: 50px;
    word-wrap: break-word; }
  #home-hero .home-hero-text {
    margin-bottom: 20px; }
  #home-hero .home-hero-mockup {
    position: relative;
    z-index: 40; }

@media print, screen and (min-width: 40em) {
  #home-hero {
    text-align: left;
    border-top: 30px solid #8bc53f; }
    #home-hero .home-hero-mockup {
      margin-top: -60px; } }

@media print, screen and (min-width: 64em) {
  #home-hero {
    border-top: 50px solid #8bc53f; }
    #home-hero h1 {
      font-size: 74px;
      line-height: 69px; } }

.home-violator {
  width: 100%;
  background-color: #05386b;
  min-height: 40px;
  color: #fff;
  padding: 20px;
  position: relative;
  display: block;
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-align: center; }
  .home-violator p {
    margin: 0;
    font-size: 20px;
    line-height: 28px; }
  .home-violator .button, .home-violator input[type=submit], .home-violator .blog-newsletter-form button, .blog-newsletter-form .home-violator button {
    margin: 0; }
  .home-violator .violator-icon {
    width: 25px;
    height: auto;
    float: left;
    margin-right: 15px; }
  .home-violator .violator-main {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase; }
  .home-violator .violator-close {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 20px;
    cursor: pointer; }

@media screen and (max-width: 39.9375em) {
  .home-violator .cell {
    margin-bottom: 0.7rem; } }

@media only screen and (max-width: 639px) {
  .animate-columns .box-inner {
    background-image: none !important;
    height: 75px !important; }
    .animate-columns .box-inner h4 {
      background: white;
      color: #000;
      border: 3px solid #8bc53f; } }

.gated-sidebar {
  position: relative;
  z-index: 20 !important; }

.sidebar-asset-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 20;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17); }

.sub-page-header.asset-header .text-left {
  text-align: left; }

.sub-page-header.asset-header .date-time {
  font-size: 18px;
  font-weight: 700; }

.webinar-details-box {
  background-color: #EFF5FC;
  padding: 30px;
  text-align: center; }
  .webinar-details-box ul {
    margin: 20px 0 0;
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .webinar-details-box ul li {
      padding: 5px;
      width: 50%;
      font-size: 14px;
      text-align: left; }

@media print, screen and (min-width: 64em) {
  .webinar-details-box {
    padding: 50px; } }

.green-box {
  background-color: #8bc53f;
  padding: 30px; }

@media print, screen and (min-width: 64em) {
  .green-box {
    padding: 50px; }
  .event-details-content {
    padding-right: 100px; } }

.event-map {
  height: 250px;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.17);
  width: 80%;
  margin: -30px auto 0; }

@media print, screen and (min-width: 40em) {
  .event-map {
    height: 350px;
    margin-left: -30px;
    margin-top: 0;
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .event-map {
    margin-left: -60px; } }

.marginT0 {
  margin-top: 0px !important; }

.resource-block {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff;
  position: relative; }
  .resource-block .resource-thumb {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 164px; }
  .resource-block .resource-block-details {
    background-color: #ffffff;
    padding: 30px; }
    .resource-block .resource-block-details .resource-title-info {
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #262626;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding-bottom: 10px;
      border-bottom: 6px solid #8bc53f;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
    .resource-block .resource-block-details .excerpt {
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 15px;
      padding-bottom: 40px; }
    .resource-block .resource-block-details h4 {
      color: #262626;
      margin-bottom: 1rem; }
      .resource-block .resource-block-details h4 a {
        color: #262626; }
    .resource-block .resource-block-details a.learn-more {
      position: absolute;
      bottom: 20px;
      left: 30px; }
  .resource-block p.event-post-type, .resource-block .webinar-post-type {
    margin-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px; }
  .resource-block p.content-type {
    background-color: #05386b;
    display: block;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0; }

.asset-header {
  background-color: #05386b;
  background-image: url("../images/Hero-Bg-Whitepaper.png"); }
  .asset-header h1 {
    color: #fff;
    text-transform: uppercase !important; }
  .asset-header p.content-type {
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px; }

.case-study-header {
  background-image: url("../images/Hero-Bg-Case-study.png"); }

.research-header {
  background-image: url("../images/Hero-Bg-Research.png"); }

.template-header {
  background-image: url("../images/Hero-Bg-Template.png"); }

.video-header {
  background-image: url("../images/Hero-Bg-Video.png"); }

.webinar-header {
  background-image: url("../images/Hero-Bg-Webinar.png"); }

.asset-block {
  margin-bottom: 30px;
  padding: 40px 20px;
  color: #fff;
  background: url("../images/resource-bg-case-study.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  position: relative; }
  .asset-block img {
    width: 60px; }
  .asset-block i {
    color: #fff;
    font-size: 50px; }
  .asset-block h4 {
    color: #fff;
    font-size: 20px;
    line-height: 24px; }
  .asset-block p.content-type {
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 5px; }
  .asset-block a.resource-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

@media print, screen and (min-width: 64em) {
  .asset-block {
    padding: 40px 30px; } }

.case-study {
  background-image: url("../images/resource-bg-case-study.png"); }

.journal {
  background-image: url("../images/resource-bg-journal.png"); }

.research {
  background-image: url("../images/resource-bg-research.png"); }

.template {
  background-image: url("../images/resource-bg-template.png"); }

.video {
  background-image: url("../images/resource-bg-video.png"); }

.webinar {
  background-image: url("../images/resource-bg-webinar.png"); }

.whitepaper {
  background-image: url("../images/resource-bg-whitepaper.png"); }

#load-more a {
  font-weight: 700;
  color: #262626; }

.responsive-resource-slider .slick-list {
  overflow: initial; }

.responsive-resource-slider .slick-slide {
  padding: 0 15px !important; }

.video-overlap {
  margin-top: -50px; }

@media print, screen and (min-width: 40em) {
  .video-overlap {
    margin-top: -80px; } }

@media print, screen and (min-width: 64em) {
  .video-overlap {
    margin-top: -110px; } }

select option {
  font-size: 15px; }

.resources-blocks #container .cell {
  display: flex;
  align-items: stretch; }

.equal-height {
  display: flex;
  align-items: stretch; }

.products-header h1, .products-header h2, .products-header h3, .products-header h4, .products-header h5, .products-header p {
  color: #fff; }

.products-header .products-hero-device {
  margin-bottom: -120px;
  width: 704px;
  height: auto; }

#products-introduction {
  background-color: #f2f2f2;
  padding: 100px 0 40px; }

@media print, screen and (min-width: 40em) {
  .products-header .products-hero-device {
    margin-bottom: -220px; }
  #products-introduction {
    padding: 180px 0 40px; } }

@media print, screen and (min-width: 64em) {
  .products-header .products-hero-device {
    margin-top: -30px;
    margin-bottom: -350px; }
  #products-introduction {
    padding: 260px 0 60px; } }

.screenshot-carousel-section {
  background-color: #8bc53f;
  background: url("../images/green-wave-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 100px; }

.post-content ul li {
  font-weight: 400; }

.post-content img {
  max-width: 100%;
  height: auto; }

.post-content .alignleft, .post-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.post-content .alignright, .post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.post-content .aligncenter, .post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.post-listing {
  margin-top: 40px;
  margin-bottom: 80px; }

.blog-featured {
  margin-top: -80px; }

.blog-header.sub-page-header {
  padding-bottom: 120px; }

@media print, screen and (min-width: 64em) {
  .blog-featured {
    margin-top: -110px; }
  .blog-header.sub-page-header {
    padding-bottom: 160px; } }

h4.widgettitle {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700; }

.widget {
  margin-bottom: 2rem; }
  .widget a {
    font-weight: 700;
    font-size: 14px;
    color: #8bc53f;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out; }
    .widget a:hover {
      color: #8bc53e; }

.author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C4CACF;
  padding-top: 25px; }
  .author-info img {
    width: 70px;
    height: auto;
    border-radius: 50%; }
  .author-info .author-image {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px; }
  .author-info .author-details {
    text-align: left; }
  .author-info .author-name {
    font-size: 15.2px;
    color: #05386b;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600; }
  .author-info .author-bio {
    font-size: 14px;
    color: #6F6F6F;
    line-height: 24px; }

.post-thumbnail {
  margin-bottom: 30px; }

.post-navigation {
  text-align: center;
  margin-bottom: 30px; }

.page-numbers {
  display: inline-block;
  text-align: center;
  margin: 0 6px;
  font-weight: 400; }
  .page-numbers.current {
    color: #8bc53f;
    font-weight: 700; }

.pagination {
  text-align: center; }
  .pagination a {
    color: #8bc53f; }
  .pagination .current {
    color: #8bc53f;
    font-weight: 700; }

.author_bio_section {
  margin-top: 40px;
  padding: 15px 0 25px;
  border-bottom: 1px solid #C4D0D9; }
  .author_bio_section p {
    font-size: 14px;
    margin: 0 0 10px; }

.author_name {
  font-size: 14px;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700; }

.author-image img {
  border-radius: 50%;
  margin: 0 auto;
  width: 80px;
  height: 80px; }

.bctt-click-to-tweet {
  padding: 0 0 30px 0;
  margin: 0 30px 1.5rem;
  border: none; }
  .bctt-click-to-tweet .bctt-ctt-text a {
    color: #5B666A !important;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }
  .bctt-click-to-tweet .bctt-ctt-btn {
    position: absolute !important;
    bottom: 0;
    left: 0;
    color: #E5007D !important;
    font-weight: 700 !important;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }
  .bctt-click-to-tweet:after {
    color: #E5007D !important; }

@media print, screen and (min-width: 64em) {
  .bctt-click-to-tweet {
    margin: 0 60px 1.5rem; } }

.featured-post-box p.content-type {
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  letter-spacing: 2.33px;
  line-height: 32px;
  text-transform: uppercase; }
  .featured-post-box p.content-type a {
    color: #262626; }

.featured-post-image {
  width: 100%;
  height: 382px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 25px; }

.widget-box {
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(210, 210, 210, 0.7);
  padding: 30px; }
  .widget-box h3 {
    color: #05386b; }
  .widget-box ul.widget-list {
    list-style-type: none;
    margin: 20px 0;
    padding: 0; }
    .widget-box ul.widget-list li {
      margin: 10px 0;
      padding: 10px 0;
      border-bottom: .5px solid #C4CACF; }
      .widget-box ul.widget-list li:last-child {
        border-bottom: none; }
      .widget-box ul.widget-list li a {
        font-weight: 700; }

.post-block {
  text-align: left;
  margin-bottom: 2rem; }
  .post-block .post-thumb {
    height: 175px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px; }
  .post-block p.content-type {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px;
    font-weight: 700;
    color: #262626;
    margin: 0 0 10px; }
    .post-block p.content-type a {
      color: #262626; }
  .post-block h4 {
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 10px; }
  .post-block .post-date {
    font-size: 14px;
    color: #262626;
    letter-spacing: 0;
    line-height: 16px;
    margin-bottom: 20px; }
    .post-block .post-date a {
      color: #262626; }
  .post-block .excerpt {
    font-size: 14px;
    color: #6F6F6F;
    line-height: 24px; }
    .post-block .excerpt p {
      font-size: 14px;
      color: #6F6F6F;
      line-height: 24px; }

.newsletter-box {
  background: #EFF5FC;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: left;
  margin-bottom: 2rem; }

.resource-library-box {
  background: url("../images/blue-box-background.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 30px !important;
  margin-bottom: 2rem; }
  .resource-library-box h3, .resource-library-box h4, .resource-library-box h5, .resource-library-box h6, .resource-library-box p {
    color: #fff; }

.sidebar-featured-posts .widget-box {
  box-shadow: none !important;
  padding: 30px 0; }
  .sidebar-featured-posts .widget-box h4 {
    margin-bottom: 0; }
  .sidebar-featured-posts .widget-box ul.widget-list li {
    border-bottom: 0.5px solid #C4CACF; }
    .sidebar-featured-posts .widget-box ul.widget-list li:last-child {
      border-bottom: none; }

.sidebar-follow {
  background: #8bc53f;
  padding-bottom: 20px; }
  .sidebar-follow h4 {
    color: #ffffff;
    margin: 25px auto; }

@media print, screen and (min-width: 64em) {
  .sidebar-follow {
    height: 80px;
    padding-bottom: 0; } }

.blog-post p, .blog-post li {
  font-size: 18px !important; }

.blog-post .blog-category {
  color: #262626 !important; }

.blog-post .center-img {
  margin: auto !important;
  display: block; }

.blog-breadcrumb {
  margin-left: 40px; }

.overflow-removal {
  overflow-x: hidden;
  overflow-y: hidden; }

/* Fix Gutenberg Quote Display Issue */
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block; }

#customersContent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.customer-block {
  background: #EFF5FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 30px;
  width: 210px !important;
  height: 210px;
  margin-right: 30px;
  margin-bottom: 30px; }
  .customer-block img {
    max-height: 100px;
    max-width: 140px;
    width: auto;
    height: auto; }

.filter-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 30px 0; }

@media print, screen and (min-width: 64em) {
  .filter-controls {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; } }

.filter-container {
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .filter-container p {
    display: inline-block;
    margin: 0 20px;
    line-height: 40px; }

.filter-label {
  font-weight: 900;
  font-size: 16px;
  color: #05386b;
  letter-spacing: 0.57px;
  text-align: right;
  margin: 0 10px;
  text-transform: uppercase;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center; }

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

.filter-dropdown {
  list-style-type: none;
  margin: 0;
  line-height: 48px;
  border: 1px solid #8bc53f;
  padding: 0;
  width: 275px;
  background-color: #fff;
  z-index: 25;
  border-top: none; }
  .filter-dropdown li {
    display: block; }
    .filter-dropdown li.current a {
      color: #8bc53f; }
    .filter-dropdown li a {
      display: block;
      font-size: 16px;
      color: #000000;
      letter-spacing: 0;
      text-align: center;
      line-height: 28px;
      text-transform: uppercase;
      width: auto;
      padding: 8px 20px;
      cursor: pointer;
      font-weight: normal; }
      .filter-dropdown li a:hover {
        background-color: #f2f2f2; }
    .filter-dropdown li:last-child {
      border-bottom: none; }

.reviews-section h2 {
  color: #ffffff; }

.reviews-section p {
  color: #ffffff;
  margin-bottom: 20px; }

.reviews-section .card-cell {
  margin-bottom: 20px; }

.reviews-section .card {
  height: 100%;
  background-color: #eff5fc;
  padding: 30px 30px 20px; }
  .reviews-section .card .review-logo {
    margin-bottom: 20px; }
  .reviews-section .card .quote {
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px; }
  .reviews-section .card .attribution .star-image {
    margin-bottom: 10px; }
  .reviews-section .card .attribution .star-text {
    font-size: 15.2px;
    margin-bottom: 30px; }
  .reviews-section .card .button, .reviews-section .card input[type=submit], .reviews-section .card .blog-newsletter-form button, .blog-newsletter-form .reviews-section .card button {
    width: 100%;
    background-color: transparent !important; }
    .reviews-section .card .button:hover, .reviews-section .card input[type=submit]:hover, .reviews-section .card .blog-newsletter-form button:hover, .blog-newsletter-form .reviews-section .card button:hover {
      color: #8bc53f !important;
      background-color: #ffffff !important;
      border-color: #ffffff !important; }

@media only screen and (max-width: 639px) {
  .customer-block {
    margin-right: 0; }
  .customers-filter form .filter-label {
    text-align: center; } }

@media only screen and (max-width: 1300px) {
  .customer-quote-slider .slick-arrow {
    display: none !important; } }

.customers-filter .filter-label {
  text-align: center !important; }

.customers-filter .filter-industry-block {
  margin-left: -50px !important; }

.customers-filter .filter-erp-block {
  margin-left: 0px !important; }

.single-press .dev-share-buttons, .single-post .dev-share-buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: fixed; }
  .single-press .dev-share-buttons .dev-share-buttons__item, .single-post .dev-share-buttons .dev-share-buttons__item {
    margin: 10px; }
  .single-press .dev-share-buttons .dev-share-buttons__text, .single-post .dev-share-buttons .dev-share-buttons__text {
    display: none !important; }

.single-post, .single-press {
  position: relative; }
  .single-post .dev-share-buttons, .single-press .dev-share-buttons {
    left: 10px; }

.post-content .dev-share-buttons {
  display: none; }

@media screen and (min-width: 75em) {
  .post-content {
    padding-left: 40px; }
    .post-content .dev-share-buttons {
      display: flex; } }

@media screen and (min-width: 90em) {
  .post-content {
    padding-left: 0; } }

.news-card {
  background-color: #EFF5FC;
  padding: 40px 30px;
  display: block;
  margin-bottom: 2rem; }
  .news-card h3 {
    font-size: 20px;
    color: #262626;
    line-height: 24px;
    margin-bottom: 15px; }
  .news-card p.the-date {
    font-size: 14px;
    color: #262626;
    letter-spacing: 0;
    line-height: 16px;
    margin: 0; }
  .news-card .news-logo {
    max-width: 120px;
    max-height: 65px;
    width: auto;
    height: auto;
    margin-bottom: 20px; }

#pricing-plan-section {
  color: #8A999E;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding-top: 100px; }
  #pricing-plan-section *,
  #pricing-plan-section *:after,
  #pricing-plan-section *:before {
    box-sizing: border-box; }
  #pricing-plan-section .intro-text {
    margin-top: 100px; }
  #pricing-plan-section .padding-bottom-130 {
    padding-bottom: 130px !important; }
  #pricing-plan-section .addmarginT80 {
    margin-top: 80px; }
  #pricing-plan-section .no-top-pad-mar {
    padding-top: 0px !important;
    margin-top: 0px !important; }
  #pricing-plan-section div.pricing-plan:nth-child(2) .pricing-plan__price {
    color: #8bc53f !important; }
  #pricing-plan-section div.pricing-plan:nth-child(2):before {
    background-image: url("../images/middle_pricing_graphic.png");
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: contain; }
  #pricing-plan-section .pricing-plan {
    position: relative;
    padding: 40px 0;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 8px 25px 0 rgba(67, 74, 84, 0.17);
    overflow: hidden;
    margin: 40px 14px;
    /*width: 370px;*/ }
    #pricing-plan-section .pricing-plan .pricing-plan__name {
      text-transform: capitalize; }
    #pricing-plan-section .pricing-plan hr {
      width: 80%; }
    #pricing-plan-section .pricing-plan .pricing-plan__price {
      color: #8bc53f; }
    #pricing-plan-section .pricing-plan small {
      color: #8A999E;
      font-size: 50%; }
    #pricing-plan-section .pricing-plan:first-child:before {
      background-image: url("../images/left_pricing_graphic.png");
      background-repeat: no-repeat;
      background-size: contain; }
    #pricing-plan-section .pricing-plan:last-child:before {
      background-image: url("../images/right_pricing_graphic.png");
      background-repeat: no-repeat;
      background-size: contain; }
    #pricing-plan-section .pricing-plan:last-child .pricing-plan__price {
      color: #8A999E; }
      #pricing-plan-section .pricing-plan:last-child .pricing-plan__price small {
        display: none; }
    #pricing-plan-section .pricing-plan:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #pricing-plan-section .pricing-plan--featured {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    font-size: 15px;
    font-weight: 700;
    background: #8bc53f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    background-repeat: no-repeat;
    /*margin-left: 15px;*/ }
  #pricing-plan-section .pricing-plan__name {
    font-size: 32px;
    margin: 0 0 25px; }
  #pricing-plan-section .pricing-plan__price {
    font-weight: 200;
    font-size: 60px;
    margin: 0 0 5px; }
  #pricing-plan-section .pricing-plan__disclosure {
    font-size: 12px;
    color: #a1a5aa; }
  #pricing-plan-section .pricing-plan__disclaimer {
    bottom: 10px;
    position: fixed;
    left: 0;
    right: 0; }
  #pricing-plan-section .pricing-plan__cta {
    margin: 50px 0 25px 0; }
  #pricing-plan-section .pricing-plan__feature-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0 80px;
    font-size: 14px;
    margin-top: 25px;
    line-height: 2.2;
    color: #656D78;
    text-align: left;
    font-weight: bold; }
    #pricing-plan-section .pricing-plan__feature-list .more__features {
      color: #8bc53f; }
    #pricing-plan-section .pricing-plan__feature-list li:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../images/icon-checkmark.png");
      background-repeat: no-repeat;
      margin: 10px 0px 0 -30px; }
  #pricing-plan-section .callout-info p {
    margin-top: 50px; }

.box-shadow {
  -webkit-box-shadow: 0 0 10px grey;
  box-shadow: 0 0 10px grey; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.webinar-post-type {
  margin-bottom: 10px; }

p.webinar-post-type::before {
  width: 100%;
  height: 4px;
  background-color: #8bc53f;
  display: inline-block;
  content: '';
  top: 9px;
  left: 0; }

.webinar-event-filter {
  position: relative;
  z-index: 20; }

.paddingR20 {
  padding-right: 20px; }

.accordion-section {
  background: #F3F5F9; }
  .accordion-section h2 {
    padding: 50px 0; }
  .accordion-section .accordion {
    background: transparent; }
    .accordion-section .accordion .accordion-item .accordion-title {
      background: transparent;
      border-color: #D8D8D8;
      border-left: 0px;
      border-right: 0px;
      color: #606864;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 22px;
      font-weight: 700;
      padding: 30px 70px; }
      .accordion-section .accordion .accordion-item .accordion-title:before {
        font-size: 32px;
        color: #8bc53f;
        position: absolute;
        top: 30%;
        left: 1.5rem;
        margin-top: 0;
        margin-right: 40px; }
      .accordion-section .accordion .accordion-item .accordion-title:hover {
        background: transparent; }
    .accordion-section .accordion .accordion-item .accordion-content {
      background: transparent;
      border-color: #D8D8D8;
      border-left: 0px;
      border-right: 0px;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      line-height: 24px;
      padding: 70px; }

.image-text-row {
  margin: 20px 0; }
  .image-text-row .cell {
    margin-bottom: 1.5rem; }

.image-text-container .image-text-row:first-child {
  margin-top: 0; }

.image-text-container .image-text-row:last-child {
  margin-bottom: 0; }

@media print, screen and (min-width: 40em) {
  .image-text-container .image-text-row:nth-child(even) .image-cell {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .image-text-row {
    margin: 30px 0; } }

@media print, screen and (min-width: 64em) {
  .image-text-row {
    margin: 35px 0; } }

.image-text-row .text-cell {
  background: rgba(219, 231, 255, 0.19);
  padding: 80px 30px 130px 120px; }

.image-text-row .image-cell {
  position: relative;
  z-index: 25;
  max-width: 90%;
  margin: 0 auto -40px; }
  .image-text-row .image-cell img {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25); }

@media print, screen and (min-width: 40em) {
  .image-text-row .text-cell {
    padding: 90px 50px 90px 80px; }
    .image-text-row .text-cell.text-on-left {
      padding: 90px 80px 90px 50px; }
  .image-text-row .image-cell {
    margin: 0 -60px 25px 0; }
    .image-text-row .image-cell.image-on-right {
      margin: 0 0 25px -60px; } }

@media print, screen and (min-width: 64em) {
  .image-text-row .text-cell {
    padding: 90px 30px 90px 120px; }
  .image-text-row .image-cell {
    margin-right: -90px; } }

.basic-column {
  text-align: center;
  margin-bottom: 30px; }
  .basic-column .icon {
    margin-bottom: 15px; }

.blue-icon-col i {
  color: #05386b; }

.white-icon-col i {
  color: #fff; }

.customer-quote-section .button, .customer-quote-section input[type=submit], .customer-quote-section .blog-newsletter-form button, .blog-newsletter-form .customer-quote-section button {
  margin-top: 50px; }

.quote-box {
  text-align: center;
  position: relative;
  z-index: 20; }
  .quote-box .quote p {
    font-weight: 400;
    font-size: 30px;
    color: #05386b;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    margin-bottom: 0; }
  .quote-box .attribution {
    text-align: center; }
    .quote-box .attribution .quote-headshot {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin: 0 auto; }
    .quote-box .attribution h5 {
      font-weight: 700;
      font-size: 15.2px;
      color: #05386b;
      text-align: center;
      line-height: 22.8px;
      margin: 15px 0 0;
      text-transform: uppercase; }
    .quote-box .attribution p {
      font-size: 13px;
      color: #05386b;
      text-align: center;
      line-height: 18px;
      margin: 0; }

.customer-quote-slide {
  position: relative;
  overflow: hidden; }

.quote-image {
  height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  display: none;
  background-color: #8bc53f; }
  .quote-image.blue {
    background-color: #05386b; }
  .quote-image .quote-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    opacity: 0.11;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }

@media print, screen and (min-width: 40em) {
  .quote-box {
    background-color: #eff5fc;
    padding: 20px;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .quote-box.no-image {
      width: 100%; }
    .quote-box .quote p {
      font-size: 20px;
      line-height: 28px; }
    .quote-box .attribution p {
      font-size: 12px;
      line-height: 18px; }
  .quote-image {
    display: block; }
  .quote-image {
    height: 320px;
    width: 50%; }
  .quote-slide-inner {
    min-height: 320px; } }

@media print, screen and (min-width: 64em) {
  .quote-box {
    padding: 60px;
    width: 75%; }
    .quote-box.no-image {
      width: 100%; }
    .quote-box .quote p {
      font-size: 24px;
      line-height: 32px; }
    .quote-box .attribution p {
      font-size: 15.2px;
      line-height: 22.8px; }
  .quote-image {
    height: 420px;
    width: 50%; }
  .quote-slide-inner {
    min-height: 420px; } }

.ovrly14 {
  width: 100%;
  overflow: hidden;
  position: relative; }

.ovrly14 .ovrly {
  position: absolute;
  background: rgba(5, 56, 107, 0.89); }

@media only screen and (max-width: 639px) {
  .box-inner .box-overlay {
    opacity: 0;
    visibility: hidden; } }

.box-inner {
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  margin-bottom: 1.5rem;
  position: relative; }
  .box-inner h4 {
    display: block;
    width: 90%;
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 20px;
    -webkit-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
    z-index: 1; }
  .box-inner .box-overlay {
    opacity: 1;
    visibility: visable;
    width: 75%;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 30px;
    z-index: 0; }
    .box-inner .box-overlay h5 {
      color: #ffffff;
      opacity: 0;
      visibility: hidden; }
    .box-inner .box-overlay p {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      margin: 0 auto 15px;
      opacity: 0;
      visibility: hidden; }
    .box-inner .box-overlay span {
      opacity: 0;
      visibility: hidden; }
  .box-inner:hover .box-overlay {
    animation: growBox 0.3s ease-in;
    animation-fill-mode: forwards; }
    .box-inner:hover .box-overlay h5, .box-inner:hover .box-overlay p, .box-inner:hover .box-overlay span {
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 750ms ease-in-out;
      transition: opacity 750ms ease-in-out; }
  .box-inner:hover h4 {
    opacity: 0;
    visibility: hidden; }

@keyframes growBox {
  0% {
    width: 90%;
    height: 40px; }
  30% {
    width: 100%;
    height: 40px; }
  100% {
    height: 200px;
    width: 100%; } }

/* CTA Box Styles */
.cta-box {
  padding: 40px 20px;
  position: relative; }
  .cta-box .cta-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1; }
  .cta-box .cta-box-content {
    position: relative;
    z-index: 20; }

@media print, screen and (min-width: 40em) {
  .cta-box {
    padding: 60px 50px; } }

.image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1; }

.stat-box {
  background-color: #05386b; }

.stat-col {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 15px; }
  .stat-col .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .stat-col i {
    color: #8bc53f;
    font-size: 50px;
    margin-right: 10px; }
  .stat-col .fact-num {
    font-weight: 700;
    font-size: 50px;
    color: #05386B;
    line-height: 28px;
    margin: 0 0 5px; }
  .stat-col .fact-descriptor {
    font-size: 14px;
    color: #262626;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0; }

.person-bio-col {
  margin-bottom: 2rem; }

.person-headshot-img {
  background-color: #6d6e70;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-right: 15px; }

.person-name {
  margin: 0 0 5px;
  text-align: left;
  color: #05386B;
  text-transform: uppercase; }

.person-title {
  margin: 0;
  text-align: left;
  color: #05386B;
  font-size: 15px; }

.person-bio {
  text-align: left;
  margin-top: 20px;
  color: #6F6F6F;
  font-size: 14px; }
  .person-bio p {
    color: #6F6F6F;
    font-size: 14px; }

.preso-slide-inner .preso-image {
  position: relative;
  min-height: 200px; }
  .preso-slide-inner .preso-image.blue {
    background-color: #05386b; }
  .preso-slide-inner .preso-image.green {
    background-color: #8bc53f; }
  .preso-slide-inner .preso-image.none .preso-bg {
    opacity: 1;
    -webkit-filter: none;
    filter: none; }
  .preso-slide-inner .preso-image .preso-bg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1;
    opacity: 0.11;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .preso-slide-inner .preso-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 55px;
    z-index: 60;
    opacity: 1; }
  .preso-slide-inner .preso-image a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9rem;
    cursor: pointer;
    z-index: 1; }

.preso-slide-inner .preso-text {
  background-color: #EFF5FC;
  padding: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media print, screen and (min-width: 40em) {
  .preso-slide-inner .preso-image {
    min-height: 340px; }
  .preso-slide-inner .preso-text {
    padding: 40px;
    text-align: left; } }

@media print, screen and (min-width: 64em) {
  .preso-slide-inner .preso-image {
    min-height: 440px; }
  .preso-slide-inner .preso-text {
    padding: 50px; } }

.preso-slider .slick-dots li,
.preso-slider .slick-dots li button {
  width: 50px;
  height: 2px; }

@media print, screen and (min-width: 64em) {
  .preso-slider .slick-dots li,
  .preso-slider .slick-dots li button {
    width: 100px;
    height: 6px; } }

.stats-2-up .cell:first-child {
  margin-bottom: 50px;
  position: relative; }
  .stats-2-up .cell:first-child:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #C4CACF;
    position: absolute;
    bottom: -10px;
    left: 0; }

@media print, screen and (min-width: 40em) {
  .stats-2-up .cell:first-child {
    text-align: right;
    margin-bottom: 0; }
    .stats-2-up .cell:first-child:after {
      content: '';
      width: 1px;
      height: 100%;
      background-color: #C4CACF;
      position: absolute;
      right: -20px;
      top: 0;
      bottom: auto;
      left: auto; } }

.stat-2-up h3 {
  font-weight: 700;
  font-size: 50px;
  color: #8BC53F;
  line-height: 28px;
  margin: 0 0 5px; }

.stat-2-up h4 {
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 0 0 30px; }

.stat-2-up p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px; }

.video-popup {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 150px;
  z-index: 20;
  background-color: #8bc53f; }
  .video-popup i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 55px;
    z-index: 60;
    opacity: 1; }
  .video-popup a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9rem;
    cursor: pointer;
    z-index: 1; }
  .video-popup.video-popup-large {
    height: 250px; }

@media print, screen and (min-width: 40em) {
  .video-popup {
    height: 250px; }
    .video-popup.video-popup-large {
      height: 320px; } }

@media screen and (min-width: 75em) {
  .video-popup {
    height: 300px;
    width: 750px;
    margin: 0 auto; }
    .video-popup.video-popup-large {
      height: 460px; } }

.products-featured-screen {
  height: 480px;
  background-size: cover;
  background-position: top center;
  margin-bottom: 200px; }
  .products-featured-screen h2 {
    color: #ffffff !important;
    padding-top: 100px; }
  .products-featured-screen .featured-screen-hero-device {
    margin-top: -30px;
    margin-bottom: -350px; }

@media only screen and (max-width: 680px) {
  .inky {
    display: none; } }

.inky.loaded {
  animation-name: inky-float;
  -webkit-animation-name: inky-float;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes inky-float {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }

/* Add To Calendar */
.add-to-calendar img {
  padding-bottom: 20px;
  padding-right: 20px; }

/* Spotlight Resources */
.spotlight-resource-slider .spotlight-resource-slide .spotlight-resource-slide-inner img.spolight-img {
  margin: auto auto !important; }

/* Single Case Study Page */
#individual-customer-story .quote-box {
  width: 100%;
  position: inherit;
  transform: none; }

#individual-customer-story .quote-slide-inner {
  min-height: 320px; }

.center-dg-box {
  margin: 0 auto !important; }

.floating-icons {
  position: absolute;
  width: 35px;
  height: 35px;
  opacity: 1; }

.smooth-move {
  animation: smooth-move 4s linear infinite; }

.more-smooth-move {
  animation: more-smooth-move 3s linear infinite; }

@keyframes smooth-move {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes more-smooth-move {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media screen and (max-width: 768px) {
  .hide-for-touch {
    display: none; }
  .no-mobile-floaters {
    display: none; } }

#company-staff-section h4 {
  font-weight: 700;
  margin: 0 1em 1em;
  font-size: 32px;
  line-height: 38px; }

#company-staff-section p:last-child {
  margin-bottom: 0; }

#company-staff-section .job-title {
  font-size: 16px;
  top: 70px;
  left: 35px;
  color: #ffffff;
  position: absolute; }

#company-staff-section .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }

#company-staff-section .featured-staff {
  width: 100%;
  text-align: left; }
  #company-staff-section .featured-staff .plus-open {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/bio-+.svg") center right no-repeat;
    transition: all .5s linear;
    float: right; }
  #company-staff-section .featured-staff .plus-close {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/minus-icon.png") center right no-repeat;
    transition: all .5s linear;
    float: right; }
  #company-staff-section .featured-staff .bio-open {
    z-index: 2; }
  #company-staff-section .featured-staff h4 {
    line-height: 1;
    color: #ffffff;
    margin: 0 0 1em; }
  #company-staff-section .featured-staff p {
    margin-bottom: 10px; }
  #company-staff-section .featured-staff .col-3 > h4 {
    position: absolute;
    top: 45px;
    left: 35px;
    width: 75%; }
  #company-staff-section .featured-staff .staff-bio {
    position: absolute;
    top: 0;
    left: 0;
    width: 207%;
    height: 27vw;
    margin: 0;
    padding: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    display: none; }
    #company-staff-section .featured-staff .staff-bio .bio-text {
      position: absolute;
      width: 70%;
      box-sizing: border-box;
      padding: 45px;
      top: 0;
      left: 30%; }
  #company-staff-section .featured-staff .row {
    width: 100%;
    height: 27vw;
    margin-bottom: .95vw;
    padding: 0 100px; }
    #company-staff-section .featured-staff .row .col-3 {
      position: relative;
      overflow: visible;
      cursor: pointer;
      border-right: 0.95vw solid #ffffff;
      height: 100%;
      -ms-flex: 1 1 32.7vw;
      flex: 1 1 32.7vw;
      background-position: right bottom;
      background-repeat: no-repeat; }
      #company-staff-section .featured-staff .row .col-3:first-child {
        background-position: center bottom; }
        #company-staff-section .featured-staff .row .col-3:first-child .staff-bio {
          background-position: 9% bottom;
          border-right: 0.94vw solid #ffffff; }
      #company-staff-section .featured-staff .row .col-3:nth-child(2) .staff-bio {
        width: 100%;
        height: 55vw;
        background-size: 90% auto; }
        #company-staff-section .featured-staff .row .col-3:nth-child(2) .staff-bio .bio-text {
          width: 100%;
          left: 0; }
      #company-staff-section .featured-staff .row .col-3:last-child {
        border-right: none; }
        #company-staff-section .featured-staff .row .col-3:last-child .staff-bio {
          border-left: 0.94vw solid #ffffff;
          left: auto;
          right: 0; }
          #company-staff-section .featured-staff .row .col-3:last-child .staff-bio .bio-text {
            left: 0; }
    #company-staff-section .featured-staff .row:last-child .col-3:nth-child(2) .staff-bio {
      top: auto;
      bottom: 0; }
  #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(odd) {
    background-size: auto 75%;
    background-position: center bottom; }
    #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(odd) .staff-bio {
      background-size: auto 75%; }
  #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(even) {
    /*background-size: 68% auto;*/
    background-position: center bottom; }
    #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(even) .staff-bio {
      background-size: 68% auto;
      background-position: center bottom; }
  #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(3n) .staff-bio {
    width: 204% !important; }
  #company-staff-section .featured-staff [data-staff-id*=staff] .bio-text {
    color: #ffffff; }

@media only screen and (max-width: 778px) {
  #company-staff-section h4 {
    margin: 0 0 1em;
    font-size: 22px;
    line-height: 30px; }
  #company-staff-section p {
    font-size: 18px;
    line-height: 27px; }
  #company-staff-section .row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (min-width: 969px) {
  #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(even) {
    background-size: auto 75%; } }

@media only screen and (max-width: 1440px) {
  #company-staff-section .featured-staff h4 {
    font-size: 1.5rem;
    margin-bottom: 0px; } }

@media only screen and (max-width: 1178px) {
  #company-staff-section .featured-staff h4 {
    font-size: 30px; }
  #company-staff-section .featured-staff p {
    font-size: 15px; }
  #company-staff-section .featured-staff .col-3 > h4 {
    top: 30px;
    left: 35px; }
  #company-staff-section .featured-staff .staff-bio .bio-text {
    padding: 28px; } }

@media only screen and (max-width: 1000px) {
  #company-staff-section .featured-staff h4 {
    font-size: 28px; }
  #company-staff-section .featured-staff p {
    font-size: 14px; }
  #company-staff-section .featured-staff .col-3 > h4 {
    top: 28px; } }

@media only screen and (max-width: 968px) {
  #company-staff-section .featured-staff h4 {
    font-size: 25px; }
  #company-staff-section .featured-staff p {
    font-size: 16px; }
  #company-staff-section .featured-staff .col-3 > h4 {
    position: relative;
    top: auto;
    left: auto;
    margin: 34px 34px 0; }
  #company-staff-section .featured-staff .staff-bio {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    transition-property: all .5s ease-in;
    margin-bottom: -110%; }
    #company-staff-section .featured-staff .staff-bio .bio-text {
      position: relative;
      width: 100%;
      top: auto;
      left: auto;
      padding: 34px; }
      #company-staff-section .featured-staff .staff-bio .bio-text h4 {
        display: none; }
  #company-staff-section .featured-staff .bio-open .staff-bio {
    margin: 0; }
  #company-staff-section .featured-staff .row {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 0; }
    #company-staff-section .featured-staff .row .col-3 {
      -ms-flex: none;
      flex: none;
      border-right: none;
      margin-bottom: 6px;
      height: auto;
      min-height: 180px;
      overflow: hidden; }
      #company-staff-section .featured-staff .row .col-3:first-child {
        background-position: center bottom; }
        #company-staff-section .featured-staff .row .col-3:first-child .staff-bio {
          border-right: none; }
      #company-staff-section .featured-staff .row .col-3:nth-child(2) .staff-bio {
        border-right: none;
        padding-bottom: 0;
        height: auto; }
      #company-staff-section .featured-staff .row .col-3:last-child .staff-bio {
        border-left: none;
        right: auto; }
  #company-staff-section .featured-staff [data-staff-id*=staff] {
    background-size: auto 100%; }
    #company-staff-section .featured-staff [data-staff-id*=staff] .staff-bio {
      background-image: none !important;
      background-color: transparent; }
      #company-staff-section .featured-staff [data-staff-id*=staff] .staff-bio .bio-text-block .medium-6 {
        width: calc(100% - 1.875rem); }
    #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(odd) {
      background-size: auto 100%; }
    #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(1) .staff-bio {
      width: 100% !important; }
    #company-staff-section .featured-staff [data-staff-id*=staff]:nth-child(3n) .staff-bio {
      width: 100% !important; }
  #company-staff-section .featured-staff .bio-open[data-staff-id*=staff] {
    background-image: none !important; }
  #company-staff-section .featured-staff .plus-open {
    float: none;
    margin-left: 18px; } }

@media only screen and (max-width: 1083px) {
  #company-staff-section .featured-staff .row {
    padding: 0px; }
    #company-staff-section .featured-staff .row .col-3:first-child {
      background-position: right bottom; }
    #company-staff-section .featured-staff .row .col-3:nth-child(2) {
      background-position: right bottom; }
      #company-staff-section .featured-staff .row .col-3:nth-child(2) .staff-bio {
        background-position: right bottom; }
    #company-staff-section .featured-staff .row .col-3:last-child {
      background-position: right bottom; }
      #company-staff-section .featured-staff .row .col-3:last-child .staff-bio {
        background-position: right bottom; } }

.how-it-works-section ul li {
  /* position: relative; */
  padding-left: 0; }

.how-it-works-section ul li:before {
  display: none; }

.how-it-works-section .accordion-image {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.how-it-works-section .accordion {
  border: none; }
  .how-it-works-section .accordion a {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #262626 !important; }
  .how-it-works-section .accordion a.cta-line {
    display: inline-grid;
    white-space: nowrap; }
    .how-it-works-section .accordion a.cta-line:before {
      content: '';
      width: 50%;
      border-top: 2px solid #8bc53f;
      display: table-cell;
      position: relative;
      top: 0.8em;
      left: -65px; }
    .how-it-works-section .accordion a.cta-line:hover:before {
      width: 20%;
      -webkit-transition: width .5s;
      /* Safari */
      transition: width .5s; }
  .how-it-works-section .accordion .is-active {
    background: rgba(219, 231, 255, 0.19); }
    .how-it-works-section .accordion .is-active .accordion-title::before {
      display: none; }
    .how-it-works-section .accordion .is-active .accordion-content {
      background: rgba(219, 231, 255, 0);
      border: none; }
  .how-it-works-section .accordion .accordion-item {
    padding: 15px 0;
    margin: 5px 0; }
    .how-it-works-section .accordion .accordion-item img {
      text-align: left;
      padding-left: 50px;
      padding-right: 15px; }
    .how-it-works-section .accordion .accordion-item .title {
      margin: -40px 120px 0 120px;
      font-size: 20px; }
    @media screen and (max-width: 39.9375em) {
      .how-it-works-section .accordion .accordion-item .title {
        width: 210px; } }
    .how-it-works-section .accordion .accordion-item .accordion-title {
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #262626;
      border: none; }
    .how-it-works-section .accordion .accordion-item .accordion-title::before {
      display: none; }
    .how-it-works-section .accordion .accordion-item .accordion-content {
      border: none;
      margin-left: 120px;
      text-align: left;
      font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #6F6F6F;
      line-height: 24px; }
    .how-it-works-section .accordion .accordion-item .accordion-title:focus,
    .how-it-works-section .accordion .accordion-item .accordion-title:hover {
      background-color: rgba(219, 231, 255, 0); }
    .how-it-works-section .accordion .accordion-item:hover {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
      background-color: rgba(219, 231, 255, 0.19);
      transition: background-color 800ms,box-shadow 800ms,padding 400ms 400ms,margin 400ms 400ms; }

.how-it-works-section .how-it-works-image-boxes {
  height: 600px; }

@media only screen and (max-width: 639px) {
  .how-it-works-section .how-it-works-image-boxes {
    height: 325px; } }

.logo-container {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.logogrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-rows: 75px;
  grid-gap: 4rem; }
  .logogrid__item {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }

.company-logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center; }
  .company-logos .company-logo-box {
    width: 165px;
    height: 90px;
    position: relative; }
    .company-logos .company-logo-box img {
      width: 100%;
      position: absolute; }

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

.brand-fade {
  opacity: 0; }

@keyframes domino-simple {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.careers-section h3 {
  margin-top: 50px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  padding-bottom: 50px;
  margin-bottom: 0; }

.careers-section .career-accordion {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  padding-top: 15px;
  padding-bottom: 15px; }
  .careers-section .career-accordion a {
    color: #8bc53f;
    font-weight: 700; }

/* Single Job Page */
main {
  margin-top: 225px;
  margin-bottom: 100px; }
  main a {
    color: #8bc53f; }
    main a:hover {
      color: #05386b; }

.job-info {
  margin-bottom: 50px; }

.job-cta {
  margin-top: 50px; }
  .job-cta .job-btn {
    margin-top: 20px;
    border: 2px solid #8bc53f;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #262626;
    text-align: center;
    line-height: 42px;
    padding: 8px 12px;
    margin-right: 20px; }
    .job-cta .job-btn:hover {
      border: 2px solid #8bc53f;
      background: #8bc53f;
      color: #fff; }

.timeline-section {
  background-color: #F3F5F9; }

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

Main Container

//////////////////////////////// */
.fq-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }

.fq-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

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

Main Components 

//////////////////////////////// */
#fq-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }

@media only screen and (min-width: 1170px) {
  #fq-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  #fq-timeline::before {
    left: 50%;
    margin-left: -2px; } }

.fq-timeline-block {
  position: relative;
  margin: 2em 0; }

.fq-timeline-block::after {
  clear: both;
  content: "";
  display: table; }

.fq-timeline-block h3 {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  margin: 20px 0; }

.fq-timeline-block h4 {
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #262626;
  line-height: 28px; }

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

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

@media only screen and (min-width: 1170px) {
  .fq-timeline-block {
    margin: 4em 0; }
    .fq-timeline-block:first-child {
      margin-top: 0; }
    .fq-timeline-block:last-child {
      margin-bottom: 0; } }

.fq-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .fq-timeline-img h2 {
    color: #8bc53f !important;
    font-size: 24px;
    text-transform: none; }
  .fq-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px; }

.fq-picture {
  background: #8bc53f; }

@media only screen and (min-width: 1170px) {
  .fq-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .cssanimations .fq-timeline-img.is-hidden {
    visibility: hidden; }
  .cssanimations .fq-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: fq-bounce-1 0.6s;
    -moz-animation: fq-bounce-1 0.6s;
    animation: fq-bounce-1 0.6s; } }

@-webkit-keyframes fq-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes fq-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }

@keyframes fq-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.fq-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17); }
  .fq-timeline-content .fq-read-more {
    float: right;
    padding: 0.8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em; }
  .fq-timeline-content h2 {
    color: #8bc53f;
    font-size: 24px; }
  .fq-timeline-content p {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 1em 0;
    line-height: 1.6; }

.fq-timeline-content::after {
  clear: both;
  content: "";
  display: table; }

.no-touch .fq-timeline-content {
  background-color: #bac4cb; }

.fq-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff; }

@media only screen and (min-width: 768px) {
  .fq-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  .fq-timeline-content p {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (min-width: 1170px) {
  .fq-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
    border-bottom: 5px solid #05386b; }
  .fq-timeline-content::before {
    top: 199px;
    left: 70%;
    border-color: transparent;
    border-left-color: #05386b;
    transform: translate;
    transform: rotate(90deg); }
  .fq-timeline-block:nth-child(even) .fq-timeline-content {
    float: right;
    border-top: 5px solid #05386b;
    border-bottom: 5px solid #ffffff; }
  .fq-timeline-block:nth-child(even) .fq-timeline-content::before {
    top: -19px;
    left: auto;
    right: 70%;
    border-color: transparent;
    border-right-color: #05386b; }
  .cssanimations .fq-timeline-content.is-hidden {
    visibility: hidden; }
  .cssanimations .fq-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: fq-bounce-2 0.6s;
    -moz-animation: fq-bounce-2 0.6s;
    animation: fq-bounce-2 0.6s; } }

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .fq-timeline-block:nth-child(even) .fq-timeline-content.bounce-in {
    -webkit-animation: fq-bounce-2-inverse 0.6s;
    -moz-animation: fq-bounce-2-inverse 0.6s;
    animation: fq-bounce-2-inverse 0.6s; } }

@-webkit-keyframes fq-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes fq-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes fq-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fq-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }

@-moz-keyframes fq-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }

@keyframes fq-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

/* Timeline css */
.fq-timeline {
  overflow: hidden;
  margin: 2em auto; }

.fq-timeline__container {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
  /*	&::before {
            content: '';
            position: absolute;
            top: 0;
            left: 18px;
            height: 100%;
            width: 4px;
            background: #d7e4ed;
        }*/ }

.fq-timeline__block {
  position: relative;
  margin: 2em 0; }
  .fq-timeline__block:after {
    content: "";
    display: table;
    clear: both; }
  .fq-timeline__block:first-child {
    margin-top: 0; }
  .fq-timeline__block:last-child {
    margin-bottom: 0; }

.fq-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .fq-timeline__img p {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 57%;
    top: 30%;
    margin-left: -12px;
    margin-top: -12px;
    font-size: 30px;
    color: #ffffff;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.fq-timeline__img.fq-timeline__img--picture {
  background: #8bc53f; }

.fq-timeline__content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: .25em;
  padding: 40px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.17); }
  .fq-timeline__content:after {
    content: "";
    display: table;
    clear: both; }
  .fq-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff; }
  .fq-timeline__content h4 {
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #262626;
    line-height: 16px;
    margin-bottom: 0px; }
  .fq-timeline__content p {
    font-size: 13px;
    margin: 1em 0;
    line-height: 1.6; }

.fq-timeline__read-more {
  font-size: 13px;
  display: inline-block;
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: .25em; }
  .fq-timeline__read-more:hover {
    background-color: #eff5fc; }

.fq-timeline__date {
  display: inline-block;
  font-size: 24px !important;
  /*float: left;*/
  padding: .8em 0;
  text-transform: none; }

@media only screen and (min-width: 1169px) {
  .fq-is-hidden {
    visibility: hidden !important; }
    .fq-is-hidden h4 {
      visibility: hidden !important; }
    .fq-is-hidden h2 {
      visibility: hidden !important; }
    .fq-is-hidden p {
      visibility: hidden !important; }
  .fq-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }
  .fq-timeline__container::before {
    left: 50%;
    margin-left: -2px;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 4px;
    background: #d7e4ed; }
  .fq-timeline__block {
    margin: 4em 0; }
    .fq-timeline__block:nth-child(2n+3) {
      /*			.fq-timeline__content.fq-timeline__content--bounce-in {
                            margin-top: 150px;
                        }*/ }
    .fq-timeline__block:nth-child(odd) .fq-timeline__content::before {
      top: -19px;
      left: 50%;
      border-color: transparent;
      border-left-color: #05386b;
      transform: rotate(270deg); }
    .fq-timeline__block:nth-child(even) .fq-timeline__content {
      float: right;
      border-bottom: 5px solid #05386b;
      border-top: 5px solid #ffffff;
      margin-top: -210px; }
      .fq-timeline__block:nth-child(even) .fq-timeline__content::after {
        border-right-color: #05386b;
        left: 27%;
        border-left-color: #05386b;
        transform: rotate(270deg);
        position: absolute;
        bottom: -19px;
        border: 7px solid transparent;
        border-right: 7px solid #05386b; }
    .fq-timeline__block:nth-child(even) .fq-timeline__read-more {
      float: right; }
    .fq-timeline__block:nth-child(even) .fq-timeline__date {
      top: 122px;
      left: auto;
      right: 122%;
      text-align: left;
      float: right;
      width: 45%; }
    .fq-timeline__block:nth-child(even) .fq-timeline__content.fq-timeline__content--bounce-in {
      -webkit-animation: fq-bounce-2-inverse .6s;
      animation: fq-bounce-2-inverse .6s; }
  .fq-timeline__img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .fq-timeline__img.fq-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: fq-bounce-1 .6s;
    animation: fq-bounce-1 .6s; }
  .fq-timeline__content {
    margin-left: 0;
    padding: 32px 26px 20px 42px;
    width: 45%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-top: 5px solid #05386b; }
  .fq-timeline__read-more {
    float: left; }
  .fq-timeline__date {
    /*position: absolute;*/
    width: 45%;
    /*left: 122%;*/
    top: 6px;
    font-size: 24px;
    color: #8bc53f !important;
    text-align: right; }
  .fq-timeline__content.fq-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: fq-bounce-2 .6s;
    animation: fq-bounce-2 .6s; } }

@media only screen and (min-width: 768px) {
  .fq-timeline__content h2 {
    font-size: 20px; }
  .fq-timeline__content p {
    font-size: 16px; }
  .fq-timeline__date {
    font-size: 14px; }
  .fq-timeline__read-more {
    font-size: 14px; } }

.event-title {
  display: none; }

.fq-timeline__content .js-fq-content {
  /*margin-top: -125px;*/ }

@media only screen and (max-width: 1168px) {
  .fq-timeline__img.fq-timeline__img--picture.js-fq-img {
    display: none; }
  .fq-timeline__content {
    border-top: 5px solid #05386b;
    margin: 0; }
    .fq-timeline__content::before {
      top: -19px;
      left: 50%;
      border-color: transparent;
      border-left-color: #05386b;
      transform: rotate(270deg); }
  .fq-timeline__date {
    display: none; }
  .event-title {
    display: block;
    font-size: 22px;
    color: #8bc53f;
    text-align: center; } }

.persona-block h1 {
  transform: matrix(1, 0, 0, 1, 0, 0);
  visibility: inherit;
  opacity: 1; }

.persona-block p.title {
  font-size: 51px;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 0.8rem; }

.persona-block p.sub-title {
  font-size: 31px;
  line-height: 35px;
  text-transform: none;
  padding-right: 20px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  visibility: inherit;
  opacity: 1; }

.persona-block p.text {
  font-size: 18px;
  line-height: 22px;
  padding-right: 20px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  visibility: inherit; }

/*# sourceMappingURL=style.css.map */