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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

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

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

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

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1A5099;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #164584; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

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

abbr {
  border-bottom: 1px dotted #333333;
  color: #333333;
  cursor: help; }

figure {
  margin: 0; }

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

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333333;
  border-radius: 3px; }

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

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

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

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

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

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

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

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

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

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #333333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1A5099;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #164482;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1A5099;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #15407a;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #333333; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #333333; }
  .button.warning {
    background-color: #ffae00;
    color: #333333; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #333333; }
  .button.alert {
    background-color: #ec5840;
    color: #333333; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #333333; }
  .button.hollow {
    border: 1px solid #1A5099;
    color: #1A5099; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0d284d;
      color: #0d284d; }
    .button.hollow.primary {
      border: 1px solid #1A5099;
      color: #1A5099; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0d284d;
        color: #0d284d; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1A5099;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1A5099;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #333333; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #333333; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #333333; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1A5099;
  color: #fefefe; }
  .badge.primary {
    background: #1A5099;
    color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #333333; }
  .badge.warning {
    background: #ffae00;
    color: #333333; }
  .badge.alert {
    background: #ec5840;
    color: #333333; }

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

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #1A5099;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #15407a;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #333333; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #333333; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #333333; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #333333; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #333333; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #333333; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #333333; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d5e4f8;
    color: #333333; }
  .callout.secondary {
    background-color: #ebebeb;
    color: #333333; }
  .callout.success {
    background-color: #e1faea;
    color: #333333; }
  .callout.warning {
    background-color: #fff3d9;
    color: #333333; }
  .callout.alert {
    background-color: #fce6e2;
    color: #333333; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #333333; }
  .card > :last-child {
    margin-bottom: 0; }

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

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

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

.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .menu > li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i,
    .menu > li > a svg {
      margin-right: 0.25rem; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .menu > li, .menu.horizontal > li {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .menu.expanded > li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.vertical {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.vertical > li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.medium-expanded > li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.medium-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .menu.large-expanded > li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-expanded > li:first-child:last-child {
      width: 100%; }
    .menu.large-vertical {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1A5099;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1A5099;
  color: #fefefe; }
  .label.primary {
    background: #1A5099;
    color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #333333; }
  .label.warning {
    background: #ffae00;
    color: #333333; }
  .label.alert {
    background: #ec5840;
    color: #333333; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }

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

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

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

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

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

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

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

.orbit-previous {
  left: 0; }

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

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

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

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #1A5099; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1A5099;
  border-radius: 3px; }

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs.primary {
  background: #1A5099; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1c57a7; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1A5099; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #164584; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #1A5099; }

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

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

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

.title-bar {
  padding: 0.5rem;
  background: #333333;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

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

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

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

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

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

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show-for-mq-large {
  display: none; }
  @media only screen and (min-width: 75em) {
    .show-for-mq-large {
      display: inline; } }

.hide-for-mq-large {
  display: inline; }
  @media only screen and (min-width: 75em) {
    .hide-for-mq-large {
      display: none; } }

.hide-for-mq-medium {
  display: inline; }
  @media only screen and (min-width: 47.5em) {
    .hide-for-mq-medium {
      display: none; } }

.show-for-mq-medium {
  display: none; }
  @media only screen and (min-width: 47.5em) {
    .show-for-mq-medium {
      display: inline; } }

/*
 * Implementation of themes
 */
.theme-original {
  background-color: #fefefe;
  color: #333; }
  @media only screen and (min-width: 47.5em) {
    .theme-original {
      background-color: #fcfcfc; } }

.theme-light {
  background-color: #fefefe;
  color: #333; }
  @media only screen and (min-width: 47.5em) {
    .theme-light {
      background-color: #fcfcfc; } }

.theme-dark {
  background-color: #1C252B;
  color: #fcfcfc; }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.link, .Markdown a, .ReplyEditor__body.rte a, .PlainLink, .Header__buttons > .Header__user-signup > a.Header__login-link, .Witnesses td > a {
  text-decoration: none;
  transition: 0.2s all ease-in-out; }
  .theme-original .link--primary, .theme-original .Header__buttons > .Header__user-signup > a.Header__login-link, .theme-original .Witnesses td > a, .Witnesses .theme-original td > a {
    color: #333; }
  .theme-light .link--primary, .theme-light .Header__buttons > .Header__user-signup > a.Header__login-link, .theme-light .Witnesses td > a, .Witnesses .theme-light td > a {
    color: #333; }
  .theme-dark .link--primary, .theme-dark .Header__buttons > .Header__user-signup > a.Header__login-link, .theme-dark .Witnesses td > a, .Witnesses .theme-dark td > a {
    color: #fcfcfc; }
  .theme-original .link--primary:visited, .theme-original .Header__buttons > .Header__user-signup > a.Header__login-link:visited, .theme-original .Witnesses td > a:visited, .Witnesses .theme-original td > a:visited, .theme-original .link--primary:active, .theme-original .Header__buttons > .Header__user-signup > a.Header__login-link:active, .theme-original .Witnesses td > a:active, .Witnesses .theme-original td > a:active {
    color: #333; }
  .theme-light .link--primary:visited, .theme-light .Header__buttons > .Header__user-signup > a.Header__login-link:visited, .theme-light .Witnesses td > a:visited, .Witnesses .theme-light td > a:visited, .theme-light .link--primary:active, .theme-light .Header__buttons > .Header__user-signup > a.Header__login-link:active, .theme-light .Witnesses td > a:active, .Witnesses .theme-light td > a:active {
    color: #333; }
  .theme-dark .link--primary:visited, .theme-dark .Header__buttons > .Header__user-signup > a.Header__login-link:visited, .theme-dark .Witnesses td > a:visited, .Witnesses .theme-dark td > a:visited, .theme-dark .link--primary:active, .theme-dark .Header__buttons > .Header__user-signup > a.Header__login-link:active, .theme-dark .Witnesses td > a:active, .Witnesses .theme-dark td > a:active {
    color: #fcfcfc; }
  .theme-original .link--primary:hover, .theme-original .Header__buttons > .Header__user-signup > a.Header__login-link:hover, .theme-original .Witnesses td > a:hover, .Witnesses .theme-original td > a:hover, .theme-original .link--primary:focus, .theme-original .Header__buttons > .Header__user-signup > a.Header__login-link:focus, .theme-original .Witnesses td > a:focus, .Witnesses .theme-original td > a:focus {
    color: #004EFF; }
  .theme-light .link--primary:hover, .theme-light .Header__buttons > .Header__user-signup > a.Header__login-link:hover, .theme-light .Witnesses td > a:hover, .Witnesses .theme-light td > a:hover, .theme-light .link--primary:focus, .theme-light .Header__buttons > .Header__user-signup > a.Header__login-link:focus, .theme-light .Witnesses td > a:focus, .Witnesses .theme-light td > a:focus {
    color: #1FBF8F; }
  .theme-dark .link--primary:hover, .theme-dark .Header__buttons > .Header__user-signup > a.Header__login-link:hover, .theme-dark .Witnesses td > a:hover, .Witnesses .theme-dark td > a:hover, .theme-dark .link--primary:focus, .theme-dark .Header__buttons > .Header__user-signup > a.Header__login-link:focus, .theme-dark .Witnesses td > a:focus, .Witnesses .theme-dark td > a:focus {
    color: #06D6A9; }
  .theme-original .link--secondary, .theme-original .PlainLink {
    color: #788187; }
  .theme-light .link--secondary, .theme-light .PlainLink {
    color: #788187; }
  .theme-dark .link--secondary, .theme-dark .PlainLink {
    color: #A6B2BA; }
  .theme-original .link--secondary:visited, .theme-original .PlainLink:visited, .theme-original .link--secondary:active, .theme-original .PlainLink:active {
    color: #788187; }
  .theme-light .link--secondary:visited, .theme-light .PlainLink:visited, .theme-light .link--secondary:active, .theme-light .PlainLink:active {
    color: #788187; }
  .theme-dark .link--secondary:visited, .theme-dark .PlainLink:visited, .theme-dark .link--secondary:active, .theme-dark .PlainLink:active {
    color: #A6B2BA; }
  .theme-original .link--secondary:hover, .theme-original .PlainLink:hover, .theme-original .link--secondary:focus, .theme-original .PlainLink:focus {
    color: #004EFF; }
  .theme-light .link--secondary:hover, .theme-light .PlainLink:hover, .theme-light .link--secondary:focus, .theme-light .PlainLink:focus {
    color: #1FBF8F; }
  .theme-dark .link--secondary:hover, .theme-dark .PlainLink:hover, .theme-dark .link--secondary:focus, .theme-dark .PlainLink:focus {
    color: #06D6A9; }
  .theme-original .link--accent, .theme-original .Markdown a, .Markdown .theme-original a, .theme-original .ReplyEditor__body.rte a, .ReplyEditor__body.rte .theme-original a {
    color: #004EFF; }
  .theme-light .link--accent, .theme-light .Markdown a, .Markdown .theme-light a, .theme-light .ReplyEditor__body.rte a, .ReplyEditor__body.rte .theme-light a {
    color: #1FBF8F; }
  .theme-dark .link--accent, .theme-dark .Markdown a, .Markdown .theme-dark a, .theme-dark .ReplyEditor__body.rte a, .ReplyEditor__body.rte .theme-dark a {
    color: #06D6A9; }
  .theme-original .link--accent:visited, .theme-original .Markdown a:visited, .Markdown .theme-original a:visited, .theme-original .ReplyEditor__body.rte a:visited, .ReplyEditor__body.rte .theme-original a:visited, .theme-original .link--accent:active, .theme-original .Markdown a:active, .Markdown .theme-original a:active, .theme-original .ReplyEditor__body.rte a:active, .ReplyEditor__body.rte .theme-original a:active {
    color: #004EFF; }
  .theme-light .link--accent:visited, .theme-light .Markdown a:visited, .Markdown .theme-light a:visited, .theme-light .ReplyEditor__body.rte a:visited, .ReplyEditor__body.rte .theme-light a:visited, .theme-light .link--accent:active, .theme-light .Markdown a:active, .Markdown .theme-light a:active, .theme-light .ReplyEditor__body.rte a:active, .ReplyEditor__body.rte .theme-light a:active {
    color: #1FBF8F; }
  .theme-dark .link--accent:visited, .theme-dark .Markdown a:visited, .Markdown .theme-dark a:visited, .theme-dark .ReplyEditor__body.rte a:visited, .ReplyEditor__body.rte .theme-dark a:visited, .theme-dark .link--accent:active, .theme-dark .Markdown a:active, .Markdown .theme-dark a:active, .theme-dark .ReplyEditor__body.rte a:active, .ReplyEditor__body.rte .theme-dark a:active {
    color: #06D6A9; }
  .theme-original .link--accent:hover, .theme-original .Markdown a:hover, .Markdown .theme-original a:hover, .theme-original .ReplyEditor__body.rte a:hover, .ReplyEditor__body.rte .theme-original a:hover, .theme-original .link--accent:focus, .theme-original .Markdown a:focus, .Markdown .theme-original a:focus, .theme-original .ReplyEditor__body.rte a:focus, .ReplyEditor__body.rte .theme-original a:focus {
    color: #1A5099; }
  .theme-light .link--accent:hover, .theme-light .Markdown a:hover, .Markdown .theme-light a:hover, .theme-light .ReplyEditor__body.rte a:hover, .ReplyEditor__body.rte .theme-light a:hover, .theme-light .link--accent:focus, .theme-light .Markdown a:focus, .Markdown .theme-light a:focus, .theme-light .ReplyEditor__body.rte a:focus, .ReplyEditor__body.rte .theme-light a:focus {
    color: #06D6A9; }
  .theme-dark .link--accent:hover, .theme-dark .Markdown a:hover, .Markdown .theme-dark a:hover, .theme-dark .ReplyEditor__body.rte a:hover, .ReplyEditor__body.rte .theme-dark a:hover, .theme-dark .link--accent:focus, .theme-dark .Markdown a:focus, .Markdown .theme-dark a:focus, .theme-dark .ReplyEditor__body.rte a:focus, .ReplyEditor__body.rte .theme-dark a:focus {
    color: #00FFC8; }

.e-btn-hollow, .ChangePassword .button.hollow, .UserKeys .button.hollow, .UserWallet__buysp {
  background-color: transparent;
  transition: 0.2s all ease-in-out;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
  .theme-original .e-btn-hollow, .theme-original .ChangePassword .button.hollow, .ChangePassword .theme-original .button.hollow, .theme-original .UserKeys .button.hollow, .UserKeys .theme-original .button.hollow, .theme-original .UserWallet__buysp {
    border: 1px solid #004EFF;
    color: #004EFF; }
  .theme-light .e-btn-hollow, .theme-light .ChangePassword .button.hollow, .ChangePassword .theme-light .button.hollow, .theme-light .UserKeys .button.hollow, .UserKeys .theme-light .button.hollow, .theme-light .UserWallet__buysp {
    border: 1px solid #06D6A9;
    color: #1FBF8F; }
  .theme-dark .e-btn-hollow, .theme-dark .ChangePassword .button.hollow, .ChangePassword .theme-dark .button.hollow, .theme-dark .UserKeys .button.hollow, .UserKeys .theme-dark .button.hollow, .theme-dark .UserWallet__buysp {
    border: 1px solid #06D6A9;
    color: #06D6A9; }
  .theme-original .e-btn-hollow:hover, .theme-original .ChangePassword .button.hollow:hover, .ChangePassword .theme-original .button.hollow:hover, .theme-original .UserKeys .button.hollow:hover, .UserKeys .theme-original .button.hollow:hover, .theme-original .UserWallet__buysp:hover {
    border: 1px solid #788187;
    color: #333; }
  .theme-light .e-btn-hollow:hover, .theme-light .ChangePassword .button.hollow:hover, .ChangePassword .theme-light .button.hollow:hover, .theme-light .UserKeys .button.hollow:hover, .UserKeys .theme-light .button.hollow:hover, .theme-light .UserWallet__buysp:hover {
    border: 1px solid #788187;
    color: #333; }
  .theme-dark .e-btn-hollow:hover, .theme-dark .ChangePassword .button.hollow:hover, .ChangePassword .theme-dark .button.hollow:hover, .theme-dark .UserKeys .button.hollow:hover, .UserKeys .theme-dark .button.hollow:hover, .theme-dark .UserWallet__buysp:hover {
    border: 1px solid #A6B2BA;
    color: #fcfcfc; }

.e-btn, .reveal .button, .ChangePassword .ChangePassword__btn-container .button, .steem-modal .button, .Header__buttons > .Header__user-signup > a.Header__signup-link, .UserWallet__claimbox .button, .CreateAccount__btn, .CreateAccount .button, .CreateAccount .button.g-recaptcha {
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
  text-transform: capitalize;
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem; }
  .theme-original .e-btn, .theme-original .reveal .button, .reveal .theme-original .button, .theme-original .ChangePassword .ChangePassword__btn-container .button, .ChangePassword .ChangePassword__btn-container .theme-original .button, .theme-original .steem-modal .button, .steem-modal .theme-original .button, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link, .theme-original .UserWallet__claimbox .button, .UserWallet__claimbox .theme-original .button, .theme-original .CreateAccount__btn, .theme-original .CreateAccount .button, .CreateAccount .theme-original .button {
    background-color: #1A5099;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 2px 2px 0px 0px transparent;
    color: #fcfcfc; }
  .theme-light .e-btn, .theme-light .reveal .button, .reveal .theme-light .button, .theme-light .ChangePassword .ChangePassword__btn-container .button, .ChangePassword .ChangePassword__btn-container .theme-light .button, .theme-light .steem-modal .button, .steem-modal .theme-light .button, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link, .theme-light .UserWallet__claimbox .button, .UserWallet__claimbox .theme-light .button, .theme-light .CreateAccount__btn, .theme-light .CreateAccount .button, .CreateAccount .theme-light .button {
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 2px 2px 0px 0px #06D6A9;
    color: #fcfcfc; }
  .theme-dark .e-btn, .theme-dark .reveal .button, .reveal .theme-dark .button, .theme-dark .ChangePassword .ChangePassword__btn-container .button, .ChangePassword .ChangePassword__btn-container .theme-dark .button, .theme-dark .steem-modal .button, .steem-modal .theme-dark .button, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link, .theme-dark .UserWallet__claimbox .button, .UserWallet__claimbox .theme-dark .button, .theme-dark .CreateAccount__btn, .theme-dark .CreateAccount .button, .CreateAccount .theme-dark .button {
    background-color: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 2px 2px 0px 0px #06D6A9;
    color: #2C3A45; }
  .theme-original .e-btn:hover, .theme-original .reveal .button:hover, .reveal .theme-original .button:hover, .theme-original .ChangePassword .ChangePassword__btn-container .button:hover, .ChangePassword .ChangePassword__btn-container .theme-original .button:hover, .theme-original .steem-modal .button:hover, .steem-modal .theme-original .button:hover, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:hover, .theme-original .UserWallet__claimbox .button:hover, .UserWallet__claimbox .theme-original .button:hover, .theme-original .CreateAccount__btn:hover, .theme-original .CreateAccount .button:hover, .CreateAccount .theme-original .button:hover, .theme-original .e-btn:focus, .theme-original .reveal .button:focus, .reveal .theme-original .button:focus, .theme-original .ChangePassword .ChangePassword__btn-container .button:focus, .ChangePassword .ChangePassword__btn-container .theme-original .button:focus, .theme-original .steem-modal .button:focus, .steem-modal .theme-original .button:focus, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:focus, .theme-original .UserWallet__claimbox .button:focus, .UserWallet__claimbox .theme-original .button:focus, .theme-original .CreateAccount__btn:focus, .theme-original .CreateAccount .button:focus, .CreateAccount .theme-original .button:focus {
    background-color: #4BA2F2;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 0;
    color: #fcfcfc;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .theme-light .e-btn:hover, .theme-light .reveal .button:hover, .reveal .theme-light .button:hover, .theme-light .ChangePassword .ChangePassword__btn-container .button:hover, .ChangePassword .ChangePassword__btn-container .theme-light .button:hover, .theme-light .steem-modal .button:hover, .steem-modal .theme-light .button:hover, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:hover, .theme-light .UserWallet__claimbox .button:hover, .UserWallet__claimbox .theme-light .button:hover, .theme-light .CreateAccount__btn:hover, .theme-light .CreateAccount .button:hover, .CreateAccount .theme-light .button:hover, .theme-light .e-btn:focus, .theme-light .reveal .button:focus, .reveal .theme-light .button:focus, .theme-light .ChangePassword .ChangePassword__btn-container .button:focus, .ChangePassword .ChangePassword__btn-container .theme-light .button:focus, .theme-light .steem-modal .button:focus, .steem-modal .theme-light .button:focus, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:focus, .theme-light .UserWallet__claimbox .button:focus, .UserWallet__claimbox .theme-light .button:focus, .theme-light .CreateAccount__btn:focus, .theme-light .CreateAccount .button:focus, .CreateAccount .theme-light .button:focus {
    background-color: #06D6A9;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 0 #171F24;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .theme-dark .e-btn:hover, .theme-dark .reveal .button:hover, .reveal .theme-dark .button:hover, .theme-dark .ChangePassword .ChangePassword__btn-container .button:hover, .ChangePassword .ChangePassword__btn-container .theme-dark .button:hover, .theme-dark .steem-modal .button:hover, .steem-modal .theme-dark .button:hover, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:hover, .theme-dark .UserWallet__claimbox .button:hover, .UserWallet__claimbox .theme-dark .button:hover, .theme-dark .CreateAccount__btn:hover, .theme-dark .CreateAccount .button:hover, .CreateAccount .theme-dark .button:hover, .theme-dark .e-btn:focus, .theme-dark .reveal .button:focus, .reveal .theme-dark .button:focus, .theme-dark .ChangePassword .ChangePassword__btn-container .button:focus, .ChangePassword .ChangePassword__btn-container .theme-dark .button:focus, .theme-dark .steem-modal .button:focus, .steem-modal .theme-dark .button:focus, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:focus, .theme-dark .UserWallet__claimbox .button:focus, .UserWallet__claimbox .theme-dark .button:focus, .theme-dark .CreateAccount__btn:focus, .theme-dark .CreateAccount .button:focus, .CreateAccount .theme-dark .button:focus {
    background-color: #06D6A9;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 0 #fff;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0); }
  .theme-original .e-btn:visited, .theme-original .reveal .button:visited, .reveal .theme-original .button:visited, .theme-original .ChangePassword .ChangePassword__btn-container .button:visited, .ChangePassword .ChangePassword__btn-container .theme-original .button:visited, .theme-original .steem-modal .button:visited, .steem-modal .theme-original .button:visited, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:visited, .theme-original .UserWallet__claimbox .button:visited, .UserWallet__claimbox .theme-original .button:visited, .theme-original .CreateAccount__btn:visited, .theme-original .CreateAccount .button:visited, .CreateAccount .theme-original .button:visited, .theme-original .e-btn:active, .theme-original .reveal .button:active, .reveal .theme-original .button:active, .theme-original .ChangePassword .ChangePassword__btn-container .button:active, .ChangePassword .ChangePassword__btn-container .theme-original .button:active, .theme-original .steem-modal .button:active, .steem-modal .theme-original .button:active, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:active, .theme-original .UserWallet__claimbox .button:active, .UserWallet__claimbox .theme-original .button:active, .theme-original .CreateAccount__btn:active, .theme-original .CreateAccount .button:active, .CreateAccount .theme-original .button:active {
    color: #fcfcfc; }
  .theme-light .e-btn:visited, .theme-light .reveal .button:visited, .reveal .theme-light .button:visited, .theme-light .ChangePassword .ChangePassword__btn-container .button:visited, .ChangePassword .ChangePassword__btn-container .theme-light .button:visited, .theme-light .steem-modal .button:visited, .steem-modal .theme-light .button:visited, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:visited, .theme-light .UserWallet__claimbox .button:visited, .UserWallet__claimbox .theme-light .button:visited, .theme-light .CreateAccount__btn:visited, .theme-light .CreateAccount .button:visited, .CreateAccount .theme-light .button:visited, .theme-light .e-btn:active, .theme-light .reveal .button:active, .reveal .theme-light .button:active, .theme-light .ChangePassword .ChangePassword__btn-container .button:active, .ChangePassword .ChangePassword__btn-container .theme-light .button:active, .theme-light .steem-modal .button:active, .steem-modal .theme-light .button:active, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:active, .theme-light .UserWallet__claimbox .button:active, .UserWallet__claimbox .theme-light .button:active, .theme-light .CreateAccount__btn:active, .theme-light .CreateAccount .button:active, .CreateAccount .theme-light .button:active {
    color: #fcfcfc; }
  .theme-dark .e-btn:visited, .theme-dark .reveal .button:visited, .reveal .theme-dark .button:visited, .theme-dark .ChangePassword .ChangePassword__btn-container .button:visited, .ChangePassword .ChangePassword__btn-container .theme-dark .button:visited, .theme-dark .steem-modal .button:visited, .steem-modal .theme-dark .button:visited, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:visited, .theme-dark .UserWallet__claimbox .button:visited, .UserWallet__claimbox .theme-dark .button:visited, .theme-dark .CreateAccount__btn:visited, .theme-dark .CreateAccount .button:visited, .CreateAccount .theme-dark .button:visited, .theme-dark .e-btn:active, .theme-dark .reveal .button:active, .reveal .theme-dark .button:active, .theme-dark .ChangePassword .ChangePassword__btn-container .button:active, .ChangePassword .ChangePassword__btn-container .theme-dark .button:active, .theme-dark .steem-modal .button:active, .steem-modal .theme-dark .button:active, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:active, .theme-dark .UserWallet__claimbox .button:active, .UserWallet__claimbox .theme-dark .button:active, .theme-dark .CreateAccount__btn:active, .theme-dark .CreateAccount .button:active, .CreateAccount .theme-dark .button:active {
    color: #2C3A45; }
  .theme-original .e-btn:visited:hover, .theme-original .reveal .button:visited:hover, .reveal .theme-original .button:visited:hover, .theme-original .ChangePassword .ChangePassword__btn-container .button:visited:hover, .ChangePassword .ChangePassword__btn-container .theme-original .button:visited:hover, .theme-original .steem-modal .button:visited:hover, .steem-modal .theme-original .button:visited:hover, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:visited:hover, .theme-original .UserWallet__claimbox .button:visited:hover, .UserWallet__claimbox .theme-original .button:visited:hover, .theme-original .CreateAccount__btn:visited:hover, .theme-original .CreateAccount .button:visited:hover, .CreateAccount .theme-original .button:visited:hover, .theme-original .e-btn:visited:focus, .theme-original .reveal .button:visited:focus, .reveal .theme-original .button:visited:focus, .theme-original .ChangePassword .ChangePassword__btn-container .button:visited:focus, .ChangePassword .ChangePassword__btn-container .theme-original .button:visited:focus, .theme-original .steem-modal .button:visited:focus, .steem-modal .theme-original .button:visited:focus, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:visited:focus, .theme-original .UserWallet__claimbox .button:visited:focus, .UserWallet__claimbox .theme-original .button:visited:focus, .theme-original .CreateAccount__btn:visited:focus, .theme-original .CreateAccount .button:visited:focus, .CreateAccount .theme-original .button:visited:focus, .theme-original .e-btn:active:hover, .theme-original .reveal .button:active:hover, .reveal .theme-original .button:active:hover, .theme-original .ChangePassword .ChangePassword__btn-container .button:active:hover, .ChangePassword .ChangePassword__btn-container .theme-original .button:active:hover, .theme-original .steem-modal .button:active:hover, .steem-modal .theme-original .button:active:hover, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:active:hover, .theme-original .UserWallet__claimbox .button:active:hover, .UserWallet__claimbox .theme-original .button:active:hover, .theme-original .CreateAccount__btn:active:hover, .theme-original .CreateAccount .button:active:hover, .CreateAccount .theme-original .button:active:hover, .theme-original .e-btn:active:focus, .theme-original .reveal .button:active:focus, .reveal .theme-original .button:active:focus, .theme-original .ChangePassword .ChangePassword__btn-container .button:active:focus, .ChangePassword .ChangePassword__btn-container .theme-original .button:active:focus, .theme-original .steem-modal .button:active:focus, .steem-modal .theme-original .button:active:focus, .theme-original .Header__buttons > .Header__user-signup > a.Header__signup-link:active:focus, .theme-original .UserWallet__claimbox .button:active:focus, .UserWallet__claimbox .theme-original .button:active:focus, .theme-original .CreateAccount__btn:active:focus, .theme-original .CreateAccount .button:active:focus, .CreateAccount .theme-original .button:active:focus {
    color: #fcfcfc; }
  .theme-light .e-btn:visited:hover, .theme-light .reveal .button:visited:hover, .reveal .theme-light .button:visited:hover, .theme-light .ChangePassword .ChangePassword__btn-container .button:visited:hover, .ChangePassword .ChangePassword__btn-container .theme-light .button:visited:hover, .theme-light .steem-modal .button:visited:hover, .steem-modal .theme-light .button:visited:hover, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:visited:hover, .theme-light .UserWallet__claimbox .button:visited:hover, .UserWallet__claimbox .theme-light .button:visited:hover, .theme-light .CreateAccount__btn:visited:hover, .theme-light .CreateAccount .button:visited:hover, .CreateAccount .theme-light .button:visited:hover, .theme-light .e-btn:visited:focus, .theme-light .reveal .button:visited:focus, .reveal .theme-light .button:visited:focus, .theme-light .ChangePassword .ChangePassword__btn-container .button:visited:focus, .ChangePassword .ChangePassword__btn-container .theme-light .button:visited:focus, .theme-light .steem-modal .button:visited:focus, .steem-modal .theme-light .button:visited:focus, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:visited:focus, .theme-light .UserWallet__claimbox .button:visited:focus, .UserWallet__claimbox .theme-light .button:visited:focus, .theme-light .CreateAccount__btn:visited:focus, .theme-light .CreateAccount .button:visited:focus, .CreateAccount .theme-light .button:visited:focus, .theme-light .e-btn:active:hover, .theme-light .reveal .button:active:hover, .reveal .theme-light .button:active:hover, .theme-light .ChangePassword .ChangePassword__btn-container .button:active:hover, .ChangePassword .ChangePassword__btn-container .theme-light .button:active:hover, .theme-light .steem-modal .button:active:hover, .steem-modal .theme-light .button:active:hover, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:active:hover, .theme-light .UserWallet__claimbox .button:active:hover, .UserWallet__claimbox .theme-light .button:active:hover, .theme-light .CreateAccount__btn:active:hover, .theme-light .CreateAccount .button:active:hover, .CreateAccount .theme-light .button:active:hover, .theme-light .e-btn:active:focus, .theme-light .reveal .button:active:focus, .reveal .theme-light .button:active:focus, .theme-light .ChangePassword .ChangePassword__btn-container .button:active:focus, .ChangePassword .ChangePassword__btn-container .theme-light .button:active:focus, .theme-light .steem-modal .button:active:focus, .steem-modal .theme-light .button:active:focus, .theme-light .Header__buttons > .Header__user-signup > a.Header__signup-link:active:focus, .theme-light .UserWallet__claimbox .button:active:focus, .UserWallet__claimbox .theme-light .button:active:focus, .theme-light .CreateAccount__btn:active:focus, .theme-light .CreateAccount .button:active:focus, .CreateAccount .theme-light .button:active:focus {
    color: #fff; }
  .theme-dark .e-btn:visited:hover, .theme-dark .reveal .button:visited:hover, .reveal .theme-dark .button:visited:hover, .theme-dark .ChangePassword .ChangePassword__btn-container .button:visited:hover, .ChangePassword .ChangePassword__btn-container .theme-dark .button:visited:hover, .theme-dark .steem-modal .button:visited:hover, .steem-modal .theme-dark .button:visited:hover, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:visited:hover, .theme-dark .UserWallet__claimbox .button:visited:hover, .UserWallet__claimbox .theme-dark .button:visited:hover, .theme-dark .CreateAccount__btn:visited:hover, .theme-dark .CreateAccount .button:visited:hover, .CreateAccount .theme-dark .button:visited:hover, .theme-dark .e-btn:visited:focus, .theme-dark .reveal .button:visited:focus, .reveal .theme-dark .button:visited:focus, .theme-dark .ChangePassword .ChangePassword__btn-container .button:visited:focus, .ChangePassword .ChangePassword__btn-container .theme-dark .button:visited:focus, .theme-dark .steem-modal .button:visited:focus, .steem-modal .theme-dark .button:visited:focus, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:visited:focus, .theme-dark .UserWallet__claimbox .button:visited:focus, .UserWallet__claimbox .theme-dark .button:visited:focus, .theme-dark .CreateAccount__btn:visited:focus, .theme-dark .CreateAccount .button:visited:focus, .CreateAccount .theme-dark .button:visited:focus, .theme-dark .e-btn:active:hover, .theme-dark .reveal .button:active:hover, .reveal .theme-dark .button:active:hover, .theme-dark .ChangePassword .ChangePassword__btn-container .button:active:hover, .ChangePassword .ChangePassword__btn-container .theme-dark .button:active:hover, .theme-dark .steem-modal .button:active:hover, .steem-modal .theme-dark .button:active:hover, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:active:hover, .theme-dark .UserWallet__claimbox .button:active:hover, .UserWallet__claimbox .theme-dark .button:active:hover, .theme-dark .CreateAccount__btn:active:hover, .theme-dark .CreateAccount .button:active:hover, .CreateAccount .theme-dark .button:active:hover, .theme-dark .e-btn:active:focus, .theme-dark .reveal .button:active:focus, .reveal .theme-dark .button:active:focus, .theme-dark .ChangePassword .ChangePassword__btn-container .button:active:focus, .ChangePassword .ChangePassword__btn-container .theme-dark .button:active:focus, .theme-dark .steem-modal .button:active:focus, .steem-modal .theme-dark .button:active:focus, .theme-dark .Header__buttons > .Header__user-signup > a.Header__signup-link:active:focus, .theme-dark .UserWallet__claimbox .button:active:focus, .UserWallet__claimbox .theme-dark .button:active:focus, .theme-dark .CreateAccount__btn:active:focus, .theme-dark .CreateAccount .button:active:focus, .CreateAccount .theme-dark .button:active:focus {
    color: #fff; }

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
  .theme-original .button.disabled, .theme-original .button[disabled] {
    background-color: #1A5099;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }
  .theme-light .button.disabled, .theme-light .button[disabled] {
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }
  .theme-dark .button.disabled, .theme-dark .button[disabled] {
    background-color: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #2C3A45; }
  .theme-original .button.disabled:hover, .theme-original .button[disabled]:hover {
    background-color: #1A5099;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }
  .theme-light .button.disabled:hover, .theme-light .button[disabled]:hover {
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }
  .theme-dark .button.disabled:hover, .theme-dark .button[disabled]:hover {
    background-color: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #2C3A45; }

.e-btn--black, .reveal .button, .steem-modal .button, .CreateAccount .button, .CreateAccount .button.g-recaptcha {
  background-color: #171F24;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
  color: #fff; }
  .e-btn--black:hover, .reveal .button:hover, .steem-modal .button:hover, .CreateAccount .button:hover, .e-btn--black:focus, .reveal .button:focus, .steem-modal .button:focus, .CreateAccount .button:focus {
    background-color: #06D6A9;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #171F24;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  .e-btn--black:visited, .reveal .button:visited, .steem-modal .button:visited, .CreateAccount .button:visited, .e-btn--black:active, .reveal .button:active, .steem-modal .button:active, .CreateAccount .button:active {
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
    color: #fff; }
  .e-btn--black.disabled, .reveal .disabled.button, .steem-modal .disabled.button, .CreateAccount .disabled.button, .e-btn--black[disabled], .reveal .button[disabled], .steem-modal .button[disabled], .CreateAccount .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
    .e-btn--black.disabled:hover, .reveal .disabled.button:hover, .steem-modal .disabled.button:hover, .CreateAccount .disabled.button:hover, .e-btn--black.disabled:focus, .reveal .disabled.button:focus, .steem-modal .disabled.button:focus, .CreateAccount .disabled.button:focus, .e-btn--black[disabled]:hover, .reveal .button[disabled]:hover, .steem-modal .button[disabled]:hover, .CreateAccount .button[disabled]:hover, .e-btn--black[disabled]:focus, .reveal .button[disabled]:focus, .steem-modal .button[disabled]:focus, .CreateAccount .button[disabled]:focus {
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
      background-color: #171F24;
      color: #fff; }
  .e-btn--black.hollow, .reveal .hollow.button, .steem-modal .hollow.button, .CreateAccount .hollow.button {
    background-color: transparent;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #788187;
    font-weight: normal;
    transition: 0.2s all ease-in-out;
    border: transparent; }
    .e-btn--black.hollow:hover, .reveal .hollow.button:hover, .steem-modal .hollow.button:hover, .CreateAccount .hollow.button:hover, .e-btn--black.hollow:focus, .reveal .hollow.button:focus, .steem-modal .hollow.button:focus, .CreateAccount .hollow.button:focus {
      background-color: transparent;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
      color: #2C3A45;
      font-weight: normal;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0); }
    .e-btn--black.hollow:visited, .reveal .hollow.button:visited, .steem-modal .hollow.button:visited, .CreateAccount .hollow.button:visited, .e-btn--black.hollow:active, .reveal .hollow.button:active, .steem-modal .hollow.button:active, .CreateAccount .hollow.button:active {
      background-color: transparent;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
      color: #788187;
      font-weight: normal; }

.theme-dark .button.hollow:hover, .theme-dark .button.hollow:focus {
  border-color: #06D6A9;
  color: #06D6A9;
  outline-color: #06D6A9; }

.menu > li > a {
  line-height: 1.5rem; }

.tooltip {
  margin-top: -1rem; }

.dropdown-pane {
  width: auto;
  padding: 0;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 1000;
  font-size: inherit;
  background-color: #fff; }
  .dropdown-pane .VerticalMenu a:hover {
    background-color: #f6f6f6;
    color: #049173; }

a {
  transition: 0.2s all ease-in-out; }
  .theme-original a {
    color: #004EFF; }
  .theme-light a {
    color: #1FBF8F; }
  .theme-dark a {
    color: #06D6A9; }
  .theme-original a:hover, .theme-original a:focus {
    color: #1A5099; }
  .theme-light a:hover, .theme-light a:focus {
    color: #06D6A9; }
  .theme-dark a:hover, .theme-dark a:focus {
    color: #00FFC8; }

div[role=dialog] {
  z-index: 500; }

input[type=submit].disabled, input[type=submit].disabled:focus {
  opacity: 1;
  cursor: inherit;
  background-color: #cacaca; }

button, .button {
  text-transform: uppercase; }

.column, .columns, .columns {
  min-width: 0; }

.callout {
  margin-top: 1rem; }
  .theme-original .callout {
    color: #333;
    background-color: #f3faf0;
    border: 1px solid #eee; }
  .theme-light .callout {
    color: #333;
    background-color: #f3faf0;
    border: 1px solid #eee; }
  .theme-dark .callout {
    color: #fcfcfc;
    background-color: #11161A;
    border: 1px solid #232F38; }

.close-button {
  position: absolute;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1; }
  .theme-original .close-button {
    color: #788187; }
  .theme-light .close-button {
    color: #788187; }
  .theme-dark .close-button {
    color: #A6B2BA; }
  .theme-original .close-button:hover, .theme-original .close-button:focus {
    color: #004EFF; }
  .theme-light .close-button:hover, .theme-light .close-button:focus {
    color: #1FBF8F; }
  .theme-dark .close-button:hover, .theme-dark .close-button:focus {
    color: #06D6A9; }

.theme-original hr {
  border-bottom: 1px solid #eee; }

.theme-light hr {
  border-bottom: 1px solid #eee; }

.theme-dark hr {
  border-bottom: 1px solid #232F38; }

table {
  box-shadow: inset 0 0 0 -1px red; }

.theme-original thead, .theme-original tbody, .theme-original tfoot {
  background-color: #fcfcfc; }

.theme-light thead, .theme-light tbody, .theme-light tfoot {
  background-color: #fcfcfc; }

.theme-dark thead, .theme-dark tbody, .theme-dark tfoot {
  background-color: #1C252B; }

.theme-original thead {
  background-color: #f4f4f4;
  color: #333; }

.theme-light thead {
  background-color: #f4f4f4;
  color: #333; }

.theme-dark thead {
  background-color: #212C33;
  color: #fcfcfc; }

.theme-original tbody tr:nth-child(even) {
  background-color: #f4f4f4; }

.theme-light tbody tr:nth-child(even) {
  background-color: #f4f4f4; }

.theme-dark tbody tr:nth-child(even) {
  background-color: #212C33; }

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.88);
  transition: 0.2s all ease-in-out; }

.reveal {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #06D6A9;
  border-radius: 0;
  border: transparent;
  transition: 0.2s all ease-in-out; }
  .reveal .button {
    min-width: 100px; }
  .reveal h4 {
    font-weight: bold; }

@media print, screen and (min-width: 1000px) {
  .reveal {
    width: 680px; } }

.progress {
  border: none;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  background-color: #eee; }
  .progress div {
    background-color: #06D6A9;
    border-radius: 3px;
    border: none;
    height: 8px; }

.fade-in {
  opacity: 0;
  filter: alpha(opacity=0); }
  .fade-in--1 {
    animation: fade-in 1s ease-in-out 0.03s both; }
  .fade-in--2 {
    animation: fade-in 1s ease-in-out 0.06s both; }
  .fade-in--3 {
    animation: fade-in 1s ease-in-out 0.09s both; }
  .fade-in--4 {
    animation: fade-in 1s ease-in-out 0.12s both; }
  .fade-in--5 {
    animation: fade-in 1s ease-in-out 0.15s both; }
  .fade-in--6 {
    animation: fade-in 1s ease-in-out 0.18s both; }
  .fade-in--7 {
    animation: fade-in 1s ease-in-out 0.21s both; }
  .fade-in--8 {
    animation: fade-in 1s ease-in-out 0.24s both; }
  .fade-in--9 {
    animation: fade-in 1s ease-in-out 0.27s both; }
  .fade-in--10 {
    animation: fade-in 1s ease-in-out 0.3s both; }

@keyframes fade-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes fade-in-up {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-24px, 24px); }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translate(0px, 0px); } }

form .error input, form .error input:active, form .error input:focus {
  border-color: #ff0264; }

form .error label, form .error .help-text {
  color: #ff0264; }

form .error .help-text {
  margin-top: 0.4rem; }

form .success {
  color: #3adb76;
  transition: 0.3s all ease-in-out; }

button {
  margin-right: 15px !important; }

input, textarea, select {
  margin-bottom: 0px !important; }

.error {
  color: #ff0264;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out; }

p.error {
  padding-top: 6px;
  line-height: 1.1; }

.warning {
  color: darkgoldenrod;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out; }

.darkred {
  color: darkred;
  margin-bottom: 10px; }

.info {
  color: dimgrey;
  margin-bottom: 10px; }

.hoverBackground:hover {
  background-color: antiquewhite; }

.de-emphasize {
  color: #8a8a8a; }

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.darkbtn {
  padding: 12px;
  background-color: #eeeeee; }

.theme-original label {
  color: #333; }

.theme-light label {
  color: #333; }

.theme-dark label {
  color: #fcfcfc; }

.Markdown {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 120%;
  line-height: 150%; }

.Markdown.MarkdownViewer--small {
  font-family: inherit;
  font-size: 110%; }
  .Markdown.MarkdownViewer--small img {
    max-width: 400px;
    max-height: 400px; }
  .Markdown.MarkdownViewer--small div.videoWrapper {
    max-width: 480px;
    padding-bottom: 270px; }

.Markdown, .ReplyEditor__body.rte {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }
  .Markdown h1, .Markdown h2, .Markdown h3, .Markdown h4, .Markdown h5, .Markdown h6, .ReplyEditor__body.rte h1, .ReplyEditor__body.rte h2, .ReplyEditor__body.rte h3, .ReplyEditor__body.rte h4, .ReplyEditor__body.rte h5, .ReplyEditor__body.rte h6 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .Markdown h1, .ReplyEditor__body.rte h1 {
    margin: 2.5rem 0 .3rem;
    font-size: 160%; }
  .Markdown h2, .ReplyEditor__body.rte h2 {
    margin: 2.5rem 0 .3rem;
    font-size: 140%; }
  .Markdown h3, .ReplyEditor__body.rte h3 {
    margin: 2rem 0 0.3rem;
    font-size: 120%; }
  .Markdown h4, .ReplyEditor__body.rte h4 {
    margin: 1.5rem 0 0.2rem;
    font-size: 110%; }
  .Markdown h5, .ReplyEditor__body.rte h5 {
    margin: 1rem 0 0.2rem;
    font-size: 100%; }
  .Markdown h6, .ReplyEditor__body.rte h6 {
    margin: 1rem 0 0.2rem;
    font-size: 90%; }
  .Markdown code, .ReplyEditor__body.rte code {
    padding: 0.2rem;
    font-size: 85%;
    border-radius: 3px;
    border: none;
    background-color: #F4F4F4;
    font-weight: inherit;
    overflow: scroll; }
  .Markdown pre > code, .ReplyEditor__body.rte pre > code {
    display: block; }
  .Markdown strong, .ReplyEditor__body.rte strong {
    font-weight: 600; }
  .Markdown ol, .Markdown ul, .ReplyEditor__body.rte ol, .ReplyEditor__body.rte ul {
    margin-left: 2rem; }
  .Markdown table td, .ReplyEditor__body.rte table td {
    word-break: normal; }
  .Markdown p, .ReplyEditor__body.rte p {
    font-size: 100%;
    line-height: 150%;
    margin: 0 0 1.5rem 0; }
  .Markdown img, .ReplyEditor__body.rte img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: none; }
  .Markdown iframe, .ReplyEditor__body.rte iframe {
    max-width: 100%;
    max-height: 75vw; }
  .Markdown div.pull-right, .ReplyEditor__body.rte div.pull-right {
    float: right;
    padding-left: 1rem;
    max-width: 50%; }
  .Markdown div.pull-left, .ReplyEditor__body.rte div.pull-left {
    float: left;
    padding-right: 1rem;
    max-width: 50%; }
  .Markdown div.text-justify, .ReplyEditor__body.rte div.text-justify {
    text-align: justify; }
  .Markdown div.text-right, .ReplyEditor__body.rte div.text-right {
    text-align: right; }
  .Markdown div.text-center, .ReplyEditor__body.rte div.text-center {
    text-align: center; }
  .Markdown div.text-rtl, .ReplyEditor__body.rte div.text-rtl {
    direction: rtl; }
  .Markdown div.videoWrapper, .ReplyEditor__body.rte div.videoWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.2%;
    position: relative; }
    .Markdown div.videoWrapper iframe, .ReplyEditor__body.rte div.videoWrapper iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .theme-original .Markdown blockquote, .theme-original .ReplyEditor__body.rte blockquote {
    border-left: 1px solid #788187; }
  .theme-light .Markdown blockquote, .theme-light .ReplyEditor__body.rte blockquote {
    border-left: 1px solid #788187; }
  .theme-dark .Markdown blockquote, .theme-dark .ReplyEditor__body.rte blockquote {
    border-left: 1px solid #A6B2BA; }
  .theme-original .Markdown blockquote > p, .theme-original .ReplyEditor__body.rte blockquote > p {
    color: #788187; }
  .theme-light .Markdown blockquote > p, .theme-light .ReplyEditor__body.rte blockquote > p {
    color: #788187; }
  .theme-dark .Markdown blockquote > p, .theme-dark .ReplyEditor__body.rte blockquote > p {
    color: #A6B2BA; }

.App {
  min-height: 100vh;
  padding-top: 50px; }

.App__content {
  margin-top: 2.1rem; }

.mini-header .App__content {
  margin-top: 0; }

.welcomeWrapper {
  margin-top: -1rem;
  padding-bottom: 1rem; }

.welcomeBanner {
  padding: 4em 0 0em;
  background-color: #171F24;
  color: #fff; }
  @media only screen and (min-width: 47.5em) {
    .welcomeBanner {
      padding: 3em 0 3em;
      min-height: 440px; } }
  @media only screen and (min-width: 75em) {
    .welcomeBanner {
      min-height: 552px; } }

.RightMenu {
  background-color: #555;
  height: 100vh;
  color: #fff;
  padding-top: 3rem; }
  .RightMenu .close-button {
    color: #fff; }
  .RightMenu .menu > li > a {
    color: #fff;
    border-top: 1px solid #777; }
  .RightMenu .menu > li > a:hover {
    background-color: #666; }
  .RightMenu .menu > li.last {
    border-bottom: 1px solid #777; }
  .RightMenu .button.hollow {
    color: #fff;
    border: none; }

.welcomeBanner {
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  .welcomeBanner h2 {
    font-weight: bold;
    margin-bottom: 16px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    max-width: 240px;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media only screen and (min-width: 47.5em) {
      .welcomeBanner h2 {
        font-size: 34px;
        font-size: 2.125rem;
        max-width: 280px; } }
  .welcomeBanner h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 1rem;
    width: 85%;
    max-width: 310px;
    /*margin: 0 auto; */
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3 !important;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media only screen and (min-width: 47.5em) {
      .welcomeBanner h4 {
        font-size: 17px;
        font-size: 1.0625rem; } }
  .welcomeBanner .buttonWrapper {
    padding: 15px; }
  @media only screen and (min-width: 47.5em) {
    .welcomeBanner .row {
      -ms-flex-align: center;
          align-items: center; } }
  .welcomeBanner .button {
    min-width: 120px;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    text-transform: initial;
    border-radius: 0;
    background-color: #fff;
    color: #171F24;
    border: none;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 2px 2px 0 0 #06D6A9;
    padding: 16px;
    margin-right: 18px;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .welcomeBanner .button:hover, .welcomeBanner .button:focus {
      background-color: #06D6A9;
      color: #fff;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.1), 4px 4px 0 0 #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 47.5em) {
      .welcomeBanner .button {
        font-size: 18px;
        font-size: 1.125rem;
        min-width: 132px; } }
  .welcomeBanner .button--primary {
    opacity: 0;
    filter: alpha(opacity=0); }
  .welcomeBanner .close-button {
    top: 0.8rem;
    right: 0; }
    @media only screen and (min-width: 47.5em) {
      .welcomeBanner .close-button {
        top: 0.5rem; } }
  .welcomeBanner .button.hollow {
    background: none;
    box-shadow: none;
    color: #06D6A9;
    border: 1px solid #06D6A9; }
  .welcomeBanner .button.ghost {
    background: transparent;
    color: #fff;
    border: 1px solid #30414A;
    box-shadow: 0px 0px 0px 0 #30414A, 2px 2px 0 0 #30414A;
    opacity: 0;
    filter: alpha(opacity=0); }
    .welcomeBanner .button.ghost:hover, .welcomeBanner .button.ghost:focus {
      box-shadow: 0px 0px 0px 0 #30414A, 4px 4px 0 0 #06D6A9; }
  .welcomeBanner .heroImage {
    max-height: 360px;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: fade-in-up 0.6s ease-out both; }
    @media screen and (prefers-reduced-motion) {
      .welcomeBanner .heroImage {
        animation: none;
        opacity: 1;
        filter: alpha(opacity=100); } }
  .welcomeBanner .welcomeImage {
    padding: 0em 4em 1em 3em; }
    @media only screen and (min-width: 47.5em) {
      .welcomeBanner .welcomeImage {
        padding: 3em; } }
  .welcomeBanner .welcomePitch {
    padding: 20px; }
    @media only screen and (min-width: 47.5em) {
      .welcomeBanner .welcomePitch {
        padding-left: 40px; } }

.App__announcement {
  padding-right: 40px;
  padding-top: 40px; }
  .App__announcement .close-button {
    right: 0; }

.LoginForm .login-modal-buttons {
  margin-top: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .LoginForm .login-modal-buttons .register {
    text-align: right; }
    .LoginForm .login-modal-buttons .register .register-title {
      font-size: 0.8em; }
    .LoginForm .login-modal-buttons .register .register-link {
      font-size: 1.2em; }
      .LoginForm .login-modal-buttons .register .register-link a {
        color: #1FBF8F; }

.MarkdownViewer__negative_group {
  color: crimson;
  border-top: 1px solid #cacaca;
  padding-top: 1rem; }

.MarkdownViewer {
  height: 100%;
  overflow: hidden; }

.Memo--badActor .bad-actor-caution,
.Memo--badActor .from-negative-rep-user-caution,
.Memo--fromNegativeRepUser .bad-actor-caution,
.Memo--fromNegativeRepUser .from-negative-rep-user-caution {
  color: #ce0050;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.Memo--badActor .bad-actor-explained,
.Memo--badActor .from-negative-rep-user-explained,
.Memo--fromNegativeRepUser .bad-actor-explained,
.Memo--fromNegativeRepUser .from-negative-rep-user-explained {
  opacity: .5;
  font-size: 75%;
  max-width: 30em; }

.Memo--badActor .bad-actor-reveal-memo,
.Memo--badActor .from-negative-rep-user-reveal-memo,
.Memo--fromNegativeRepUser .bad-actor-reveal-memo,
.Memo--fromNegativeRepUser .from-negative-rep-user-reveal-memo {
  opacity: .5;
  font-size: 75%;
  text-decoration: underline; }

.Icon {
  vertical-align: middle; }
  .Icon > svg, .Icon span.icon {
    width: 1.12rem;
    height: 1.12rem;
    vertical-align: top; }
  .Icon.fill-black > svg > path {
    fill: black; }

.Icon_1_5x > svg, span.Icon_1_5x {
  width: 1.5rem;
  height: 1.5rem; }

.Icon_2x > svg, span.Icon_2x {
  width: 2rem;
  height: 2rem; }

.Icon_3x > svg, span.Icon_3x {
  width: 3rem;
  height: 3rem; }

.Icon_4x > svg, span.Icon_4x {
  width: 4.60rem;
  height: 4.60rem; }

.Icon_5x > svg, span.Icon_5x {
  width: 5.75rem;
  height: 5.75rem;
  margin: 24px 0 24px 0; }

.Icon_10x > svg, span.Icon_10x {
  width: 10rem;
  height: 10rem;
  margin: 24px 0 24px 0; }

.Icon.dropdown-arrow polygon {
  fill: #8a8a8a; }

.loading-panel {
  z-index: 1000;
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  margin: auto;
  height: 100px;
  max-height: 110px;
  width: 10rem;
  background-color: #999;
  opacity: 0.4;
  border-radius: 5px; }

.progress-indicator {
  height: 50px;
  vertical-align: middle;
  margin: 46px 20px 20px 20px;
  text-align: center;
  color: #000;
  display: none; }

.progress-indicator > span {
  vertical-align: middle;
  display: table-cell; }

.with-progress .progress-indicator {
  display: table; }

.spinner {
  width: 64px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.with-progress .spinner {
  margin: 20px auto 0 auto; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.spinner .bounce1 {
  animation-delay: -0.32s; }

.spinner .bounce2 {
  animation-delay: -0.16s; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.three-bounce > div {
  width: 18px;
  height: 18px;
  background-color: #777;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

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

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

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.LoadingIndicator.circle.inline {
  display: inline-block;
  position: relative;
  top: 6px; }

.LoadingIndicator.circle.circle-strong {
  padding-top: 2em;
  padding-bottom: 2em; }
  .LoadingIndicator.circle.circle-strong div {
    border-width: 1px;
    border-color: #06D6A9;
    border-right-color: transparent;
    border-top-color: transparent; }

.LoadingIndicator.circle div {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: 1px solid #06D6A9;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  animation: loading 500ms infinite linear; }

.Userpic {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px; }

.FormattedAsset .prefix {
  padding-right: 0.1rem; }

.DropdownMenu {
  position: relative;
  display: inline-block; }
  .DropdownMenu .Icon.dropdown-arrow {
    top: 2px;
    margin-right: 0; }
  .DropdownMenu > .VerticalMenu {
    visibility: hidden;
    min-width: 145px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1000;
    display: block;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 2px;
    transform: translateY(10%);
    transition: all 0.3s ease 0s, visibility 0s linear 0.3s;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); }
    .theme-original .DropdownMenu > .VerticalMenu {
      background-color: #fcfcfc;
      border: 1px solid #788187; }
    .theme-light .DropdownMenu > .VerticalMenu {
      background-color: #fcfcfc;
      border: 1px solid #788187; }
    .theme-dark .DropdownMenu > .VerticalMenu {
      background-color: #1C252B;
      border: 1px solid #A6B2BA; }
  .DropdownMenu.show > .VerticalMenu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 0s; }
    .DropdownMenu.show > .VerticalMenu a {
      transition: 0.2s all ease-in-out; }
      .theme-original .DropdownMenu.show > .VerticalMenu a {
        color: #333; }
      .theme-light .DropdownMenu.show > .VerticalMenu a {
        color: #333; }
      .theme-dark .DropdownMenu.show > .VerticalMenu a {
        color: #fcfcfc; }
      .theme-original .DropdownMenu.show > .VerticalMenu a:hover {
        color: #004EFF; }
      .theme-light .DropdownMenu.show > .VerticalMenu a:hover {
        color: #1FBF8F; }
      .theme-dark .DropdownMenu.show > .VerticalMenu a:hover {
        color: #06D6A9; }
  .DropdownMenu.left > .VerticalMenu {
    position: absolute;
    right: 0%; }
  .DropdownMenu.right > .VerticalMenu {
    position: absolute;
    left: 0%; }
  .DropdownMenu .DropdownMenu.move-left .VerticalMenu {
    left: -50%; }

@media (max-width: 639px) {
  .DropdownMenu > .VerticalMenu {
    right: auto; } }

@media (max-width: 374px) {
  .DropdownMenu > .VerticalMenu {
    max-width: 200px; } }

.VerticalMenu {
  width: 200px; }
  .VerticalMenu .Icon {
    padding-left: 0.1rem;
    margin-right: 14px;
    top: 0; }
  .theme-original .VerticalMenu svg path, .theme-original .VerticalMenu svg polygon {
    fill: #788187; }
  .theme-light .VerticalMenu svg path, .theme-light .VerticalMenu svg polygon {
    fill: #788187; }
  .theme-dark .VerticalMenu svg path, .theme-dark .VerticalMenu svg polygon {
    fill: #A6B2BA; }
  .VerticalMenu > li > a {
    color: #333333;
    line-height: 1rem;
    position: relative;
    transition: 0.2s all ease-in-out; }
  .VerticalMenu > li > a:hover {
    text-decoration: none; }
    .theme-original .VerticalMenu > li > a:hover {
      background-color: #fcfcfc; }
    .theme-light .VerticalMenu > li > a:hover {
      background-color: #fcfcfc; }
    .theme-dark .VerticalMenu > li > a:hover {
      background-color: #2C3A45; }
  .VerticalMenu > li.title {
    padding: 0.4rem;
    font-weight: bold;
    text-align: left;
    padding-left: 16px; }
    .theme-original .VerticalMenu > li.title {
      border-bottom: 1px solid #eee; }
    .theme-light .VerticalMenu > li.title {
      border-bottom: 1px solid #eee; }
    .theme-dark .VerticalMenu > li.title {
      border-bottom: 1px solid #232F38; }

.HorizontalMenu {
  display: none; }
  .HorizontalMenu .active > a {
    background: none;
    font-weight: bold; }
    .theme-original .HorizontalMenu .active > a {
      color: #004EFF; }
    .theme-light .HorizontalMenu .active > a {
      color: #1FBF8F; }
    .theme-dark .HorizontalMenu .active > a {
      color: #06D6A9; }
  .HorizontalMenu > li:first-child > a {
    padding-left: 0; }
  .HorizontalMenu > li:last-child > a {
    padding-right: 0; }
  .HorizontalMenu .input-group-button {
    z-index: 1;
    transform: scaleX(-1);
    padding-left: 10px; }

@media screen and (min-width: 52.5em) {
  ul.HorizontalMenu.menu {
    display: -ms-flexbox;
    display: flex; }
    ul.HorizontalMenu.menu li > a {
      padding-right: 0.5em;
      line-height: 1.5rem;
      display: -ms-flexbox;
      display: flex;
      text-transform: lowercase;
      padding-left: 0.5em;
      padding-right: 0.5em; }
    ul.HorizontalMenu.menu .active {
      font-weight: bold; } }

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

.GeneratedPasswordInput__generated_password {
  text-transform: none;
  display: block;
  padding: 0.2rem 0.5rem;
  color: #c7254e;
  font-size: 1rem;
  background: #fff;
  word-break: break-all;
  text-align: center; }

.GeneratedPasswordInput__field {
  margin-top: 1rem; }

.GeneratedPasswordInput__checkboxes {
  margin-top: 1.5rem; }

.GeneratedPasswordInput__backup_text {
  text-align: center;
  font-weight: bold; }

.theme-original .ChangePassword__rules {
  color: #788187; }

.theme-light .ChangePassword__rules {
  color: #788187; }

.theme-dark .ChangePassword__rules {
  color: #A6B2BA; }

.ChangePassword__code {
  display: block;
  padding: 0.2rem 0.5rem;
  background: #fff;
  color: #c7254e;
  word-wrap: break-word;
  text-align: center; }

.ChangePassword__backup_text {
  color: #8a8a8a;
  font-size: 90%;
  text-align: center;
  font-weight: bold; }

.ChangePassword .button.hollow {
  margin-top: 4px; }

.ChangePassword .ChangePassword__btn-container .button {
  margin-bottom: 2em; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 200ms ease-out;
  cursor: pointer; }
  .youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 0.2s ease-out; }
    .youtube .play:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.UserKeys {
  max-width: 1200px;
  margin: 0 auto; }
  .UserKeys h1, .UserKeys h3, .UserKeys h5 {
    font-weight: bold; }
  .UserKeys h1 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 16px; }
  .UserKeys h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0; }
  .UserKeys h5 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 12px; }
  .UserKeys__intro {
    margin-bottom: 3em;
    padding: 16px; }
    @media only screen and (min-width: 47.5em) {
      .UserKeys__intro {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .UserKeys__intro-col {
    max-width: 780px; }
    @media only screen and (min-width: 47.5em) {
      .UserKeys__intro-col:nth-child(1) {
        padding-right: 1em; } }
    .UserKeys__intro-col:nth-child(2) {
      padding-right: 1em; }
      @media only screen and (min-width: 47.5em) {
        .UserKeys__intro-col:nth-child(2) {
          padding-left: 1em;
          padding-right: 0; } }
  .UserKeys__diagram {
    margin-top: 2.5em;
    width: 100%;
    max-width: 400px; }
    @media only screen and (min-width: 47.5em) {
      .UserKeys__diagram {
        max-width: 360px; } }
  .UserKeys__p {
    font-size: 16px;
    font-size: 1rem;
    max-width: 660px; }
  .UserKeys__link {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold; }
  .UserKeys .hoverBackground {
    transition: 0.2s all ease-in-out; }
    .theme-original .UserKeys .hoverBackground:hover {
      background-color: #fcfcfc;
      color: #333; }
    .theme-light .UserKeys .hoverBackground:hover {
      background-color: #fcfcfc;
      color: #333; }
    .theme-dark .UserKeys .hoverBackground:hover {
      background-color: #2C3A45;
      color: #fcfcfc; }
  .UserKeys .user-keys-tabs {
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 0; }

.key {
  margin-bottom: 2em; }
  .theme-original .key {
    border: 1px solid #eee;
    background: #fff;
    border-top: 0; }
  .theme-light .key {
    border: 1px solid #eee;
    background: #fff;
    border-top: 0; }
  .theme-dark .key {
    border: 1px solid #232F38;
    background: #1C252B;
    border-top: 0; }
  .key__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4; }
    .key__description--last {
      margin-bottom: 0; }
  .key__title-container {
    display: none;
    padding: 16px; }
    @media only screen and (min-width: 64em) {
      .key__title-container {
        padding: 18px 24px; } }
    .theme-original .key__title-container {
      border-bottom: 1px solid #eee; }
    .theme-light .key__title-container {
      border-bottom: 1px solid #eee; }
    .theme-dark .key__title-container {
      border-bottom: 1px solid #232F38; }
  @media only screen and (min-width: 64em) {
    .key__content-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .key__col {
    padding: 16px; }
    @media only screen and (min-width: 64em) {
      .key__col {
        padding: 24px; } }
    @media only screen and (min-width: 64em) {
      .key__col:nth-child(1) {
        padding-right: 50px; } }
    .theme-original .key__col:nth-child(2) {
      border-left: 1px solid #eee;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px; }
    .theme-light .key__col:nth-child(2) {
      border-left: 1px solid #eee;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px; }
    .theme-dark .key__col:nth-child(2) {
      border-left: 1px solid #232F38;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px; }
  .key__public {
    display: none; }
  .key .button.hollow {
    margin: 12px 0 0 0;
    text-transform: capitalize;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    height: 40px;
    line-height: 1.2; }
    @media only screen and (min-width: 47.5em) {
      .key .button.hollow {
        position: relative;
        left: -2px;
        border-radius: 0 5px 5px 0;
        margin: 0; } }
    .theme-original .key .button.hollow {
      background-color: #1A5099;
      border: transparent;
      color: #fcfcfc; }
    .theme-light .key .button.hollow {
      background-color: #171F24;
      border: transparent;
      color: #fcfcfc; }
    .theme-dark .key .button.hollow {
      background-color: #fff;
      border: transparent;
      color: #2C3A45; }
    .theme-original .key .button.hollow:hover, .theme-original .key .button.hollow:focus {
      background-color: #4BA2F2;
      border: transparent; }
    .theme-light .key .button.hollow:hover, .theme-light .key .button.hollow:focus {
      background-color: #06D6A9;
      border: transparent; }
    .theme-dark .key .button.hollow:hover, .theme-dark .key .button.hollow:focus {
      background-color: #06D6A9;
      border: transparent; }
  .key__input {
    height: 40px;
    font-size: 10px;
    font-size: 0.625rem;
    overflow-x: scroll; }
    @media only screen and (min-width: 400px) {
      .key__input {
        font-size: 11px;
        font-size: 0.6875rem; } }
    @media only screen and (min-width: 520px) {
      .key__input {
        min-width: 500px;
        font-size: 14px;
        font-size: 0.875rem; } }
    @media only screen and (min-width: 620px) {
      .key__input {
        font-size: 15px;
        font-size: 0.9375rem; } }
  .key__private-container {
    width: 100%; }
    @media only screen and (min-width: 47.5em) {
      .key__private-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .key__private-input {
    width: 100%; }
  .key__private-title {
    width: 100%; }
  @media only screen and (min-width: 47.5em) {
    .key__reveal {
      -ms-flex: 0 0 75px;
          flex: 0 0 75px; } }

.permissions__h5 {
  margin-bottom: 16px; }

.permissions__p {
  margin-bottom: 4px;
  font-size: 15px;
  font-size: 0.9375rem; }

.permissions__li {
  padding: 2px;
  font-size: 15px;
  font-size: 0.9375rem; }

.UserKeys .key__input {
  cursor: text; }

.UserKeys .public-keys {
  margin: 6em 0 0;
  padding: 64px 0;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }
  .theme-original .UserKeys .public-keys {
    border-top: 1px solid #eee;
    background: #fefefe; }
  .theme-light .UserKeys .public-keys {
    border-top: 1px solid #eee;
    background: #fefefe; }
  .theme-dark .UserKeys .public-keys {
    border-top: 1px solid #232F38;
    background: #10151b; }
  .UserKeys .public-keys__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px; }
  .UserKeys .public-keys__intro {
    padding: 16px; }
    @media only screen and (min-width: 47.5em) {
      .UserKeys .public-keys__intro {
        padding: 24px 24px 0 16px; } }
  .UserKeys .public-keys__h3 {
    margin-bottom: 12px; }
  .UserKeys .public-keys__description {
    font-size: 16px;
    font-size: 1rem;
    max-width: 780px; }
  .UserKeys .public-keys__link {
    font-weight: bold;
    display: block;
    margin-top: 0px; }

.react-qr {
  position: relative;
  margin-top: 16px; }
  @media only screen and (min-width: 47.5em) {
    .react-qr {
      margin-left: 12px;
      margin-top: -24px;
      padding-right: 10px; } }

.Voting {
  white-space: nowrap !important; }
  .Voting span {
    white-space: nowrap !important; }
  .theme-original .Voting .dropdown-pane {
    border: 1px solid #788187; }
  .theme-light .Voting .dropdown-pane {
    border: 1px solid #788187; }
  .theme-dark .Voting .dropdown-pane {
    border: 1px solid #A6B2BA; }

.Voting__button .Icon {
  transform: translate3d(0, 0, 0); }

.Voting__button path {
  fill: #8a8a8a; }

.Voting__button circle {
  stroke: #8a8a8a; }

.Voting__button > a:hover path {
  fill: #333333; }

.Voting__about-flag {
  margin-right: 30px; }
  .Voting__about-flag .button {
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 18px;
    font-size: 1.125rem; }
    .theme-original .Voting__about-flag .button {
      background-color: #1A5099;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 transparent;
      color: #fcfcfc; }
    .theme-light .Voting__about-flag .button {
      background-color: #171F24;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
      color: #fcfcfc; }
    .theme-dark .Voting__about-flag .button {
      background-color: #fff;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
      color: #2C3A45; }
    .theme-original .Voting__about-flag .button:hover, .theme-original .Voting__about-flag .button:focus {
      background-color: #4BA2F2;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0;
      color: #fcfcfc;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .theme-light .Voting__about-flag .button:hover, .theme-light .Voting__about-flag .button:focus {
      background-color: #06D6A9;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #171F24;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .theme-dark .Voting__about-flag .button:hover, .theme-dark .Voting__about-flag .button:focus {
      background-color: #06D6A9;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #fff;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .theme-original .Voting__about-flag .button:visited, .theme-original .Voting__about-flag .button:active {
      color: #fcfcfc; }
    .theme-light .Voting__about-flag .button:visited, .theme-light .Voting__about-flag .button:active {
      color: #fcfcfc; }
    .theme-dark .Voting__about-flag .button:visited, .theme-dark .Voting__about-flag .button:active {
      color: #2C3A45; }

.Voting__button-up .Icon {
  margin-left: 0;
  border-radius: 50%; }

.Voting__button-up div > a {
  padding-right: 0.5rem; }

.Voting__button-up > a {
  padding-right: 0.5rem; }

.theme-original .Voting__button-up path {
  fill: #004EFF; }

.theme-light .Voting__button-up path {
  fill: #1FBF8F; }

.theme-dark .Voting__button-up path {
  fill: #06D6A9; }

.theme-original .Voting__button-up circle {
  stroke: #004EFF; }

.theme-light .Voting__button-up circle {
  stroke: #1FBF8F; }

.theme-dark .Voting__button-up circle {
  stroke: #06D6A9; }

@media screen and (min-width: 39.9375em) {
  .Voting__button-up .Icon:hover {
    box-shadow: 0 0 0 #4ba2f2;
    animation: pulse 2s infinite; } }

.Voting__button-up .close-button {
  position: relative;
  margin-left: 1em; }

.Voting__button-up > .dropdown-comp > .dropdown__content {
  position: absolute;
  top: -30px;
  left: -26px; }

.Voting__button-up > a:hover path, a.confirm_weight:hover path {
  fill: #fff; }

.theme-original .Voting__button-up > a:hover circle, .theme-original a.confirm_weight:hover circle {
  fill: #004EFF;
  stroke: #004EFF; }

.theme-light .Voting__button-up > a:hover circle, .theme-light a.confirm_weight:hover circle {
  fill: #06D6A9;
  stroke: #06D6A9; }

.theme-dark .Voting__button-up > a:hover circle, .theme-dark a.confirm_weight:hover circle {
  fill: #06D6A9;
  stroke: #06D6A9; }

.Voting__button-up > a:hover svg, a.confirm_weight:hover svg {
  background-size: contain;
  border-radius: 50%; }

.Voting__button-up.votingUp {
  padding-right: 0.5rem; }
  .Voting__button-up.votingUp svg {
    border: 1px solid #06D6A9;
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    animation: loading 500ms infinite linear; }

.Voting__button-down.votingDown svg {
  border: 1px solid #ff0264;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  animation: loading 500ms infinite linear; }

.Voting__button-down {
  margin-left: 0.25rem; }
  .Voting__button-down .Voting__button-downvotes {
    color: #aaa;
    font-size: 80%;
    vertical-align: 15%;
    padding-right: 0.1rem;
    cursor: default; }
  .Voting__button-down a:hover path {
    fill: #ff0264; }

.Voting__button--upvoted .Icon:hover {
  animation: none !important; }

.Voting__button--upvoted path {
  fill: #fff !important; }

.theme-original .Voting__button--upvoted circle {
  fill: #004EFF;
  stroke: #004EFF; }

.theme-light .Voting__button--upvoted circle {
  fill: #06D6A9;
  stroke: #06D6A9; }

.theme-dark .Voting__button--upvoted circle {
  fill: #06D6A9;
  stroke: #06D6A9; }

.Voting__button--upvoted a:hover path {
  fill: #fff !important; }

.theme-original .Voting__button--upvoted a:hover circle {
  fill: #4BA2F2;
  stroke: #4BA2F2; }

.theme-light .Voting__button--upvoted a:hover circle {
  fill: #049173;
  stroke: #049173; }

.theme-dark .Voting__button--upvoted a:hover circle {
  fill: #06D6A9;
  stroke: #06D6A9; }

.Voting__button--downvoted path {
  fill: #ff0264; }

.Voting .DropdownMenu ul {
  width: 260px; }
  .Voting .DropdownMenu ul li > a {
    padding: 0 0.5rem;
    line-height: 1.25; }
  .Voting .DropdownMenu ul li > span {
    padding: 0 0.5rem;
    line-height: 1.25; }

.DropdownMenu.Voting__voters_list ul li > span {
  padding: 0.25rem 0.5rem;
  font-size: 82.5%;
  display: block; }
  .theme-original .DropdownMenu.Voting__voters_list ul li > span {
    color: #788187; }
  .theme-light .DropdownMenu.Voting__voters_list ul li > span {
    color: #788187; }
  .theme-dark .DropdownMenu.Voting__voters_list ul li > span {
    color: #A6B2BA; }

.Voting__inner {
  padding-right: .8rem;
  margin-right: .6rem; }
  .theme-original .Voting__inner {
    border-right: 1px solid #f6f6f6; }
  .theme-light .Voting__inner {
    border-right: 1px solid #f6f6f6; }
  .theme-dark .Voting__inner {
    border-right: 1px solid #2B3A45; }
  .Voting__inner .DropdownMenu .Icon.dropdown-arrow {
    margin-right: -0.5rem;
    position: relative;
    top: 2px; }
  .Voting__inner .cancel {
    font-size: 80%;
    padding: 0 0.4em;
    margin-left: 0.5rem;
    margin-right: 2px;
    background-color: #f8f8f8;
    border-radius: 50%;
    border: 1px solid #dadada;
    color: #8a8a8a; }

.Voting__adjust_weight_down {
  right: 0;
  width: auto !important;
  max-width: 500px; }
  .theme-original .Voting__adjust_weight_down {
    background-color: #fcfcfc; }
  .theme-light .Voting__adjust_weight_down {
    background-color: #fcfcfc; }
  .theme-dark .Voting__adjust_weight_down {
    background-color: #1C252B; }
  .Voting__adjust_weight_down div.clear {
    clear: both; }
  .Voting__adjust_weight_down p, .Voting__adjust_weight_down span {
    white-space: normal !important; }
  .Voting__adjust_weight_down .weight-display {
    color: #ff0264 !important; }
  .Voting__adjust_weight_down .rangeslider {
    margin-right: 2rem; }

.Voting__adjust_weight, .Voting__adjust_weight_down {
  padding: 20px 20px 20px;
  margin-right: 10px;
  width: 350px;
  min-width: 320px;
  overflow: hidden; }
  .Voting__adjust_weight .Icon:hover, .Voting__adjust_weight_down .Icon:hover {
    animation: none !important; }
  .Voting__adjust_weight .weight-display, .Voting__adjust_weight_down .weight-display {
    width: 3rem;
    float: left;
    margin-right: 0.5rem;
    text-align: right;
    color: #8a8a8a;
    line-height: 2.6rem; }
  .Voting__adjust_weight a.confirm_weight, .Voting__adjust_weight_down a.confirm_weight {
    float: left;
    width: 2rem;
    height: 2rem;
    line-height: 2.6rem; }
  .Voting__adjust_weight .rangeslider, .Voting__adjust_weight_down .rangeslider {
    position: relative;
    float: left;
    background: #e6e6e6; }
    .Voting__adjust_weight .rangeslider .rangeslider__fill, .Voting__adjust_weight_down .rangeslider .rangeslider__fill, .Voting__adjust_weight .rangeslider .rangeslider__handle, .Voting__adjust_weight_down .rangeslider .rangeslider__handle {
      position: absolute; }
    .Voting__adjust_weight .rangeslider, .Voting__adjust_weight_down .rangeslider, .Voting__adjust_weight .rangeslider .rangeslider__fill, .Voting__adjust_weight_down .rangeslider .rangeslider__fill {
      display: block;
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
      border-radius: 10px; }
    .Voting__adjust_weight .rangeslider .rangeslider__handle, .Voting__adjust_weight_down .rangeslider .rangeslider__handle {
      background: #fff;
      border: 1px solid #ccc;
      cursor: pointer;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      top: 50%;
      transform: translate3d(-50%, -50%, 0); }
      .Voting__adjust_weight .rangeslider .rangeslider__handle:active, .Voting__adjust_weight_down .rangeslider .rangeslider__handle:active {
        background: #06D6A9;
        box-shadow: none; }
  .Voting__adjust_weight .rangeslider-horizontal, .Voting__adjust_weight_down .rangeslider-horizontal {
    height: 10px;
    width: 200px;
    background: none;
    float: left;
    margin-top: 18px; }
    .Voting__adjust_weight .rangeslider-horizontal .rangeslider__fill, .Voting__adjust_weight_down .rangeslider-horizontal .rangeslider__fill {
      height: 100%;
      background: #06D6A9;
      box-shadow: none;
      left: 0; }
  .Voting__adjust_weight .Voting__adjust_weight_close, .Voting__adjust_weight_down .Voting__adjust_weight_close {
    position: static;
    line-height: 2.6rem;
    font-size: 2rem;
    margin-left: 1rem; }

@media screen and (max-width: 39.9375em) {
  .Voting__button-up .dropdown-pane {
    margin-top: -36px;
    position: absolute;
    left: 1rem; } }

/* Medium and bigger */
@media screen and (min-width: 39.9375em) {
  .Voting__button-up {
    display: inline-block;
    position: relative; }
    .Voting__button-up .dropdown-pane {
      top: -18px;
      left: -28px; } }

/* Pulse for upvote action */

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #06d6a9; }
  70% {
    box-shadow: 0 0 0 10px rgba(6, 214, 169, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(6, 214, 169, 0); } }

.weight-container {
  min-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2px; }

div.Dialog__qr_viewer {
  text-align: center; }
  div.Dialog__qr_viewer h3 {
    text-transform: capitalize; }

form.search-input {
  height: 42px;
  /* small */ }
  form.search-input svg.search-input__icon {
    position: absolute;
    pointer-events: none;
    stroke-width: 1.2;
    fill: none; }
    .theme-original form.search-input svg.search-input__icon {
      stroke: #4BA2F2; }
    .theme-light form.search-input svg.search-input__icon {
      stroke: #171F24; }
    .theme-dark form.search-input svg.search-input__icon {
      stroke: #fff; }
  form.search-input input.search-input__inner {
    outline: none;
    padding: 9px 10px 9px 32px;
    width: 55px;
    border-radius: 25pc;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    background: transparent;
    box-shadow: none;
    width: 42px;
    height: 42px;
    color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .theme-original form.search-input input.search-input__inner {
      border: 1px solid rgba(202, 202, 202, 0.6); }
    .theme-light form.search-input input.search-input__inner {
      border: 1px solid rgba(202, 202, 202, 0.6); }
    .theme-dark form.search-input input.search-input__inner {
      border: 1px solid rgba(202, 202, 202, 0.6); }
    form.search-input input.search-input__inner:-ms-input-placeholder {
      color: transparent; }
    form.search-input input.search-input__inner::placeholder {
      color: transparent; }
    form.search-input input.search-input__inner:hover {
      background-color: #06D6A9; }
    form.search-input input.search-input__inner:focus {
      width: 180px;
      background-color: #fff;
      border-color: #06D6A9;
      box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
      width: 180px;
      padding-left: 2.5rem;
      background-color: transparent;
      cursor: auto; }
      .theme-original form.search-input input.search-input__inner:focus {
        border: #fff; }
      .theme-light form.search-input input.search-input__inner:focus {
        border: #fff; }
      .theme-dark form.search-input input.search-input__inner:focus {
        border: #1C252B; }
      .theme-original form.search-input input.search-input__inner:focus {
        color: #333; }
      .theme-light form.search-input input.search-input__inner:focus {
        color: #333; }
      .theme-dark form.search-input input.search-input__inner:focus {
        color: #fcfcfc; }
      form.search-input input.search-input__inner:focus:-ms-input-placeholder {
        color: #2C3A45; }
      form.search-input input.search-input__inner:focus::placeholder {
        color: #2C3A45; }
        .theme-original form.search-input input.search-input__inner:focus:-ms-input-placeholder {
          color: #788187; }
        .theme-original form.search-input input.search-input__inner:focus::placeholder {
          color: #788187; }
        .theme-light form.search-input input.search-input__inner:focus:-ms-input-placeholder {
          color: #788187; }
        .theme-light form.search-input input.search-input__inner:focus::placeholder {
          color: #788187; }
        .theme-dark form.search-input input.search-input__inner:focus:-ms-input-placeholder {
          color: #A6B2BA; }
        .theme-dark form.search-input input.search-input__inner:focus::placeholder {
          color: #A6B2BA; }

.icon-button__svg {
  display: block;
  transition: all 0.3s ease-in-out; }
  .icon-button__svg.icon-button__svg--small {
    width: 32px;
    height: 32px; }
    @media only screen and (min-width: 47.5em) {
      .icon-button__svg.icon-button__svg--small {
        width: 32px;
        height: 32px; } }
  .icon-button__svg.icon-button__svg--medium {
    width: 36px;
    height: 36px; }
    @media only screen and (min-width: 47.5em) {
      .icon-button__svg.icon-button__svg--medium {
        width: 42px;
        height: 42px; } }
  .icon-button__svg.icon-button__svg--large {
    width: 42px;
    height: 42px; }
    @media only screen and (min-width: 47.5em) {
      .icon-button__svg.icon-button__svg--large {
        width: 48px;
        height: 48px; } }
  .icon-button__svg.icon-button__svg--green {
    fill: #06D6A9; }
  .icon-button__svg.icon-button__svg--transparent {
    fill: transparent; }
  .icon-button__svg .icon-button {
    transition: all 0.3s ease-in-out;
    stroke-width: 0.5; }
    .theme-original .icon-button__svg .icon-button.icon-button__border--transparent {
      stroke: #cacaca; }
    .theme-light .icon-button__svg .icon-button.icon-button__border--transparent {
      stroke: #cacaca; }
    .theme-dark .icon-button__svg .icon-button.icon-button__border--transparent {
      stroke: #A6B2BA; }
    .theme-original .icon-button__svg .icon-button.icon-button__border--green {
      stroke: #06D6A9; }
    .theme-light .icon-button__svg .icon-button.icon-button__border--green {
      stroke: #06D6A9; }
    .theme-dark .icon-button__svg .icon-button.icon-button__border--green {
      stroke: #06D6A9; }
    .icon-button__svg .icon-button.icon-button--transparent {
      fill-rule: evenodd; }
      .theme-original .icon-button__svg .icon-button.icon-button--transparent {
        fill: #4BA2F2; }
      .theme-light .icon-button__svg .icon-button.icon-button--transparent {
        fill: #171F24; }
      .theme-dark .icon-button__svg .icon-button.icon-button--transparent {
        fill: #fff; }
      .icon-button__svg .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
        fill: transparent;
        stroke-width: 1; }
        .theme-original .icon-button__svg .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
          stroke: #4BA2F2; }
        .theme-light .icon-button__svg .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
          stroke: #171F24; }
        .theme-dark .icon-button__svg .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
          stroke: #fff; }
    .icon-button__svg .icon-button.icon-button--green {
      fill-rule: evenodd; }
      .theme-original .icon-button__svg .icon-button.icon-button--green {
        fill: #fff; }
      .theme-light .icon-button__svg .icon-button.icon-button--green {
        fill: #fff; }
      .theme-dark .icon-button__svg .icon-button.icon-button--green {
        fill: #fff; }
  .icon-button__svg :hover {
    stroke: #eee;
    stroke-width: 0.5;
    cursor: pointer; }
    .theme-original .icon-button__svg :hover {
      fill: #1A5099; }
    .theme-light .icon-button__svg :hover {
      fill: #171F24; }
    .theme-dark .icon-button__svg :hover {
      fill: #fff; }
    .icon-button__svg :hover .icon-button.icon-button__border {
      stroke-width: 2; }
      .theme-original .icon-button__svg :hover .icon-button.icon-button__border {
        stroke: #1A5099; }
      .theme-light .icon-button__svg :hover .icon-button.icon-button__border {
        stroke: #171F24; }
      .theme-dark .icon-button__svg :hover .icon-button.icon-button__border {
        stroke: #fff; }
    .theme-original .icon-button__svg :hover .icon-button.icon-button__svg {
      fill: #1A5099; }
    .theme-light .icon-button__svg :hover .icon-button.icon-button__svg {
      fill: #171F24; }
    .theme-dark .icon-button__svg :hover .icon-button.icon-button__svg {
      fill: #fff; }
    .theme-original .icon-button__svg :hover .icon-button.icon-button--transparent {
      fill: #fcfcfc; }
    .theme-light .icon-button__svg :hover .icon-button.icon-button--transparent {
      fill: #fcfcfc; }
    .theme-dark .icon-button__svg :hover .icon-button.icon-button--transparent {
      fill: #2C3A45; }
    .icon-button__svg :hover .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
      fill: transparent;
      stroke-width: 1; }
      .theme-original .icon-button__svg :hover .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
        stroke: #fcfcfc; }
      .theme-light .icon-button__svg :hover .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
        stroke: #fcfcfc; }
      .theme-dark .icon-button__svg :hover .icon-button.icon-button--transparent.icon-button__magnifyingGlass {
        stroke: #2C3A45; }
    .theme-original .icon-button__svg :hover .icon-button.icon-button--green {
      fill: #fcfcfc; }
    .theme-light .icon-button__svg :hover .icon-button.icon-button--green {
      fill: #fcfcfc; }
    .theme-dark .icon-button__svg :hover .icon-button.icon-button--green {
      fill: #2C3A45; }

.logo {
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .logo .logo__steemit {
    fill: #06D6A9;
    transition: 0.25s all ease-in-out; }
  @media (hover: hover) {
    .theme-original .logo:hover .logo__steemit, .theme-original .logo:active .logo__steemit {
      fill: #4BA2F2; }
    .theme-light .logo:hover .logo__steemit, .theme-light .logo:active .logo__steemit {
      fill: #171F24; }
    .theme-dark .logo:hover .logo__steemit, .theme-dark .logo:active .logo__steemit {
      fill: #fff; } }

.SanitizedLink--phishyLink {
  color: #ce0050;
  font-size: 75%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .SanitizedLink--phishyLink .phishylink-reveal-link {
    padding-left: .5em;
    opacity: .5;
    font-size: 75%;
    text-decoration: underline; }

.helptip {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 98;
  cursor: pointer;
  width: auto;
  vertical-align: middle;
  margin-left: 0.625em; }
  .helptip svg.icon-button__svg.icon-button__svg--small {
    width: 24px;
    height: 24px; }

.helptip:before {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  z-index: 40; }

.helptip__box {
  position: absolute;
  padding: 1em;
  border: 1px solid;
  bottom: 150%;
  right: 0;
  width: auto; }
  .theme-original .helptip__box {
    background: #fff; }
  .theme-light .helptip__box {
    background: #fff; }
  .theme-dark .helptip__box {
    background: #1C252B; }
  .theme-original .helptip__box {
    border-color: #4BA2F2; }
  .theme-light .helptip__box {
    border-color: #171F24; }
  .theme-dark .helptip__box {
    border-color: #fff; }
  @media only screen and (min-width: 47.5em) {
    .helptip__box {
      min-width: 150px; } }
  @media only screen and (min-width: 75em) {
    .helptip__box {
      min-width: 200px; } }

.helptip__box:after, .helptip__box:before {
  top: 100%;
  left: calc(100% - 20px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.helptip__box:after {
  border-width: 10px;
  margin-left: -5px; }
  .theme-original .helptip__box:after {
    border-top-color: #fff; }
  .theme-light .helptip__box:after {
    border-top-color: #fff; }
  .theme-dark .helptip__box:after {
    border-top-color: #1C252B; }

.helptip__box:before {
  border-width: 11px;
  margin-left: -6px; }
  .theme-original .helptip__box:before {
    border-top-color: #4BA2F2; }
  .theme-light .helptip__box:before {
    border-top-color: #171F24; }
  .theme-dark .helptip__box:before {
    border-top-color: #fff; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .Icon.dropdown-arrow {
    top: 2px;
    margin-right: 0; }
  .dropdown > .dropdown__content {
    visibility: hidden;
    min-width: 145px;
    z-index: 1000;
    display: block;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    top: 100%;
    padding: 2px;
    transform: translateY(10%);
    transition: all 0.3s ease 0s, visibility 0s linear 0.3s;
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75); }
    .theme-original .dropdown > .dropdown__content {
      background-color: #fcfcfc;
      border: 1px solid #788187; }
    .theme-light .dropdown > .dropdown__content {
      background-color: #fcfcfc;
      border: 1px solid #788187; }
    .theme-dark .dropdown > .dropdown__content {
      background-color: #1C252B;
      border: 1px solid #A6B2BA; }
  .dropdown.show > .dropdown__content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 0s; }
    .dropdown.show > .dropdown__content a {
      transition: 0.2s all ease-in-out; }
      .theme-original .dropdown.show > .dropdown__content a:hover {
        color: #004EFF; }
      .theme-light .dropdown.show > .dropdown__content a:hover {
        color: #1FBF8F; }
      .theme-dark .dropdown.show > .dropdown__content a:hover {
        color: #06D6A9; }
  .dropdown.left > .dropdown__content {
    position: absolute;
    right: 0%; }
  .dropdown.right > .dropdown__content {
    position: absolute;
    left: 0%; }

.community--form label {
  margin-top: 1rem; }

.community--form .button {
  margin-top: 1rem; }

.community--form .pwd {
  text-transform: none;
  display: block;
  padding: 0.2rem 0.5rem;
  color: #c7254e;
  font-size: 1rem;
  background: #fff;
  word-break: break-all;
  text-align: left; }

.community--error {
  color: #c7254e; }

.input-box input {
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  border: 1px solid #7e7d7d;
  outline: none;
  padding: 0.25rem 0.5rem 0.5rem 0;
  border-radius: 5px;
  padding: 1.5rem .5rem; }

.input-box {
  position: relative;
  margin-left: inherit; }

.input-box input:focus {
  border: 1px solid #06D6A9; }

.input-box label {
  transform: translateX(10px) translateY(-3rem);
  left: 0;
  padding: 1rem;
  padding-top: 0.5rem;
  pointer-events: none;
  font-size: 1rem;
  color: #7e7d7d;
  transition: 0.5s;
  margin-right: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.input-box input:focus ~ label,
.input-box .focus ~ label {
  transform: translateX(10px) translateY(-3.95rem);
  font-size: .75rem;
  padding: .45rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
  background-color: #06D6A9;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 5px; }

.VotersModal__content, .VotersModal__content--night {
  position: absolute;
  min-width: 300px;
  min-height: 500px;
  width: 95vw;
  height: 80vh;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -45%);
  overflow-y: auto;
  background-color: #ffffff;
  color: #000000;
  padding: 1rem;
  border-radius: 8px;
  margin-top: .5rem; }

.VotersModal__content .header, .VotersModal__content--night .header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }

.VotersModal__content--night {
  background-color: #2c3136;
  color: #ffffff; }

@media screen and (min-width: 990px) {
  .VotersModal__content {
    width: 90vw;
    max-width: 75rem;
    height: 85vh;
    margin-top: 0; } }

.voter-filter {
  margin: .75rem 0;
  width: 100%; }
  .voter-filter input {
    border-color: transparent;
    background-color: #fff; }
  .voter-filter input:-ms-input-placeholder {
    opacity: .5;
    color: #1FBF8F; }
  .voter-filter input::placeholder {
    opacity: .5;
    color: #1FBF8F; }

.voter-filter .input-box {
  margin-right: auto;
  margin-left: 0; }

.voters-modal__loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: center;
      flex-direction: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%; }

.voters-modal__loader .content__row {
  overflow: auto; }

.header {
  text-align: left; }

.header__id {
  color: #1FBF8F; }

.highlighted_row {
  background-color: #fff0f0 !important; }

.proxy_vote_row {
  background-color: #e2fac2 !important; }

.content {
  overflow-x: clip;
  display: block; }

.content__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.content__column__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.content__column__values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #788187; }

/* TABLES */
.voters-modal__header .content {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }

.voters-modal__header th {
  position: relative;
  cursor: pointer; }

.voters-modal__header th span {
  float: right;
  margin-left: 10px; }

.voters-modal__header th::after {
  content: "";
  display: table;
  clear: both; }

.voters-modal__header td {
  font-size: 1em; }

.voters-modal__header td a {
  color: #1FBF8F; }

.voters-modal__header td .influence-cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.voters-modal__header td .proxied_to {
  font-style: italic;
  font-size: 0.85em;
  margin-right: 5px; }

.voters-highlight-container {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px; }

.voters-highlight-box {
  width: 30px;
  height: 18px;
  border-radius: 4px; }

.voters-highlight-no-influence {
  border: 1px solid #9f9f9f;
  background-color: #fff0f0; }

.voters-highlight-influence-only {
  border: 1px solid #9f9f9f;
  background-color: #e2fac2; }

.ProposalCreatorModal__content, .ProposalCreatorModal__content--night {
  position: absolute;
  min-width: 300px;
  min-height: 500px;
  width: 95vw;
  height: 80vh;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  background-color: #ffffff;
  color: #000000;
  margin-top: 1.5rem;
  padding: 1rem;
  border-radius: 8px; }

.ProposalCreatorModal__content--night {
  background-color: #2c3136;
  color: #ffffff; }

@media screen and (min-width: 990px) {
  .ProposalCreatorModal__content {
    width: 40vw;
    height: 80vh;
    margin-top: 0; } }

form .input-wrapper {
  position: relative;
  width: 100%; }

form .forbidden svg path {
  fill: red; }

form .input-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  pointer-events: auto; }

form .icon-hidden {
  opacity: 0; }

form .icon-visible-on-hover-focus:hover .input-icon,
form .icon-visible-on-hover-focus:focus-within .input-icon,
form .icon-visible-on-hover-focus:hover input,
form .icon-visible-on-hover-focus input:hover {
  opacity: 1; }

span.Icon.info {
  opacity: 1;
  visibility: initial;
  background: transparent;
  margin: 0;
  padding: 0; }

.label-with-tooltip {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem; }

.label-with-tooltip label {
  display: inline;
  margin: 0;
  min-width: 140px; }

.info-hover-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: help; }

.info-hover-container .Icon.info {
  opacity: 1;
  background: transparent;
  padding: 0; }

.info-hover-container .info-msg {
  --tooltipScale: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(0.5rem) scale(var(--tooltipScale));
  transform-origin: top left;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  opacity: 1;
  visibility: visible;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 80%;
  white-space: normal;
  max-width: 250px;
  border: 2px solid #302a38;
  transition: transform 0.3s ease;
  z-index: 10; }

.info-hover-container:hover .info-msg {
  --tooltipScale: 1; }

.voters-modal__loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: center;
      flex-direction: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%; }

.header {
  text-align: left; }

.header__id {
  color: #1FBF8F; }

.content {
  overflow-x: clip;
  display: block; }

.content__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.content__column__user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.content__column__values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #788187; }

.steem-modal .button {
  text-transform: none;
  margin-right: 0 !important; }

.Header {
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  .theme-original .Header {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
  .theme-light .Header {
    background-color: #fff;
    border-bottom: 1px solid #eee; }
  .theme-dark .Header {
    background-color: #1C252B;
    border-bottom: 1px solid #232F38; }

.Header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 4rem;
  max-width: none; }

.Header__usermenu {
  margin-left: 0.5em; }

.ConnectionError {
  margin-right: 4rem;
  color: #ec5840; }

.Header__logotype {
  transition: 0.2s all ease-in-out;
  height: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .theme-original .Header__logotype .icon-svg {
    fill: #004EFF; }
  .theme-light .Header__logotype .icon-svg {
    fill: #06D6A9; }
  .theme-dark .Header__logotype .icon-svg {
    fill: #06D6A9; }

.Header__sort {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

@media only screen and (min-width: 75em) {
  .Header__search {
    display: none; } }

.Header__search--desktop {
  display: none; }
  @media only screen and (min-width: 75em) {
    .Header__search--desktop {
      display: block; } }

.Header__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 4rem; }
  .Header__buttons > .Header__user-signup > a {
    padding-right: 0.25rem;
    font-size: 1.125rem;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .Header__buttons > .Header__user-signup > a.Header__signup-link {
      padding: 0.6rem;
      text-transform: none;
      margin: 0 0.75rem 0 .5rem; }
  .Header__buttons > a {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }
    @media only screen and (min-width: 20em) {
      .Header__buttons > a {
        padding-left: 0.5rem;
        padding-right: 0.5rem; } }
  .Header__buttons div.LoadingIndicator {
    padding-right: 0.75rem; }

.Header__userpic {
  display: block;
  width: 36px;
  height: 36px; }
  .Header__userpic .Userpic {
    width: 36px !important;
    height: 36px !important; }
    @media only screen and (min-width: 47.5em) {
      .Header__userpic .Userpic {
        width: 40px !important;
        height: 40px !important;
        position: relative;
        top: -2px; } }

span.Header__hamburger.toggle-menu {
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
  margin-left: 0.25rem;
  cursor: pointer; }
  span.Header__hamburger.toggle-menu::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #333333;
    box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
    content: ''; }
  span.Header__hamburger.toggle-menu:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
  @media only screen and (min-width: 20em) {
    span.Header__hamburger.toggle-menu {
      margin-left: 0.5rem; } }
  @media only screen and (min-width: 47.5em) {
    span.Header__hamburger.toggle-menu {
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }
  span.Header__hamburger.toggle-menu::after {
    transition: 0.2s all ease-in-out; }
    .theme-original span.Header__hamburger.toggle-menu::after {
      background: #333;
      box-shadow: 0 7px 0 #333, 0 14px 0 #333; }
    .theme-light span.Header__hamburger.toggle-menu::after {
      background: #333;
      box-shadow: 0 7px 0 #333, 0 14px 0 #333; }
    .theme-dark span.Header__hamburger.toggle-menu::after {
      background: #fcfcfc;
      box-shadow: 0 7px 0 #fcfcfc, 0 14px 0 #fcfcfc; }
  .theme-original span.Header__hamburger.toggle-menu:hover::after {
    background: #004EFF;
    box-shadow: 0 7px 0 #004EFF, 0 14px 0 #004EFF; }
  .theme-light span.Header__hamburger.toggle-menu:hover::after {
    background: #1FBF8F;
    box-shadow: 0 7px 0 #1FBF8F, 0 14px 0 #1FBF8F; }
  .theme-dark span.Header__hamburger.toggle-menu:hover::after {
    background: #06D6A9;
    box-shadow: 0 7px 0 #06D6A9, 0 14px 0 #06D6A9; }

.annoucement-banner {
  text-align: left;
  position: relative;
  background: #171FC9;
  color: #fff; }
  .theme-original .annoucement-banner {
    border-bottom: 1px solid #f6f6f6; }
  .theme-light .annoucement-banner {
    border-bottom: 1px solid #f6f6f6; }
  .theme-dark .annoucement-banner {
    border-bottom: 1px solid #2B3A45; }
  @media only screen and (min-width: 47.5em) {
    .annoucement-banner {
      text-align: center; } }
  .annoucement-banner .close-button {
    position: absolute;
    top: 2px;
    right: 0px;
    transform: scale(0.85);
    color: #fff; }
    .annoucement-banner .close-button:hover, .annoucement-banner .close-button:focus {
      color: #ccc; }

.announcement-banner__text {
  margin: 0;
  padding: 10px 44px 10px 10px;
  font-family: helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3; }

.announcement-banner__link {
  color: #fafafa !important;
  text-decoration: underline; }

.SignUp {
  padding: 1rem 1rem 2rem 1rem; }
  .SignUp a.button {
    margin-top: 0.5rem; }
  .SignUp .button {
    width: 16rem; }

.SignUp--reddit-button {
  background-color: #ef4623; }
  .SignUp--reddit-button:hover {
    background-color: #e14623; }

.SignUp--fb-button {
  background-color: #3b5998; }
  .SignUp--fb-button:hover {
    background-color: #375998; }

.TermsAgree {
  height: 10em;
  resize: none;
  display: block;
  overflow: auto;
  border: 1px solid #cacaca; }

.LoginForm {
  max-width: 28rem;
  margin: 1rem auto 0.5rem auto; }
  .LoginForm label {
    text-transform: none; }
  .LoginForm form {
    margin-top: 1.5rem; }

.sign-up .button {
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.2rem;
  text-transform: none; }

.sign-up .button.hollow {
  border: 1px solid #ddd;
  color: #171F24;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  font-size: 1rem; }
  .sign-up .button.hollow:hover {
    border: 1px solid #049173;
    color: #049173;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }

.sign-up em {
  font-weight: bold;
  font-style: normal; }

.sign-up hr {
  margin: 1.75rem auto 2rem auto; }

.sign-up p {
  margin-bottom: 1rem; }

.LoginForm__save-login {
  margin-top: 0.5rem; }

.mini-header .logo-new, .mini-header.theme-light .logo-new, .mini-header.theme-dark .logo-new {
  transition: 0.2s ease-in-out;
  width: 120px;
  height: auto;
  opacity: 1;
  fill: #06D6A9; }
  @media only screen and (min-width: 47.5em) {
    .mini-header .logo-new, .mini-header.theme-light .logo-new, .mini-header.theme-dark .logo-new {
      width: 144px;
      height: auto; } }

.mini-header .icon-svg, .mini-header.theme-light .icon-svg, .mini-header.theme-dark .icon-svg {
  fill: #06D6A9; }

.mini-header .logo-new:hover .icon-svg, .mini-header.theme-light .logo-new:hover .icon-svg, .mini-header.theme-dark .logo-new:hover .icon-svg {
  fill: #171F24; }

.SidePanel {
  display: block; }
  .SidePanel__hide-signup {
    display: none; }
  .SidePanel .menu > li.last {
    border-bottom: 1px solid #232F38;
    color: #A6B2BA; }
  .SidePanel > div {
    background-color: #11161A;
    color: #fff;
    padding-top: 3rem;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 250px;
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    transition: visibility 250ms, transform ease 250ms; }
    .SidePanel > div .close-button {
      color: #fff; }
    .SidePanel > div .menu > li > a {
      transition: 0.2s all ease-in-out;
      border-top: 1px solid #171F24;
      color: #fff;
      border-bottom: 1px solid #11161A; }
    .SidePanel > div .menu > li > a:hover, .SidePanel > div .menu > li:focus {
      background-color: #171F24;
      border-bottom: 1px solid #06D6A9; }
      .SidePanel > div .menu > li > a:hover path, .SidePanel > div .menu > li:focus path {
        fill: #06D6A9; }
    .SidePanel > div .menu > li path {
      fill: #A6B2BA; }
    .SidePanel > div .menu > li a.menu-section {
      color: #A6B2BA; }
    .SidePanel > div .menu > li a.menu-section:hover, .SidePanel > div .menu > li a.menu-section:focus {
      cursor: default;
      background-color: inherit;
      border-bottom: 1px solid #11161A; }
    .SidePanel > div .menu > li .language {
      background-color: #11161A;
      color: #fff;
      border: none;
      padding-left: 16px; }
      .SidePanel > div .menu > li .language:hover {
        cursor: pointer; }
    .SidePanel > div ul:nth-of-type(n+3) {
      margin-top: 2rem; }
    .SidePanel > div.left {
      left: -250px; }
    .SidePanel > div.visible.left {
      transform: translate3d(250px, 0, 0); }
    .SidePanel > div.right {
      right: -250px;
      visibility: hidden;
      overflow-y: auto; }
    .SidePanel > div.visible.right {
      transform: translate3d(-250px, 0, 0);
      visibility: visible; }
  .SidePanel .Icon.extlink {
    position: relative;
    top: 3px;
    left: 2px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .SidePanel div ul:nth-of-type(n+2) {
    margin-top: 2rem; }
  .SidePanel > div > .menu > li > a {
    padding: 0.3rem 1rem; } }

.Settings {
  padding-top: 2rem; }
  .Settings .button {
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    text-transform: capitalize;
    border-radius: 0;
    font-size: 18px;
    font-size: 1.125rem; }
    .theme-original .Settings .button {
      background-color: #1A5099;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 transparent;
      color: #fcfcfc; }
    .theme-light .Settings .button {
      background-color: #171F24;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
      color: #fcfcfc; }
    .theme-dark .Settings .button {
      background-color: #fff;
      box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
      color: #2C3A45; }
    .theme-original .Settings .button:hover, .theme-original .Settings .button:focus {
      background-color: #4BA2F2;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0;
      color: #fcfcfc; }
    .theme-light .Settings .button:hover, .theme-light .Settings .button:focus {
      background-color: #06D6A9;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #171F24;
      color: #fff; }
    .theme-dark .Settings .button:hover, .theme-dark .Settings .button:focus {
      background-color: #06D6A9;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #fff;
      color: #fff; }
  .Settings .button.toggle-nightmode,
  .Settings .button.toggle-nightmode:hover,
  .Settings .button.toggle-nightmode:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #06D6A9;
    color: #1FBF8F;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase; }
  .Settings .button.toggle-nightmode:hover,
  .Settings .button.toggle-nightmode:focus {
    border: 1px solid #788187;
    color: #333; }
  .Settings .button.disabled, .Settings .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
  .Settings .success, .Settings .error {
    text-transform: capitalize;
    padding-left: 8px; }
  .theme-original .Settings .success {
    color: #004EFF; }
  .theme-light .Settings .success {
    color: #1FBF8F; }
  .theme-dark .Settings .success {
    color: #06D6A9; }
  .Settings p.error {
    position: relative;
    top: 4px;
    line-height: 1.2; }
  .Settings div.error {
    padding-left: 0; }
  .Settings label {
    text-transform: none !important; }
  .Settings h4 {
    font-weight: bold;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.125rem !important; }

.App.theme-dark .Settings .button.toggle-nightmode,
.App.theme-dark .Settings .button.toggle-nightmode:hover,
.App.theme-dark .Settings .button.toggle-nightmode:focus {
  border: 1px solid #06D6A9;
  color: #1FBF8F; }

.BottomPanel > div {
  background-color: rgba(220, 220, 220, 0.9);
  color: #fff;
  padding: 2rem 1rem 0.5rem 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: fixed;
  z-index: 1000;
  width: 400px;
  height: 90px;
  box-sizing: border-box;
  transition: visibility 250ms, transform ease 250ms;
  left: 50%;
  margin-left: -200px;
  bottom: -90px;
  visibility: hidden; }
  .BottomPanel > div .close-button {
    color: #000; }
  .BottomPanel > div.visible {
    transform: translate3d(0, -90px, 0);
    visibility: visible; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .BottomPanel > div {
    width: 100%;
    left: 0;
    margin-left: 0;
    border-radius: 0; } }

.UserWallet__balance {
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .theme-original .UserWallet__balance.UserWallet__balance.zebra {
    background-color: #f4f4f4;
    color: #333; }
  .theme-light .UserWallet__balance.UserWallet__balance.zebra {
    background-color: #f4f4f4;
    color: #333; }
  .theme-dark .UserWallet__balance.UserWallet__balance.zebra {
    background-color: #212C33;
    color: #fcfcfc; }

.UserWallet__buysp {
  margin-right: 0 !important;
  margin-top: 1rem; }

.buttonSmall {
  font-size: 10px;
  margin-top: 20px; }

.UserWallet__claimbox {
  margin: 1.5rem 0 0.5rem;
  padding: 1rem 1rem 1.1rem 1rem;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .theme-original .UserWallet__claimbox {
    border: 1px solid #eee;
    background-color: #f3faf0;
    color: #333; }
  .theme-light .UserWallet__claimbox {
    border: 1px solid #eee;
    background-color: #f3faf0;
    color: #333; }
  .theme-dark .UserWallet__claimbox {
    border: 1px solid #232F38;
    background-color: #11161A;
    color: #fcfcfc; }
  .UserWallet__claimbox-text {
    font-weight: bold; }
  .UserWallet__claimbox .button {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0; }
  @media only screen and (max-width: 680px) {
    .UserWallet__claimbox .button {
      margin: 8px 0 0 0; }
    .UserWallet__claimbox .buttonSmall {
      font-size: 10px;
      margin-left: -20px; } }

.link, .Markdown a, .ReplyEditor__body.rte a, .PlainLink, .Header__buttons > .Header__user-signup > a.Header__login-link, .Witnesses td > a {
  font-size: 15px;
  margin-left: 20px; }

.WalletSubMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5rem 0 1rem; }
  .WalletSubMenu > li > a {
    transition: 0.2s all ease-in-out;
    padding: 1em 1em 1em 0;
    font-size: 16px;
    font-size: 1rem; }
    @media only screen and (min-width: 47.5em) {
      .WalletSubMenu > li > a {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 1em 1.5em 1em 0; } }
    .theme-original .WalletSubMenu > li > a {
      color: #788187; }
    .theme-light .WalletSubMenu > li > a {
      color: #788187; }
    .theme-dark .WalletSubMenu > li > a {
      color: #A6B2BA; }
    .theme-original .WalletSubMenu > li > a:hover, .theme-original .WalletSubMenu > li > a:focus {
      color: #004EFF; }
    .theme-light .WalletSubMenu > li > a:hover, .theme-light .WalletSubMenu > li > a:focus {
      color: #1FBF8F; }
    .theme-dark .WalletSubMenu > li > a:hover, .theme-dark .WalletSubMenu > li > a:focus {
      color: #06D6A9; }
  .WalletSubMenu > li > a.active {
    cursor: default;
    font-weight: bold; }
    .theme-original .WalletSubMenu > li > a.active {
      color: #333; }
    .theme-light .WalletSubMenu > li > a.active {
      color: #333; }
    .theme-dark .WalletSubMenu > li > a.active {
      color: #fcfcfc; }
  .theme-original .WalletSubMenu {
    border-bottom: 1px solid #eee; }
  .theme-light .WalletSubMenu {
    border-bottom: 1px solid #eee; }
  .theme-dark .WalletSubMenu {
    border-bottom: 1px solid #232F38; }

@media only screen and (max-width: 40em) {
  .Wallet_dropdown {
    left: 10px !important; } }

.PowerdownModal .powerdown-amount {
  margin: 18px; }
  .PowerdownModal .powerdown-amount input {
    margin-top: 10px;
    margin-right: 10px;
    width: 30%; }

.PowerdownModal li + li {
  margin-top: 10px; }

.PowerdownModal .button {
  margin: 14px; }

.PowerdownModal .powerdown-notes {
  font-size: 80%;
  list-style: none; }

.PowerdownModal .rangeslider {
  position: relative;
  background: #e6e6e6; }
  .PowerdownModal .rangeslider .rangeslider__fill, .PowerdownModal .rangeslider .rangeslider__handle {
    position: absolute; }
  .PowerdownModal .rangeslider, .PowerdownModal .rangeslider .rangeslider__fill {
    display: block;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  .PowerdownModal .rangeslider .rangeslider__handle {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    position: absolute; }
    .PowerdownModal .rangeslider .rangeslider__handle:active {
      background: #06D6A9; }

.PowerdownModal .rangeslider-horizontal {
  height: 10px;
  background: none;
  margin: 18px; }
  .PowerdownModal .rangeslider-horizontal .rangeslider__fill {
    height: 100%;
    background: #06D6A9;
    box-shadow: none;
    left: 0; }
  .PowerdownModal .rangeslider-horizontal .rangeslider__handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -10px; }
    .PowerdownModal .rangeslider-horizontal .rangeslider__handle:active {
      box-shadow: none; }

.react-autocomplete-input {
  overflow-y: scroll;
  max-height: 16em;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  bottom: auto;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: block;
  font-size: 14px;
  list-style: none;
  padding: 1px;
  position: absolute;
  text-align: left;
  z-index: 20000; }

.react-autocomplete-input > div {
  cursor: pointer;
  padding: 10px;
  min-width: 100px; }

.react-autocomplete-input > .active {
  background-color: #06D6A9;
  color: #333; }
  .theme-original .react-autocomplete-input > .active {
    color: theme("textColorPrimary");
    background-color: #1A5099; }
  .theme-light .react-autocomplete-input > .active {
    color: theme("textColorPrimary");
    background-color: #06D6A9; }
  .theme-dark .react-autocomplete-input > .active {
    color: theme("textColorPrimary");
    background-color: #00FFC8; }

.react-autocomplete-input-no-data {
  border: 0 !important; }

.ProposalsList {
  max-width: 1000px;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .ProposalsList {
      width: 80%; } }
  @media only screen and (max-width: 768px) {
    .ProposalsList {
      width: 98%;
      padding: 0.5rem; } }
  .ProposalsList .search_proposal {
    margin: .75rem 0; }
    .ProposalsList .search_proposal input {
      border-color: transparent; }
      .theme-original .ProposalsList .search_proposal input {
        background-color: #fff; }
      .theme-light .ProposalsList .search_proposal input {
        background-color: #fff; }
      .theme-dark .ProposalsList .search_proposal input {
        background-color: #1C252B; }
    .ProposalsList .search_proposal input:-ms-input-placeholder {
      opacity: .75;
      font-weight: lighter; }
    .ProposalsList .search_proposal input::placeholder {
      opacity: .75;
      font-weight: lighter; }
      .theme-original .ProposalsList .search_proposal input:-ms-input-placeholder {
        color: #004EFF; }
      .theme-original .ProposalsList .search_proposal input::placeholder {
        color: #004EFF; }
      .theme-light .ProposalsList .search_proposal input:-ms-input-placeholder {
        color: #06D6A9; }
      .theme-light .ProposalsList .search_proposal input::placeholder {
        color: #06D6A9; }
      .theme-dark .ProposalsList .search_proposal input:-ms-input-placeholder {
        color: #06D6A9; }
      .theme-dark .ProposalsList .search_proposal input::placeholder {
        color: #06D6A9; }
  .ProposalsList .proposals__header__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
    -ms-flex-align: start;
        align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1rem; }
  .ProposalsList .proposals__header__info__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    padding: 12px 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border: 1px solid #d9d9d9; }
    .theme-original .ProposalsList .proposals__header__info__item {
      color: #004EFF;
      border-radius: 5px;
      background-color: #fff; }
    .theme-light .ProposalsList .proposals__header__info__item {
      color: #06D6A9;
      border-radius: 5px;
      background-color: #fff; }
    .theme-dark .ProposalsList .proposals__header__info__item {
      color: #06D6A9;
      border-radius: 5px;
      background-color: #1C252B; }
  .ProposalsList .proposals__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 1em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ProposalsList .proposals__header .proposals__title {
      font-size: 1.75rem !important;
      font-weight: bold; }
    .ProposalsList .proposals__header .proposals__filters {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .ProposalsList .proposals__header .proposals__filters .button {
        margin: 1.25rem 0 0 0;
        padding: 0.65em 1em;
        line-height: unset; }
      .ProposalsList .proposals__header .proposals__filters .proposals__select {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        font-size: 0.7rem;
        font-weight: bold;
        padding-top: 3px;
        margin-right: 0.5rem; }
        .ProposalsList .proposals__header .proposals__filters .proposals__select select {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
          .ProposalsList .proposals__header .proposals__filters .proposals__select select:not(:last-child) {
            margin-right: 0.5em; }
          @media only screen and (max-width: 768px) {
            .ProposalsList .proposals__header .proposals__filters .proposals__select select {
              height: 2rem;
              padding: 0.3rem; } }
      .ProposalsList .proposals__header .proposals__filters .proposals__order_direction {
        padding: .5rem;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        margin-right: 0.5rem; }
        .ProposalsList .proposals__header .proposals__filters .proposals__order_direction:hover {
          opacity: 0.8; }
        .ProposalsList .proposals__header .proposals__filters .proposals__order_direction .direction {
          font-size: 1.25rem; }
          .ProposalsList .proposals__header .proposals__filters .proposals__order_direction .direction.active {
            color: #ff0264; }
  .ProposalsList .proposals__item {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex; }
    .theme-original .ProposalsList .proposals__item {
      border-radius: 5px;
      background-color: #fff; }
    .theme-light .ProposalsList .proposals__item {
      border-radius: 5px;
      background-color: #fff; }
    .theme-dark .ProposalsList .proposals__item {
      border-radius: 5px;
      background-color: #1C252B; }
    @media only screen and (max-width: 768px) {
      .ProposalsList .proposals__item {
        -ms-flex-direction: column;
            flex-direction: column;
        padding-top: 0.7em;
        padding-bottom: 0.7em; } }
    .ProposalsList .proposals__item .proposals__content,
    .ProposalsList .proposals__item .proposals__votes {
      display: -ms-flexbox;
      display: flex;
      padding: 10px; }
    @media only screen and (max-width: 768px) {
      .ProposalsList .proposals__item .proposals__votes {
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px; } }
    .ProposalsList .proposals__item .proposals__content {
      -ms-flex: 0.9;
          flex: 0.9;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
      .ProposalsList .proposals__item .proposals__content .title {
        font-size: 1.4em;
        display: block; }
        .ProposalsList .proposals__item .proposals__content .title:hover {
          opacity: 0.7; }
        .ProposalsList .proposals__item .proposals__content .title .id {
          font-weight: bold; }
          .theme-original .ProposalsList .proposals__item .proposals__content .title .id {
            color: #788187; }
          .theme-light .ProposalsList .proposals__item .proposals__content .title .id {
            color: #788187; }
          .theme-dark .ProposalsList .proposals__item .proposals__content .title .id {
            color: #A6B2BA; }
      .ProposalsList .proposals__item .proposals__content .description {
        display: -ms-flexbox;
        display: flex;
        margin: 0.5rem 0; }
        .theme-original .ProposalsList .proposals__item .proposals__content .description {
          color: #788187; }
        .theme-light .ProposalsList .proposals__item .proposals__content .description {
          color: #788187; }
        .theme-dark .ProposalsList .proposals__item .proposals__content .description {
          color: #A6B2BA; }
        .ProposalsList .proposals__item .proposals__content .description .date {
          margin-right: 1rem;
          min-width: 260px; }
        @media only screen and (max-width: 768px) {
          .ProposalsList .proposals__item .proposals__content .description {
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: start;
                align-items: flex-start; } }
        .ProposalsList .proposals__item .proposals__content .description .right-content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 0.5rem;
          margin-left: 1.25rem; }
          .ProposalsList .proposals__item .proposals__content .description .right-content .flags {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 0.5rem; }
          .ProposalsList .proposals__item .proposals__content .description .right-content .amount {
            min-width: 210px;
            text-align: end; }
            .ProposalsList .proposals__item .proposals__content .description .right-content .amount span {
              font-weight: bold; }
              .theme-original .ProposalsList .proposals__item .proposals__content .description .right-content .amount span {
                color: #004EFF; }
              .theme-light .ProposalsList .proposals__item .proposals__content .description .right-content .amount span {
                color: #06D6A9; }
              .theme-dark .ProposalsList .proposals__item .proposals__content .description .right-content .amount span {
                color: #06D6A9; }
          @media only screen and (min-width: 950px) {
            .ProposalsList .proposals__item .proposals__content .description .right-content {
              margin-left: 2.5rem; } }
          @media only screen and (max-width: 990px) {
            .ProposalsList .proposals__item .proposals__content .description .right-content {
              text-align: start;
              -ms-flex-direction: column;
                  flex-direction: column; }
              .ProposalsList .proposals__item .proposals__content .description .right-content .amount {
                text-align: start; } }
          @media only screen and (max-width: 768px) {
            .ProposalsList .proposals__item .proposals__content .description .right-content {
              gap: 0;
              margin-left: 0; }
              .ProposalsList .proposals__item .proposals__content .description .right-content .flags {
                margin-left: 0; } }
          .ProposalsList .proposals__item .proposals__content .description .right-content .status {
            font-weight: bold;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            padding: 0 0.2rem;
            border-radius: 0.3rem;
            font-size: 0.7rem;
            text-transform: uppercase; }
            .theme-original .ProposalsList .proposals__item .proposals__content .description .right-content .status {
              border: 1px solid #004EFF;
              color: #004EFF; }
            .theme-light .ProposalsList .proposals__item .proposals__content .description .right-content .status {
              border: 1px solid #06D6A9;
              color: #06D6A9; }
            .theme-dark .ProposalsList .proposals__item .proposals__content .description .right-content .status {
              border: 1px solid #06D6A9;
              color: #06D6A9; }
            .ProposalsList .proposals__item .proposals__content .description .right-content .status.funding-type.burn {
              border: 1px solid #F76900;
              color: #F76900;
              text-transform: uppercase; }
            .ProposalsList .proposals__item .proposals__content .description .right-content .status.funding-type.refund {
              border: 1px solid green;
              color: green;
              text-transform: uppercase; }
            .ProposalsList .proposals__item .proposals__content .description .right-content .status.funding-type.funded {
              border: 1px solid #1715C9;
              color: #1715C9;
              text-transform: uppercase; }
          @media only screen and (min-width: 768px) {
            .ProposalsList .proposals__item .proposals__content .description .right-content {
              min-width: 200px; } }
          @media only screen and (max-width: 768px) {
            .ProposalsList .proposals__item .proposals__content .description .right-content {
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-align: start;
                  align-items: flex-start; }
              .ProposalsList .proposals__item .proposals__content .description .right-content .amount {
                margin: 0.5rem 0; }
              .ProposalsList .proposals__item .proposals__content .description .right-content .status {
                margin: 0;
                margin-bottom: 0.5rem; } }
      .ProposalsList .proposals__item .proposals__content .details {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .ProposalsList .proposals__item .proposals__content .details .Userpic {
          height: 30px;
          width: 30px;
          margin-right: 0.5rem; }
    .ProposalsList .proposals__item .proposals__votes {
      -ms-flex: 0.1;
          flex: 0.1;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .ProposalsList .proposals__item .proposals__votes .proposal_remove {
        font-size: 1em;
        padding: 0.25em;
        width: 100%;
        margin: 0;
        border: 1px solid #e41e40;
        color: #e41e40;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
        text-align: center;
        cursor: pointer;
        margin-top: 15px; }
        .theme-original .ProposalsList .proposals__item .proposals__votes .proposal_remove {
          border-radius: 5px; }
        .theme-light .ProposalsList .proposals__item .proposals__votes .proposal_remove {
          border-radius: 5px; }
        .theme-dark .ProposalsList .proposals__item .proposals__votes .proposal_remove {
          border-radius: 5px; }
      .ProposalsList .proposals__item .proposals__votes .proposal_remove:hover {
        border: 1px solid #e41e40;
        background: #e41e40;
        color: #ffffff; }
      @media (max-width: 768px) {
        .ProposalsList .proposals__item .proposals__votes .proposal_remove {
          display: none; } }
      .ProposalsList .proposals__item .proposals__votes::before {
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.15);
        left: 0;
        height: 90%;
        width: 1px;
        top: 50%;
        transform: translateY(-50%); }
      .ProposalsList .proposals__item .proposals__votes span {
        cursor: pointer;
        margin-bottom: 2px; }
      .ProposalsList .proposals__item .proposals__votes .total_votes {
        padding: 15px 5px;
        padding-top: 0;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease; }
      .theme-original .ProposalsList .proposals__item .proposals__votes .total_votes:hover {
        color: #004EFF; }
      .theme-light .ProposalsList .proposals__item .proposals__votes .total_votes:hover {
        color: #06D6A9; }
      .theme-dark .ProposalsList .proposals__item .proposals__votes .total_votes:hover {
        color: #06D6A9; }
      .ProposalsList .proposals__item .proposals__votes div {
        font-size: 1.5em; }
      .ProposalsList .proposals__item .proposals__votes span.Voting__button .Icon {
        height: 1.5rem !important;
        width: 1.5rem !important; }
      .ProposalsList .proposals__item .proposals__votes span span.Voting__button span.Icon svg {
        height: 1.5rem !important;
        width: 1.5rem !important; }
      @media only screen and (max-width: 768px) {
        .ProposalsList .proposals__item .proposals__votes {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .ProposalsList .proposals__item .proposals__votes::before {
            height: 1px;
            width: calc(100% - 20px);
            top: 0;
            left: 50%;
            transform: translateX(-50%); } }

.btn-link {
  cursor: pointer;
  font-weight: bold; }
  .theme-original .btn-link {
    color: #004EFF; }
  .theme-light .btn-link {
    color: #06D6A9; }
  .theme-dark .btn-link {
    color: #06D6A9; }

.proposal_remove--small {
  font-size: 1em;
  padding: 0.25em;
  width: 100%;
  margin: 0;
  border: 1px solid #e41e40;
  color: #e41e40;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer; }
  .theme-original .proposal_remove--small {
    border-radius: 5px; }
  .theme-light .proposal_remove--small {
    border-radius: 5px; }
  .theme-dark .proposal_remove--small {
    border-radius: 5px; }

.proposal_remove--small:hover {
  border: 1px solid #e41e40;
  background: #e41e40;
  color: #ffffff; }

@media only screen and (min-width: 769px) {
  .proposal_remove--small {
    display: none; } }

@media only screen and (max-width: 400px) {
  .ProposalsList .proposals__header .proposals__filters .button {
    width: 100%; }
  .ProposalsList .proposals__header .proposals__filters {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.Delegations-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 1rem;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }

/* BUTTONS */
.Delegations__btn--active.Delegations__btn.button.hollow {
  position: relative;
  color: #ffffff;
  background: #1FBF8F;
  text-shadow: none;
  border: 1px solid #06D6A9; }

.Delegations__btn.button.hollow {
  color: #06D6A9;
  border: 1px solid #06D6A9;
  background: transparent;
  text-shadow: none; }

.Delegations__btn.button.hollow:hover {
  color: #ffffff;
  background: #1FBF8F;
  text-shadow: none;
  border: 1px solid #06D6A9; }

.delegations__revoke.button.hollow {
  font-size: .75rem;
  padding: 0.25em;
  margin: 0;
  border: 1px solid #e41e40;
  color: #e41e40;
  transition: all 0.3s ease-in-out; }

.delegations__revoke.button.hollow:hover {
  border: 1px solid #e41e40;
  background: #e41e40;
  color: #ffffff; }

/* FILTERS */
.row.filter-menu {
  -ms-flex-align: baseline;
      align-items: baseline;
  width: 100%;
  gap: 2rem;
  margin-left: inherit;
  padding-top: 1rem; }

.row.filter-menu label {
  display: -ms-flexbox;
  display: flex;
  text-transform: none; }

/* TABLES */
.OutgoingDelegations,
.ExpiringDelegations {
  width: 100%; }

.OutgoingDelegations th,
.ExpiringDelegations th {
  position: relative;
  cursor: pointer; }

.OutgoingDelegations th span,
.ExpiringDelegations th span {
  float: right;
  margin-left: 10px;
  /* Ajusta el margen izquierdo según tus necesidades */ }

.OutgoingDelegations th::after,
.ExpiringDelegations th::after {
  content: "";
  display: table;
  clear: both; }

.OutgoingDelegations__table-container,
.ExpiringDelegations__table-container {
  width: 100%;
  overflow-y: auto; }

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

.up-arrow {
  transform: rotate(180deg) translateY(7px); }

.icon--active .Icon.dropdown-arrow polygon {
  fill: #1FBF8F; }

.text--capitalize {
  text-transform: lowercase; }

.text--capitalize:first-letter {
  text-transform: uppercase; }

.navPagination {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-flex-pack: center;
      justify-content: center; }

.Pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.page-item {
  background: #F4F4F4;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out; }

.page-item:hover {
  background: #E0E0E0; }

.page-item.active {
  background: #E0E0E0; }

.page-link {
  margin-left: 15px;
  height: 100%;
  padding: 0.5rem 0.25rem;
  cursor: pointer; }

.LoadingIndicator.circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1rem; }

@media only screen and (max-width: 470px) {
  .Delegations__btn.button.hollow {
    min-width: 60vw; } }

@media only screen and (max-width: 425px) {
  .OutgoingDelegations__table-container tr {
    font-size: 0.9rem; }
  .delegations__revoke.button.hollow {
    font-size: 0.9rem;
    padding: 0.85em 1em;
    border: 1px solid #06D6A9;
    transition: all 0.3s ease-in-out;
    color: inherit; }
  .delegations__revoke.button.hollow:hover {
    border: 1px solid #06D6A9;
    background: transparent;
    color: inherit; }
  .Pagination {
    gap: 0; }
  .page-item {
    border-radius: 0px; }
  .page-link {
    padding: 0.5rem 0; } }

@media only screen and (max-width: 405px) {
  .OutgoingDelegations th,
  .ExpiringDelegations th {
    min-width: 45vw; }
  .Delegations__btn.button.hollow {
    min-width: 80vw; } }

.CreateAccount {
  max-width: 36rem;
  margin: 1rem auto;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #eee; }
  @media only screen and (min-width: 47.5em) {
    .CreateAccount {
      padding: 2em; } }
  .CreateAccount__title {
    color: #171F24;
    font-weight: bold;
    padding-top: 8px; }
  .CreateAccount p {
    line-height: 1.3; }
  .CreateAccount__btn {
    margin-top: 8px;
    text-transform: capitalize; }
  .CreateAccount input[type=submit].disabled, .CreateAccount input[type=submit].disabled:focus {
    opacity: 0.2;
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
  .CreateAccount__step {
    padding-top: 2em; }

.CreateAccount__rules {
  opacity: 0.5; }
  .CreateAccount__rules p {
    text-align: center; }

.CreateAccount__rules-button {
  background-color: #f2f2f2;
  padding: 0.2rem 1rem;
  border-radius: 10px;
  margin: 1rem 0;
  font-size: 0.8rem;
  color: #8a8a8a; }
  .theme-original .CreateAccount__rules-button {
    color: #788187; }
  .theme-light .CreateAccount__rules-button {
    color: #788187; }
  .theme-dark .CreateAccount__rules-button {
    color: #A6B2BA; }

.theme-dark .CreateAccount p {
  color: #171F24; }

.theme-dark .CreateAccount label {
  color: #171F24; }

.theme-dark .CreateAccount .error p, .theme-dark .CreateAccount .error label {
  color: #ff0264; }

.Privacy {
  max-width: 800px;
  padding: 1.5em 0 3em; }
  .Privacy .section {
    font-size: 100%;
    padding-right: 0.5rem; }
    .theme-original .Privacy .section {
      fill: #333; }
    .theme-light .Privacy .section {
      fill: #333; }
    .theme-dark .Privacy .section {
      fill: #fcfcfc; }

.Tos {
  max-width: 800px;
  padding: 1.5em 0 3em; }
  .Tos .c1.h {
    font-weight: 600; }

.UserProfile {
  margin-top: -1.5rem; }
  @media only screen and (min-width: 47.5em) {
    .UserProfile .articles {
      margin: 0 auto; } }

.UserProfile__tab_content {
  margin-top: 1.5rem; }

.UserProfile__top-nav {
  background-color: #2C3A45;
  padding: 0; }
  .UserProfile__top-nav .menu {
    background-color: transparent; }
  .UserProfile__top-nav .menu > li > a {
    transition: all 200ms ease-in;
    transform: translate3d(0, 0, 0);
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    background-color: transparent;
    color: #fff; }
    .UserProfile__top-nav .menu > li > a:hover, .UserProfile__top-nav .menu > li > a:focus {
      background-color: #171F24; }
    .UserProfile__top-nav .menu > li > a.active {
      z-index: 2;
      font-weight: bold; }
      .theme-original .UserProfile__top-nav .menu > li > a.active {
        background-color: #fcfcfc;
        color: #333; }
      .theme-light .UserProfile__top-nav .menu > li > a.active {
        background-color: #fcfcfc;
        color: #333; }
      .theme-dark .UserProfile__top-nav .menu > li > a.active {
        background-color: #1C252B;
        color: #fcfcfc; }
  .UserProfile__top-nav div.UserProfile__top-menu {
    max-width: 71.42857rem;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 2rem;
    width: 100%; }
    .UserProfile__top-nav div.UserProfile__top-menu .Icon > svg, .UserProfile__top-nav div.UserProfile__top-menu .Icon span.icon {
      vertical-align: middle !important; }

div.UserProfile__top-menu > :nth-child(1) {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: .5rem; }

div.UserProfile__top-menu > :nth-child(2) {
  margin-right: .5rem; }

.UserProfile__section-title {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #EEE; }

.UserProfile__banner {
  text-align: center;
  color: #fefefe; }
  .UserProfile__banner a {
    color: #fefefe; }
  .UserProfile__banner > div.column, .UserProfile__banner > div.columns {
    background: #171F24;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-shadow: 1px 1px 4px black; }
    .UserProfile__banner > div.column .button, .UserProfile__banner > div.columns .button {
      text-shadow: none; }
  .UserProfile__banner h1 {
    padding-top: 20px;
    font-weight: 600;
    font-size: 1.84524rem !important; }
    @media screen and (max-width: 39.9375em) {
      .UserProfile__banner h1 {
        font-size: 1.13095rem !important; } }
  .UserProfile__banner .Icon {
    margin-left: 1rem; }
    .UserProfile__banner .Icon svg {
      fill: #def; }
  .UserProfile__banner .Userpic {
    margin-right: 0.75rem;
    vertical-align: middle; }
  .UserProfile__banner .UserProfile__rep {
    font-size: 80%;
    font-weight: 200; }
  .UserProfile__banner .UserProfile__buttons {
    position: absolute;
    top: 15px;
    right: 5px; }
    .UserProfile__banner .UserProfile__buttons label.button {
      color: black;
      border-radius: 3px;
      background-color: white; }
  .UserProfile__banner .UserProfile__bio {
    margin: -0.4rem auto 0.5rem;
    font-size: 95%;
    max-width: 420px;
    line-height: 1.4; }
  .UserProfile__banner .UserProfile__info {
    font-size: 90%; }
  .UserProfile__banner .UserProfile__stats {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 90%; }
    .UserProfile__banner .UserProfile__stats a {
      vertical-align: middle; }
      .UserProfile__banner .UserProfile__stats a:hover {
        text-decoration: underline; }
    .UserProfile__banner .UserProfile__stats > span {
      padding: 0px 10px;
      border-left: 1px solid #CCC; }
      .UserProfile__banner .UserProfile__stats > span:first-child {
        border-left: none; }

.UserWallet__balance > div:nth-child(2) {
  text-align: right; }

@media screen and (max-width: 39.9375em) {
  div.UserProfile__top-nav .menu li > a {
    padding: 8px; }
  .UserProfile__top-menu > div.columns {
    padding-left: 0;
    padding-right: 0; }
  .UserProfile__banner .Userpic {
    width: 36px !important;
    height: 36px !important; }
  .UserProfile__banner .UserProfile__buttons {
    text-align: right; }
    .UserProfile__banner .UserProfile__buttons label.button {
      display: block; }
  .UserProfile__banner .UserProfile__buttons_mobile {
    position: inherit;
    margin-bottom: .5rem; }
    .UserProfile__banner .UserProfile__buttons_mobile .button {
      background-color: #fefefe;
      color: #333333; }
  .UserWallet__balance > div:last-of-type {
    text-align: left; }
  .UserReward__row > div:last-of-type {
    padding-left: 20px; } }

.UserProfile .articles {
  margin-bottom: 4em; }
  .UserProfile .articles__h1 {
    text-transform: none; }
    @media only screen and (min-width: 47.5em) {
      .UserProfile .articles__h1 {
        font-size: 20px;
        font-size: 1.25rem; } }

.UserProfile__tab_content.layout-block.settings .articles, .UserProfile__tab_content.layout-block.curation-rewards .articles, .UserProfile__tab_content.layout-block.author-rewards .articles {
  padding: 1.5em 1.5em;
  max-width: 1056px; }
  @media only screen and (min-width: 100em) {
    .UserProfile__tab_content.layout-block.settings .articles, .UserProfile__tab_content.layout-block.curation-rewards .articles, .UserProfile__tab_content.layout-block.author-rewards .articles {
      min-width: 1050px; } }

.UserProfile .settings .articles__layout-selector, .UserProfile .curation-rewards .articles__layout-selector, .UserProfile .author-rewards .articles__layout-selector {
  display: none; }

.buy-color {
  color: #049173 !important; }

input.buy-color {
  border-color: #049173 !important;
  background-color: #edfffb !important; }

input.buy-color:hover {
  color: #048065 !important;
  border-color: #048065 !important;
  background-color: #dcfef7 !important; }

.sell-color {
  color: #ff0264 !important; }

input.sell-color {
  border-color: #ff0264 !important;
  background-color: #0d0005 !important; }

input.sell-color:hover {
  color: #ff2077 !important;
  border-color: #ff2077 !important;
  background-color: #1a000a !important; }

.Market__orderbook tbody > tr {
  cursor: pointer; }

.Market__orderbook thead th, .Market__trade-history thead th {
  line-height: 1.1; }
  .Market__orderbook thead th small, .Market__trade-history thead th small {
    color: #666;
    font-weight: normal; }

.Market__orderbook thead th, .Market__orderbook tbody td, .Market__trade-history thead th, .Market__trade-history tbody td {
  padding: 0.1rem 0.3rem;
  text-align: right; }

.Market__orderbook tbody > tr > td, .Market__trade-history tbody > tr > td {
  font-size: 90%; }

.Market__orderform {
  margin-bottom: 1rem;
  line-height: 1; }
  .Market__orderform .input-group-label {
    min-width: 6rem;
    font-size: 83%; }
  .Market__orderform input[type='text'] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0.1rem 0.5rem 0.1rem 0.25rem;
    text-align: right; }
  .Market__orderform input.price_warning {
    background: rgba(255, 153, 0, 0.13); }
    .theme-dark .Market__orderform input.price_warning {
      background: rgba(255, 153, 0, 0.83); }

.Market__ticker {
  width: 100%;
  overflow: hidden;
  font-size: 90%;
  text-align: center; }
  .Market__ticker li {
    list-style: none;
    padding: 0;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin: 0 0.25rem;
    padding-right: 0.5rem; }
    .Market__ticker li b {
      padding: 0 0.5rem;
      margin-right: 0.5rem;
      display: inline-block; }
      .theme-original .Market__ticker li b {
        background-color: #fcfcfc;
        border-right: 1px solid #788187; }
      .theme-light .Market__ticker li b {
        background-color: #fcfcfc;
        border-right: 1px solid #788187; }
      .theme-dark .Market__ticker li b {
        background-color: #2C3A45;
        border-right: 1px solid #A6B2BA; }

.Market__ticker-pct-up {
  color: #080; }

.Market__ticker-pct-down {
  color: #C00; }

table.Market__open-orders thead tr :nth-child(3),
table.Market__open-orders thead tr :nth-child(4),
table.Market__open-orders thead tr :nth-child(5),
table.Market__open-orders thead tr :nth-child(6), table.Market__open-orders tbody tr :nth-child(3),
table.Market__open-orders tbody tr :nth-child(4),
table.Market__open-orders tbody tr :nth-child(5),
table.Market__open-orders tbody tr :nth-child(6) {
  text-align: right; }

table.Market__open-orders thead th.sortable {
  cursor: pointer; }

table.Market__open-orders th.activesort--asc::after {
  content: ' ';
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

table.Market__open-orders th.activesort--desc::after {
  content: ' ';
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black; }

table.Market__trade-history thead tr :nth-child(3),
table.Market__trade-history thead tr :nth-child(4),
table.Market__trade-history thead tr :nth-child(5), table.Market__trade-history tbody tr :nth-child(3),
table.Market__trade-history tbody tr :nth-child(4),
table.Market__trade-history tbody tr :nth-child(5) {
  text-align: right; }

table.Market__orderbook > tbody > tr.animate, table.Market__trade-history > tbody > tr.animate {
  background-color: #d1d2d2; }

tr {
  transition: background-color 750ms linear; }

ul.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }
  ul.pager > li {
    display: inline;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }
  ul.pager .button.hollow {
    transition: 0.2s all ease-in-out;
    background-color: transparent; }
    .theme-original ul.pager .button.hollow {
      border: 1px solid #004EFF;
      color: #004EFF; }
    .theme-light ul.pager .button.hollow {
      border: 1px solid #06D6A9;
      color: #1FBF8F; }
    .theme-dark ul.pager .button.hollow {
      border: 1px solid #06D6A9;
      color: #06D6A9; }
    .theme-original ul.pager .button.hollow:hover {
      border: 1px solid #788187;
      color: #333; }
    .theme-light ul.pager .button.hollow:hover {
      border: 1px solid #788187;
      color: #333; }
    .theme-dark ul.pager .button.hollow:hover {
      border: 1px solid #A6B2BA;
      color: #fcfcfc; }

.DepthChart > div {
  height: 250px; }

.DepthChart rect.highcharts-background {
  fill-opacity: 0; }

.DepthChart .highcharts-grid path {
  stroke: #999; }

.Welcome__banner {
  position: relative; }
  .Welcome__banner .Welcome__welcome {
    position: absolute;
    width: 100%;
    bottom: 70%;
    color: white;
    font-size: 160%;
    padding-left: 38%; }
  .Welcome__banner .Welcome__caption {
    position: absolute;
    width: 100%;
    top: 65%;
    color: white;
    font-size: 115%;
    padding-left: 44%;
    padding-right: 2%; }

.HelpContent {
  height: inherit; }
  .HelpContent p {
    position: relative; }
  .HelpContent h2 {
    margin-top: 8px; }
  .HelpContent h3 {
    margin-top: 0; }

.RestoreAccount .button {
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s all ease-in-out;
  text-transform: capitalize;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem; }
  .theme-original .RestoreAccount .button {
    background-color: #1A5099;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 transparent;
    color: #fcfcfc; }
  .theme-light .RestoreAccount .button {
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
    color: #fcfcfc; }
  .theme-dark .RestoreAccount .button {
    background-color: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 5px 5px 0 0 #06D6A9;
    color: #2C3A45; }
  .theme-original .RestoreAccount .button:hover, .theme-original .RestoreAccount .button:focus {
    background-color: #4BA2F2;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0;
    color: #fcfcfc; }
  .theme-light .RestoreAccount .button:hover, .theme-light .RestoreAccount .button:focus {
    background-color: #06D6A9;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #171F24;
    color: #fff; }
  .theme-dark .RestoreAccount .button:hover, .theme-dark .RestoreAccount .button:focus {
    background-color: #06D6A9;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1), 7px 7px 0 0 #fff;
    color: #fff; }

.RestoreAccount .button.disabled, .RestoreAccount .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0); }
  .theme-original .RestoreAccount .button.disabled:hover, .theme-original .RestoreAccount .button[disabled]:hover {
    background-color: #1A5099;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }
  .theme-light .RestoreAccount .button.disabled:hover, .theme-light .RestoreAccount .button[disabled]:hover {
    background-color: #171F24;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #fcfcfc; }
  .theme-dark .RestoreAccount .button.disabled:hover, .theme-dark .RestoreAccount .button[disabled]:hover {
    background-color: #fff;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
    color: #2C3A45; }

.Witnesses .extlink path {
  transition: 0.2s all ease-in-out; }
  .theme-original .Witnesses .extlink path {
    fill: #004EFF; }
  .theme-light .Witnesses .extlink path {
    fill: #1FBF8F; }
  .theme-dark .Witnesses .extlink path {
    fill: #06D6A9; }

.Witnesses a:hover .extlink path {
  transition: 0.2s all ease-in-out; }
  .theme-original .Witnesses a:hover .extlink path {
    fill: #1A5099; }
  .theme-light .Witnesses a:hover .extlink path {
    fill: #06D6A9; }
  .theme-dark .Witnesses a:hover .extlink path {
    fill: #00FFC8; }

.Witnesses .button {
  background-color: #1FBF8F;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s all ease-in-out; }
  .Witnesses .button:hover {
    background-color: #06D6A9; }

.About {
  position: relative;
  z-index: 1; }
  .About .h2, .About .AboutMission__heading {
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-size: 1.5rem; }
  .About h3 {
    font-size: 1.17em;
    font-weight: 600;
    margin: 1em 0; }
  .About ul {
    padding-left: 40px;
    line-height: 1.4em; }
  @media only screen and (min-width: 50em) {
    .About .h2, .About .AboutMission__heading {
      letter-spacing: 4px;
      font-size: 42px;
      font-size: 2.625rem;
      margin-bottom: 12px; } }
  .About .AboutMission {
    width: 100%;
    padding: 2em 0; }
  .About .AboutMission__section {
    max-width: 1600px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 2em;
    padding: 0 24px; }
  @media only screen and (min-width: 50em) {
    .About .AboutMission__section {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .About .AboutMission__section--vision .AboutMission__section__text-container {
    color: blue;
    -ms-flex-order: 2;
        order: 2; }
  .About .AboutMission__text-container, .About .AboutMission__image-container {
    width: 100%;
    margin-bottom: 24px; }
  @media only screen and (min-width: 50em) {
    .About .AboutMission__text-container, .About .AboutMission__image-container {
      padding: 2em 0 2em 4%;
      width: 46%; } }
  @media only screen and (min-width: 75em) {
    .About .AboutMission__text-container, .About .AboutMission__image-container {
      padding: 2em 0 2em 8%;
      width: 42%; } }
  .About .AboutMission__text-container {
    max-width: 600px; }
  .About .AboutMission__square {
    width: 8px;
    height: 8px;
    background: #06D6A9;
    margin-bottom: 1.5rem; }
    .About .AboutMission__square::before {
      content: '';
      width: 8px;
      height: 8px;
      background: #06D6A9;
      margin-left: 12px;
      display: -ms-flexbox;
      display: flex; }
  .About .AboutMission__text {
    margin: 0; }
  .About .AboutMission__subheading {
    margin-bottom: 4px;
    font-size: 20px;
    font-size: 1.25rem; }
  @media only screen and (min-width: 50em) {
    .About .AboutMission__subheading {
      margin-bottom: 6px; } }
  .About .AboutMission__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4; }
  .About .AboutMission__list {
    margin: 6px 0; }
  .About .AboutMission__list-item {
    margin-bottom: 6px; }
  .About .AboutMission__img {
    box-shadow: 10px 12px 14px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 24px; }
  @media only screen and (min-width: 50em) {
    .About .AboutMission__section:nth-child(even) .AboutMission__text-container {
      -ms-flex-order: 2;
          order: 2; } }
  .About .About-content-container, .About .AboutTeam__container {
    max-width: 1200px;
    margin: 0 auto; }
  .About .AboutMission__heading-container {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 1200px;
    margin: 0.83em auto; }
    .About .AboutMission__heading-container .AboutMission__heading {
      letter-spacing: 0;
      text-transform: initial; }
  .About .AboutMission__square--2 {
    margin-top: 6rem; }

.WalletIndex {
  /* TODO: Fix flex by making parent element take 100% of height */
  /* display: flex; */
  /* vertical-align: middle; */
  padding-top: 5em; }
  .WalletIndex h1, .WalletIndex h2, .WalletIndex h3, .WalletIndex h4, .WalletIndex h5, .WalletIndex h6, .WalletIndex p {
    font-family: helvetica, sans-serif; }
  .WalletIndex h3, .WalletIndex h4 {
    font-weight: bold; }
  .WalletIndex .login, .WalletIndex .tokens {
    margin-left: 5%;
    margin-right: 5%; }
  .WalletIndex .tokens {
    margin-right: 10%; }
    .WalletIndex .tokens h3 {
      margin-bottom: 16px;
      font-size: 1.5rem; }
    .WalletIndex .tokens h4 {
      font-size: 100%;
      height: 1.3em;
      padding-top: 6px;
      margin-bottom: 0; }
    .WalletIndex .tokens .text {
      color: #777;
      font-size: 0.9em; }
    .WalletIndex .tokens .token-container {
      clear: both;
      margin-bottom: 20px; }
    .WalletIndex .tokens .token-container:last-child {
      margin-bottom: 10px; }
    .WalletIndex .tokens .token {
      display: inline-block;
      float: left;
      margin-right: 10px; }
    .WalletIndex .tokens .sheet-container {
      position: relative;
      left: -18px;
      top: 23px;
      width: 100%;
      height: 100%; }
    .WalletIndex .tokens .sheet {
      background-color: white;
      border: 1px solid #ddd;
      width: 100%;
      height: 100%;
      position: relative;
      left: 9px;
      top: -11px;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); }
    .WalletIndex .tokens .sheet > .sheet > .sheet {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 20px;
      padding-right: 20px; }
    .WalletIndex .tokens .token-steem {
      background: url("/images/token-steem.svg");
      width: 46px;
      height: 46px; }
    .WalletIndex .tokens .token-steem-power {
      display: inline-block;
      background: url("/images/token-steem-power.svg");
      width: 46px;
      height: 46px; }
    .WalletIndex .tokens .token-sbd {
      display: inline-block;
      background: url("/images/token-sbd.svg");
      width: 46px;
      height: 46px; }
  .WalletIndex button[type=submit] {
    background-color: black;
    border-radius: 0;
    padding-left: 2.0em;
    padding-right: 2.0em; }
  @media screen and (max-width: 63.9375em) {
    .WalletIndex .login, .WalletIndex .tokens {
      margin-left: initial;
      margin-right: initial; } }
  @media screen and (max-width: 39.9375em) {
    .WalletIndex .row {
      -ms-flex-flow: column;
          flex-flow: column; }
    .WalletIndex .login, .WalletIndex .tokens {
      margin-bottom: 5em; }
    .WalletIndex .tokens h3 {
      font-size: 1.1875rem; }
    .WalletIndex .tokens h4 {
      height: 1.4em;
      padding-top: 8px; }
    .WalletIndex .tokens .sheet-container {
      padding-left: 10px;
      padding-right: 10px; } }

.theme-dark .WalletIndex .sheet {
  background-color: #1C252B;
  box-shadow: 0px 2px 2px rgba(255, 255, 255, 0.1);
  border: 1px solid white; }

.theme-dark .WalletIndex button[type=submit] {
  background-color: white;
  color: black; }

.theme-dark .WalletIndex .tokens .text {
  color: #999; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  body {
    font-size: 86%; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body {
    font-size: 92%; } }

a, path, circle {
  transition: opacity, fill, stroke .3s ease 0s; }

.space-right {
  margin-right: 0.4rem; }

.clear-right {
  clear: right; }

.clear-left {
  clear: left; }

.clear-both {
  clear: both; }

.strikethrough {
  text-decoration: line-through; }

.uppercase, label {
  text-transform: uppercase; }

.whistle-view .whistle-hidden {
  display: none !important; }

.secondary {
  font-size: 90%; }
  .theme-original .secondary {
    color: #788187; }
  .theme-light .secondary {
    color: #788187; }
  .theme-dark .secondary {
    color: #A6B2BA; }
  .secondary a {
    transition: 0.2s all ease-in-out;
    color: #8a8a8a; }
    .theme-original .secondary a {
      color: #788187; }
    .theme-light .secondary a {
      color: #788187; }
    .theme-dark .secondary a {
      color: #A6B2BA; }
    .theme-original .secondary a :hover {
      color: #004EFF; }
    .theme-light .secondary a :hover {
      color: #1FBF8F; }
    .theme-dark .secondary a :hover {
      color: #06D6A9; }

.ptc,
a.ptc {
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s all ease-in-out; }
  .theme-original .ptc, .theme-original
  a.ptc {
    color: #333; }
  .theme-light .ptc, .theme-light
  a.ptc {
    color: #333; }
  .theme-dark .ptc, .theme-dark
  a.ptc {
    color: #fcfcfc; }
  .ptc:hover, .ptc:focus,
  a.ptc:hover,
  a.ptc:focus {
    color: #8a8a8a;
    text-decoration: none; }
    .theme-original .ptc:hover, .theme-original .ptc:focus, .theme-original
    a.ptc:hover, .theme-original
    a.ptc:focus {
      color: #004EFF; }
    .theme-light .ptc:hover, .theme-light .ptc:focus, .theme-light
    a.ptc:hover, .theme-light
    a.ptc:focus {
      color: #1FBF8F; }
    .theme-dark .ptc:hover, .theme-dark .ptc:focus, .theme-dark
    a.ptc:hover, .theme-dark
    a.ptc:focus {
      color: #06D6A9; }

.button.hollow.no-border {
  border: none;
  text-decoration: underline; }

.button.slim {
  padding: 5px;
  margin: 5px; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.marginLeft1rem {
  margin-left: 1rem; }

.NotFound {
  width: 640px;
  margin-top: 2em;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .NotFound {
      width: 340px; } }

.NotFound__menu {
  text-align: center; }
  .NotFound__menu li {
    float: none;
    display: inline-block;
    text-align: center;
    margin-right: 1%;
    list-style: none;
    font-weight: 400; }
  .NotFound__menu li:after {
    content: " |"; }
  .NotFound__menu li:last-child:after {
    content: ""; }

.NotFound__header {
  margin-top: 1em; }

@media print {
  .noPrint {
    display: none; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2 !important; }

.c-sidebar {
  width: 100%;
  max-width: 240px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .c-sidebar__module {
    padding: 1.5em 2em; }
    .theme-original .c-sidebar__module {
      background-color: #fff;
      border: 1px solid #eee; }
    .theme-light .c-sidebar__module {
      background-color: #fff;
      border: 1px solid #eee; }
    .theme-dark .c-sidebar__module {
      background-color: #1C252B;
      border: 1px solid #232F38; }

.phishy {
  display: inline;
  color: red; }

a[rel="noopener"]:after,
a[rel="nofollow noopener"]:after {
  content: '';
  background: url('data:image/svg+xml; utf8, <svg height="1024" width="768" xmlns="http://www.w3.org/2000/svg"><path d="M640 768H128V257.90599999999995L256 256V128H0v768h768V576H640V768zM384 128l128 128L320 448l128 128 192-192 128 128V128H384z"/></svg>');
  background-size: cover;
  display: inline-block;
  width: 0.6em;
  height: 0.75em;
  top: 0.05em;
  position: relative;
  left: 0.2em;
  margin-right: 0.2em;
  opacity: .5; }

.PostFull__body a[rel="noopener"]:after,
.PostFull__body a[rel="nofollow noopener"]:after {
  background-image: url('data:image/svg+xml; utf8, <svg height="1024" width="768" xmlns="http://www.w3.org/2000/svg"><path d="M640 768H128V257.90599999999995L256 256V128H0v768h768V576H640V768zM384 128l128 128L320 448l128 128 192-192 128 128V128H384z" fill="%23788187"/></svg>'); }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwLTkzNDZkOWY4YWU5NGYxMWY5ZTJhLmNzcyIsInNvdXJjZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsiLCJzb3VyY2VSb290IjoiIn0=*/