/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers (opinionated).
   */

body {
  margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
  margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
  font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
  font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

mark {
  background-color: #ff0;
  color: #000;
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
  display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
  border-style: none;
}

/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,
menu {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
  display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
  display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
  display: none;
}

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */

.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }

  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */

.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  align-items: center;
  display: flex;
}

.slinky-menu a span {
  flex: 1;
  line-height: 1.4;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-menu .header {
  display: flex;
}

.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}

.slinky-theme-default {
  background: #92bf59;
}

.slinky-theme-default .title {
  color: #fff;
  padding: 1em;
}

.slinky-theme-default li {
  line-height: 1;
}

.slinky-theme-default a:not(.back) {
  color: #fff;
  padding: 1em;
}

.slinky-theme-default a:not(.back):hover {
  background: rgba(90, 200, 250, 0.25);
}

.slinky-theme-default a:not(.back):active {
  background: rgba(90, 200, 250, 0.5);
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
  background-size: 1em;
  content: '';
  height: 1em;
  opacity: 0.25;
  transition: 200ms;
  width: 1em;
}

.slinky-theme-default .next::after {
  margin-left: 1em;
}

.slinky-theme-default .back::before {
  padding: 1em;
  transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  opacity: 0.75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
  opacity: 1;
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"), url(data:font/woff;base64,d09GRgABAAAAAAT0AA0AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABoAAAAcZsz6EkdERUYAAAFMAAAAHwAAACAANgAGT1MvMgAAAWwAAABHAAAAVj7i2qhjbWFwAAABtAAAAEwAAAFW4CwD4mdhc3AAAAIAAAAACAAAAAj//wADZ2x5ZgAAAggAAAEmAAABnEQ02FZoZWFkAAADMAAAADEAAAA2+26XP2hoZWEAAANkAAAAHgAAACQDav/KaG10eAAAA4QAAAAhAAAAJAkVADdsb2NhAAADqAAAABQAAAAUAUoBsG1heHAAAAO8AAAAHQAAACAATQAjbmFtZQAAA9wAAADhAAAB3d8yt8Bwb3N0AAAEwAAAADMAAABk1Pm6tnicY2BgYGQAgjO2i86D6LPuqxfCaABMzwc8AAB4nGNgZGBg4ANiCQYQYGJgZGBm4ACSLGAeAwAEvAA9AHicY2BkjGScwMDKwMGozGjJwMBgB6WvM4gxFDMwMDGwMjPAgQCCyRCQ5prC4PCB4QMrY8P/AwwajA0MDg0MDIwgOQBthwqcAHic3YzBDcAgDAMvbYAO0TEYhP2nYAPqQD+sgCXr5MgOcLP8YoSaks3sVDGLxgU9jRGFzuJsufxo4SQ1i46Z/5GoVSw3GcfrA/tPBu4AAAAB//8AAnicXZCxTgJBEIbnF1h31iwEb3MXQUPEeBQWJghYWMgDWFhb4RuYWHnVvQONpcnxABYWxOoegTeQF/AVDmcXjcZi//1nkvky/xDIbj5RwyM5omSQjq4xGfYQuxYSL6r/vmBecJcj5ixj+bpchBds9mQ6Ygh0JJxIOAnRaRg8RzoW3CBogCISUofdluT0oV7wqzUeZaz1LNHISEN4tPnADPe0J7yGSsft0SRpxA531ZvSWuFGPS/rSuFBqfqyroloR2bWyDGjFvWI0HbqDP0weYVhvPuvRm5UrkyQ9a/FbfXiLWZe/3jZyZLFHDU6+M548hNyciH5LoPGmHNhbFMXxuyHWBlbayJeWembQjd9sb2lCTlLlMj99m0co6ymyKupxPkCUZ1CeAAAeJxjYGRgYADiBTs/3Iznt/nKwM14ACjCcNZ99UIE/f8A4wHGBiCXg4EJJAoAh5oNWwAAAHicY2BkYGBs+H+AQYPxAAPDPwcgCRRBAZwAhB0FNAAAeJxjPMAAAVMZGBgVGHiBWJYxAchuAOIFDLwgKQBCjgNTAAAAAAAAAAAAAAAAJABMAGYAlgDAAM54nGNgZGBg4GRQYGBiAAEQycgAEnMA8xkABnoAcQAAAHiclY8xbgIxEEWfYUFBRKJLOuQ+2pXtFEE06TjCXgAMWmnFSl4KTkIOlKNwBC6QwTtKkSbCkuU34z9ff4BnLhjux7DAKo8oWCuPeeNLuRDNVXnC3MyVpyzMhyhNMZPOMk/decQTTnlMzadyIZpv5Qkv3JSnLM0re1oiZ3p5G3bCiVJoS8cR9m08922zi6lstp00fn+GcpOLU34TBxm3BCoJYmUp+4/9oPGspBfydVK9i213PG26dIg2VM6u7Z8Y0vGrMpTBeRE/ukKdFb0ohgw+56WOqW/E21fuYc8fKF5PUQAAAHicY2BiwA84gZiRgYmRiZGZkYWRlZGNkZ29NC/TzcDAEEobQWljKG0CpU2htAEATR0NNQA=) format("woff"), url(data:font/ttf;base64,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) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjxpY29uc2V0IGdyaWQ9IjE0Ij48L2ljb25zZXQ+CjwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZmxleHNsaWRlci1pY29uIiBob3Jpei1hZHYteD0iNDQ4IiA+Cjxmb250LWZhY2UgdW5pdHMtcGVyLWVtPSI0NDgiIGFzY2VudD0iMzg0IiBkZXNjZW50PSItNjQiIC8+CjxtaXNzaW5nLWdseXBoIGhvcml6LWFkdi14PSI0NDgiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hmMDAxOyIgZD0iTSAxODUuNTAtOS4yNWwtMTYzLjAwLDE2Mi43NXEtOS4yNSw5LjI1IC05LjI1LDIyLjYyNXQgOS4yNSwyMi42MjVsIDE2My4wMCwxNjIuNzVxIDkuMjUsOS4yNSAyMi42MjUsOS4yNXQgMjIuNjI1LTkuMjVsIDE4Ljc1LTE4Ljc1cSA5LjI1LTkuMjUgOS4yNS0yMi42MjV0LTkuMjUtMjIuNjI1bC0xMjEuNTAtMTIxLjUwbCAxMjEuNTAtMTIxLjI1cSA5LjI1LTkuNTAgOS4yNS0yMi43NXQtOS4yNS0yMi41MGwtMTguNzUtMTguNzVxLTkuMjUtOS4yNSAtMjIuNjI1LTkuMjV0LTIyLjYyNSw5LjI1eiIgaG9yaXotYWR2LXg9IjI4OCIgIC8+CjxnbHlwaCB1bmljb2RlPSImI3hmMDAyOyIgZD0iTSAyNzQuNzUsMTc2LjAwcTAuMDAtMTMuMDAgLTkuMjUtMjIuNzVsLTE2My4wMC0xNjIuNzVxLTkuMjUtOS4yNSAtMjIuNTAtOS4yNXQtMjIuNTAsOS4yNWwtMTkuMDAsMTguNzVxLTkuMjUsOS43NSAtOS4yNSwyMi43NXEwLjAwLDEzLjI1IDkuMjUsMjIuNTBsIDEyMS41MCwxMjEuNTBsLTEyMS41MCwxMjEuMjVxLTkuMjUsOS43NSAtOS4yNSwyMi43NXEwLjAwLDEzLjI1IDkuMjUsMjIuNTBsIDE5LjAwLDE4Ljc1cSA5LjAwLDkuNTAgMjIuNTAsOS41MHQgMjIuNTAtOS41MGwgMTYzLjAwLTE2Mi43NXEgOS4yNS05LjI1IDkuMjUtMjIuNTB6IiBob3Jpei1hZHYteD0iMjg4IiAgLz4KPGdseXBoIHVuaWNvZGU9IiYjeGYwMDM7IiBkPSJNIDM0Ni4wMCwxNTIuMjVsLTMzMi4wMC0xODQuNTBxLTUuNzUtMy4yNSAtOS44NzUtMC43NXQtNC4xMjUsOS4wMGwwLjAwLDM2OC4wMCBxMC4wMCw2LjUwIDQuMTI1LDkuMDB0IDkuODc1LTAuNzVsIDMzMi4wMC0xODQuNTBxIDUuNzUtMy4yNSA1Ljc1LTcuNzV0LTUuNzUtNy43NXoiIGhvcml6LWFkdi14PSIzNTIiICAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZjAwNDsiIGQ9Ik0gMzg0LjAwLDMzNi4wMGwwLjAwLTM1Mi4wMCBxMC4wMC02LjUwIC00Ljc1LTExLjI1dC0xMS4yNS00Ljc1bC0xMjguMDAsMC4wMCBxLTYuNTAsMC4wMCAtMTEuMjUsNC43NXQtNC43NSwxMS4yNWwwLjAwLDM1Mi4wMCBxMC4wMCw2LjUwIDQuNzUsMTEuMjV0IDExLjI1LDQuNzVsIDEyOC4wMCwwLjAwIHEgNi41MCwwLjAwIDExLjI1LTQuNzV0IDQuNzUtMTEuMjV6TSAxNjAuMDAsMzM2LjAwbDAuMDAtMzUyLjAwIHEwLjAwLTYuNTAgLTQuNzUtMTEuMjV0LTExLjI1LTQuNzVsLTEyOC4wMCwwLjAwIHEtNi41MCwwLjAwIC0xMS4yNSw0Ljc1dC00Ljc1LDExLjI1bDAuMDAsMzUyLjAwIHEwLjAwLDYuNTAgNC43NSwxMS4yNXQgMTEuMjUsNC43NWwgMTI4LjAwLDAuMDAgcSA2LjUwLDAuMDAgMTEuMjUtNC43NXQgNC43NS0xMS4yNXoiIGhvcml6LWFkdi14PSIzODQiICAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZjAwNTsiIGQ9Ik0gNDAyLjc1LDIwOC4wMHEwLjAwLTEzLjI1IC05LjI1LTIyLjUwbC0xNjIuNzUtMTYyLjc1cS05LjUwLTkuNTAgLTIyLjc1LTkuNTBxLTEzLjUwLDAuMDAgLTIyLjUwLDkuNTBsLTE2Mi43NSwxNjIuNzVxLTkuNTAsOS4wMCAtOS41MCwyMi41MHEwLjAwLDEzLjI1IDkuNTAsMjIuNzVsIDE4LjUwLDE4Ljc1cSA5Ljc1LDkuMjUgMjIuNzUsOS4yNXEgMTMuMjUsMC4wMCAyMi41MC05LjI1bCAxMjEuNTAtMTIxLjUwbCAxMjEuNTAsMTIxLjUwcSA5LjI1LDkuMjUgMjIuNTAsOS4yNXEgMTMuMDAsMC4wMCAyMi43NS05LjI1bCAxOC43NS0xOC43NXEgOS4yNS05Ljc1IDkuMjUtMjIuNzV6IiBob3Jpei1hZHYteD0iNDE2IiAgLz4KPGdseXBoIHVuaWNvZGU9IiYjeDIwOyIgaG9yaXotYWR2LXg9IjIyNCIgLz4KPGdseXBoIGNsYXNzPSJoaWRkZW4iIHVuaWNvZGU9IiYjeGYwMDA7IiBkPSJNMCwzODRMIDQ0OCAtNjRMMCAtNjQgeiIgaG9yaXotYWR2LXg9IjAiIC8+CjwvZm9udD48L2RlZnM+PC9zdmc+#flexslider-icon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\F001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\F002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\F004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\F003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

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

body,
html {
  font-family: "Roboto", sans-serif;
  color: #40443c;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-family: "Roboto Slab", serif;
}

body input[type=text],
body input[type=password],
body input[type=email],
body input[type=number],
html input[type=text],
html input[type=password],
html input[type=email],
html input[type=number] {
  padding: 6px;
  border: 1px solid #40443c;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

body textarea,
html textarea {
  padding: 6px;
  border: 1px solid #40443c;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

body input[type=submit],
body button,
html input[type=submit],
html button {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  border: 1px solid #40443c;
  cursor: pointer;
}

body ::-webkit-input-placeholder,
html ::-webkit-input-placeholder {
  font-size: 0.9375em;
  font-style: italic;
  padding: 3px;
}

body a,
html a {
  color: #7F9D56;
}

body a:visited,
html a:visited {
  color: #759490;
}

body .clear,
html .clear {
  clear: both;
}

body .alert,
html .alert {
  padding: 10px;
  margin-bottom: 20px;
}

body .alert ul,
html .alert ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body .alert.alert-danger,
html .alert.alert-danger {
  background-color: #b60000;
  color: #fff;
}

body .alert.alert-success,
html .alert.alert-success {
  background-color: green;
  color: #fff;
}

body .alert.alert-danger::before,
html .alert.alert-danger::before {
  content: "Errors:";
  font-size: 0.80em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  opacity: 0.85;
}

body .alert.alert-success::before,
html .alert.alert-success::before {
  content: "Success!";
  font-size: 0.80em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  opacity: 0.85;
}

body .rodal .rodal-dialog,
html .rodal .rodal-dialog {
  border: 5px solid white;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  padding: 0;
}

body .rodal .rodal-dialog > div > h2,
html .rodal .rodal-dialog > div > h2 {
  margin: 0;
  font-size: 1.25em;
  padding: 12px;
  margin-bottom: 15px;
  background-color: #7F9D56;
  color: #fff;
}

body .rodal .rodal-dialog > div .rodal-content,
html .rodal .rodal-dialog > div .rodal-content {
  padding: 12px;
  padding-top: 0;
  overflow: auto;
  height: 200px;
}

body .rodal .rodal-dialog > div .buttons,
html .rodal .rodal-dialog > div .buttons {
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right;
}

body .rodal .rodal-dialog .rodal-close:before,
body .rodal .rodal-dialog .rodal-close:after,
html .rodal .rodal-dialog .rodal-close:before,
html .rodal .rodal-dialog .rodal-close:after {
  background: #fff;
}

#outerwrapper header.public,
#outerwrapper header.secure {
  padding: 15px;
}

#outerwrapper header.public > h1,
#outerwrapper header.secure > h1 {
  margin: 0;
  padding: 0;
  display: block;
  margin: auto;
  max-width: 450px;
  margin-bottom: 35px;
}

#outerwrapper header.public > h1 img,
#outerwrapper header.secure > h1 img {
  width: 100%;
  height: auto;
}

#outerwrapper header.public section#accountbox h1,
#outerwrapper header.secure section#accountbox h1 {
  color: #515942;
  text-transform: uppercase;
  font-size: 0.9375em;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

#outerwrapper header.public section#accountbox form,
#outerwrapper header.secure section#accountbox form {
  border: 1px solid #515942;
  padding: 15px;
}

#outerwrapper header.public section#accountbox form .inputs,
#outerwrapper header.secure section#accountbox form .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}

#outerwrapper header.public section#accountbox form .inputs input,
#outerwrapper header.secure section#accountbox form .inputs input {
  width: 48%;
  margin-bottom: 10px;
}

#outerwrapper header.public section#accountbox form .inputs input[type=submit],
#outerwrapper header.secure section#accountbox form .inputs input[type=submit] {
  width: 100%;
}

#outerwrapper header.public section#accountbox form .inputs ::-webkit-input-placeholder,
#outerwrapper header.secure section#accountbox form .inputs ::-webkit-input-placeholder {
  font-size: 0.85em;
  font-style: italic;
  padding: 3px;
}

#outerwrapper header.public section#accountbox form .submit,
#outerwrapper header.secure section#accountbox form .submit {
  text-align: right;
  margin-bottom: 12px;
}

#outerwrapper header.public section#accountbox form .submit .rememberme,
#outerwrapper header.secure section#accountbox form .submit .rememberme {
  font-size: 0.9em;
  margin-right: 12px;
}

#outerwrapper header.public section#accountbox form .otherlinks,
#outerwrapper header.secure section#accountbox form .otherlinks {
  text-align: center;
  font-size: 0.9375em;
}

#outerwrapper header.secure .headerBanner {
  display: none;
}

#outerwrapper header.secure h1 {
  margin-bottom: 0;
}

#outerwrapper #userbar {
  padding: 10px;
  text-align: center;
}

#outerwrapper #userbar span {
  display: block;
}

#outerwrapper #userbar > a {
  display: block;
  text-align: center;
}

#outerwrapper #userbar .searchbar {
  margin-top: 20px;
}

#outerwrapper div.body {
  padding: 15px;
  padding-top: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}

#outerwrapper div.body .innerwrapper #mainmenubtn {
  display: block;
  padding: 15px;
  background-color: #82B941;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
}

#outerwrapper div.body .innerwrapper div.navigation {
  position: relative;
}

#outerwrapper div.body .innerwrapper div.navigation nav.main {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10000;
}

#outerwrapper div.body .innerwrapper div.navigation nav.main > ul {
  margin: 0;
  padding: 0;
}

#outerwrapper div.body .innerwrapper div.navigation nav.main > ul ul {
  margin: 0;
  padding: 0;
}

#outerwrapper div.body .innerwrapper .page > h1 {
  font-size: 1.6em;
  border-bottom: 2px solid #40443c;
  padding-bottom: 10px;
}

#outerwrapper div.body .innerwrapper .page #subpage {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow {
  margin-bottom: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow label {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 2px;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow label .req {
  color: red;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow input,
#outerwrapper div.body .innerwrapper .page #subpage .form .formrow textarea {
  width: 100%;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow textarea {
  min-height: 125px;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow select {
  width: 100%;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow span {
  display: inline-block;
  margin-right: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow span input[type=radio] {
  display: inline;
  width: auto;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow .parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow .parsley-errors-list .parsley-required,
#outerwrapper div.body .innerwrapper .page #subpage .form .formrow .parsley-errors-list .parsley-type,
#outerwrapper div.body .innerwrapper .page #subpage .form .formrow .parsley-errors-list .parsley-pattern {
  font-size: 0.8em;
  color: red;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow #pwindicator {
  padding: 10px;
  font-size: 0.875em;
  padding-bottom: 5px;
  padding-top: 5px;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow #pwindicator.pw-very-weak,
#outerwrapper div.body .innerwrapper .page #subpage .form .formrow #pwindicator.pw-weak {
  background-color: red;
  color: #fff;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow #pwindicator.pw-mediocre {
  background-color: #d9d900;
  color: #40443c;
}

#outerwrapper div.body .innerwrapper .page #subpage .form .formrow #pwindicator.pw-strong,
#outerwrapper div.body .innerwrapper .page #subpage .form .formrow #pwindicator.pw-very-strong {
  background-color: #626a51;
  color: #fff;
}

#outerwrapper div.body .innerwrapper .page #subpage .lcol {
  display: none;
}

#outerwrapper div.body .innerwrapper .page #subpage .mcol {
  width: 100%;
  min-height: 500px;
  background-color: #ecefe5;
  margin-bottom: 25px;
  padding: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage .mcol .content {
  margin-top: 8px;
  font-size: 1em;
  line-height: 1.4em;
}

#outerwrapper div.body .innerwrapper .page #subpage .mcol .content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

#outerwrapper div.body .innerwrapper .page #subpage .rcol {
  width: 100%;
  min-height: 500px;
  margin-bottom: 0px;
}

#outerwrapper div.body .innerwrapper .page #subpage section.module {
  margin-bottom: 35px;
}

#outerwrapper div.body .innerwrapper .page #subpage section.module > div {
  border-bottom: 2px double #40443c;
}

#outerwrapper div.body .innerwrapper .page #subpage section.module > h1 {
  font-size: 1.25em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px double #40443c;
  margin-bottom: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage section.module:last-of-type {
  margin-bottom: 0;
}

#outerwrapper div.body .innerwrapper .page #subpage section.module:last-of-type > div {
  border-bottom: 0;
}

#outerwrapper div.body .innerwrapper .page #subpage #businessresources {
  background-color: #fff;
  padding-bottom: 25px;
}

#outerwrapper div.body .innerwrapper .page #subpage #businessresources .resources {
  padding-bottom: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage #businessresources .resources .resource {
  margin-bottom: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage #businessresources .resources .resource p {
  margin: 0;
  padding: 0;
}

#outerwrapper div.body .innerwrapper .page #subpage #businessresources .resources .resource a {
  font-weight: bold;
}

#outerwrapper div.body .innerwrapper .page #subpage #businessresources .resources .resource:last-of-type {
  margin-bottom: 0px;
}

#outerwrapper div.body .innerwrapper .page #subpage .pagination {
  margin-top: 15px;
  border-top: 2px solid #40443c;
}

#outerwrapper div.body .innerwrapper .page #subpage .pagination ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 15px;
}

#outerwrapper div.body .innerwrapper .page #subpage .pagination ul li {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  padding: 6px;
}

#outerwrapper div.body .innerwrapper .page #subpage .pagination ul li.active,
#outerwrapper div.body .innerwrapper .page #subpage .pagination ul li.selected {
  background-color: #7F9D56;
  color: #fff;
}

#outerwrapper div.body .innerwrapper .page #subpage .pagination ul.pagination {
  border-top: 0;
  margin-top: 0;
}

#outerwrapper footer.public {
  padding: 15px;
  font-size: 0.8em;
  line-height: 1.4em;
  border-top: 3px solid #515942;
  padding-top: 25px;
}

#outerwrapper footer.public .copyright {
  text-align: center;
  margin-bottom: 25px;
}

#outerwrapper footer.public .barchart {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

#outerwrapper div.body.secure .innerwrapper .page #subpage .mcol {
  padding: 0;
  background-color: #fff;
}

@media (min-width: 48em) {
  #outerwrapper header.public,
  #outerwrapper header.secure {
    min-height: 120px;
  }

  #outerwrapper header.public > h1,
  #outerwrapper header.secure > h1 {
    width: auto;
    height: 110px;
    margin: 0;
    float: left;
  }

  #outerwrapper header.public > h1 img,
  #outerwrapper header.secure > h1 img {
    height: 100%;
    width: auto;
  }

  #outerwrapper header.public section#accountbox,
  #outerwrapper header.secure section#accountbox {
    float: right;
    max-width: 550px;
    width: 50%;
  }

  #outerwrapper header.public section#accountbox h1,
  #outerwrapper header.secure section#accountbox h1 {
    display: block;
    font-size: 1.05em;
    padding-bottom: 6px;
    text-align: left;
    border-bottom: 1px solid #515942;
    margin-bottom: 6px;
  }

  #outerwrapper header.public section#accountbox form,
  #outerwrapper header.secure section#accountbox form {
    border: 0;
    padding: 0;
  }

  #outerwrapper header.public section#accountbox form .inputs input[type=submit],
  #outerwrapper header.secure section#accountbox form .inputs input[type=submit] {
    width: inherit;
  }

  #outerwrapper header.public section#accountbox form .inputs input,
  #outerwrapper header.secure section#accountbox form .inputs input {
    width: 39%;
    margin-bottom: 0;
  }

  #outerwrapper header.public section#accountbox form .submit,
  #outerwrapper header.secure section#accountbox form .submit {
    display: block;
    float: right;
  }

  #outerwrapper header.public section#accountbox form .otherlinks,
  #outerwrapper header.secure section#accountbox form .otherlinks {
    display: inline;
    text-align: left;
  }

  #outerwrapper header.secure {
    padding: 0;
    height: auto;
    max-height: 110px;
    margin-bottom: 15px;
  }

  #outerwrapper header.secure > h1 {
    width: 21%;
    height: auto;
    max-height: 110px;
  }

  #outerwrapper header.secure > h1 img {
    padding-top: 15px;
    padding-left: 15px;
    width: 100%;
    max-height: 110px;
    height: auto;
    box-sizing: border-box;
  }

  #outerwrapper header.secure .headerBanner {
    display: block;
    float: right;
    width: 65%;
    max-width: 711px;
    text-align: right;
  }

  #outerwrapper header.secure .headerBanner img {
    width: 100%;
    height: auto;
  }

  #outerwrapper header.secure #accountbox {
    padding: 15px;
  }

  #outerwrapper header.secure:after {
    content: "";
    display: block;
    clear: both;
  }

  #outerwrapper #userbar {
    text-align: right;
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
  }

  #outerwrapper #userbar > a {
    display: inline-block;
  }

  #outerwrapper #userbar span {
    display: inline-block;
  }

  #outerwrapper #userbar span:after {
    content: '\2022';
    padding-left: 4px;
    padding-right: 4px;
  }

  #outerwrapper div.body {
    margin: 0;
    padding-bottom: 35px;
    padding-top: 0;
    background: linear-gradient(#fff, #92bf59);
  }

  #outerwrapper div.body > .innerwrapper {
    margin: auto;
    width: 95%;
    background-color: #fff;
    padding-bottom: 1px;
  }

  #outerwrapper div.body > .innerwrapper #mainmenubtn {
    display: none;
  }

  #outerwrapper div.body > .innerwrapper div.navigation {
    margin-bottom: 20px;
    background-color: #ecefe5;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main {
    position: static;
    display: block !important;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li {
    display: inline-block;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li a {
    display: block;
    padding: .7em 1.5em;
    font-size: 0.875em;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(#92bf59, #626a51);
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li ul {
    display: none;
    width: 200px;
    position: absolute;
    top: 36px;
    left: 0;
    display: block;
    z-index: 10000000;
    opacity: 0;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li ul li {
    display: block;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li ul li a {
    background: #626a51;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li.sfHover {
    position: relative;
  }

  #outerwrapper div.body > .innerwrapper div.navigation nav.main ul li.sfHover ul {
    display: block;
    opacity: 1;
  }

  #outerwrapper div.body > .innerwrapper .page > h1 {
    border-bottom: 0;
    padding: 0;
    padding-left: 10px;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage {
    padding: 10px;
    padding-top: 0;
    background-color: #fff;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .lcol {
    padding: 15px;
    box-sizing: border-box;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .mcol {
    box-sizing: border-box;
    padding: 15px;
    font-size: 1em;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    background-color: #ecefe5;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol > section.module {
    width: 31%;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol > section.module > div {
    border-bottom: 0;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage #businessresources {
    background-color: transparent;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .pagenav h3 {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 5px double #000;
    margin-bottom: 10px;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .pagenav ul {
    font-family: "Roboto Slab", serif;
    margin: 0;
    padding-left: 20px;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .pagenav ul li {
    margin-bottom: 3px;
  }

  #outerwrapper header.public:after {
    content: '';
    clear: both;
    display: block;
  }
}

@media (min-width: 64em) {
  #outerwrapper div.body > .innerwrapper .page #subpage form.form .formrow.buttons input[type=submit] {
    width: auto;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .mcol {
    width: 69%;
    margin: 0;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol {
    width: 29%;
    box-sizing: border-box;
    display: block;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol section.module {
    width: 100%;
    margin-bottom: 25px;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol section.module > h1 {
    font-size: 1em;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage.fullwidth .mcol {
    width: 100%;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage.fullwidth .mcol .content {
    max-width: 700px;
  }

  #outerwrapper div.body > .innerwrapper #businessresources .resources {
    font-size: 0.85em;
  }
}

@media (min-width: 87em) {
  #outerwrapper div.body > .innerwrapper .page #subpage .lcol {
    background-color: #ecefe5;
    display: block;
    width: 24%;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .mcol {
    width: 49%;
    margin: 0;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage .rcol {
    width: 25%;
  }

  #outerwrapper div.body > .innerwrapper .page #subpage.two-col .mcol {
    width: 74%;
  }
}

#homepage h1 {
  font-size: 2.5em;
  text-transform: uppercase;
  color: #40443c;
  text-align: center;
}

#homepage .intro {
  font-size: 1.05em;
}

.hp-banner__img img {
  display: block;
  max-width: 98%;
  border-radius: 50%;
  margin: auto;
}

#homepage .hp-banner__logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

@media (min-width: 48em) {
  #homepage {
    padding: 20px;
    background-color: #ecefe5;
  }

  #homepage > .banner-inner  {
    display: flex;
    max-width: 1400px;
    margin: auto;
    padding: 0 1.5rem;
  }

  #homepage .hp-banner__col-left {
    width: 40%;
    
  }

  #homepage .hp-banner__col-right {
    width: 60%;
    padding-left: 1.5rem;
    
  }

  #homepage .hp-banner__col-right p {
    font-size: 1.25rem;
    line-height: 1.4em;
  }

  #homepage .hp-banner__logo {
    text-align: center;
    padding: .75rem 1rem;
  }

  
  #homepage h1 {
    font-size: 2.6em;
    letter-spacing: 5px;
  }

  #homepage .intro {
    font-size: 1em;
    line-height: 1.4em;
    width: 50%;
  }

  .hp-banner__img {
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      
  }

  .hp-banner__img:after {
      content: '';
      display: block;
      background-image: radial-gradient(rgba(236, 239, 229, 0) 50%, #ecefe5 66%);
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
  }
}

@media (min-width: 87em) {
  #homepage h1 {
    font-size: 3em;
    letter-spacing: 5px;
  }
  #homepage .hp-banner__col-right p {
    font-size: 1.375rem;
    line-height: 1.5em;
  }
}

.news {
  background-color: #fff;
}

.news .newsearch {
  margin-bottom: 35px;
}

.news .newsearch form {
  text-align: center;
}

.news .newsearch form input[type=search] {
  border-radius: 15px;
  outline: none;
  border: 0;
  border: 1px solid #000;
  padding: 5px;
  padding-left: 10px;
}

.news .newsearch form input[type=search]::placeholder {
  line-height: 13px;
}

.news .newsearch form input[type=submit] {
  height: 30px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;
}

.news article.fullnewsstory {
  position: relative;
  padding-bottom: 15px;
}

.news article.fullnewsstory > h1 {
  margin: 0;
  margin-bottom: 15px;
}

.news article.fullnewsstory time {
  font-style: italic;
  font-size: 0.9375em;
  margin-bottom: 5px;
  display: block;
  color: #515942;
}

.news article.fullnewsstory .content {
  font-size: 1.05em;
  line-height: 1.4em;
}

.news article.fullnewsstory .storyoptions {
  margin-bottom: 25px;
}

.news article.fullnewsstory .storyoptions svg {
  display: inline-block;
  width: 20px;
  height: auto;
  padding-right: 10px;
}

.news article.fullnewsstory .storyoptions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news article.fullnewsstory .storyoptions ul li {
  margin-bottom: 10px;
}

.news article.fullnewsstory .storyoptions ul li a {
  cursor: pointer;
}

.news article.fullnewsstory .socialshare {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #92bf59;
  border: 2px solid #515942;
  padding: 5px 5px 0 5px;
  width: 150px;
}

.news article.fullnewsstory .socialshare strong {
  display: inline-block;
  margin-bottom: 10px;
}

.news article.fullnewsstory .socialshare .sharethis-inline-share-buttons {
  margin-bottom: 10px;
}

.news article.fullnewsstory .socialshare span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.news article.fullnewsstory .share {
  position: relative;
  padding: 15px;
}

.news article.fullnewsstory .share .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ecefe5;
  opacity: 0.6;
}

.news article.fullnewsstory .share > h1 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 45px;
}

.news article.fullnewsstory .share .formrow {
  margin-bottom: 25px;
}

.news article.fullnewsstory .share .formrow label {
  display: block;
  font-weight: bold;
}

.news article.fullnewsstory .share .formrow input[type=text],
.news article.fullnewsstory .share .formrow textarea {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}

.news article.fullnewsstory .share .formrow textarea {
  height: 100px;
}

.news article.fullnewsstory .share .formrow small {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
}

.news article.fullnewsstory .share .formrow button {
  width: 48%;
}

.news article.fullnewsstory .share .formrow.buttons {
  display: flex;
  justify-content: space-between;
}

.news article.fullnewsstory .share .subordinates .dealer {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #40443c;
}

.news article.fullnewsstory .share .subordinates .dealer > .rct-text {
  font-weight: bold;
}

.news #featurednews {
  margin-bottom: 65px;
  min-height: 290px;
  position: relative;
}

.news #featurednews .loading {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news #featurednews .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news #featurednews .slides:after {
  content: " ";
  display: block;
  clear: both;
}

.news #featurednews .stories {
  transition: 0.3s all ease-in-out;
  opacity: 0;
  max-height: 290px;
  position: relative;
}

.news #featurednews .stories ul.slides,
.news #featurednews .stories .flex-viewport {
  transition: 0.3s all ease-in-out;
}

.news #featurednews .stories .flex-direction-nav .flex-next,
.news #featurednews .stories .flex-direction-nav .flex-prev {
  top: 105%;
  opacity: 1;
}

.news #featurednews .stories article.newsstory h1 {
  margin: 0;
  font-size: 1.35em;
  margin-bottom: 15px;
}

.news #featurednews .stories article.newsstory .newsimage {
  margin-bottom: 15px;
}

.news #featurednews .stories article.newsstory .newsimage img {
  width: 100%;
  height: auto;
}

.news #featurednews .stories article.newsstory .intro {
  font-size: 1.05em;
  line-height: 1.5em;
}

.news #featurednews .stories article.newsstory a.readmore {
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #40443c;
  color: #40443c;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
}

.news #featurednews .stories.loaded {
  max-height: 100%;
  opacity: 1;
}

.news #featurednews.loaded .loading {
  display: none;
}

.news #yourstories,
.news #newsstories {
  position: relative;
}

.news #yourstories > h2,
.news #newsstories > h2 {
  font-size: 2em;
}

.news #yourstories .stories article.newsstory,
.news #newsstories .stories article.newsstory {
  margin-bottom: 25px;
}

.news #yourstories .stories article.newsstory h1,
.news #newsstories .stories article.newsstory h1 {
  margin: 0;
  font-size: 1.12em;
  line-height: 1.4em;
  margin-bottom: 5px;
}

.news #yourstories .stories article.newsstory time,
.news #newsstories .stories article.newsstory time {
  font-style: italic;
  font-size: 0.9375em;
  margin-bottom: 5px;
  display: block;
  color: #515942;
}

.news #yourstories .stories article.newsstory .intro,
.news #newsstories .stories article.newsstory .intro {
  font-size: 1.05em;
  line-height: 1.3em;
}

.news #yourstories .stories article.newsstory:last-of-type,
.news #newsstories .stories article.newsstory:last-of-type {
  margin-bottom: 0;
}

section.module .stories article.newsstory {
  margin-bottom: 25px;
}

section.module .stories article.newsstory h1 {
  margin: 0;
  font-size: 1.12em;
  line-height: 1.4em;
  margin-bottom: 5px;
}

section.module .stories article.newsstory time {
  font-style: italic;
  font-size: 0.9375em;
  margin-bottom: 5px;
  display: block;
  color: #515942;
}

section.module .stories article.newsstory .intro {
  font-size: 1.05em;
  line-height: 1.3em;
}

section.module .stories article.newsstory:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .news {
    background-color: transparent;
  }

  .news .newsearch form {
    text-align: left;
  }

  .news .newsearch form input[type=search] {
    width: 300px;
  }

  .news article.fullnewsstory .share .subordinates {
    margin-bottom: 25px;
  }

  .news article.fullnewsstory .share .subordinates > .react-checkbox-tree > ol {
    column-count: 2;
    column-gap: 100px;
  }

  .news #featurednews .stories {
    position: relative;
  }

  .news #featurednews .stories article.newsstory .newsimage {
    float: left;
    width: 45%;
    margin-right: 25px;
    margin-bottom: 7px;
  }

  .news #featurednews .stories article.newsstory a.readmore {
    display: block;
    clear: both;
    max-width: 120px;
  }

  .news #yourstories {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 35px;
    background-color: #fff;
  }

  .news #yourstories h2 {
    margin: 0;
    margin-bottom: 20px;
  }

  .news #yourstories .newsearch {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .news #yourstories .stories {
    display: flex;
    justify-content: space-between;
  }

  .news #yourstories .stories article.newsstory {
    width: 23%;
    border-top: 3px solid #626a51;
    padding-top: 10px;
  }

  #additionalstories .stories article.newsstory h1 {
    font-size: 0.875em;
    line-height: 1.3em;
  }

  #additionalstories .stories article.newsstory .intro,
  #additionalstories .stories article.newsstory time {
    font-size: 0.875em;
  }
}

@media (min-width: 53.75em) {
  .news #featurednews .stories .flex-direction-nav .flex-next,
  .news #featurednews .stories .flex-direction-nav .flex-prev {
    top: 110%;
  }

  .news #featurednews .stories .flex-direction-nav .flex-prev {
    left: 10px;
  }

  .news #featurednews .stories .flex-direction-nav .flex-next {
    right: 10px;
  }

  .news #featurednews .stories article.newsstory h1 {
    font-size: 1.25em;
  }

  .news #featurednews .stories article.newsstory .intro {
    font-size: 0.9em;
    line-height: 1.4em;
  }

  .news #yourstories h2 {
    font-size: 1.75em;
  }

  .news #yourstories .stories article.newsstory h1 {
    font-size: 0.95em;
    line-height: 1.3em;
  }

  .news #yourstories .stories article.newsstory .intro {
    font-size: 0.875em;
  }
}

#reminders {
  background-color: #fff;
  padding: 15px;
}

#reminders .printReminders {
  margin-bottom: 25px;
  border-bottom: 2px double #40443c;
}

#reminders .printReminders a {
  font-size: 0.8em;
}

#reminders .printReminders .legend {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#reminders .printReminders .legend label {
  text-align: center;
}

#reminders .printReminders .legend .externallegend,
#reminders .printReminders .legend .internallegend {
  width: 45%;
  text-align: center;
  font-size: 0.75em;
}

#reminders .printReminders .legend .externallegend .block,
#reminders .printReminders .legend .internallegend .block {
  margin: auto;
  width: 55px;
  height: 30px;
  display: block;
}

#reminders .printReminders .legend .externallegend {
  color: #e0efd2;
}

#reminders .printReminders .legend .externallegend .block {
  background-color: #e0efd2;
}

#reminders .printReminders .legend .internallegend {
  color: #41443d;
}

#reminders .printReminders .legend .internallegend .block {
  background-color: #41443d;
}

#reminders article.reminder {
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-left: 15px solid #e0efd2;
  padding-left: 15px;
  position: relative;
  font-size: 0.8em;
}

#reminders article.reminder .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

#reminders article.reminder h1 {
  font-size: 1em;
  margin: 0;
  margin-top: 5px;
  line-height: 1.3em;
  width: 85%;
}

#reminders article.reminder .date {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

#reminders article.reminder .ical {
  float: right;
  font-size: 1.6em;
  cursor: pointer;
}

#reminders article.reminder .remindersdetail {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #41443d;
  font-size: 0.875em;
  line-height: 1.4em;
}

#reminders article.reminder .detailslink p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#reminders article.reminder .sendreminder {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #41443d;
}

#reminders article.reminder .sendreminder p {
  margin-top: 0;
}

#reminders article.reminder .sendreminder .emailform {
  position: relative;
}

#reminders article.reminder .sendreminder .emailform input[type=email] {
  padding: 5px;
  border: 2px solid #626a51;
  width: 100%;
  box-sizing: border-box;
}

#reminders article.reminder .sendreminder .emailform input[type=email]:focus {
  outline: none;
  border: 2px solid #7F9D56;
}

#reminders article.reminder .sendreminder .emailform button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #7F9D56;
  color: #fff;
  outline: none;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#reminders article.reminder .sendreminder .error {
  color: #fff;
  background-color: red;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}

#reminders article.reminder.internal {
  border-left-color: #41443d;
}

.readonlyfilebrowser {
  position: relative;
}

.readonlyfilebrowser .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 239, 230, 0.86);
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-family: "Roboto Slab", serif;
  font-size: 1.6em;
  color: #40443c;
  text-align: center;
}

.readonlyfilebrowser .loading span {
  display: block;
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.2em;
  height: 100px;
}

.readonlyfilebrowser header {
  padding: 10px;
  background-color: #7F9D56;
}

.readonlyfilebrowser header h1 {
  font-size: 1em;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.readonlyfilebrowser header .foldersearch {
  display: flex;
  justify-content: space-between;
}

.readonlyfilebrowser header .foldersearch input[type=text] {
  width: 90%;
  outline: none;
  border: 0;
}

.readonlyfilebrowser header .foldersearch button {
  background: transparent;
  outline: none;
  border: 0;
  color: #fff;
  width: 10%;
  cursor: pointer;
}

.readonlyfilebrowser .breadcrumbs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.readonlyfilebrowser .breadcrumbs span {
  color: #fff;
  font-size: 0.8em;
  line-height: 1.2em;
  display: block;
  margin-bottom: 10px;
}

.readonlyfilebrowser .breadcrumbs a {
  display: block;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.readonlyfilebrowser .breadcrumbs a svg {
  display: inline-block;
  padding-right: 5px;
}

.readonlyfilebrowser .folderlisting {
  padding: 10px;
}

.readonlyfilebrowser .folderlisting .file,
.readonlyfilebrowser .folderlisting .folder {
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 4px;
}

.readonlyfilebrowser .folderlisting .file svg,
.readonlyfilebrowser .folderlisting .folder svg {
  display: inline-block;
  padding-right: 10px;
}

.readonlyfilebrowser .folderlisting .file .options,
.readonlyfilebrowser .folderlisting .folder .options {
  padding-left: 25px;
  padding-top: 20px;
  height: 31px;
}

.readonlyfilebrowser .folderlisting .file .options .fileoptions,
.readonlyfilebrowser .folderlisting .folder .options .fileoptions {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 30px;
}

.readonlyfilebrowser .folderlisting .file.selected {
  background-color: #7F9D56;
  color: #fff;
}

.readonlyfilebrowser .folderlisting .file.selected .fileoptions a {
  color: #fff;
  text-decoration: none;
}

.readonlyfilebrowser .folderlisting .file:hover,
.readonlyfilebrowser .folderlisting .folder:hover {
  background-color: #7F9D56;
  color: #fff;
}

.readonlyfilebrowser .share {
  position: relative;
  padding: 15px;
  border-top: 2px solid #40443c;
}

.readonlyfilebrowser .share > h1 {
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 45px;
}

.readonlyfilebrowser .share .formrow {
  margin-bottom: 25px;
}

.readonlyfilebrowser .share .formrow label {
  display: block;
  font-weight: bold;
}

.readonlyfilebrowser .share .formrow input[type=text],
.readonlyfilebrowser .share .formrow textarea {
  display: block;
  width: 100%;
  margin-bottom: 7px;
}

.readonlyfilebrowser .share .formrow textarea {
  height: 100px;
}

.readonlyfilebrowser .share .formrow small {
  display: block;
  font-size: 0.7em;
  line-height: 1.4em;
}

.readonlyfilebrowser .share .formrow button {
  width: 48%;
}

.readonlyfilebrowser .share .formrow.buttons {
  display: flex;
  justify-content: space-between;
}

.readonlyfilebrowser .share .subordinates .dealer {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #40443c;
}

.readonlyfilebrowser .share .subordinates .dealer > .rct-text {
  font-weight: bold;
}

.agricharts_heatmap {
  min-height: 350px;
  position: relative;
}

.agricharts_heatmap .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(236, 239, 229, 0.65);
}

.agricharts_heatmap > header {
  color: #fff;
  background-color: #515942;
  height: 55px;
}

.agricharts_heatmap > header a {
  display: block;
  color: #fff;
  height: auto;
  line-height: 55px;
  padding-left: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.agricharts_heatmap .symbol {
  min-height: 35px;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.agricharts_heatmap .symbol h2 {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}

.agricharts_heatmap .symbol .value {
  font-weight: bold;
}

.agricharts_heatmap .symboldetails {
  background-color: #fff;
}

.agricharts_heatmap .symboldetails small {
  text-transform: uppercase;
}

.agricharts_heatmap .symboldetails > header {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-bottom: 1px solid #515942;
}

.agricharts_heatmap .symboldetails > header .commName h1 {
  margin: 0;
  font-size: 1.4em;
}

.agricharts_heatmap .symboldetails > header .lastValue {
  text-align: right;
}

.agricharts_heatmap .symboldetails > header .lastValue .value {
  font-weight: bold;
}

.agricharts_heatmap .symboldetails .details {
  padding-left: 15px;
  padding-right: 15px;
}

.agricharts_heatmap .symboldetails .symboldetail {
  min-height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.agricharts_heatmap .symboldetails .symboldetail .value {
  font-weight: bold;
}

section.module .agricharts_heatmap {
  min-height: 150px;
  font-size: 0.8em;
}

section.module .agricharts_heatmap .symbol {
  min-height: 15px;
}

#aginfotoday_aghistory {
  overflow: hidden;
}

#aginfotoday_aghistory table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
  background-color: #fff;
}

#aginfotoday_aghistory table td,
#aginfotoday_aghistory table th {
  border: 0;
  outline: none;
  padding: 5px;
}

#aginfotoday_agcommentary .bcBruglerTitle {
  background-color: #7F9D56;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: "Roboto Slab", serif;
}

#aginfotoday_agcommentary .bcBruglerStory .bcBruglerSummaryHeadline {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 10px;
}

#aginfotoday_futures > h2 {
  background-color: #7F9D56;
  color: #fff;
  padding: 15px;
  text-align: center;
}

#aginfotoday_futures .agrichartsfutures {
  margin-bottom: 20px;
}

#aginfotoday_futures .agrichartsfutures h1 {
  font-size: 1em;
  background-color: #626a51;
  color: #fff;
  padding: 10px;
  margin: 0;
}

#aginfotoday_futures .agrichartsfutures table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 0.875em;
}

#aginfotoday_futures .agrichartsfutures table thead tr {
  background-color: #7F9D56;
  color: #fff;
  font-weight: bold;
}

#aginfotoday_futures .agrichartsfutures table thead tr th {
  padding: 10px;
  font-size: 1em;
  text-align: left;
}

#aginfotoday_futures .agrichartsfutures table tbody tr td {
  padding: 10px;
  text-align: left;
}

@media (min-width: 48em) {
  .agricharts_heatmap .symboldetails header .commName h1 {
    font-size: 1.65em;
    margin-bottom: 5px;
  }

  .agricharts_heatmap .symboldetails header .lastValue .value {
    font-size: 1.2em;
  }

  .agricharts_heatmap .symboldetails .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .agricharts_heatmap .symboldetails .details .symboldetail {
    display: block;
    width: 33%;
    text-align: center;
    font-size: 1.25em;
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .agricharts_heatmap .symboldetails .details .symboldetail small {
    display: block;
    margin-bottom: 15px;
  }

  .agricharts_heatmap .symboldetails .details .symboldetail .value {
    font-size: 1.2em;
  }
}

.main_aeriesweather {
  position: relative;
  min-height: 500px;
}

.main_aeriesweather .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(236, 239, 229, 0.75);
  z-index: 1000;
}

.main_aeriesweather .locationbar {
  border-bottom: 2px solid #626a51;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.main_aeriesweather .locationbar h1 {
  font-size: 1.45em;
  text-transform: uppercase;
  text-align: center;
}

.main_aeriesweather .locationbar .zipcodeform {
  position: relative;
}

.main_aeriesweather .locationbar .zipcodeform input[type=text] {
  padding: 5px;
  border: 2px solid #7F9D56;
  width: 100%;
  box-sizing: border-box;
}

.main_aeriesweather .locationbar .zipcodeform input[type=text]:focus {
  outline: none;
  border: 2px solid #7F9D56;
}

.main_aeriesweather .locationbar .zipcodeform button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #7F9D56;
  color: #fff;
  outline: none;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.main_aeriesweather .currentconditions {
  border: 1px solid #626a51;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
}

.main_aeriesweather .currentconditions > h2 {
  font-size: 1.25em;
  text-align: center;
  margin: 0;
  margin-bottom: 15-x;
}

.main_aeriesweather .currentconditions .conditions {
  text-align: center;
}

.main_aeriesweather .currentconditions .conditions img {
  display: block;
  margin: auto;
}

.main_aeriesweather .currentconditions .conditions span.temp {
  display: block;
  margin-top: 10px;
}

.main_aeriesweather .currentconditions .conditions span.feelsLikeTemp {
  display: block;
}

.main_aeriesweather .currentconditions .conditions span.feelsLikeTemp,
.main_aeriesweather .currentconditions .conditions span.temp {
  font-size: 1.15em;
}

.main_aeriesweather .currentconditions .details {
  border-top: 2px solid #626a51;
  padding-top: 15px;
  margin-top: 15px;
}

.main_aeriesweather .currentconditions .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_aeriesweather .currentconditions .details ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.main_aeriesweather .currentconditions .details ul li .value {
  font-weight: bold;
}

.main_aeriesweather .radar {
  display: none;
  width: 100%;
  min-height: 400px;
  background-color: #626a51;
  margin-bottom: 20px;
}

.main_aeriesweather .forecast {
  border: 1px solid #626a51;
}

.main_aeriesweather .forecast nav {
  display: flex;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 10px;
}

.main_aeriesweather .forecast nav a {
  cursor: pointer;
  line-height: 50px;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #626a51;
  color: #fff;
  border-right: 2px solid #fff;
}

.main_aeriesweather .forecast nav a:hover,
.main_aeriesweather .forecast nav a.selected {
  background-color: #7F9D56;
}

.main_aeriesweather .forecast nav a:last-of-type {
  border-right: 0;
}

.main_aeriesweather .forecast .forecastlist .forecastday {
  display: flex;
  margin-bottom: 0px;
  padding: 15px;
}

.main_aeriesweather .forecast .forecastlist .forecastday > div {
  width: 50%;
}

.main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails {
  text-align: center;
}

.main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails .date {
  font-weight: bold;
}

.main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails .icon img {
  width: 50% !important;
  max-width: 100%;
  height: auto;
}

.main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails .conditions {
  font-size: 0.95em;
  line-height: 1.2em;
}

.main_aeriesweather .forecast .forecastlist .forecastday .details {
  border-left: 2px solid #626a51;
  padding-left: 15px;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_aeriesweather .forecast .forecastlist .forecastday .details ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main_aeriesweather .forecast .forecastlist .forecastday .details ul li {
  display: flex;
  justify-content: space-between;
}

.main_aeriesweather .forecast .forecastlist .forecastday .details ul li .value {
  font-weight: bold;
}

.conditions_aerisweather {
  position: relative;
}

.conditions_aerisweather .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(236, 239, 229, 0.75);
  z-index: 1000;
}

.conditions_aerisweather .locationbar {
  margin-bottom: 20px;
}

.conditions_aerisweather .locationbar h1 {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.45em;
}

.conditions_aerisweather .locationbar .zipcodeform {
  width: 75%;
  margin: auto;
  display: flex;
  padding-top: 6px;
  padding-top: 12px;
}

.conditions_aerisweather .locationbar .zipcodeform input {
  width: 70%;
  border: 2px solid #7F9D56;
  outline: none;
}

.conditions_aerisweather .locationbar .zipcodeform button {
  width: 30%;
  height: auto;
  background-color: #7F9D56;
  color: #fff;
  outline: none;
  border: 0;
  cursor: pointer;
}

.conditions_aerisweather .currentconditions h2 {
  text-align: center;
  font-size: 1em;
}

.conditions_aerisweather .currentconditions .conditions {
  text-align: center;
}

.conditions_aerisweather .currentconditions .conditions img {
  display: block;
  margin: auto;
}

.conditions_aerisweather .currentconditions .conditions .temp,
.conditions_aerisweather .currentconditions .conditions .feelsLikeTemp {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 25px;
}

.conditions_aerisweather .currentconditions .conditions .temp {
  margin-right: 10px;
}

.conditions_aerisweather .currentconditions .details {
  margin-bottom: 30px;
  margin-top: 25px;
  width: 75%;
  margin: auto;
}

.conditions_aerisweather .currentconditions .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.conditions_aerisweather .currentconditions .details ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.conditions_aerisweather .currentconditions .details ul li .value {
  font-weight: bold;
}

@media (min-width: 48em) {
  .conditions_aerisweather .locationbar .zipcodeform {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .conditions_aerisweather .locationbar .zipcodeform {
    width: 100%;
  }

  .conditions_aerisweather .currentconditions {
    display: flex;
    flex-wrap: wrap;
  }

  .conditions_aerisweather .currentconditions > h2 {
    width: 100%;
  }

  .conditions_aerisweather .currentconditions .conditions,
  .conditions_aerisweather .currentconditions .details {
    width: 45%;
  }

  .conditions_aerisweather .currentconditions .conditions .temp,
  .conditions_aerisweather .currentconditions .conditions .feelsLikeTemp,
  .conditions_aerisweather .currentconditions .details .temp,
  .conditions_aerisweather .currentconditions .details .feelsLikeTemp {
    margin-bottom: 0;
  }

  .conditions_aerisweather .currentconditions .details ul li {
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
  }

  .conditions_aerisweather .currentconditions .details ul li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .main_aeriesweather {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main_aeriesweather .locationbar {
    order: 1;
    width: 100%;
    background-color: #626a51;
    color: #fff;
    padding: 15px;
    margin-bottom: 25px;
  }

  .main_aeriesweather .locationbar h1 {
    text-align: left;
    margin: 0;
    display: inline-block;
    font-size: 1.8em;
    margin-bottom: 0;
  }

  .main_aeriesweather .locationbar .zipcodeform {
    position: absolute;
    top: 10px;
    right: 15px;
    max-width: 300px;
    float: right;
  }

  .main_aeriesweather .currentconditions {
    order: 2;
    width: 28%;
    margin-bottom: 25px;
    border: 1px solid #626a51;
  }

  .main_aeriesweather .currentconditions > h2 {
    margin: 0;
  }

  .main_aeriesweather .currentconditions .conditions img {
    width: 40% !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .main_aeriesweather .currentconditions .conditions span {
    font-weight: bold;
  }

  .main_aeriesweather .currentconditions .details {
    font-size: 0.75em;
  }

  .main_aeriesweather .currentconditions .details ul li {
    margin-bottom: 0;
  }

  .main_aeriesweather .forecast {
    order: 3;
    width: 65%;
    margin-bottom: 25px;
    background-color: #fff;
  }

  .main_aeriesweather .forecast nav {
    height: 35px;
    line-height: 35px;
  }

  .main_aeriesweather .forecast nav a {
    line-height: 35px;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday {
    justify-content: space-between;
    padding-top: 0;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday > div {
    width: 50%;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails {
    font-size: 0.85em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday .details {
    justify-content: space-between;
    font-size: 0.75em;
    border: 0;
    width: 30%;
    margin-top: 15px;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday .details ul li {
    margin: 0;
    line-height: 1.2em;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday:last-of-type {
    border-right: 0;
  }

  .main_aeriesweather .radar {
    display: block;
    order: 4;
    height: 600px;
  }
}

@media (min-width: 74em) {
  .main_aeriesweather .currentconditions .conditions img {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    max-width: 95px !important;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main_aeriesweather .forecast .forecastlist {
    display: flex;
    justify-content: space-between;
    height: calc(100% - 55px);
  }

  .main_aeriesweather .forecast .forecastlist .forecastday {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid black;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday > div {
    width: 100%;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails {
    flex-wrap: wrap;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails .date,
  .main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails .icon,
  .main_aeriesweather .forecast .forecastlist .forecastday .conditiondetails .conditions {
    width: 100%;
  }

  .main_aeriesweather .forecast .forecastlist .forecastday .details {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

#outerwrapper div.body .innerwrapper .page #subpage .mcol .content #bcMapImg {
  width: 100%;
}

.weather-text-sm {
  font-size: 13px;
}

.bc-map-img-container {
  min-height: 260px;
  width: 100%;
  max-width: 1100px;
}

#bcMapImg {
  width: 100%;
}

#bcMap {
  order: 4;
  width: 100%;
}

.bc-map__options {
  display: flex;
  margin: 12px 0;
  align-items: flex-end;
}

.bc-map__map-zoom {
  margin-left: 16px;
}

.bc-map__map-type-select label {
  display: block;
}

.bc-map__map-type-select select {
  height: 30px;
}

.bc-map-zoom {
  margin: 0 4px;
}

.bc-map-zoom:focus {
  border: none;
}

.bc-map-zoom.disabled {
  user-select: none;
  opacity: .4;
  cursor: default;
}

.bc-map-zoom.disabled:focus {
  outline: none;
}

.bc-map-zoom:not(.disabled):hover {
  background-color: #626a51;
  color: #fff;
}

.map-loader-container {
  padding-top: 6rem;
}

.map-loader-container .loader-text {
  text-align: center;
  margin-top: .75rem;
}

.map-loader-container .loader,
.map-loader-container .loader:after {
  border-radius: 50%;
  width: 7em;
  height: 7em;
}

.map-loader-container .loader {
  margin: auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.app_instructions {
  background-color: #626a51;
  padding: 2px;
  font-size: 0.75em;
}

.app_instructions .title {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}

.app_instructions ol {
  background-color: #dfe7cb;
  padding: 10px;
  margin: 0;
  padding-left: 50px;
  font-size: 1em;
}

@media (min-width: 48em) {
  #new-customer-application-page .app_instructions {
    width: 48%;
    float: right;
  }

  #new-customer-application-page #new-customer-application {
    width: 48%;
    float: left;
  }

  #new-customer-application-page #new-customer-application > h2 {
    margin-top: 0;
  }

  #new-customer-application-page #new-customer-application > p {
    border-top: 1px solid #40443c;
    border-bottom: 1px solid #40443c;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.videoplayer > h2 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 1.125em;
  line-height: 1.25em;
}

.videoplayer .mainvideo {
  margin-bottom: 15px;
}

.videoplayer .mainvideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.videoplayer .channelvideos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videoplayer .channelvideos a {
  cursor: pointer;
  width: 48%;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.25em;
  margin-bottom: 15px;
}

.videoplayer .channelvideos a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

#channels .channels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#channels .channels a {
  cursor: pointer;
  width: 48%;
  text-align: center;
  margin-bottom: 15px;
}

#channels .channels a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

@media (min-width: 48em) {
  .videoplayer {
    padding: 10px;
    padding-top: 0;
  }

  .videoplayer .mainvideo {
    margin-bottom: 25px;
  }

  .videoplayer .channelvideos a {
    width: 31%;
    font-size: 1em;
  }
}

.signupcontainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(237, 239, 230, 0.8);
  display: none;
}

.signupcontainer .signupinner {
  width: 90%;
  height: 70%;
  max-width: 700px;
  background-color: #ecefe5;
  padding: 25px;
  padding-top: 75px;
  position: relative;
}

.signupcontainer .signupinner > h1 {
  position: absolute;
  margin: 0;
  top: 25px;
  left: 25px;
  width: 94%;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px double #40443c;
  margin-bottom: 15px;
}

.signupcontainer .signupinner > h1 a.closebtn {
  color: red;
  font-size: 0.5em;
  font-weight: normal;
  cursor: pointer;
  float: right;
  position: relative;
  top: 15px;
}

.signupcontainer .signupinner > div {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.signupwizard {
  position: relative;
  overflow: auto;
}

.signupwizard .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 239, 230, 0.8);
  z-index: 10000;
}

.signupwizard .controls {
  margin-top: 15px;
}

.signupwizard .controls button {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  border: 1px solid #40443c;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}

.signupwizard .ReactTable .rt-table {
  height: 280px;
  overflow: auto;
}

.signupwizard .ReactTable .rt-table .rt-tr-group {
  user-select: none;
}

.signupwizard .ReactTable .rt-table .rt-td {
  user-select: none;
}

.signupwizard .wizardstepone .wizardcontent {
  position: relative;
}

.signupwizard .wizardstepone .wizardcontent input[type=text] {
  width: 100%;
}

.signupwizard .wizardstepone .wizardcontent .dealerResultsView {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #fff;
  border: 1px solid #40443c;
  width: 100%;
  height: 300px;
  font-size: 0.875em;
}

#ait-current-promotions .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 5px double #515942;
}

#ait-current-promotions .tabs li {
  display: inline-block;
}

#ait-current-promotions .tabs li a {
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #acabad;
  border-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 0.8em;
  background: linear-gradient(#dfd7e3, #bcb2b2);
}

#ait-current-promotions .tabs li.active a {
  border: 1px solid #515942;
  background: linear-gradient(#92bf59, #626a51);
  box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.57);
}

#ait-current-promotions > .tab-content > div {
  display: none;
}

.searchbar {
  display: inline-block;
  margin-left: 25px;
}

.searchbar form input[type=search] {
  border-radius: 15px;
  outline: none;
  border: 0;
  border: 1px solid #000;
  padding: 5px;
  padding-left: 10px;
}

.searchbar form input[type=submit] {
  height: 30px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;
}

.searchresultgroup {
  margin-bottom: 45px;
}

.searchresultgroup > h1 {
  font-size: 1.25em;
  margin: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 6px;
  margin-bottom: 4px;
}

.searchresultgroup > h2 {
  font-size: 0.95em;
  margin: 0;
  font-weight: 400;
}

.searchresultgroup .results .newsresult {
  margin-bottom: 25px;
}

.searchresultgroup .results .newsresult h1 {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 1.2em;
}

.searchresultgroup .results .newsresult .teaser {
  font-size: 0.925em;
  line-height: 1.2em;
}

.header-banner-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

.header-banner-image.active {
  opacity: 1;
}

#headerBannerImages {
  position: relative;
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIuLi9jc3Mvc3R5bGUuY3NzIiwic291cmNlUm9vdCI6IiJ9*/