/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

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

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

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

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

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

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

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

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

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

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
  font-weight: bold; }

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

[data-whatinput='mouse'] button {
    outline: 0;}

[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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 24.375px;
  height: 2.4375rem;
  padding: 5px;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  color: #0a0a0a;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
          box-shadow: inset 0 1px 5px rgba(0, 0, 0, .2);
  border-radius: 3px;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none; }

[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 {
    background-color: #fefefe;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(200, 200, 200, .2);
            box-shadow: 0 0 5px rgba(200, 200, 200, .2);
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }

textarea[rows] {
    height: auto; }

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

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

&::-moz-placeholder {
    color: #969696;
  };

&:-ms-input-placeholder {
    color: #969696;
  };

undefined {
    color: #969696;
  };

undefined {
    color: #969696;
  };

undefined {
    color: #969696;
  };

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

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

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

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

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

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

[type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

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

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

label {
  display: block;
  margin: 0;
  font-size: 8.75px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

select {
  height: 24.375px;
  height: 2.4375rem;
  padding: 5px;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 10px;
  margin: 0 0 1rem;
  font-size: 10px;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  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-size: 9px 6px;
  background-position: right -10px center;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 15px;
  padding-right: 1.5rem; }

@media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }

select::-ms-expand {
    display: none; }

select[multiple] {
    height: auto;
    background-image: none; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0.85em 1em;
  margin: 0 0 0 0;
  font-size: 9px;
  font-size: 0.9rem;
  background-color: #cccccc;
  color: #fefefe; }

[data-whatinput='mouse'] .button {
    outline: 0; }

.button:hover, .button:focus {
    background-color: #b9b9b9;
    color: #fefefe; }

.button.tiny {
    font-size: 6px;
    font-size: 0.6rem; }

.button.small {
    font-size: 7.5px;
    font-size: 0.75rem; }

.button.large {
    font-size: 12.5px;
    font-size: 1.25rem; }

.button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.alertify-show,
.alertify-log { /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275); /* easeOutBack */
}
.alertify-hide { /* older webkit */
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045); /* easeInBack */
}
.alertify-log-hide { /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045); /* easeInBack */
}
.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
}
.alertify-hidden {
  -webkit-transform: translate(0, -150px);
          transform: translate(0, -150px);
  visibility: hidden;
}
.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}
.alertify-log-show {
  right: 0;
  opacity: 1;
}
.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
          transform: translate(300px, 0);
  opacity: 0;
}
.alertify-dialog {
  padding: 25px;
}
.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alertify-inner {
  text-align: center;
}
.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}
.alertify-buttons {
}
.alertify-button {
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}
/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif;
}
.alertify {
  background: #fff;
  border: 10px solid #333; /* browsers that don't support rgba */
  border: 10px solid rgba(0, 0, 0, .7);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, .3); /* Safari 4? Chrome 6? */ /* Firefox 3.6 */
  background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.alertify-text {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
}
.alertify-button {
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
  background-image: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(255, 255, 255, .3)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, .3),
    rgba(255, 255, 255, 0)
  );
}
.alertify-button:hover,
.alertify-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 15px #2b72d5;
          box-shadow: 0 0 15px #2b72d5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}
.alertify-button:active {
  position: relative;
  top: 1px;
}
.alertify-button-cancel {
  background-color: #fe1a00;
  border: 1px solid #d83526;
}
.alertify-button-ok {
  background-color: #5cb811;
  border: 1px solid #3b7808;
}
.alertify-log {
  background: #1f1f1f;
  background: rgba(0, 0, 0, .9);
  padding: 15px;
  border-radius: 4px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}
.alertify-log-error {
  background: #fe1a00;
  background: rgba(254, 26, 0, .9);
}
.alertify-log-success {
  background: #5cb811;
  background: rgba(92, 184, 17, .9);
}
/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/
/* some ui elements*/
/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/
/*color($text-black tint(20%));*/
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.alertify-cover {
  background-color: rgba(245, 244, 244, 0.95)
}
.alertify-cover.alertify-cover-hidden {
    display: none;
  }
.alertify,
.alertify-log {
}
.alertify {
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 50%;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.alertify-text,
.alertify-message {
  padding: 10px;
  border: none;
  border-radius: 4px;
  color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.alertify-dialog p {
    margin: 0 0 0.5em 0;
  }
.alertify-button {
  padding: 11px 25px;
  border: 1px solid var(--highlight-color);
  border-radius: 20px;
  background-color: #f5f4f4;
  color: var(--highlight-color);
  text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 19px;
  text-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 122px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 7px;
  margin-right: 7px;
  background-image: none;
}
.alertify-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.alertify-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.alertify-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alertify-button:active {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
}
.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: var(--highlight-color);
  color: white;
}
.alertify-logs {
  z-index: 100000;
}
.alertify-log {
  padding: 15px;
  border-radius: 4px;
  background: #969696;
  background: rgba(0, 0, 0, .9);
  color: white;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .5);
}
.alertify-log-error {
  background: red;
  background: rgba(red, 0.8);
}
.alertify-log-success {
  background: #bada55;
  background: rgba(#bada55, 0.8);
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.tx2 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.tx2 .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row

    }

.tx2 .row > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
      }

.tx2 .row .fixed {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
      }

.tx2 .row .end {
        margin-left: auto;
      }

.tx2 .field {

        font-size: 14px;
        border-bottom: 1px solid #f5f4f4;
        text-align: left

    }

.tx2 .field.error input, .tx2 .field.error textarea {
                border-bottom: 2px solid red;
            }

.tx2 .field.error .info .error-message {
                    color: red;
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start;
                    margin-right: auto;
                    margin-bottom: 15px;
                }

.tx2 .field.error label {
                color: red;
            }

.tx2 .field label {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            color: #FF7F10;
            color: var(--highlight-color);
            text-transform: capitalize;
            font-size: 14px;
            line-height: 22px;
            text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            text-align: left;
            margin-top: 10px;
        }

.tx2 .field p {
            font-size: 14px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-style: italic;
        }

.tx2 .field p.help {
          color: #969696;
        }

.tx2 .field input, .tx2 .field textarea, .tx2 .field .input {

            -webkit-box-flex: 0;

                -ms-flex: 0 0 auto;

                    flex: 0 0 auto;
            border: none;
            height: auto;
            line-height: 22px;
            font-size: 18px;
            border-bottom: 2px solid #f5f4f4;
            -webkit-box-shadow: none;
                    box-shadow: none;
            color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            text-align: left;
            background-color: white;
            padding: 4px 0;
            border-radius: 0;
            border: none;
            margin: 0 0 15px 0

        }

.tx2 .field input:focus, .tx2 .field textarea:focus, .tx2 .field .input:focus {
                background-color: white;
                color: #2d2d2d;
            }

.tx2 .field.readonly input, .tx2 .field.readonly textarea, .tx2 .field.readonly .input {
      			cursor: not-allowed;
            color: var(--highlight-color);
      		}

.tx2 .field .info {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            text-align: left;
        }

.tx2 .field.image-upload-field {
            padding-bottom: 30px;
        }

.tx2 .field .image-upload {
            display: block;
            width: auto;
            position: relative;
        }

.tx2 .field .image-upload .image {
                display: block;
                height: 120px;
                width: auto;
                background-color: #f5f4f4;
                position: relative;
                border-radius: 10px;
            }

.tx2 .field .image-upload .image .icon {
                    position: absolute;
                    top: 50%;
                    height: 80px;
                    width: 80px;
                    color: #969696;
                    left: 50%;
                    -webkit-transform: translateX(-40px) translateY(-40px);
                            transform: translateX(-40px) translateY(-40px);
                }

.tx2 .field .image-upload .upload-container {

            }

.tx2 .field .image-upload input.cloudinary-fileupload {
                display: none;
            }

.tx2 .field .image-upload a.button.upload {
                position: absolute;
                bottom: -17px;
                height: 34px;
                width: 34px;
                background-color: #AFADB4;
                color: white;
                border-radius: 50%;
                left: 50%;
                -webkit-transform: translateX(-17px);
                        transform: translateX(-17px);
                margin: 0;
                padding: 0;
                border: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
            }

.tx2 .field .image-upload a.button.upload .icon {
                    background-color: transparent;
                    color: white;
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 auto;
                            flex: 0 0 auto;
                    height: 24px;
                    width: 24px;
                }

.tx2 .field .image-upload .remove-image {
                position: absolute;
                top: 15px;
                right: 15px;
                height: 20px;
                width: 20px;
                background-color: white;
                border-radius: 50%;
                border: 2px solid #2d2d2d;
                color: #2d2d2d;
                cursor: pointer;
                z-index: 2;
            }

.tx2 .field .image-upload .remove-image .icon {
                    height: 20px;
                    width: 20px;
                }

.icon {
   position: relative;
   display: inline-block;
   height: 32px;
   width: 32px
}
.icon:after {
     content: "";
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: transparent;
   }
[class^="icon-"], [class*=" icon-"] {
   display: block;
   fill: none;
   stroke: currentColor;
   stroke-width: 20;
   position: absolute;
   top: 0;
  left: 0;
  height: 100%;
  width: 100%
}
[class^="icon-"].fill, [class*=" icon-"].fill {
     fill: currentColor;
     stroke: none;
     stroke-width: 0;
 }
[class^="icon-"] svg, [class*=" icon-"] svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
   }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.contenteditable:empty:before, [contenteditable=true]:empty:before {
		content: attr(data-placeholder);
		color: #969696;
		display: block;
		cursor: text;
		font-size: 1em;
	}

.contenteditable[data-remaining], [contenteditable=true][data-remaining] {
		position: relative
	}

.contenteditable[data-remaining]:after, [contenteditable=true][data-remaining]:after {
			content: attr(data-remaining);
			content: attr(data-remaining);
			color: #969696;
			position: absolute;
			bottom: 0;
			right: 0;
			text-transform: capitalize;
			font-size: 14px;
            line-height: 14px;
			font-weight: normal;
		}

.contenteditable[data-too-long=true]:after, [contenteditable=true][data-too-long=true]:after {
			color: red;
		}

.contenteditable [contenteditable]::-moz-placeholder, [contenteditable=true] [contenteditable]::-moz-placeholder {
			color: #969696;
			display: block;
			cursor: text;
		};

.contenteditable [contenteditable]:-ms-input-placeholder, [contenteditable=true] [contenteditable]:-ms-input-placeholder {
			color: #969696;
			display: block;
			cursor: text;
		};

.contenteditable::-moz-placeholder, [contenteditable=true]::-moz-placeholder {
			color: #969696;
			display: block;
			cursor: text;
		};

.contenteditable:-ms-input-placeholder, [contenteditable=true]:-ms-input-placeholder {
			color: #969696;
			display: block;
			cursor: text;
		};

undefined {
			color: #969696;
			display: block;
			cursor: text;
		};

undefined {
			color: #969696;
			display: block;
			cursor: text;
		};

undefined {
			color: #969696;
			display: block;
			cursor: text;
		};

.contenteditable [contenteditable]::placeholder, [contenteditable=true] [contenteditable]::placeholder {
			color: #969696;
			display: block;
			cursor: text;
		};

.contenteditable [contenteditable], [contenteditable=true] [contenteditable] {
		cursor: text;
	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

:focus {
	outline: none;
}

p, h1, h2, h3, h4, h5, div, section {
	max-width: 100%;
  word-break: break-word;
}

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

.image.cover {
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
    max-width: 100%;
	}

.image.fadein {
		position: relative;
	}

.image.fadein .fader {
			opacity: 1;
		}

.image.error {
		background-color: rgba(0, 0, 0, .3) !important;
	}

.image .fader {
		opacity: 0;
		-webkit-transition: opacity 250ms ease;
		transition: opacity 250ms ease;
		position: absolute;
		top: 0; left: 0;
		height: 100%; width: 100%;
		z-index: 1;
	}

body {
	color: #2d2d2d;
	background-color: #f5f4f4;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a {

	color: #2d2d2d;
	text-decoration: underline
}

a:visited {
		color: #2d2d2d;
	}

abbr[title] {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.primary .tag:before {
        content: "#";
    }

.avatar .image, .avatar-link .image, .avatars .image {

		border-radius: 50%;
	}

.avatar .image .fader, .avatar-link .image .fader, .avatars .image .fader {
			border-radius: 50%;
		}

.avatar .image.error, .avatar-link .image.error, .avatars .image.error {
			background-image: url(http://res.cloudinary.com/tremr/image/upload/dpr_1.0,f_auto,q_90,w_36,h_36,c_fill,g_face/avatar-default.png) !important;
			background-image: url(http://res.cloudinary.com/tremr/image/upload/dpr_1.0,f_auto,q_90,w_36,h_36,c_fill,g_face/avatar-default.png) !important;
		}

.progress {
	background-color: #f5f4f4;
	border: 1px solid #2d2d2d;
	height: 20px;
	margin-bottom: 10px;
	padding: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%) translateY(-13px);
            transform: translateX(-50%) translateY(-13px);
    border-radius: 20px;
}

.progress .meter {
        border-radius: 20px;
		background: var(--highlight-color);
		display: block;
		height: 100%;
		-webkit-transition: width 1000ms ease-in-out 0s;
		transition: width 1000ms ease-in-out 0s;
	}

.sideways-scroller {

	width: 100%;
	max-width: 100%;
	min-width: 100%;

    overflow: scroll;


}

.sideways-scroller ::-webkit-scrollbar {
	    width: 0px;  /* remove scrollbar space */
	    background: transparent;  /* optional: just make scrollbar invisible */
	}

/* optional: show position indicator in red */

.sideways-scroller ::-webkit-scrollbar-thumb {
	    background: #000000;
	}

@media only screen and (max-width: 600px) {
	.hide-mobile {
		display: none;
	}	
}

.loading-ellipsis:after {
	content: "";
	overflow: hidden;	
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis-dot 0.88s infinite 0.3s;
	        animation: ellipsis-dot 0.88s infinite 0.3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	text-align: left;
	width: 1em;
  }

@-webkit-keyframes ellipsis-dot {
	0% {
		content: "";
	  }
	  25% {
		content: ".";
	  }
	  50% {
	  content: "..";
	}
	75% {
	  content: "...";
	}
	100% {
	  content: "";
	}
  }

@keyframes ellipsis-dot {
	0% {
		content: "";
	  }
	  25% {
		content: ".";
	  }
	  50% {
	  content: "..";
	}
	75% {
	  content: "...";
	}
	100% {
	  content: "";
	}
  }
html {
  --highlight-color: #FF7F10;
	--feed-highlight-color: #FF7F10;
}



html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-gdpr {
  
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.welcometitlebar {

  background-image: url(/images/welcome.svg);
  background-position: center -41px;
  background-size: auto 391px;
  background-repeat: no-repeat;
  padding-top: 0;
  background-color: #58904f;
}

.welcometitlebar .content {
    color: #aae540;
    text-align: center;
    padding-top: 260px;
  }

.welcometitlebar .content h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      color: white;
      font-size: 48px;
      line-height: 1.2em;
      margin: 0 0 10px 0;
    }

.welcometitlebar .content h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 20px;
      line-height: 28px;
      margin-top: 0;
    }

.welcometitlebar .content .open-welcomer {
      height: 36px;
      line-height: 36px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 12px;
      text-transform: uppercase;
      border: 1px solid #aae540;
      border-radius: 6px;
      padding: 0 15px;
      background: transparent;
      color: #aae540;
      text-decoration: none;
      margin: 0
    }

.welcometitlebar .content .open-welcomer {
        background: transparent;
        text-decoration: none;
        color: #aae540;
	}

.welcometitlebar .content .open-welcomer:visited {
        background: transparent;
        text-decoration: none;
        color: #aae540;
	}

.welcometitlebar .content .open-welcomer:focus {
        background: transparent;
        text-decoration: none;
        color: #aae540;
	}

.welcometitlebar .content .open-welcomer:hover {
        background: transparent;
        text-decoration: none;
        color: #aae540;
	}

.welcometitlebar .content .open-welcomer:active {
        background: transparent;
        text-decoration: none;
        color: #aae540;
	}

.welcometitlebar .content .hide-welcomer {
      font-size: 12px;
      height: 36px;
      line-height: 36px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    }

.welcometitlebar .layout-titlebar {
    background-color: transparent;
  }

.welcometitlebar .layout-titlebar .layout-titlebar-content {
      background-color: transparent;
    }

.welcometitlebar .layout-titlebar .layout-titlebar-content .signinup-link.get-started a {
        color: #52a1db
      }

.welcometitlebar .layout-titlebar .layout-titlebar-content .signinup-link.get-started a {
					color: #52a1db;
	}

.welcometitlebar .layout-titlebar .layout-titlebar-content .signinup-link.get-started a:visited {
					color: #52a1db;
	}

.welcometitlebar .layout-titlebar .layout-titlebar-content .signinup-link.get-started a:focus {
					color: #52a1db;
	}

.welcometitlebar .layout-titlebar .layout-titlebar-content .signinup-link.get-started a:hover {
					color: #52a1db;
	}

.welcometitlebar .layout-titlebar .layout-titlebar-content .signinup-link.get-started a:active {
					color: #52a1db;
	}

@media only screen and (min-width: 600px) {
  .welcometitlebar {
    background-position: center -120px;
    background-size: auto 720px;
  }
    .welcometitlebar .content {
      padding-top: 280px;
    }

      .welcometitlebar .content h1 {
        font-size: 80px;
        line-height: 110px;
      }

      .welcometitlebar .content h2 {
        font-size: 24px;
        line-height: 28px;
      }
}

@media only screen and (min-width: 1200px) {
  .welcometitlebar {
    background-position: center -120px;
    background-size: 100% auto;
  }
    .welcometitlebar .content {
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-titlebar {
  color: #2d2d2d;
  background-color: white;
  position: static;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
  }

.layout-titlebar.light {
    color: white;
    background-color: transparent;
  }

.layout-titlebar.light .search-menu-button {
      color: white;
    }

.layout-titlebar.stripes {
    color: white;
    background-color: var(--highlight-color);
    background: -webkit-gradient(
        linear,
        left top, right top,
        color-stop(50%, rgba(255, 255, 255, .1)),
        color-stop(50%, rgba(255, 255, 255, 0))
      )
      var(--highlight-color);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, .1) 50%,
        rgba(255, 255, 255, 0) 50%
      )
      var(--highlight-color);
    background-size: 20px auto;
  }

.layout-titlebar.stripes .search-menu-button {
      color: white;
    }

.layout-titlebar.stripes .layout-titlebar-content {
      background-color: transparent;
    }

.layout-titlebar .layout-titlebar-content {
    position: relative;
    background-color: white;
    max-width: 1220px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%
    }

.layout-titlebar .layout-titlebar-content > a {
      display: inline-block;
      height: 22px;
      padding: 22px 20px 22px 12px;
      margin-right: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;			
		}

.layout-titlebar .layout-titlebar-content > a svg {
        height: 22px;
        width: 88px;
      }

.layout-titlebar .layout-titlebar-content > a.logotr {
        padding: 17px 10px 17px 12px;
        height: 32px;
        margin-right: 0;
			}

.layout-titlebar .layout-titlebar-content > a.logotr svg {
					height: 32px;
					width: 32px;
				}

.layout-titlebar .layout-titlebar-content > a.back {
			color: white;
			padding: 0 12px;
			margin: 0;
			height: 34px;
		}

.layout-titlebar .layout-titlebar-content > a.back .icon {
				height: 34px;
				width: 34px;
			}

.layout-titlebar .layout-titlebar-content > a.back svg {
				height: 34px;
				width: 34px;
			}

.layout-titlebar .layout-titlebar-content .icon .icon-back svg {
        height: 32px;
        width: 32px;
        color: #fefefe;
        fill: #fefefe;
      }

.layout-titlebar .button {
      background-color: transparent;
      margin: 0 0 0 auto;
      padding: 0 22px 0 0;
      height: 28px;
      width: 28px;
      border: none;
    }

.layout-titlebar .button .icon,
      .layout-titlebar .button .icon-admin-config {
        height: 28px;
        width: 28px;
      }

.layout-titlebar .button + .button {
      margin-left: 0;
    }

.layout-titlebar .button + .icon {
      margin-left: 0;
    }

.layout-titlebar nav.search-menu + .user-profilemenu {
      margin-left: 0;
    }

.layout-titlebar .search-menu-button,
    .layout-titlebar .search-menu-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      border: none;
      margin-right: 0
    }

.layout-titlebar .search-menu-button + .user-profilemenu,
      .layout-titlebar .search-menu-button + .user-signinupmenu,
      .layout-titlebar .search-menu-container + .user-profilemenu,
      .layout-titlebar .search-menu-container + .user-signinupmenu {
        margin-left: 0;
      }

.layout-titlebar .search-menu-button {
      padding-right: 22px;
    }

.layout-titlebar .user-signinupmenu {
      padding-right: 22px;
    }

.layout-titlebar .user-profilemenu,
    .layout-titlebar .user-signinupmenu {
      cursor: pointer;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      background-color: transparent;
    }

.layout-titlebar .user-profilemenu .generic-iconbutton, .layout-titlebar .user-signinupmenu .generic-iconbutton {
        background-color: transparent;
        border-radius: 50%;
        height: 28px;
        width: 28px;
      }

.layout-titlebar .user-profilemenu .icon, .layout-titlebar .user-signinupmenu .icon {
        background-color: transparent;
      }

.layout-titlebar .user-profilemenu .unseencount, .layout-titlebar .user-signinupmenu .unseencount {
        background-color: red;
        color: white;
        height: 18px;
        width: 18px;
        line-height: 18px;
        bottom: 0;
        right: -2px;
      }

.layout-titlebar .user-signinupmenu {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.layout-titlebar .signinup-link {
      height: 26px;
      width: auto;
      text-align: center;
      line-height: 26px;
      font-size: 12px;
      background-color: transparent;
      border-radius: 6px;
      border: 1px solid white;
      color: white;
    }

.layout-titlebar .signinup-link a {
        padding: 0 12px
      }

.layout-titlebar .signinup-link a {
          color: white;
          text-decoration: none;
          cursor: pointer;
	}

.layout-titlebar .signinup-link a:visited {
          color: white;
          text-decoration: none;
          cursor: pointer;
	}

.layout-titlebar .signinup-link a:focus {
          color: white;
          text-decoration: none;
          cursor: pointer;
	}

.layout-titlebar .signinup-link a:hover {
          color: white;
          text-decoration: none;
          cursor: pointer;
	}

.layout-titlebar .signinup-link a:active {
          color: white;
          text-decoration: none;
          cursor: pointer;
	}

.layout-titlebar .signinup-link.get-started {
        background-color: white;
        color: var(--highlight-color);
        margin-right: 10px;
      }

.layout-titlebar .signinup-link.get-started a {
            color: var(--highlight-color);
	}

.layout-titlebar .signinup-link.get-started a:visited {
            color: var(--highlight-color);
	}

.layout-titlebar .signinup-link.get-started a:focus {
            color: var(--highlight-color);
	}

.layout-titlebar .signinup-link.get-started a:hover {
            color: var(--highlight-color);
	}

.layout-titlebar .signinup-link.get-started a:active {
            color: var(--highlight-color);
	}

.layout-titlebar .signinup-link + .signinup-link {
        margin-left: 10px;
      }

@media only screen and (min-width: 600px) {
    .layout-titlebar .layout-titlebar-content {
      margin: 0 20px
    }

      .layout-titlebar .layout-titlebar-content > a {
        height: 24px;
        padding: 21px 10px 21px 8px;
        margin-right: 43px;				
			}

        .layout-titlebar .layout-titlebar-content > a svg {
          height: 24px;
          width: 96px;
        }

				.layout-titlebar .layout-titlebar-content > a svg {
					height: 24px;
					width: 96px;
				}
        .layout-titlebar .layout-titlebar-content user-profilemenu .generic-iconbutton, .layout-titlebar .layout-titlebar-content .user-signinupmenu .generic-iconbutton {
          height: 32px;
          width: 32px;
        }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.user-profilemenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-right: 12px
}

.user-profilemenu > div {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		margin-right: 22px;
		display: inline-block;
		height: 28px;
		width: 28px;
		position: relative;
	}

.user-profilemenu > div .image {
        margin-top: 3px;
				max-height: 22px;
				max-width: 22px;
    }

.user-profilemenu > div:last-child {
			margin-right: 0;
		}

.user-profilemenu .icon {
		color: white;
		display: inline-block;
		height: 28px;
		width: 28px;
	}

.channelheader .user-profilemenu .icon, .userheader .user-profilemenu .icon {
		color: white;
	}

@media only screen and (min-width: 600px) {

		.user-profilemenu > div {
			height: 32px;
			width: 32px;
		}

			.user-profilemenu > div .image {
	        margin-top: 3px;
					max-height: 26px;
					max-width: 26px;
	    }

		.user-profilemenu .icon {
			height: 32px;
			width: 32px;
		}
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.unseencount {

	position: absolute;
	top: auto;
	left: auto;
	bottom: -6px;
	right: -10px;
	background-color: var(--highlight-color);
	color: white;
	height: 20px;
	width: 20px;
	font-size: 10px;
    text-align: center;
	line-height: 20px;
	border-radius: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.search-menu-button {

    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    color: #969696;
}

.search-menu-button .icon-search {
      height: 28px;
      width: 28px;
    }

.search-menu {

    background: white;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 11px 16px 11px 9px;
    border-radius: 0;
    border: none;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.search-menu .suggestions {
        display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 12px;
        line-height: 40px;
        margin-left: 15px;
    }

.search-menu .suggestions strong {
            color: #2d2d2d;
            font-weight: 700;
            text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 12px;
            line-height: 40px;
        }

.search-menu .suggestions .tag-list {
            margin: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }

.search-menu .suggestions .tag-list a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                font-size: 16px;
                line-height: 34px
            }

.search-menu .suggestions .tag-list a:after {
                    content: "";
                    display: none;
                }

.search-menu .search-form {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative;
        height: 40px;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 5px;
        border-bottom: 2px solid #f5f4f4;
    }

.search-menu .search-form .icon {
            color: var(--highlight-color);
            border: 2px solid #f5f4f4;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            cursor: pointer;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 32px;
                    flex: 0 0 32px;
            margin-left: 9px;
        }

.search-menu .search-form .icon .svgWrapper {
                height: 80%;
                width: 80%;
                top: 10%;
                left: 10%;
            }

.search-menu .search-form input {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
        	-webkit-box-sizing: border-box;
        	        box-sizing: border-box;
        	display: inline-block;
            line-height: 36px;
            height: 36px;
            background-color: white;
            border: none;
            margin: 0;
            vertical-align: top;
            padding: 0 0 0 16px;
            color: #2d2d2d;
            border-radius: 18px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            font-size: 16px
        }

.search-menu .search-form input::-moz-placeholder {
    		    color: #969696;
                opacity: 1;
    		  }

.search-menu .search-form input:-ms-input-placeholder {
    		    color: #969696;
                opacity: 1;
    		  }

.search-menu .search-form::-moz-placeholder {
    		    color: #969696;
                opacity: 1;
    		  }

.search-menu .search-form:-ms-input-placeholder {
    		    color: #969696;
                opacity: 1;
    		  }

undefined {
    		    color: #969696;
                opacity: 1;
    		  }

undefined {
    		    color: #969696;
                opacity: 1;
    		  }

undefined {
    		    color: #969696;
                opacity: 1;
    		  }

.search-menu .search-form input::placeholder {
    		    color: #969696;
                opacity: 1;
    		  }

.search-menu .search-form input:focus {
                outline: none;
            }

@media only screen and (min-width: 600px) {

  .search-menu-button {

      height: 32px;
      width: 32px;
  }

      .search-menu-button .icon-search {
        height: 32px;
        width: 32px;
      }
    .search-menu {
        background: white;
        z-index: 99;
        position: absolute;
        top: 0;
        right: 10px;
        left: auto;
        bottom: auto;
        width: 300px;
        height: auto;
        border-radius: 0 0 6px 6px;
        border-left: 1px solid rgba(45, 45, 45, .06);
        border-right: 1px solid rgba(45, 45, 45, .06);
        border-bottom: 1px solid rgba(45, 45, 45, .06);
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage a.close {
    color: white;
    background-color: transparent;
  }

.layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage .layout-pitchpage .toolbar {
      background: transparent;
      border-bottom: none;
    }

.layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage .layout-pitchpage .toolbar button.signin {
        background: transparent;
        color: white
      }

.layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage .layout-pitchpage .toolbar button.signin:hover {
          background: transparent;
          color: white;
        }

.layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage .layout-pitchpage .toolbar button.request-invite-toolbar {
        background-color: white;
        color: #2d2d2d;
      }

.layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage .layout-pitchpage .content > img,
    .layout-overlay:not(.overlay-sidebar).Tremr--Theme--Pitchpage .layout-pitchpage .content > img.wide {
      width: 400px;
      max-width: calc(100% - 100px);
    }

.layout-pitchpage {
    min-height: 100%;
    background-color: white;

}

.layout-pitchpage .toolbar {
      position: fixed;
      top: 0;
      left: 0;
      width: calc(100% - 15px);
      max-width: calc(100% - 15px);
      height: 60px;
      z-index: 30;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 15px;
      background: transparent;
      border-bottom: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box
    }

.layout-pitchpage .toolbar > button {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            background-color: transparent;
            color: #2d2d2d;
            background-color: white;
            border: none;
            border-radius: 6px;
            height: 36px;
            line-height: 36px;
            padding: 0 25px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 12px;
            text-transform: uppercase;
            user-select: none
        }

.layout-pitchpage .toolbar > button.loading {
  background-color: var(--highlight-color);
  position: relative;
        		}

.layout-pitchpage .toolbar > button.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.layout-pitchpage .toolbar > button.loading {
                  cursor: normal;
        		}

.layout-pitchpage .toolbar > button.signin {
              background: none;
              color: white;
              padding: 0;
              text-transform: none;
              font-size: 14px;
            }

.layout-pitchpage .toolbar .close {
          margin-left: 15px;
          margin-right: auto;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 30px;
                  flex: 0 0 30px;
      		height: 30px;
      		width: 30px;
      		-webkit-box-sizing: content-box;
      		        box-sizing: content-box;
      		color: white;
      		z-index: 888;
      		text-align: center;
      		cursor: pointer;
      		background-color: transparent;
      		border: 2px solid #f5f4f4;
      		border-radius: 50%;
      	}

.layout-pitchpage .toolbar .close .icon {
      			height: 30px;
      			width: 30px;
      		}

.layout-pitchpage .toolbar .close .icon .svgWrapper {
      				top: 20%;
      				left: 20%;
      				height: 60%;
      				width: 60%;
      			}

.layout-pitchpage .section {
      max-width: 100%;
    }

.layout-pitchpage .section-1 {
      background-image: url(/images/welcome.svg);
      background-position: center -41px;
      background-size: auto 391px;
      background-repeat: no-repeat;
      padding-top: 100px !important;
      background-color: #58904f;

    }

.layout-pitchpage .section-1 .pitch-page-logo-symbol {
        width: 160px !important;
        height: auto !important;
        margin-bottom: 10px;
      }

.layout-pitchpage .section-1 .welcome-big-copy {
        font-size: 30px;
        line-height: 40px;
        margin-top: 50px;
        margin-bottom: 25px;
        text-align: center;
      }

.layout-pitchpage .section-1 .welcome-small-copy {
        font-size: 21px;
        line-height: 30px;
        margin-top: 0px;
        margin-bottom: 50px;
        text-align: center;
        color: #aae540;
      }

.layout-pitchpage .section-2 {
      background-color: #52a1db;
      padding-top: 40px;
    }

.layout-pitchpage .section-3 {
      background-color: #5B86D4;
      padding-top: 40px;
    }

.layout-pitchpage .section-3 .content h2 {

      }

.layout-pitchpage .section-3 .content > img {
        margin-bottom: 0px;
      }

.layout-pitchpage .section-4 {
      background-color: #588D4E;
      padding-top: 40px;
    }

.layout-pitchpage .section-4 .content h2 {

      }

.layout-pitchpage .section-4 .content > img {
        margin-bottom: 0px;
      }

.layout-pitchpage .section-5 {
      background-color: #52A1DA;
      padding-top: 20px;
    }

.layout-pitchpage .section-5 .content h2 {

      }

.layout-pitchpage .section-5 .content > img {
        margin-bottom: 0px;
        width: 100% !important;
        max-width: 720px !important;
      }

.layout-pitchpage .section-6 {
      background-color: #ec7977;
      padding-top: 40px;
    }

.layout-pitchpage .section-6 .content h2 {

      }

.layout-pitchpage .section-6 .content > img {
        margin-bottom: 50px;
      }

.layout-pitchpage .section-7 {
      background-color: #58904f;
      padding-top: 40px;
    }

.layout-pitchpage .section-7 #tremr-logo {
          margin-bottom: 20px;
      }

.layout-pitchpage .section-7 .pitch-page-logo-symbol {
        width: 84px !important;
        height: auto !important;
        margin-bottom: 5px;
      }

.layout-pitchpage .section-7 .content > p {
              color: #FFFFFF;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          }

.layout-pitchpage .section-7 .content > p strong {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
              }

.layout-pitchpage .section-7 .content .request-invite-bottom {
            margin-top: 20px;
            margin-bottom: 20px;
          }

.layout-pitchpage .section-7 .content .link {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
              font-size: 18px;
              color: #aae540;
          }

.layout-pitchpage .content {
        padding-top: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 0;

         text-align: center





    }

.layout-pitchpage .content > * {
    		max-width: calc(100% - 40px);
            width: calc(100% - 40px);
    		margin-left: 20px;
    		margin-right: 20px;
    	}

.layout-pitchpage .content > .field,
        .layout-pitchpage .content > p,
        .layout-pitchpage .content > h2,
        .layout-pitchpage .content > ul,
        .layout-pitchpage .content > h3,
        .layout-pitchpage .content > h4,
        .layout-pitchpage .content > img,
        .layout-pitchpage .content > .option-list {
            max-width: calc(100% - 40px);
            width: 720px;
            margin: 0 0 1em 0;
        }

.layout-pitchpage .content > img, .layout-pitchpage .content > img.wide {
          width: 400px;
          margin: 20px 0 0 0;
          max-width: calc(100% - 100px);
        }

.layout-pitchpage .content .welcome-chevron {
            max-width: 20px;
        }

.layout-pitchpage .content .center {
          text-align: center;
        }

.layout-pitchpage .content a.request-invite, .layout-pitchpage .content a.request-invite-bottom {
            background-color: #aae540;
            color: #58904f;
            height: 36px;
            line-height: 36px;
            text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 12px;
            padding: 0 30px;
            border-radius: 6px;
            text-transform: uppercase;
            margin: 0;
        }

.layout-pitchpage .content > h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 40px;
            line-height: 40px;
            color: #aae540;
            margin: 15px 0 20px 0;
            text-align: left;
        }

.layout-pitchpage .content > h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 30px;
            line-height: 38px;
            color: #aae540;
            text-align: center;
            margin: 30px 0 30px 0;
        }

.layout-pitchpage .content > p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            text-align: left;
            font-size: 21px;
            line-height: 30px;
            color: white;
        }

.layout-pitchpage .content > p strong {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            }

.layout-pitchpage .content > p a {
              color: white;
              text-decoration: none;
            }

@media only screen and (min-width: 600px) {
    .layout-pitchpage .section-1 {
      background-position: center -120px;
      background-size: auto 720px;
      padding-top: 400px;
    }
          .layout-pitchpage .section-1 .content #tremr-logo {
              height: 80px;
          }
}

@media only screen and (min-width: 1200px) {
    .layout-pitchpage .section-1 {
      background-position: center -120px;
      background-size: 100% auto;
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.layout-staticpage {
    min-height: 100%;
    background-color: white;

}

.layout-staticpage .toolbar > button {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            background-color: var(--highlight-color);
            color: white
        }

.layout-staticpage .toolbar > button:hover {
                background: var(--highlight-color) linear-gradient(90deg, rgba(0, 0, 0, .05) 0px, rgba(0, 0, 0, .05));
        		}

.layout-staticpage .toolbar > button.loading {
  background-color: var(--highlight-color);
  position: relative;
        		}

.layout-staticpage .toolbar > button.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.layout-staticpage .toolbar > button.loading {
                    cursor: normal;
        		}

.layout-staticpage .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 50px;

    }

.layout-staticpage .content .center {
            text-align: center !important;
        }

.layout-staticpage .content > h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 40px;
            line-height: 47px;
            color: var(--highlight-color);
            margin: 15px 0 10px 0;
            text-align: left;
        }

.layout-staticpage .content > h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 18px;
            line-height: 30px;
            color: var(--highlight-color);
            text-align: left;
            margin: 0;
        }

.layout-staticpage .content ol {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 18px;
            line-height: 30px;
            color: #2d2d2d;
            text-align: left;
            display: block;
            padding: 0 0 0 30px;
            margin-top: 10px;
        }

.layout-staticpage .content ol li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 18px;
                line-height: 30px;
                color: #2d2d2d;
                text-align: left;
                margin-bottom: 15px;
            }

.layout-staticpage .content ol li strong {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                }

.layout-staticpage .content > ul {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 18px;
            line-height: 30px;
            color: #2d2d2d;
            text-align: left;
            display: block;
            padding: 0;
            margin-top: 10px;
        }

.layout-staticpage .content > ul li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 18px;
                line-height: 30px;
                color: #2d2d2d;
                text-align: left;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

.layout-staticpage .content > ul li .icon {
                    height: 25px;
                    width: 25px;
                    border-radius: 50%;
                    background-color: var(--highlight-color);
                    color: white;
                    margin-right: 24px;
                }

.layout-staticpage .content > ul li strong {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                }

.layout-staticpage .content > p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            text-align: left;
            font-size: 16px;
            line-height: 26px
        }

.layout-staticpage .content > p.multiline {
                line-height: 18px;
                margin-bottom: 15px;
            }

.layout-staticpage .content > p.info {
                color: #969696;
            }

.layout-staticpage .content > p.info a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    cursor: pointer;
                    color: var(--highlight-color);
                    text-decoration: none
                }

.layout-staticpage .content > p.info a:hover {
                        color: var(--highlight-color);
                        text-decoration: underline;
                    }

.layout-staticpage .content > p.help {
                color: var(--highlight-color);
                font-size: 14px;
                text-align: right;
            }

.layout-staticpage .content > p.help a {
                    cursor: pointer;
                    color: var(--highlight-color);
                    text-decoration: none
                }

.layout-staticpage .content > p.help a:hover {
                        color: var(--highlight-color);
                        text-decoration: underline;
                    }

.layout-staticpage .content .option-list {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            width: calc(100% + 2px);
            -webkit-transform: translateX(-1px);
                    transform: translateX(-1px);
        }

.layout-staticpage .content .option-list .option-item {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                width: 30%;
                height: 38px;
                line-height: 38px;
                border-radius: 6px;
                text-align: center;
                margin: 1.5px;
                background-color: #f5f4f4;
                color: var(--highlight-color);
                font-size: 14px;
                -webkit-transition: background-color 200ms ease, color 300ms ease;
                transition: background-color 200ms ease, color 300ms ease;
            }

.layout-staticpage .content .option-list .option-item .marker {
                    display: none;
                }

.layout-staticpage .content .option-list .option-item .label {
                    text-align: center;
                    color: var(--highlight-color);
                    font-size: 14px;
                    margin: 0;
                    padding: 0;
                }

.layout-staticpage .content .option-list .option-item.set {
                    background-color: var(--highlight-color);
                    color: white;
                }

.layout-staticpage .content .option-list .option-item.set .label {
                        color: white;
                        margin: 0;
                        padding: 0;
                    }

.layout-staticpage .content > button, .layout-staticpage .content > p > button {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            background-color: var(--highlight-color);
            color: white;
            font-size: 16px;
            line-height: 22px;
            height: 53px;
            border-radius: 27px;
            min-width: 160px
        }

.layout-staticpage .content > button:hover, .layout-staticpage .content > p > button:hover {
                background: var(--highlight-color) linear-gradient(90deg, rgba(0, 0, 0, .05) 0px, rgba(0, 0, 0, .05));
    		}

.layout-staticpage .content > button.loading, .layout-staticpage .content > p > button.loading {
  background-color: var(--highlight-color);
  position: relative;
    		}

.layout-staticpage .content > button.loading:after, .layout-staticpage .content > p > button.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.layout-staticpage .content > button.loading, .layout-staticpage .content > p > button.loading {
                cursor: normal;
    		}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-requestinvite .tx2 p {
      margin-bottom: 30px;
    }

.layout-requestinvite .tx2 .field.name {
      border-top: 1px solid #f5f4f4;
    }

.layout-requestinvite .content .field.interests {
      margin-bottom: 20px;
      padding-bottom: 15px;
    }

.layout-requestinvite .content .field.recaptcha {
      border-bottom: none;
      margin-bottom: 5px;
    }

.layout-overlay:not(.overlay-sidebar) .content > .card {
  border-top: 3px solid #f5f4f4;
  max-width: calc(100% - 40px);
  width: 720px;
  padding: 12px 0 0 0
}

.layout-overlay:not(.overlay-sidebar) .content > .card .content {
    padding: 0;
    max-width: calc(100% - 56px);
  }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .row h1 {
        font-size: 18px;
        line-height: 30px;
      }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .stats {
      font-size: 14px;
      line-height: 14px;
      margin-top: 0;
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .stats em {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .follow-button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      margin-top: 0;
      margin-bottom: 12px;
    }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .follow-button-container button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        text-align: center;
        margin: 0;
        background-color: white;
        font-size: 12px;
        line-height: 12px;
        height: 20px;
        padding: 3px 16px 5px 16px
      }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .follow-button-container button:hover {
          background-color: white;
        }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .follow-button-container button.set {
          background-color: var(--highlight-color)
        }

.layout-overlay:not(.overlay-sidebar) .content > .card .content .follow-button-container button.set:hover {
            background-color: var(--highlight-color);
          }

.layout-overlay:not(.overlay-sidebar) .layout-requestinvite .toolbar {
  border-bottom: 0;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.option-list {
  display: block;
}

.option-list .option-item {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 25px
  }

.option-list .option-item:first-child {
      margin-left: 0;
    }

.option-list .option-item .marker {
      display: inline-block;
      float: left;
      border: 3px solid #f5f4f4;
      height: 19px;
      width: 19px;
      position: relative;
      border-radius: 50%
    }

.option-list .option-item .marker.tick {
        border: none;
        color: #f5f4f4;
      }

.option-list .option-item.set .marker:before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        background-color: var(--highlight-color);
        border-radius: 50%;
      }

.option-list .option-item.set .marker.tick {
        color: var(--highlight-color);
      }

.option-list .option-item.set .marker.tick:before {
        display: none;
      }

.option-list .option-item.set.readonly .marker:before {
        background-color: #969696;
      }

.option-list .option-item .label {
      margin-left: 15px;
      display: inline-block;
      float: right;
      line-height: 19px;
      height: 19px;
    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

a.post-simplecard {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 0 20px 0

}

a.post-simplecard > .embed-thumb, a.post-simplecard > .image {
        max-height: 50px;
        max-width: 50px;
        height: 50px;
        width: 50px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        margin-right: 11px;
        border-radius: 4px;
        overflow: hidden;
        margin-top: 3px;
    }

a.post-simplecard > .embed-thumb .image, a.post-simplecard > .image .image {
            height: 50px;
            width: 50px;
            max-height: 50px;
            max-width: 50px;
            border-radius: 4px;
            overflow: hidden;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 50px;
                    flex: 0 0 50px;
        }

a.post-simplecard {

    text-decoration: none

}

a.post-simplecard {
		text-decoration: none;
	}

a.post-simplecard:visited {
		text-decoration: none;
	}

a.post-simplecard:focus {
		text-decoration: none;
	}

a.post-simplecard:hover {
		text-decoration: none;
	}

a.post-simplecard:active {
		text-decoration: none;
	}

a.post-simplecard:hover {
		text-decoration: none;
	}

a.post-simplecard .info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

a.post-simplecard .info h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    		font-size: 14px;
    		line-height: 18px;
            margin: 0;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
    	}

a.post-simplecard .info .tag {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            text-transform: capitalize;
    		font-size: 14px;
    		line-height: 18px;
            margin: 0;
            color: var(--highlight-color);
        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

footer.layout-footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	background-color: #f5f4f4;
	z-index: 10099;
	-webkit-transition: height 200ms ease 0s;
	transition: height 200ms ease 0s;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 6px 6px 0 0
}

footer.layout-footer > * {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
	}

footer.layout-footer.shown {
		height: 60px;
	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-list-card-wrapper {
  position: relative;
}

.post-list-card-wrapper .expand {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-list-card-wrapper > .post-list-card > article {
    padding-top: 0px;
  }

.post-list-card-wrapper .post-list-card-wrapper > .post-list-card > article {
    padding-top: 10px;
  }

.post-list-card-wrapper + .post-list-card-wrapper > .post-list-card > article {
    padding-top: 0px;
  }

.post-list-card-wrapper .post-list-card-wrapper .post-list-card-wrapper > .post-list-card > article {
    padding-top: 0px;
  }

.post-list-card {
  font-size: 13px;
  line-height: 20px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: transparent
}

.post-list-card.deleted {
    opacity: 0.5;
  }

.post-list-card.injected {
  }

.post-list-card > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

.post-list-card a {
    text-decoration: none
  }

.post-list-card a {
      text-decoration: none;
	}

.post-list-card a:visited {
      text-decoration: none;
	}

.post-list-card a:focus {
      text-decoration: none;
	}

.post-list-card a:hover {
      text-decoration: none;
	}

.post-list-card a:active {
      text-decoration: none;
	}

.post-list-card a:hover {
      text-decoration: underline;
    }

.post-list-card > .responses-container {
    background-color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

.post-list-card > article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    line-height: 20px;
    font-size: 13px;
    padding-bottom: 0;
    background-color: white;

    display: grid;
    grid-template-columns: [card-start] 12px [avatar-start] 34px [avatar-end] 12px [content-start] auto [content-end] 12px [card-end];
    grid-template-rows: [card-start] 26px [avatar-start] 34px [avatar-end] auto [content-end] 20px [card-end];
    grid-template-areas:
      ". . . . ."
      ". avatar . content ."
      ". .      . content ."
      ". responses-button . . .";
  }

.post-list-card > article .avatar-link {
      height: 38px;
      width: 38px;
      position: relative;
      grid-area: avatar;
      justify-self: center;
      -ms-flex-item-align: center;
          align-self: center;
    }

.post-list-card > article .avatar-link .image {
        max-height: 34px;
        max-width: 34px;
        border: 2px solid white;
      }

.post-list-card > article .avatar-link .image + .image {
        max-height: 24px;
        max-width: 24px;
        border: 3px solid white;
        position: absolute;
        top: -3px;
        right: -8px;
      }

.post-list-card > article .card-content {
      grid-area: content;
    }

.post-list-card > article .card-content .byline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        line-height: 19px;
        font-size: 13px;
      }

.post-list-card > article .card-content .byline .people {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
        }

.post-list-card > article .card-content .byline .author {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 19px;
          font-size: 13px;
          cursor: pointer;
          color: var(--highlight-color);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
        }

.post-list-card > article .card-content .byline .author .ancestor-count {
            display: inline;
          }

.post-list-card > article .card-content .byline .author time {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            line-height: 19px;
            font-size: 13px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            white-space: nowrap
          }

.post-list-card > article .card-content .byline .author time:before {
              content: "•";
              font-size: 6px;
              line-height: 6px;
              margin: 0 3px;
            }

.post-list-card > article .card-content .reputation-post-overview,
      .post-list-card > article .card-content .reputation-generic-overview {
        margin-left: auto;
        margin-right: 4px;
      }

.post-list-card > article .card-content .reputation-stars {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: 0;
        height: 13px;
        line-height: 13px;
        margin-right: 0;
      }

.post-list-card > article .card-content .reputation-stars canvas {
          height: 13px;
          width: 46px;
        }

.post-list-card > article .card-content .parent-author {
        display: none;
        color: var(--highlight-color);
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        line-height: 19px;
        font-size: 13px;
      }

.post-list-card > article .card-content .reposted-by {
        display: block;
        color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        line-height: 19px;
        font-size: 13px;
        cursor: pointer
      }

.post-list-card > article .card-content .reposted-by > .icon {
          height: 22px;
          width: 22px;
          margin-left: 0px;
          vertical-align: bottom;
        }

.post-list-card > article .card-content .reposted-by .reposted-by-in {
          display: inline;
        }

.post-list-card > article .card-content .reposted-by .reposted-by-in .name {
            display: inline;
          }

.post-list-card > article .card-content .reposted-by .reposted-by-via {
          display: inline;
        }

.post-list-card > article .card-content .reposted-by .reposted-by-via .name {
            display: inline;
          }

.post-list-card > article .card-content .reposted-by .reposted-by-via + .reposted-by-in:before {
            content: " ";
          }

.post-list-card > article .card-content .reposted-by .repost-comment {
          font-style: italic;
          display: block
        }

.post-list-card > article .card-content .reposted-by .repost-comment:before {
            content: "‘";
          }

.post-list-card > article .card-content .reposted-by .repost-comment:after {
            content: "’";
          }

.post-list-card > article .card-content .ancestor-title {
        color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        margin: 0;
        line-height: 19px;
        font-size: 13px;
      }

.post-list-card > article .card-content .post-content,
      .post-list-card > article .card-content h1,
      .post-list-card > article .card-content .comment,
      .post-list-card > article .card-content .link-content,
      .post-list-card > article .card-content .controls,
      .post-list-card > article .card-content .parent-author,
      .post-list-card > article .card-content .byline {
        margin-right: 0;
      }

.post-list-card > article .card-content .post-content {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

.post-list-card > article .card-content h1 {
        font-size: 15px;
        line-height: 23px;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      }

.post-list-card > article .card-content .comment {
        font-size: 15px;
        line-height: 21px;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

.post-list-card > article .card-content .link-content {
        font-size: 13px;
        line-height: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        color: var(--highlight-color);
      }

.post-list-card > article .card-content .link-content .link-content-title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-clamp: 1;
        }

.post-list-card > article .card-content .link-content .link-content-domain {
          font-size: 11px;
          line-height: 21px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-clamp: 1;
        }

.post-list-card > article .card-content .post-stats {
        cursor: pointer;
        color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 11px;
        line-height: 21px;
        text-decoration: underline
      }

.post-list-card > article .card-content .post-stats.comment {
          text-decoration: none;
        }

.post-list-card > article .responses-button-container {
      grid-area: responses-button;
      justify-self: center;
      -ms-flex-item-align: center;
          align-self: center;
      z-index: 2;
    }

.post-list-card.expanded.has-responses {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

.post-list-card.expanded.has-responses > article {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

.post-list-card.expanded.has-responses .responses-button-container > .responses-button {
        -webkit-box-shadow: 0 0 0 3px white;
                box-shadow: 0 0 0 3px white;
        background-color: #f5f4f4;
      }

.post-list-card.expanded.has-responses .responses-button-container > .responses-button span {
          color: var(--highlight-color);
        }

.post-list-card.expanded.has-responses .responses-button-container .icon {
        display: block;
      }

.post-list-card .responses .post-list-card.expanded.has-responses > article, .post-content-card .responses .post-list-card.expanded.has-responses > article {
        overflow: visible
      }

.post-list-card .responses .post-list-card.expanded.has-responses > article:after, .post-content-card .responses .post-list-card.expanded.has-responses > article:after {
          left: 58px;
        }

.post-list-card .responses .post-list-card.expanded.has-responses > article:after, .post-content-card .responses .post-list-card.expanded.has-responses > article:after {
          content: " ";
          display: block;
          position: absolute;
          bottom: -12px;
          left: 1px;
          right: auto;
          width: 56px;
          height: 16px;
          background: url(/images/chevron.png) no-repeat transparent;
          background-position: bottom center;
          background-size: 182px 16px;
          z-index: 4;
        }

.post-list-card .responses .post-list-card.expanded.has-responses > article .responses-button-container, .post-content-card .responses .post-list-card.expanded.has-responses > article .responses-button-container {
          display: none;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          .post-list-card .responses .post-list-card.expanded.has-responses > article:after, .post-content-card .responses .post-list-card.expanded.has-responses > article:after {
            background: url(/images/chevron-retina.png) no-repeat transparent;
            background-position: bottom center;
            background-size: 182px 16px;
          }
}

.post-list-card.expanded.has-responses .responses, .post-content-card.expanded.has-responses .responses {
    position: relative
  }

.post-list-card.expanded.has-responses .responses > .wall > .post-list .post-list-card.response:last-child > article > .card-content:after, .post-content-card.expanded.has-responses .responses > .wall > .post-list .post-list-card.response:last-child > article > .card-content:after {
            display: none;
          }

.post-list-card.expanded.has-responses .responses > .wall > .post-list .post-list-card.expanded.has-responses.response:last-child > article > .card-content:after, .post-content-card.expanded.has-responses .responses > .wall > .post-list .post-list-card.expanded.has-responses.response:last-child > article > .card-content:after {
            display: block;
          }

.post-list-card.expanded.has-responses .responses .post-list-card > article, .post-content-card.expanded.has-responses .responses .post-list-card > article {
        position: relative
      }

.post-list-card.expanded.has-responses .responses .post-list-card > article > .card-content, .post-content-card.expanded.has-responses .responses .post-list-card > article > .card-content {
          position: relative;
        }

.post-list-card.expanded.has-responses .responses .post-list-card > article:before, .post-content-card.expanded.has-responses .responses .post-list-card > article:before {
          content: " ";
          background: linear-gradient(
              to right,
              rgba(255, 255, 255, 0) 3px,
              rgba(255, 255, 255, 0) 3px,
              #f5f4f4 4px,
              #f5f4f4 7px,
              rgba(255, 255, 255, 0) 7px,
              rgba(255, 255, 255, 0) 8px,
              rgba(255, 255, 255, 0)
            ),
            rgba(255, 255, 255, 0);
          background-size: 8px;
          background-repeat: repeat;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          width: 8px;
        }

.post-list-card.expanded.has-responses .responses .post-list-card.expanded > article, .post-content-card.expanded.has-responses .responses .post-list-card.expanded > article {
        position: relative
      }

.post-list-card.expanded.has-responses .responses .post-list-card.expanded > article:before, .post-content-card.expanded.has-responses .responses .post-list-card.expanded > article:before {
          bottom: 3px;
        }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response > article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response > article:before {
          width: 16px;
        }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response article:before {
            width: 24px;
          }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response article:before {
              width: 32px;
            }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response article:before {
                width: 40px;
              }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                  width: 48px;
                }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                    width: 56px;
                  }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                      width: 64px;
                    }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                        width: 72px;
                      }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                          width: 80px;
                        }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                            width: 88px;
                          }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                              width: 96px;
                            }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                                width: 104px;
                              }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                                  width: 112px;
                                }

.post-list-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before, .post-content-card.expanded.has-responses .responses .post-list-card .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response .responses .response article:before {
                                    width: 120px;
                                  }

/* sets the border radius and margin for top level posts */

.post-list-card {
  margin: 0 0 3px 0;
  padding: 0;
  position: relative;
}

/* unsets the border radius and margin for responses */

.post-list-card .post-list-card,
.post-content-card .post-list-card {
  margin: 0;
  border-radius: 0;
}

.post-list-card .post-list-card:after,
.post-content-card .post-list-card:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 3px;
  height: 3px;
  background: #f5f4f4;
  left: 58px;
}

.post-list-card.expanded:after {
}

.post-list-card.expanded
  > .responses-container
  > .responses
  > .wall
  > .post-list
  > .post-list-card-wrapper:first-child
  > .post-list-card:after,
.post-content-card.expanded
  > .responses-container
  > .responses
  > .wall
  > .post-list
  > .post-list-card-wrapper:first-child
  > .post-list-card:after {
  left: 3px;
}

.post-list-card-wrapper .responses-expanded + .post-list-card-wrapper {
  position: relative
}

.post-list-card-wrapper .responses-expanded + .post-list-card-wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 60%;
    height: 3px;
    left: 3px;
    z-index: 3;
    background: #f5f4f4;
    border-bottom: 2px solid white;
  }

.expanded.has-responses .responses .post-list-card-wrapper:first-child > .post-list-card > article:before {
        top: 5px;
      }

.expanded.has-responses .responses .post-list-card-wrapper:last-child > .post-list-card > article:before {
        bottom: 3px;
      }

@media only screen and (min-width: 600px) {
        .post-content-card .responses .post-list-card.expanded.has-responses > article:after {
          left: 31px;
        }

    .post-content-card .post-list-card:after {
      left: 96px;
    }

  .post-list-card {
    font-size: 15px;
    line-height: 24px;
  }

    .post-list-card .responses .post-list-card.expanded.has-responses > article:after {
      left: 31px;
    }

    .post-list-card .post-list-card:after {
      left: 96px;
    }

    .post-list-card article {
      border-radius: 12px;
      grid-template-columns:
        [card-start] 40px [avatar-start] 40px [avatar-end] 16px [content-start] minmax(
          auto,
          664px
        )
        [content-end] 40px [card-end];
      grid-template-rows: [card-start] 26px [avatar-start] 40px [avatar-end] auto [content-end] 26px [card-end];
    }

      .post-list-card article .avatar-link {
        height: 44px;
        width: 44px;
      }
        .post-list-card article .avatar-link .image {
          max-height: 40px;
          max-width: 40px;
          border: 2px solid white;
        }

      .post-list-card article .card-content {
        line-height: 24px;
        font-size: 15px;
      }

        .post-list-card article .card-content .ancestor-title,
        .post-list-card article .card-content .post-content,
        .post-list-card article .card-content h1,
        .post-list-card article .card-content .comment,
        .post-list-card article .card-content .controls,
        .post-list-card article .card-content .parent-author,
        .post-list-card article .card-content .user-summary,
        .post-list-card article .card-content .link-content {
          margin-right: 99px;
        }

        .post-list-card article .card-content .post-content .post-content {
          margin-right: 0;
        }

        .post-list-card article .card-content .byline {
          line-height: 21px;
          font-size: 15px;
        }

          .post-list-card article .card-content .byline .author {
            line-height: 21px;
            font-size: 15px;
          }
            .post-list-card article .card-content .byline .author time {
              line-height: 21px;
              font-size: 15px
            }
              .post-list-card article .card-content .byline .author time:before {
                font-size: 6px;
              }
          .post-list-card article .card-content .byline .activity-sum {
          }

        .post-list-card article .card-content .reputation-stars {
          height: 15px;
          line-height: 15px;
        }
          .post-list-card article .card-content .reputation-stars canvas {
            height: 15px;
            width: 54px;
          }

        .post-list-card article .card-content .parent-author {
          line-height: 21px;
          font-size: 15px;
        }

        .post-list-card article .card-content .reposted-by {
          line-height: 21px;
          font-size: 15px;
        }

        .post-list-card article .card-content .ancestor-title {
          line-height: 21px;
          font-size: 15px;
        }

        .post-list-card article .card-content h1 {
          font-size: 18px;
          line-height: 28px;
        }

        .post-list-card article .card-content .comment {
          font-size: 18px;
          line-height: 24px;
        }

        .post-list-card article .card-content .link-content {
          font-size: 15px;
          line-height: 26px;
        }

          .post-list-card article .card-content .link-content .link-content-domain {
            font-size: 13px;
            line-height: 25px;
          }

        .post-list-card article .card-content .post-stats {
          font-size: 13px;
          line-height: 28px;
        }
  .post-list-card .post-content-card:after,
  .post-list-card .post-list-card:after {
    content: " ";
    right: 3px;
    left: 96px;
  }

  .post-list-card.expanded
    > .responses-container
    > .responses
    > .wall
    > .post-list
    > .post-list-card-wrapper:first-child
    > .post-content-card:after,
  .post-list-card.expanded
    > .responses-container
    > .responses
    > .wall
    > .post-list
    > .post-list-card-wrapper:first-child
    > .post-list-card:after {
    left: 3px;
  }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.responses-button-container {
  height: 28px;
  width: 28px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}

.responses-button-container .responses-button {
    border-radius: 50%;
    background-color: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    height: 28px;
    width: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    -webkit-box-shadow: 0 0 0 3px #f5f4f4;
            box-shadow: 0 0 0 3px #f5f4f4;
    z-index: 2;
    font-size: 12px;
  }

.responses-button-container .responses-button span {
      display: block;
      max-width: 28px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #2d2d2d;
    }

.responses-button-container .icon {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-11px);
            transform: translateX(-11px);
    height: 22px;
    width: 22px;
    color: #f5f4f4;
    z-index: 1;
    display: none;
  }

@media only screen and (min-width: 600px) {
  .responses-button-container {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-contentsummary output {
		display: inline
	}

.post-contentsummary output:before {
			content: ", ";
		}

.post-contentsummary output:first-child:before {
			content: "";
		}
/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.reputation-post-overview {
  position: relative;
  cursor: pointer
}

.reputation-post-overview:empty {
    display: none;
  }

.reputation-post-overview > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1234;
  }

.reputation-post-overview.left.open .reputation-post-overview-popup {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 20px
    }

.reputation-post-overview.left.open .reputation-post-overview-popup > .icon {
        position: absolute;
        left: 16px;
      }

.reputation-post-overview.left.open:after {
      left: -15px;
      right: auto;
    }

.reputation-post-overview.open:after {
      content: " ";
      position: absolute;
      top: -15px;
      right: -15px;
      height: 50px;
      width: 70px;
      background: transparent;
    }

.reputation-post-overview.open .reputation-post-overview-popup {
      background: white;
      border: 3px solid var(--highlight-color);
      border-bottom-left-radius: 20px;
      position: fixed;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      height: auto;
      width: 250px;
      max-width: min(250px, 100%);
      margin: 0;
      padding: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      padding: 0 0 10px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: 1235;
      cursor: default
    }

.reputation-post-overview.open .reputation-post-overview-popup > .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: var(--highlight-color);
        position: absolute;
        top: -13px;
        height: 12px;
        width: 18px;
        right: 16px;
        cursor: pointer;
      }

.reputation-post-overview.open .reputation-post-overview-popup > .icon .triangle {
          fill: var(--highlight-color);
          stroke: var(--highlight-color);
          stroke-width: 1;
        }

.reputation-post-overview.open .reputation-post-overview-popup > .icon .edge {
          fill: var(--highlight-color);
          stroke: var(--highlight-color);
          stroke-width: 1;
        }

.reputation-post-overview.open .reputation-post-overview-popup h4 {
        background: var(--highlight-color);
        color: white;
        text-transform: uppercase;
        line-height: 24px;
        font-size: 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        margin: 0 0 10px 0;
        padding: 5px 0 6px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        cursor: pointer;
      }

.reputation-post-overview.open .reputation-post-overview-popup h4 .icon {
          margin-left: auto;
          margin-right: 13px;
          color: white;
          fill: white;
          height: 24px;
          width: 24px;
        }

.reputation-post-overview.open .reputation-post-overview-popup h5 {
        font-size: 13px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        color: black;
        min-height: 24px;
        height: auto;
        line-height: 16px;
        margin: 0;
        padding: 4px 15px;
      }

.reputation-post-overview.open .reputation-post-overview-popup > .line {
        margin: 0;
        padding: 0 15px;
        color: #969696;
        min-height: 24px;
        height: -moz-min-content;
        height: -webkit-min-content;
        height: min-content;
        line-height: 24px;
        font-size: 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

.reputation-post-overview.open .reputation-post-overview-popup > .line label {
          font-size: 11px;
          line-height: 11px;
          word-wrap: break-word;
        }

.reputation-post-overview.open .reputation-post-overview-popup > .line .reputation-stars {
          margin-left: auto;
          height: 18px;
          width: 63px;
        }

.reputation-post-overview.open .reputation-post-overview-popup > .line .reputation-stars canvas {
            height: 18px;
            width: 63px;
          }

.reputation-post-overview.open .reputation-post-overview-popup > .line.tag {
          color: var(--highlight-color)
        }

.reputation-post-overview.open .reputation-post-overview-popup > .line.tag:before {
            content: "";
          }

.reputation-post-overview.open .reputation-post-overview-popup > .line.tag label {
            color: var(--highlight-color);
          }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.reputation-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 20px;
  font-size: 10px;
  color: var(--highlight-color);
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.reputation-badge .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 20px;
    width: 20px;
  }

.reputation-badge .reputation-badge-description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-transform: uppercase;
    text-align: left;
  }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-card .reputation-generic-overview .reputation-post-warning-badge, .post-content-card .reputation-generic-overview .reputation-post-warning-badge, .post-list-card .reputation-generic-overview .reputation-post-warning-badge {
      line-height: 13px;
      font-size: 9px;
      height: 14px;
      border-radius: 7px;
      padding: 0 16px 0 6px
    }

.post-card .reputation-generic-overview .reputation-post-warning-badge > div, .post-content-card .reputation-generic-overview .reputation-post-warning-badge > div, .post-list-card .reputation-generic-overview .reputation-post-warning-badge > div {
        padding: 0.5px 0 0 0;
      }

.post-card .reputation-generic-overview .reputation-post-warning-badge .icon, .post-content-card .reputation-generic-overview .reputation-post-warning-badge .icon, .post-list-card .reputation-generic-overview .reputation-post-warning-badge .icon {
        padding: 0;
        right: -6px;
        top: -4px;
        height: 22px;
        width: 22px;
        -webkit-clip-path: circle(9px at 11.5px 11.3px);
                clip-path: circle(9px at 11.5px 11.3px);
      }

.post-card .reputation-generic-overview.open .reputation-generic-overview-popup, .post-content-card .reputation-generic-overview.open .reputation-generic-overview-popup, .post-list-card .reputation-generic-overview.open .reputation-generic-overview-popup {
        -webkit-transform: translateY(29px);
                transform: translateY(29px);
      }

.reputation-generic-overview {
  position: relative;
  cursor: pointer
}

.reputation-generic-overview:empty {
    display: none;
  }

.reputation-generic-overview .reputation-post-warning-badge {
    background-color: var(--highlight-color);
    color: white;
    display: block;
    position: relative;
    line-height: 12px;
    font-size: 12px;
    height: 20px;
    border-radius: 10px;
    padding: 0 24px 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    text-transform: uppercase
  }

.reputation-generic-overview .reputation-post-warning-badge > div {
      padding: 4px 0 0 0;
    }

.reputation-generic-overview .reputation-post-warning-badge .icon {
      padding: 0;
      position: absolute;
      right: -12px;
      top: -8px;
      height: 36px;
      width: 36px;
      background: var(--highlight-color);
      color: white;
      -webkit-clip-path: circle(14px at 18px 18px);
              clip-path: circle(14px at 18px 18px);
    }

.reputation-generic-overview > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1234;
  }

.reputation-generic-overview.left.open .reputation-generic-overview-popup {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 20px
    }

.reputation-generic-overview.left.open .reputation-generic-overview-popup > .icon {
        position: absolute;
        left: 16px;
      }

.reputation-generic-overview.left.open:after {
      left: -15px;
      right: auto;
    }

.reputation-generic-overview.open:after {
      content: " ";
      position: absolute;
      top: -15px;
      right: -15px;
      height: 50px;
      width: 100px;
      background: transparent;
    }

.reputation-generic-overview.open .reputation-generic-overview-popup {
      background: white;
      border: 3px solid var(--highlight-color);
      border-bottom-left-radius: 20px;
      position: fixed;
      -webkit-transform: translateY(34px);
              transform: translateY(34px);
      height: auto;
      width: 250px;
      max-width: min(250px, 100%);
      margin: 0;
      padding: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      padding: 0 0 10px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: 1235
    }

.reputation-generic-overview.open .reputation-generic-overview-popup > .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: var(--highlight-color);
        position: absolute;
        top: -13px;
        height: 12px;
        width: 18px;
        right: 16px;
        cursor: pointer;
      }

.reputation-generic-overview.open .reputation-generic-overview-popup > .icon .triangle {
          fill: var(--highlight-color);
          stroke: var(--highlight-color);
          stroke-width: 1;
        }

.reputation-generic-overview.open .reputation-generic-overview-popup > .icon .edge {
          fill: var(--highlight-color);
          stroke: var(--highlight-color);
          stroke-width: 1;
        }

.reputation-generic-overview.open .reputation-generic-overview-popup h4 {
        background: var(--highlight-color);
        color: white;
        text-transform: uppercase;
        line-height: 34px;
        font-size: 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        margin: 0 0 10px 0;
        padding: 0 0 1px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }

.reputation-generic-overview.open .reputation-generic-overview-popup h4 .icon {
          margin-left: auto;
          margin-right: 13px;
          color: white;
          fill: white;
          height: 30px;
          width: 30px;
          cursor: pointer;
        }

.reputation-generic-overview.open .reputation-generic-overview-popup > p {
        margin: 0;
        padding: 0 15px;
        color: #969696;
        line-height: 20px;
        font-size: 13px;
        display: block;
        color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

.reputation-generic-overview.open .reputation-generic-overview-popup > p a {
          font-style: italic;
          font-size: 11px;
          text-transform: uppercase;
          color: var(--highlight-color);
        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-content-card.has-responses + .post-content-card .post-breadcrumbs .toggle {
    padding-top: 26px;
  }

.post-content-card {
  font-size: 13px;
  line-height: 21px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3px
}

.post-content-card.deleted {
    opacity: 0.5;
  }

.post-content-card.injected {
  }

.post-content-card > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

.post-content-card a {
    text-decoration: none
  }

.post-content-card a {
      text-decoration: none;
	}

.post-content-card a:visited {
      text-decoration: none;
	}

.post-content-card a:focus {
      text-decoration: none;
	}

.post-content-card a:hover {
      text-decoration: none;
	}

.post-content-card a:active {
      text-decoration: none;
	}

.post-content-card a:hover {
      text-decoration: underline;
    }

.responses .post-content-card.response article .ancestor-title {
    display: none;
  }

.post-content-card.show-content article .header-image .image {
          cursor: pointer;
          max-height: inherit;
        }

.post-content-card.show-content article .header-image .embed iframe {
            max-height: inherit;
          }

.post-content-card > article {
    background-color: white;
  }

.post-content-card > article .card-content {
      position: relative;
      display: grid;
      grid-template-columns: [card-start] 12px [avatar-start] 34px [avatar-end] 12px [content-start] auto [content-end] 12px [card-end];
      grid-template-rows: [card-start] 26px [avatar-start] auto [avatar-end] auto [content-end] 0px [next-button] 10px [card-end];
      grid-template-areas:
        ". . . . ."
        ". avatar . byline-content ."
        ". content content content ."
        ". next-button . . ."
        ". responses-button . reply-button .";
      line-height: 24px;
      font-size: 15px;
    }

.post-content-card > article .card-content .avatar-link {
        height: 38px;
        width: 38px;
        position: relative;
        grid-area: avatar;
        justify-self: center;
        -ms-flex-item-align: start;
            align-self: start;
        z-index: 1;
      }

.post-content-card > article .card-content .avatar-link .image {
          max-height: 34px;
          max-width: 34px;
          border: 2px solid white;
        }

.post-content-card > article .card-content .avatar-link .image + .image {
          max-height: 16px;
          max-width: 16px;
          border: 3px solid white;
          position: absolute;
          top: -3px;
          right: -8px;
        }

.post-content-card > article .card-content .byline-content {
        -ms-flex-item-align: center;
            align-self: center;
        grid-area: byline-content;
      }

.post-content-card > article .card-content .content {
        margin-top: 10px;
        grid-area: content;
      }

.post-content-card > article .card-content .byline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        font-size: 13px;
        line-height: 19px;
      }

.post-content-card > article .card-content .byline .author {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 19px;
          font-size: 13px;
          cursor: pointer;
          color: var(--highlight-color);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
        }

.post-content-card > article .card-content .byline .author .ancestor-count {
            display: inline;
          }

.post-content-card > article .card-content .byline .author time {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            line-height: 19px;
            font-size: 13px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            white-space: nowrap
          }

.post-content-card > article .card-content .byline .author time:before {
              content: "•";
              font-size: 6px;
              line-height: 6px;
              margin: 0 3px;
            }

.post-content-card > article .card-content .byline .reputation-post-overview,
        .post-content-card > article .card-content .byline .reputation-generic-overview {
          margin-left: auto;
          margin-right: 4px;
        }

.post-content-card > article .card-content .byline .reputation-stars {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          margin-left: 0;
          height: 13px;
          line-height: 13px;
          margin-right: 0;
        }

.post-content-card > article .card-content .byline .reputation-stars canvas {
            height: 13px;
            width: 46px;
          }

.post-content-card > article .card-content .parent-author {
        display: none;
        color: var(--highlight-color);
        text-align: left;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
        font-size: 13px;
        line-height: 19px;
      }

.post-content-card > article .card-content .reposted-by {
        display: block;
        color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 13px;
        line-height: 19px;
        cursor: pointer;
      }

.post-content-card > article .card-content .reposted-by .reposted-by-in {
          display: inline;
        }

.post-content-card > article .card-content .reposted-by .reposted-by-in .name {
            display: inline;
          }

.post-content-card > article .card-content .reposted-by .reposted-by-via {
          display: inline;
        }

.post-content-card > article .card-content .reposted-by .reposted-by-via .name {
            display: inline;
          }

.post-content-card > article .card-content .reposted-by .reposted-by-via + .reposted-by-in:before {
            content: " ";
          }

.post-content-card > article .card-content .reposted-by .name {
          display: inline;
        }

.post-content-card > article .card-content .reposted-by .repost-comment {
          font-style: italic;
          display: block
        }

.post-content-card > article .card-content .reposted-by .repost-comment:before {
            content: "‘";
          }

.post-content-card > article .card-content .reposted-by .repost-comment:after {
            content: "’";
          }

.post-content-card > article .card-content .tags {
        color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility;
        font-size: 13px;
        line-height: 19px;
      }

.post-content-card > article .card-content .tags a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 900;
  text-rendering: optimizeLegibility
        }

.post-content-card > article .card-content .tags a {
            color: var(--highlight-color);
            text-decoration: none;
	}

.post-content-card > article .card-content .tags a:visited {
            color: var(--highlight-color);
            text-decoration: none;
	}

.post-content-card > article .card-content .tags a:focus {
            color: var(--highlight-color);
            text-decoration: none;
	}

.post-content-card > article .card-content .tags a:hover {
            color: var(--highlight-color);
            text-decoration: none;
	}

.post-content-card > article .card-content .tags a:active {
            color: var(--highlight-color);
            text-decoration: none;
	}

.post-content-card > article .card-content .tags a:hover {
            text-decoration: underline;
          }

.post-content-card > article .card-content .ancestor-title {
        color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        margin: 0;
        font-size: 13px;
        line-height: 19px;
      }

.post-content-card > article .card-content header-image,
      .post-content-card > article .card-content .post-content,
      .post-content-card > article .card-content h1,
      .post-content-card > article .card-content .comment,
      .post-content-card > article .card-content .controls,
      .post-content-card > article .card-content .parent-author,
      .post-content-card > article .card-content .tags,
      .post-content-card > article .card-content .reactions,
      .post-content-card > article .card-content .reposted-by,
      .post-content-card > article .card-content .user-summary,
      .post-content-card > article .card-content .byline {
        margin-right: 0;
      }

.post-content-card > article .card-content h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 0;
      }

.post-content-card > article .card-content h1 + .post-content {
        margin-top: 3px;
      }

.post-content-card > article .card-content .comment {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 26px;
      }

.post-content-card > article .card-content .user-summary {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 15px;
        line-height: 24px;
        margin: 5px 0 0 0;
      }

.post-content-card > article .card-content .header-image {
        max-width: calc(100% + 24px);
        overflow: hidden;
        margin: 15px -12px 10px -12px;
      }

.post-content-card > article .card-content .header-image .image {
          cursor: pointer;
          max-width: 100%;
          overflow: hidden;
          border-radius: 0;
          max-height: none;
        }

.post-content-card > article .card-content .header-image .embed {
          max-width: 100%;
          overflow: hidden;
        }

.post-content-card > article .card-content .header-image .embed iframe {
            max-width: 100%;
            min-width: 100%;
            border-radius: 0;
            max-height: none;
          }

.post-content-card > article .card-content .embed-thumb {
        max-width: 100%;
        overflow: hidden;
        border-radius: 0;
      }

.post-content-card > article .card-content .embed-thumb .image {
          max-width: 100%;
          overflow: hidden;
          border-radius: 0;
          max-height: none;
        }

.post-content-card > article .card-content .embed-thumb h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 17px;
          line-height: 26px;
          margin: 0 12px;
        }

.post-content-card > article .card-content .embed-thumb p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 13px;
          line-height: 21px;
          margin: 0 12px
        }

.post-content-card > article .card-content .embed-thumb p.link {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          }

.post-content-card > article .card-content .embed-thumb a {
            text-decoration: none;
	}

.post-content-card > article .card-content .embed-thumb a:visited {
            text-decoration: none;
	}

.post-content-card > article .card-content .embed-thumb a:focus {
            text-decoration: none;
	}

.post-content-card > article .card-content .embed-thumb a:hover {
            text-decoration: none;
	}

.post-content-card > article .card-content .embed-thumb a:active {
            text-decoration: none;
	}

.post-content-card > article .card-content .embed-thumb a:hover {
            text-decoration: underline;
          }

.post-content-card > article .card-content .post-content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 26px;
      }

.post-content-card > article .card-content .post-content iframe {
          max-width: 100%;
          min-width: 100%;
          overflow: hidden;
          border-radius: 0;
          max-height: none;
        }

.post-content-card > article .card-content .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #2d2d2d;
        margin-top: 10px;
      }

.post-content-card > article .card-content .actions .activity-sum {
          font-size: 15px;
          line-height: 36px;
          padding-right: 15px;
          position: relative;
          margin-right: 7px;
          cursor: pointer
        }

.post-content-card > article .card-content .actions .activity-sum:after {
            content: " ";
            position: absolute;
            top: 5px;
            right: 0;
            background-color: #f5f4f4;
            width: 3px;
            height: 25px;
          }

.post-content-card > article .card-content .actions .activity-button .button {
            color: #2d2d2d;
          }

.post-content-card > article .card-content .actions .activity-button.set .button {
            color: var(--highlight-color);
          }

.post-content-card > article .card-content .actions > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          margin-left: 0;
          height: 32px;
          max-height: 32px;
        }

.post-content-card > article .card-content .actions > * .button {
            border: none;
          }

.post-content-card > article .card-content .actions > * .activity-icon-upvote,
          .post-content-card > article .card-content .actions > * .activity-icon-downvote {
            height: 32px;
            width: 32px;
          }

.post-content-card > article .card-content .actions > * .activity-icon-downvote {
            margin-left: 2px;
          }

.post-content-card > article .card-content .actions > * .icon {
            height: 32px;
            width: 32px;
          }

.post-content-card > article .card-content .actions .custom_images .icon {
            margin-left: 0;
          }

.post-content-card > article .card-content .actions .icon {
          height: 32px;
          width: 32px;
          margin-left: 2px
        }

.post-content-card > article .card-content .actions .icon.post-menu-icon {
            margin-left: 0;
          }

.post-content-card > article .card-content .actions .generic-dropup {
          margin-left: 3px;
        }

.post-content-card > article .card-content .actions .generic-dropup .handle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }

.post-content-card > article .card-content .actions .generic-dropup .handle .icon {
              margin-left: 0;
            }

.post-content-card > article .card-content .actions .activity {
          font-size: 13px;
          line-height: 36px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        }

.post-content-card > article .card-content .actions .activity .activity-sum {
            display: inline;
            position: relative;
            padding: 3px 15px 3px 0
          }

.post-content-card > article .card-content .actions .activity .activity-sum.activity-sum-0 {
              display: none;
            }

.post-content-card > article .card-content .actions .activity .activity-sum:after {
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              width: 3px;
              bottom: 0;
              background: #f5f4f4;
            }

.post-content-card > article .card-content .editor-richtext {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 26px;
      }

.post-content-card > article .card-content .editor-richtext .content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 16px;
          line-height: 26px;
          margin-top: 0;
        }

.post-content-card > article .card-content .editor-richtext .content .block:after {
            content: "";
            display: none;
          }

.post-content-card > article .card-content .editor-richtext .content .embed-block,
          .post-content-card > article .card-content .editor-richtext .content .upload-block {
            margin-left: -12px;
            margin-right: -12px;
            max-width: calc(100% + 24px);
            width: calc(100% + 24px);
          }

.post-content-card > article .card-content .editor-richtext .content .embed-block .caption, .post-content-card > article .card-content .editor-richtext .content .upload-block .caption {
              margin-left: 12px;
              margin-right: 12px;
            }

.post-content-card > article .card-content .editor-richtext .content .text-block {
            margin: 0;
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 16px;
            line-height: 26px;
            padding: 4px 0;
            min-height: auto;
          }

.post-content-card > article .card-content .editor-richtext .content h2.text-block {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
            line-height: 26px;
            font-size: 20px;
          }

.post-content-card > article .card-content .editor-richtext .content p:first-child {
            padding-top: 0;
          }

.post-content-card > article .card-content .editor-richtext .content iframe {
            max-width: 100%;
            min-width: 100%;
            overflow: hidden;
            border-radius: 0;
            max-height: none;
          }

.post-content-card > article .card-content .editor-richtext .content .twitter-block .tweet {
              overflow: hidden;
            }

.post-content-card > article .card-content .editor-richtext .content .twitter-block .tweet .twitter-tweet {
                width: 100% !important;
                min-width: 100px !important;
              }

.post-content-card > article .card-content .post-stats {
        color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 11px;
        line-height: 21px;
        text-decoration: underline;
      }

.post-content-card > article .card-content .controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        color: #2d2d2d;
        margin-top: 10px;
      }

.post-content-card > article .card-content .controls .activity-count {
          font-size: 15px;
          line-height: 29px;
          padding-right: 12px;
          position: relative;
          margin-right: 4px
        }

.post-content-card > article .card-content .controls .activity-count:after {
            content: " ";
            position: absolute;
            top: 5px;
            right: 0;
            background-color: #f5f4f4;
            width: 3px;
            height: 19px;
          }

.post-content-card > article .card-content .controls .activity-button .button {
            color: #2d2d2d;
          }

.post-content-card > article .card-content .controls .activity-button.set .button {
            color: var(--highlight-color);
          }

.post-content-card > article .card-content .controls > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          margin-left: 0;
          height: 29px;
        }

.post-content-card > article .card-content .controls .upvote-button .flag {
            left: 7px
          }

.post-content-card > article .card-content .controls .upvote-button .flag.level-1,
            .post-content-card > article .card-content .controls .upvote-button .flag.level-2,
            .post-content-card > article .card-content .controls .upvote-button .flag.level-3 {
              left: auto;
              right: -1px;
            }

.post-content-card > article .card-content .controls .icon,
        .post-content-card > article .card-content .controls .activity-icon-upvote {
          height: 27px;
          width: 27px;
          margin-left: 9px;
        }

.post-content-card > article .card-content .controls .generic-dropup {
          margin-left: 3px;
        }

.post-content-card > article .card-content .controls .generic-dropup .handle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }

.post-content-card > article .card-content .controls .generic-dropup .handle .icon {
              margin-left: 0;
            }

.post-content-card > article .card-content .reactions.open .reaction-buttons:before {
            right: 97px;
          }

.post-content-card > article .card-content .reactions.open .reaction-buttons-wrapper {
            margin-bottom: 10px;
          }

.post-content-card > article .card-content .reactions.open .totals {
            right: 32px;
          }

.post-content-card > article .card-content .reactions.open .totals .activity-count.downvote,
              .post-content-card > article .card-content .reactions.open .totals .activity-count.repost,
              .post-content-card > article .card-content .reactions.open .totals .activity-count.bookmark {
                margin-left: 2px;
              }

.post-content-card > article .responses-button-container {
      -webkit-transform: translateY(7px);
              transform: translateY(7px);
    }

.post-content-card > article .reply-area {
      grid-area: reply-button;
      justify-self: self-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      z-index: 9;
      grid-gap: 8px;
      grid-gap: 8px;
      gap: 8px;
    }

.post-content-card > article .reply-button-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;

      border: 3px solid #f5f4f4;
      background-color: white;
      color: #2d2d2d;
      border-radius: 24px;
      width: auto;
      height: 16px;
      line-height: 21px;
      cursor: pointer;
      font-size: 10px;
      line-height: 14px;
      padding: 0px 8px 0 3px;
      -webkit-transform: translateY(7px);
              transform: translateY(7px);
    }

.post-content-card > article .reply-button-container .icon {
        color: var(--highlight-color);
        height: 16px;
        width: 16px;
      }

.post-content-card > article .door-policy-summary-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -ms-flex-item-align: center;
          align-self: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateY(7px);
              transform: translateY(7px);
      line-height: 14px;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      border: 3px solid #f5f4f4;
      background-color: white;
    }

.post-content-card > article .door-policy-summary-container .door-policy-summary {
        height: 14px;
        width: 14px;
        color: var(--highlight-color);
      }

.post-content-card > article .door-policy-summary-container .icon {
        height: 14px;
        width: 14px;
      }

.post-content-card > article .responses-button-container {
      grid-area: responses-button;
      justify-self: center;
      -ms-flex-item-align: center;
          align-self: center;
      z-index: 2;
    }

.post-content-card > article .content-card-button {
      grid-area: next-button;
      position: sticky;
      bottom: 24px;
      left: 12px;
      margin-top: 120px;
      -ms-flex-item-align: end;
          align-self: end;
      justify-self: center;
      border: 2px solid white;
      background-color: white;
      border-radius: 50%;
      color: #2d2d2d;
      cursor: pointer;
      height: 30px;
      width: 30px;
      z-index: 2001;
    }

.post-content-card.expanded.has-responses .responses-button-container > .responses-button {
        -webkit-box-shadow: 0 0 0 3px white;
                box-shadow: 0 0 0 3px white;
        background-color: #f5f4f4;
      }

.post-content-card.expanded.has-responses .responses-button-container > .responses-button span {
          color: var(--highlight-color);
        }

.post-content-card.expanded.has-responses .responses-button-container .icon {
        display: block;
      }

.post-content-card .post-content-card .post-breadcrumbs, .post-content-card .post-list-card .post-breadcrumbs, .post-list-card .post-content-card .post-breadcrumbs, .post-list-card .post-list-card .post-breadcrumbs {
      padding-top: 15px;
    }

.post-content-card .post-breadcrumbs .toggle + .breadcrumb post-list-card > article, .post-list-card .post-breadcrumbs .toggle + .breadcrumb post-list-card > article {
        grid-template-rows: [card-start] 15px [avatar-start] 34px [avatar-end] auto [content-end] 0px [next-button] 10px [card-end];
      }

.post-content-card .post-breadcrumbs .post-content-card article .card-content, .post-list-card .post-breadcrumbs .post-content-card article .card-content {
      grid-template-areas:
        ". . . . ."
        ". avatar . byline-content ."
        ". .      . content ."
        ". next-button . . ."
        ". responses-button . reply-button .";
    }

.post-content-card .responses .post-content-card article .card-content, .post-list-card .responses .post-content-card article .card-content {
      grid-template-areas:
        ". . . . ."
        ". avatar . byline-content ."
        ". .      . content ."
        ". next-button . . ."
        ". responses-button . reply-button .";
    }

.post-content-card .responses .post-content-card article .card-content .header-image, .post-list-card .responses .post-content-card article .card-content .header-image {
        max-width: calc(100% + 12px);
        margin: 15px -12px 10px 0px;
      }

.post-content-card .responses > .wall > .post-list > .response:first-child > article > .card-content, .post-list-card .responses > .wall > .post-list > .response:first-child > article > .card-content {
          margin-top: 10px;
        }

.post-content-card .responses > .wall > .post-list > .response:first-child > article:before, .post-list-card .responses > .wall > .post-list > .response:first-child > article:before {
          top: 5px;
        }

.post-content-card .responses > .wall > .post-list > .response:last-child > article:before, .post-list-card .responses > .wall > .post-list > .response:last-child > article:before {
          bottom: 3px;
        }

.post-content-card .responses .post-content-card article .card-content .parent-author, .post-list-card .responses .post-content-card article .card-content .parent-author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

.post-content-card .responses .post-content-card.expanded.has-responses > article, .post-list-card .responses .post-content-card.expanded.has-responses > article {
        overflow: visible
      }

.post-content-card .responses .post-content-card.expanded.has-responses > article:after, .post-list-card .responses .post-content-card.expanded.has-responses > article:after {
          left: 58px;
        }

.post-content-card .responses .post-content-card.expanded.has-responses > article > .card-content:after, .post-list-card .responses .post-content-card.expanded.has-responses > article > .card-content:after {
          content: " ";
          display: block;
          position: absolute;
          bottom: -12px;
          left: 2px;
          right: auto;
          width: 56px;
          height: 16px;
          background: url(/images/chevron.png) no-repeat transparent;
          background-position: bottom center;
          background-size: 182px 16px;
          z-index: 4;
        }

.post-content-card .responses .post-content-card.expanded.has-responses > article .responses-button-container, .post-list-card .responses .post-content-card.expanded.has-responses > article .responses-button-container {
          display: none;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .post-content-card .responses .post-content-card.expanded.has-responses > article .post-content-card .responses .post-content-card.expanded.has-responses > .card-content:after, .post-list-card .responses .post-content-card.expanded.has-responses > article .post-list-card .responses .post-content-card.expanded.has-responses > .card-content:after {
          background: url(/images/chevron-retina.png) no-repeat transparent;
          background-position: bottom center;
          background-size: 182px 16px;
        }
}

.post-list-card.expanded.has-responses .responses, .post-content-card.expanded.has-responses .responses {
    position: relative
  }

.post-list-card.expanded.has-responses .responses > .wall > .post-list .post-content-card.response:last-child > article > .card-content:after, .post-content-card.expanded.has-responses .responses > .wall > .post-list .post-content-card.response:last-child > article > .card-content:after {
            display: none;
          }

.post-list-card.expanded.has-responses .responses > .wall > .post-list .post-content-card.expanded.has-responses.response:last-child > article > .card-content:after, .post-content-card.expanded.has-responses .responses > .wall > .post-list .post-content-card.expanded.has-responses.response:last-child > article > .card-content:after {
            display: block;
          }

.post-list-card.expanded.has-responses .responses .post-content-card > article, .post-content-card.expanded.has-responses .responses .post-content-card > article {
        position: relative
      }

.post-list-card.expanded.has-responses .responses .post-content-card > article > .card-content, .post-content-card.expanded.has-responses .responses .post-content-card > article > .card-content {
          z-index: 4;
          position: relative;
        }

.post-list-card.expanded.has-responses .responses .post-content-card > article:before, .post-content-card.expanded.has-responses .responses .post-content-card > article:before {
          content: " ";
          background: linear-gradient(
              to right,
              rgba(255, 255, 255, 0) 3px,
              rgba(255, 255, 255, 0) 3px,
              #f5f4f4 4px,
              #f5f4f4 7px,
              rgba(255, 255, 255, 0) 7px,
              rgba(255, 255, 255, 0) 8px,
              rgba(255, 255, 255, 0)
            ),
            rgba(255, 255, 255, 0);
          background-size: 8px;
          background-repeat: repeat;
          position: absolute;
          top: 5px;
          left: 0;
          bottom: 0;
          width: 8px;
          z-index: 1;
        }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card article:before {
          width: 16px;
        }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
            width: 24px;
          }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
              width: 32px;
            }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                width: 40px;
              }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                  width: 48px;
                }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                    width: 56px;
                  }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                      width: 64px;
                    }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                        width: 72px;
                      }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                          width: 80px;
                        }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                            width: 88px;
                          }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                              width: 96px;
                            }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                                width: 104px;
                              }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                                  width: 112px;
                                }

.post-list-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before, .post-content-card.expanded.has-responses .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card .responses .post-content-card article:before {
                                    width: 120px;
                                  }

/* sets the border radius and margin for top level posts */

.post-content-card {
  margin: 0 0 3px 0;
  padding: 0;
  position: relative;
}

/* unsets the border radius and margin for responses */

.post-list-card .post-content-card,
.post-content-card .post-content-card,
.post-content-card .post-list-card {
  margin: 0;
  border-radius: 0;
}

.post-list-card .post-content-card:after,
.post-content-card .post-content-card:after,
.post-content-card .post-list-card:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 3px;
  height: 3px;
  background: #f5f4f4;
  left: 58px;
}

.post-content-card .post-breadcrumbs .breadcrumb .post-content-card:after,
.post-content-card .post-breadcrumbs .breadcrumb .post-list-card:after {
  content: "";
  display: none;
}

.post-list-card .expanded + .post-content-card:after,
.post-content-card .expanded + .post-content-card:after,
.post-content-card .expanded + .post-list-card:after {
  left: 3px;
}

.post-content-card.expanded:after {
}

.post-content-card.expanded
  > .responses-container
  > .responses
  > .wall
  > .post-list
  > .post-content-card:first-child:after,
.post-content-card.expanded
  > .responses-container
  > .responses
  > .wall
  > .post-list
  > .post-list-card-wrapper:first-child
  > .post-list-card:after {
  left: 3px;
}

.post-content-card.expanded.has-responses .responses .post-content-card:not(.expanded) + .post-content-card > article:before {
      top: 0;
    }

.post-content-card.expanded.has-responses .responses .post-content-card:not(.expanded) + .post-content-card.expanded > article:before {
      bottom: 2px;
    }

@media only screen and (min-width: 600px) {
    .post-list-card .responses
      .post-content-card.expanded.has-responses
      > article
      > .card-content:after {
      left: 31px;
    }

    .post-list-card .post-content-card.expanded.has-responses > article:after {
      left: 96px;
    }
  .post-content-card {
    border-radius: 12px;
    font-size: 15px;
    line-height: 24px
  }
      .post-content-card.has-breadcrumbs > article {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
      }

      .post-content-card.has-breadcrumbs .post-breadcrumbs {
        background-color: white;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
      }
      .post-content-card .post-content-card.expanded.has-responses .responses {
        position: relative
      }

        .post-content-card .post-content-card.expanded.has-responses .responses > .wall {
          border-bottom-left-radius: 12px;
          border-bottom-right-radius: 12px;
        }

    .post-content-card .responses
      .post-content-card.expanded.has-responses
      > article
      > .card-content:after {
      left: 31px;
    }

    .post-content-card .post-content-card.expanded.has-responses > article:after {
      left: 96px;
    }

    .post-content-card > .responses-container {
      background-color: white;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
    }

    .post-content-card.expanded.has-responses {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0
    }

      .post-content-card.expanded.has-responses > article {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }

    .post-content-card .post-breadcrumbs .toggle {
      width: calc(100% - 30px);
      margin-left: 15px;
      margin-right: 15px;
    }
      .post-content-card .post-breadcrumbs .breadcrumb {
        margin: 0 15px;
        width: calc(100% - 30px);
      }
          .post-content-card .post-breadcrumbs .breadcrumb .post-content-card .reply-button-container {
            -webkit-transform: translateY(12px);
                    transform: translateY(12px);
          }
            .post-content-card.show-content article .card-content .header-image .image {
              max-height: 3000px;
            }
    .post-content-card > article {
      border-radius: 12px;
    }

      .post-content-card > article .card-content {
        grid-template-columns: [card-start] 40px [avatar-start] 40px [avatar-end] 16px [content-start] auto [content-end] 40px [card-end];
        grid-template-rows: [card-start] 26px [avatar-start] auto [avatar-end] auto [content-end] 0px [next-button] 16px [card-end];
        grid-template-areas:
          ". . . . ."
          ". avatar . byline-content ."
          ". content content content ."
          ". next-button . . ."
          ". responses-button . reply-button .";

        line-height: 33px;
        font-size: 18px
      }

        .post-content-card > article .card-content > .avatar-link {
          height: 44px;
          width: 44px;
        }
          .post-content-card > article .card-content > .avatar-link .image {
            max-height: 40px;
            max-width: 40px;
          }
          .post-content-card > article .card-content > .avatar-link .image + .image {
            max-height: 20px;
            max-width: 20px;
          }

        .post-content-card > article .card-content .reply-button-container {
          border-radius: 21px;
          height: 21px;
          line-height: 21px;
          font-size: 12px;
          -webkit-transform: translateY(10px);
                  transform: translateY(10px);
          padding: 0 15px 0 10px;
        }
          .post-content-card > article .card-content .reply-button-container .icon {
            height: 21px;
            width: 21px;
          }

        .post-content-card > article .card-content .responses-button-container {
          margin-left: 2px;
          height: 40px;
          width: 40px;
          -webkit-transform: translateY(11px);
                  transform: translateY(11px);
        }
          .post-content-card > article .card-content .responses-button-container .responses-button {
            height: 36px;
            width: 36px;
            line-height: 36px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 14px;
          }
            .post-content-card > article .card-content .responses-button-container .responses-button span {
              max-width: 36px;
            }
          .post-content-card > article .card-content .responses-button-container .icon {
            bottom: -11px;
            -webkit-transform: translateX(-13px);
                    transform: translateX(-13px);
          }

        .post-content-card > article .card-content .door-policy-summary-container {
          -webkit-transform: translateY(11px);
                  transform: translateY(11px);
          line-height: 21px;
          height: 21px;
          width: 21px;
        }

          .post-content-card > article .card-content .door-policy-summary-container .door-policy-summary {
            height: 18px;
            width: 18px;
          }
          .post-content-card > article .card-content .door-policy-summary-container .icon {
            height: 16px;
            width: 16px;
          }

        .post-content-card > article .card-content .header-image {
          margin: 15px 0 10px 0;
          max-width: 100%;
        }

          .post-content-card > article .card-content .header-image .image {
            max-height: 66vh;
          }
            .post-content-card > article .card-content .header-image .embed iframe {
              max-height: 66vh;
            }

        .post-content-card > article .card-content .post-content .post-content {
          margin-right: 0;
        }
            .post-content-card > article .card-content .actions > * .button {
              border: none;
              margin-bottom: 0;
            }
            .post-content-card > article .card-content .actions > * .activity-icon-upvote,
            .post-content-card > article .card-content .actions > * .activity-icon-downvote {
              height: 36px;
              width: 36px;
            }
            .post-content-card > article .card-content .actions > * .activity-icon-downvote {
              margin-left: 9px;
            }
          .post-content-card > article .card-content .actions .icon {
            margin-left: 9px;
            height: 36px;
            width: 36px;
          }

        .post-content-card > article .card-content .byline {
          font-size: 15px;
          line-height: 21px;
          margin-top: 0;
          margin-bottom: 0;
        }

          .post-content-card > article .card-content .byline .reputation-stars {
            height: 15px;
            line-height: 15px;
          }
            .post-content-card > article .card-content .byline .reputation-stars canvas {
              height: 15px;
              width: 54px;
            }

          .post-content-card > article .card-content .byline .author {
            font-size: 15px;
            line-height: 21px;
          }

            .post-content-card > article .card-content .byline .author time {
              font-size: 15px;
              line-height: 21px;
            }

        .post-content-card > article .card-content .post-content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 18px;
          line-height: 33px;
        }

        .post-content-card > article .card-content h1 {
          font-size: 24px;
          line-height: 36px;
        }
        .post-content-card > article .card-content .comment {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 18px;
          line-height: 33px;
        }

        .post-content-card > article .card-content .user-summary {
          font-size: 18px;
          line-height: 30px;
        }

        .post-content-card > article .card-content .reposted-by {
          font-size: 15px;
          line-height: 21px;
        }

        .post-content-card > article .card-content .tags {
          font-size: 15px;
          line-height: 21px;
        }
          .post-content-card > article .card-content .embed-thumb h4 {
            font-size: 18px;
            line-height: 30px;
          }
          .post-content-card > article .card-content .embed-thumb p {
            font-size: 15px;
            line-height: 26px;
          }

        .post-content-card > article .card-content .editor-richtext {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 18px;
          line-height: 33px;
        }

          .post-content-card > article .card-content .editor-richtext .content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 18px;
            line-height: 33px;
          }

            .post-content-card > article .card-content .editor-richtext .content .text-block {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
              font-size: 18px;
              line-height: 33px;
            }

            .post-content-card > article .card-content .editor-richtext .content h2.text-block {
              line-height: 30px;
              font-size: 22px;
            }

            .post-content-card > article .card-content .editor-richtext .content .embed-block,
            .post-content-card > article .card-content .editor-richtext .content .upload-block {
              margin-left: 0;
              margin-right: 0;
              max-width: 100%;
              width: 100%;
            }
              .post-content-card > article .card-content .editor-richtext .content .embed-block .caption, .post-content-card > article .card-content .editor-richtext .content .upload-block .caption {
                margin-left: 0;
                margin-right: 0;
              }

        .post-content-card > article .card-content .post-stats {
          cursor: pointer;
          font-size: 13px;
          line-height: 28px;
        }
            .post-content-card > article .card-content .reactions.open .totals {
              right: 36px;
            }
              .post-content-card > article .card-content .reactions.open .totals .activity-count {
                width: 36px
              }
                .post-content-card > article .card-content .reactions.open .totals .activity-count.downvote,
                .post-content-card > article .card-content .reactions.open .totals .activity-count.repost,
                .post-content-card > article .card-content .reactions.open .totals .activity-count.bookmark {
                  margin-left: 9px;
                }
  .post-list-card .post-content-card:after,
  .post-content-card .post-content-card:after,
  .post-content-card .post-list-card:after {
    content: " ";
    right: 3px;
    left: 96px;
  }

  .post-content-card.expanded
    > .responses-container
    > .responses
    > .wall
    > .post-list
    > .post-content-card:first-child:after,
  .post-content-card.expanded
    > .responses-container
    > .responses
    > .wall
    > .post-list
    > .post-list-card-wrapper:first-child
    > .post-list-card:after {
    left: 3px;
  }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-breadcrumbs .ancestor-title {
    display: none;
  }

.post-breadcrumbs .post-list-card-wrapper .expand {
      -webkit-transform: translateY(-23px) translateX(-50%);
              transform: translateY(-23px) translateX(-50%);
    }

.post-breadcrumbs .toggle {
    display: block;
    margin-bottom: -14px;
    z-index: 1;
  }

.post-breadcrumbs .toggle .count,
    .post-breadcrumbs .toggle .show {
      font-size: 13px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      cursor: pointer;
    }

.post-breadcrumbs .post-content-card > article .card-content .editor-richtext .content .embed-block,
    .post-breadcrumbs .post-content-card > article .card-content .editor-richtext .content .upload-block {
      margin-left: 0;
      max-width: calc(100% + 12px);
      width: calc(100% + 12px);
    }

.post-breadcrumbs .toggle + .breadcrumb:first-of-type .show {
      padding-top: 10px;
    }

.post-breadcrumbs .toggle + .breadcrumb:first-of-type .show {
      padding-top: 10px;
    }

.post-breadcrumbs .breadcrumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.post-breadcrumbs .breadcrumb,
  .post-breadcrumbs .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    position: relative;
    width: 100%;
  }

.post-breadcrumbs .breadcrumb .post-content-card > article .reply-button-container, .post-breadcrumbs .toggle .post-content-card > article .reply-button-container {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }

.post-breadcrumbs .breadcrumb .post-content-card > article .door-policy-summary-container, .post-breadcrumbs .toggle .post-content-card > article .door-policy-summary-container {
      -webkit-transform: translateY(1px);
              transform: translateY(1px);
    }

.post-breadcrumbs .breadcrumb.breadcrumb article:before, .post-breadcrumbs .toggle.breadcrumb article:before {
      top: 0;
      bottom: 0;
      height: 100%;
      content: " ";
      position: absolute;
      left: 28px;
      width: 3px;
      background-color: #f5f4f4;
    }

.post-breadcrumbs .breadcrumb.breadcrumb:after, .post-breadcrumbs .toggle.breadcrumb:after {
      top: auto;
      bottom: -8px;
      left: 17px;
      height: 24px;
      width: 24px;
      content: " ";
      position: absolute;
      z-index: 1;
      background-color: #f5f4f4;
      border-radius: 50%;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 512 512'><path stroke-width='40' stroke='white' d='M393.657,206.02 C397.148,206.429 399.737,208.048 401.641,210.966 C404.421,215.738 402.806,221.861 398.034,224.641 L271.605,298.295 C261.96,303.913 250.04,303.913 240.395,298.295 L113.966,224.641 C109.194,221.861 107.579,215.738 110.359,210.966 C113.139,206.194 119.262,204.579 124.034,207.359 L250.463,281.013 C253.885,283.007 258.115,283.007 261.537,281.013 L387.966,207.359 C389.937,206.164 391.372,206.202 393.657,206.02 z' /></svg>");
      background-position: 0 1px;
      background-size: 24px 24px;
    }

.post-breadcrumbs .breadcrumb.breadcrumb .card-content:after, .post-breadcrumbs .toggle.breadcrumb .card-content:after {
      top: auto;
      bottom: 3px;
      left: 58px;
      right: 12px;
      margin-right: 0;
      height: 3px;
      width: auto;
      content: " " !important;
      display: block !important;
      position: absolute;
      z-index: 1;
      background-color: #f5f4f4;
    }

.post-breadcrumbs .breadcrumb.breadcrumb:first-child article:before, .post-breadcrumbs .toggle.breadcrumb:first-child article:before {
      background-color: #f5f4f4;
      top: auto;
      height: calc(100% - 35px);
    }

.post-breadcrumbs .breadcrumb .post-content-card,
    .post-breadcrumbs .breadcrumb .post-list-card,
    .post-breadcrumbs .toggle .post-content-card,
    .post-breadcrumbs .toggle .post-list-card {
      margin-bottom: 0;
    }

.post-breadcrumbs .breadcrumb .post-content-card .card-content:after, .post-breadcrumbs .breadcrumb .post-list-card .card-content:after, .post-breadcrumbs .toggle .post-content-card .card-content:after, .post-breadcrumbs .toggle .post-list-card .card-content:after {
        content: "";
        display: none;
      }

.post-breadcrumbs .breadcrumb.toggle, .post-breadcrumbs .toggle.toggle {
      color: var(--highlight-color);
      font-size: 13px;
      line-height: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 20px;
    }

.post-breadcrumbs .breadcrumb.toggle .count, .post-breadcrumbs .toggle.toggle .count {
        height: 34px;
        width: 34px;
        border: 3px solid #f5f4f4;
        color: var(--highlight-color);
        background-color: white;
        line-height: 22px;
        font-size: 12px;
        z-index: 4;
        border-radius: 50%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 12px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }

.post-breadcrumbs .breadcrumb.toggle .number, .post-breadcrumbs .toggle.toggle .number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

.post-breadcrumbs .breadcrumb.toggle .show, .post-breadcrumbs .toggle.toggle .show {
        padding: 0;
        border-bottom: none;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 93px);
                flex: 1 1 calc(100% - 93px);
        margin-right: 15px;
        position: relative;
        margin-left: 12px;
      }

@media only screen and (min-width: 600px) {
      .post-breadcrumbs .breadcrumb.breadcrumb article:before {
        left: 44px;
      }
      .post-breadcrumbs .breadcrumb.breadcrumb:after {
        left: 34px;
      }
      .post-breadcrumbs .breadcrumb.breadcrumb .card-content:after {
        bottom: 0;
        left: 81px;
        right: 25px;
      }
        .post-breadcrumbs .breadcrumb.breadcrumb .post-list-card article {
          grid-template-columns:
            [card-start] 25px [avatar-start] 40px [avatar-end] 16px [content-start] minmax(
              auto,
              714px
            )
            [content-end] 25px [card-end];
        }
        .post-breadcrumbs .breadcrumb.breadcrumb .post-content-card .card-content:after {
          left: 97px;
        }
        .post-breadcrumbs .breadcrumb.breadcrumb .post-content-card article > .card-content {
          grid-template-columns:
            [card-start] 25px [avatar-start] 40px [avatar-end] 16px [content-start] minmax(
              auto,
              714px
            )
            [content-end] 25px [card-end];
        }

          .post-breadcrumbs .breadcrumb.breadcrumb .post-content-card article > .card-content .reply-button-container {
            -webkit-transform: translateY(7px);
                    transform: translateY(7px);
          }
          .post-breadcrumbs .breadcrumb.breadcrumb .post-content-card article > .card-content .door-policy-summary-container {
            -webkit-transform: translateY(7px);
                    transform: translateY(7px);
          }
      .post-breadcrumbs .toggle.toggle .count {
        margin-left: 28px;
      }
      .post-breadcrumbs .toggle.toggle .show {
        font-size: 15px;
        margin-left: 20px;
      }
    .post-breadcrumbs .post-list-card > article .card-content .reputation-stars {
      margin-right: 0;
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.dummycontent .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

.dummycontent .block .veritcal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

.dummycontent .avatar {
    background-color: #f5f4f4;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-right: 16px;
  }

.dummycontent .content {
    background-color: #f5f4f4;
    border-radius: 12px;
    height: 18px;
    width: 100%;
    margin-bottom: 8px
  }

.dummycontent .content.fat {
      height: 30px;
      border-radius: 15px;
      margin-bottom: 26px;
    }

.dummycontent .content.w-10 {
      width: 10%;
    }

.dummycontent .content.w-10 {
      width: 10%;
    }

.dummycontent .content.w-20 {
      width: 20%;
    }

.dummycontent .content.w-30 {
      width: 30%;
    }

.dummycontent .content.w-40 {
      width: 40%;
    }

.dummycontent .content.w-50 {
      width: 50%;
    }

.dummycontent .content.w-60 {
      width: 60%;
    }

.dummycontent .content.w-70 {
      width: 70%;
    }

.dummycontent .content.w-80 {
      width: 80%;
    }

.dummycontent .content.w-90 {
      width: 90%;
    }

.dummycontent .content.w-100 {
      width: 100%;
    }

.dummycontent .extra-margin {
    margin-bottom: 10px;
  }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.activity-icon-button {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    background-color: white;
    color: #2d2d2d;
    fill: #2d2d2d;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

.activity-icon-button .button {
        padding: 0;
    }

.activity-icon-button:hover {
        background-color: white;
        color: #2d2d2d;
        fill: #2d2d2d;
    }

.activity-icon-button:hover .icon {
            background-color: white;
            color: #2d2d2d;
            fill: #2d2d2d;
        }

.activity-icon-button .icon {
        background-color: white;
        color: #2d2d2d;
        fill: #2d2d2d;
    }

.activity-icon-button.set .icon {
            color: var(--highlight-color);
            fill: var(--highlight-color);
        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.upvote-button {

    position: relative;
}

.upvote-button .activity-icon-upvote,
    .upvote-button .activity-icon-downvote {
        cursor: pointer;
    }

.upvote-button .activity-icon-upvote .set, .upvote-button .activity-icon-downvote .set {
            fill: var(--highlight-color);
        }

.upvote-button .activity-icon-upvote + .activity-icon-upvote, .upvote-button .activity-icon-downvote + .activity-icon-upvote {
            margin-left: 10px;
        }

.upvote-button .flag {

        position: absolute;
        top: -22px;
        left: -23px;
        width: 60px;
        height: 30px;
        background-color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        text-align: center;
        font-size: 12px;
        color: var(--highlight-color);
        border-radius: 4px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: white;
        -webkit-transform: translateY(46px);
                transform: translateY(46px);
        opacity: 0;
        -webkit-animation: upvoteanimation 2s 1 ease;
                animation: upvoteanimation 2s 1 ease;
    }

.upvote-button .flag .text {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 30px;
          text-align: center;
        }

.upvote-button .flag svg {
          display: block;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          height: 16px;
          width: 22px;
        }

.upvote-button .flag svg .level {
            stroke: var(--highlight-color);
            stroke-width: 1;
            fill: white;
          }

.upvote-button .flag.level1 svg .level1 {
          fill: var(--highlight-color);
        }

.upvote-button .flag.level2 svg .level1,
        .upvote-button .flag.level2 svg .level2 {
          fill: var(--highlight-color);
        }

.upvote-button .flag.level3 svg .level1,
        .upvote-button .flag.level3 svg .level2,
        .upvote-button .flag.level3 svg .level3 {
          fill: var(--highlight-color);
        }

.upvote-button .flag.level-1 svg .level-1 {
          fill: var(--highlight-color);
        }

.upvote-button .flag.level-2 svg .level-1,
        .upvote-button .flag.level-2 svg .level-2 {
          fill: var(--highlight-color);
        }

.upvote-button .flag.level-3 svg .level-1,
        .upvote-button .flag.level-3 svg .level-2,
        .upvote-button .flag.level-3 svg .level-3 {
          fill: var(--highlight-color);
        }

.upvote-button .flag.level-1, .upvote-button .flag.level-2, .upvote-button .flag.level-3, .upvote-button .flag.level-0 {
            left: auto;
            right: -1px;
        }

@-webkit-keyframes upvoteanimation {
  0% { -webkit-transform: translateY(46px); transform: translateY(46px); opacity: 0; }
  10% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  50% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -webkit-transform: translateY(-64px); transform: translateY(-64px); opacity: 0;}
}

@keyframes upvoteanimation {
  0% { -webkit-transform: translateY(46px); transform: translateY(46px); opacity: 0; }
  10% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  50% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
  100% { -webkit-transform: translateY(-64px); transform: translateY(-64px); opacity: 0;}
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .reactions.recommend-level-2 .reaction-buttons:before, .reactions.recommend-level-2 .reaction-buttons:before, .reactions.recommend-level-3 .reaction-buttons:before, .reactions.recommend-level--1 .reaction-buttons:before, .reactions.recommend-level--2 .reaction-buttons:before, .reactions.recommend-level--3 .reaction-buttons:before {
        background: url(/images/arrow-retina.png);
      }
}

.reactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.reactions .reaction-summary {
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-height: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    color: var(--highlight-color);
    font-size: 9px;
    line-height: 20px;
  }

.reactions .reaction-summary .activity {
      white-space: nowrap;
      text-transform: uppercase
    }

.reactions .reaction-summary .activity:before {
        content: ", ";
      }

.reactions .reaction-summary .activity:first-child:before {
        content: "";
      }

.reactions.open {
    margin-top: 12px;
  }

.reactions.open .totals {
      position: absolute;
      top: -10px;
      right: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      width: auto;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 9px;
      line-height: 20px;
      height: 20px;
    }

.reactions.open .totals .activity-count {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        max-width: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center
      }

.reactions.open .totals .activity-count.downvote {
          max-width: 32px;
          width: 32px;
          margin-left: 2px
        }

.reactions.open .totals .activity-count.downvote:before {
            content: "-";
          }

.reactions.open .totals .activity-count.value-0:before {
            content: "";
          }

.reactions.open .totals .activity-count.upvote {
          max-width: 32px;
          width: 32px;
        }

.reactions.open .totals .activity-count.repost {
          max-width: 32px;
          width: 32px;
          margin-left: 2px;
        }

.reactions.open .totals .activity-count.bookmark {
          max-width: 32px;
          width: 32px;
          margin-left: 2px;
        }

.reactions .reaction-buttons-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: block;
    margin: 0;
    border-top: 3px solid #f5f4f4;
    padding-top: 3px;
  }

.reactions .reaction-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px -2px 0 -2px;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px)
  }

.reactions .reaction-buttons > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
    }

.reactions .reaction-buttons > .activity-button {
      min-width: 75px;
    }

.reactions .reaction-buttons label {
      font-size: 10px;
      line-height: 33px;
    }

@media only screen and (min-width: 600px) {
      .reactions .reaction-buttons > .activity-button {
        min-width: 100px;
      }
      .reactions.open .totals {
        right: 36px;
      }
        .reactions.open .totals .activity-count {
          max-width: 36px
        }
          .reactions.open .totals .activity-count.downvote {
            max-width: 36px;
            width: 36px;
            margin-left: 9px;
          }

          .reactions.open .totals .activity-count.upvote {
            max-width: 36px;
            width: 36px;
          }
          .reactions.open .totals .activity-count.repost {
            max-width: 36px;
            width: 36px;
            margin-left: 9px;
          }
          .reactions.open .totals .activity-count.bookmark {
            max-width: 36px;
            width: 36px;
            margin-left: 9px;
          }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.activity-button {

	display: block;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 2px;
	padding: 0;
	position: relative;
    background-color: transparent;
    color: #2d2d2d;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border: 1px solid #f5f4f4;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 30px;
    white-space: nowrap;
    min-width: 100px;
    overflow: hidden;
}

.activity-button .percent {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 0%;
		background-color: #f5f4f4;
		z-index: 1;
        -webkit-transition: width ease 100ms;
        transition: width ease 100ms;
	}

.activity-button .label {
        position: relative;
        display: block;
		height: 28px;
		z-index: 2;
        line-height: 16px;
        padding: 6px 0 6px 0;
        text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 10px;
        text-transform: uppercase;
    }

.activity-button.set {
        color: var(--highlight-color);
	}

.activity-button.set .label {
			color: var(--highlight-color);
		}

@media only screen and (min-width: 600px) {
    .activity-button {
        height: 36px;
    }

    	.activity-button .label {
            font-size: 12px;
            height: 24px;
            line-height: 24px;
        }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.factcheck-badge {
  display: block;
  max-width: 122px;
}

.factcheck-badge .badge {
    background-color: var(--highlight-color);
    border-radius: 3px;
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    padding: 0;
    height: 18px;
    margin-top: 4px;
  }

.factcheck-badge .badge .icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      color: white;
      height: 11px;
      width: 11px;
      margin: 0 4px 0 7px;
    }

.factcheck-badge .badge label {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      color: white;
      line-height: 10px;
      font-size: 10px;
      margin-right: 9px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    }

.post-show.post .article-container .factcheck-badge .badge {
      border-radius: 4px;
      height: 24px;
      margin-top: 4;
    }

.post-show.post .article-container .factcheck-badge .badge .icon {
        height: 14px;
        width: 14px;
        margin: 0 7px 0 7px;
      }

.post-show.post .article-container .factcheck-badge .badge label {
        line-height: 12px;
        font-size: 12px;
        margin-right: 9px;
      }

@media only screen and (min-width: 600px) {

      .post-show.post .article-container .factcheck-badge .badge {
        border-radius: 4px;
        height: 28px;
        margin-top: 0;
      }

        .post-show.post .article-container .factcheck-badge .badge .icon {
          height: 16px;
          width: 16px;
          margin: 0 8px 0 7px;
        }
        .post-show.post .article-container .factcheck-badge .badge label {
          line-height: 14px;
          font-size: 14px;
          margin-right: 9px;
        }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.expand {
  color: #2d2d2d;
  position: absolute;
  right: 0;
  background: white;
  bottom: 0;
  cursor: pointer;
  height: 34px;
  width: 34px;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
}

.expand .outer {
    height: 28px;
    width: 28px;
    border: 3px solid #f5f4f4;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%
  }

.expand .outer:after {
      content: " ";
      position: absolute;
      height: 17px;
      width: 34px;
      top: -3px;
      background-color: white;
      z-index: 1;
    }

.expand .outer .inner {
      z-index: 2;
      background-color: #f5f4f4;
      height: 22px;
      width: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50%;
    }

.expand .outer .inner .icon {
        height: 20px;
        width: 20px;
        color: var(--highlight-color);
      }

@media only screen and (min-width: 600px) {
  .expand {
    height: 40px;
    width: 40px;
  }
    .expand .outer {
      height: 34px;
      width: 34px
    }
      .expand .outer:after {
        height: 20px;
        width: 40px;
      }
      .expand .outer .inner {
        height: 28px;
        width: 28px;
      }
        .expand .outer .inner .icon {
          height: 24px;
          width: 24px;
        }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-wallcontrols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-wallcontrols .wallStyle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
  }

.post-wallcontrols .wallStyle .generic-iconbutton {
      margin: 6px 5px 18px 5px;
      display: inline-block;
      height: 36px;
      line-height: 36px;
      width: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      background-color: transparent;
      color: #969696;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box
    }

.post-wallcontrols .wallStyle .generic-iconbutton.active {
        color: var(--highlight-color);
      }

.post-wallcontrols .wallStyle .generic-iconbutton .icon {
        height: 36px;
        width: 36px;
      }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.generic-iconbutton {

	-webkit-user-select: none;

	   -moz-user-select: none;

	    -ms-user-select: none;

	        user-select: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: white;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border-radius: 4px 0 0 4px;
	background-color: #969696

}

.generic-iconbutton:hover {
		background-color: rgb(196, 195, 195);
	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

article.feed-card {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 21px 14px 27px 9px;
  border-radius: 6px;
  margin: 0 4px 3px 4px
}

article.feed-card.channel .image {
      border-radius: 6px;
    }

article.feed-card article.post-list-card:first-child {
    border-top: none;
  }

article.feed-card .avatar-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 52px;
    height: 52px;
    cursor: pointer;
    margin-right: 13px;
    text-decoration: none;
  }

article.feed-card .avatar-link .image,
    article.feed-card .avatar-link .channel-avatar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100px;
              flex: 0 0 100px;
      border-radius: 50%;
      height: 52px;
      width: 52px;
      max-height: 52px;
      max-width: 52px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
    }

article.feed-card .avatar-link .channel-avatar {
      border-radius: 6px;
      line-height: 52px;
      font-size: 24px;
      position: relative;
      text-align: center;
      text-transform: capitalize;
      text-decoration: none;
    }

article.feed-card > .content {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    min-height: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    max-width: calc(100% - 70px);
  }

article.feed-card > .content a {
      text-decoration: none;
    }

article.feed-card > .content p {
      display: block;
      line-height: 24px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      font-size: 16px;
      margin: 0;
    }

article.feed-card > .content .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

article.feed-card > .content .row h1 {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 24px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: auto;
        margin: 0;
        font-size: 16px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

article.feed-card > .content .row h1 a {
          color: #2d2d2d;
          cursor: pointer
        }

article.feed-card > .content .row h1 a {
            color: #2d2d2d;
            text-decoration: none;
	}

article.feed-card > .content .row h1 a:visited {
            color: #2d2d2d;
            text-decoration: none;
	}

article.feed-card > .content .row h1 a:focus {
            color: #2d2d2d;
            text-decoration: none;
	}

article.feed-card > .content .row h1 a:hover {
            color: #2d2d2d;
            text-decoration: none;
	}

article.feed-card > .content .row h1 a:active {
            color: #2d2d2d;
            text-decoration: none;
	}

article.feed-card > .content .row .actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0 0 0 auto;
        height: auto;
      }

article.feed-card > .content .row .actions .reputation-stars {
          height: 13px;
          width: 39px;
          margin-right: 4px;
        }

article.feed-card > .content .row .actions .reputation-stars canvas {
            height: 13px;
            width: 39px;
          }

article.feed-card > .content .endorsement {
      color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      text-transform: capitalize;
    }

article.feed-card > .content .endorsement-comment {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    }

article.feed-card > .content .stats {
      font-size: 13px;
      line-height: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      display: block;
      margin-top: 2px;
      color: var(--highlight-color);
    }

article.feed-card > .content .stats em {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

article.feed-card > .content .stats span:before {
          font-family: sans-serif;
          content: "·";
          padding: 0 3px;
          line-height: 22px;
        }

article.feed-card > .content .stats span:first-child:before {
          content: "";
          display: none;
        }

article.feed-card > .content .follow-button-container {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 5px;
    }

@media only screen and (min-width: 600px) {
  article.feed-card {
    padding: 17px 40px 23px 23px;
    margin: 0 0 3px 0;
  }

    article.feed-card .avatar-link {
      margin-right: 24px;
    }
          article.feed-card > .content .row .actions .reputation-stars {
            height: 15px;
            width: 48px;
          }
            article.feed-card > .content .row .actions .reputation-stars canvas {
              height: 15px;
              width: 48px;
            }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.reputation-user-overview {
  position: relative;
  cursor: pointer
}

.reputation-user-overview:empty {
    display: none;
  }

.reputation-user-overview > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1234;
  }

.reputation-user-overview.left.open .reputation-user-overview-popup {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 20px
    }

.reputation-user-overview.left.open .reputation-user-overview-popup > .icon {
        position: absolute;
        left: 16px;
      }

.reputation-user-overview.open:after {
      content: " ";
      position: absolute;
      top: -15px;
      right: 0;
      height: 50px;
      width: 70px;
      background: transparent;
    }

.reputation-user-overview.open .reputation-user-overview-popup {
      background: white;
      border: 3px solid var(--highlight-color);
      border-bottom-left-radius: 20px;
      position: fixed;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
      height: auto;
      width: 250px;
      max-width: min(250px, 100%);
      margin: 0;
      padding: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      padding: 0 0 10px 0;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      z-index: 1235;
      cursor: default
    }

.reputation-user-overview.open .reputation-user-overview-popup > .icon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: var(--highlight-color);
        position: absolute;
        top: -13px;
        height: 12px;
        width: 18px;
        right: 16px;
        cursor: pointer;
      }

.reputation-user-overview.open .reputation-user-overview-popup > .icon .triangle {
          fill: var(--highlight-color);
          stroke: var(--highlight-color);
          stroke-width: 1;
        }

.reputation-user-overview.open .reputation-user-overview-popup > .icon .edge {
          fill: var(--highlight-color);
          stroke: var(--highlight-color);
          stroke-width: 1;
        }

.reputation-user-overview.open .reputation-user-overview-popup h4 {
        background: var(--highlight-color);
        color: white;
        text-transform: uppercase;
        line-height: 24px;
        font-size: 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        margin: 0 0 10px 0;
        padding: 5px 0 6px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        cursor: pointer;
      }

.reputation-user-overview.open .reputation-user-overview-popup h4 .icon {
          margin-left: auto;
          margin-right: 13px;
          color: white;
          fill: white;
          height: 24px;
          width: 24px;
        }

.reputation-user-overview.open .reputation-user-overview-popup h5 {
        font-size: 13px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        color: black;
        min-height: 24px;
        height: auto;
        line-height: 16px;
        margin: 0;
        padding: 4px 15px;
      }

.reputation-user-overview.open .reputation-user-overview-popup > .line {
        margin: 0;
        padding: 0 15px;
        color: #969696;
        height: 24px;
        line-height: 24px;
        font-size: 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

.reputation-user-overview.open .reputation-user-overview-popup > .line label {
          font-size: 11px;
        }

.reputation-user-overview.open .reputation-user-overview-popup > .line .reputation-stars {
          margin-left: auto;
          height: 18px;
          width: 63px;
        }

.reputation-user-overview.open .reputation-user-overview-popup > .line .reputation-stars canvas {
            height: 18px;
            width: 63px;
          }

.reputation-user-overview.open .reputation-user-overview-popup > .line.tag {
          color: var(--highlight-color)
        }

.reputation-user-overview.open .reputation-user-overview-popup > .line.tag:before {
            content: "";
          }

.reputation-user-overview.open .reputation-user-overview-popup > .line.tag label {
            color: var(--highlight-color);
          }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.embed-prompt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
	min-width: 255px;
	max-width: 500px;
}

.embed-prompt div {
		display: inline-block;
		height: 44px;
		line-height: 44px;
	}

.embed-prompt .contenteditable {
		-webkit-box-flex: 4;
		    -ms-flex-positive: 4;
		        flex-grow: 4;
		overflow: hidden;
		margin: 0;
		padding: 0;
		max-width: 390px
	}

.embed-prompt .contenteditable:after {
			display: none;
		}

.embed-prompt .contenteditable [contenteditable] {
			margin: 0;
			padding: 0 10px;
            -webkit-user-select: text;
               -moz-user-select: text;
                -ms-user-select: text;
                    user-select: text;
            width: 100%;
            min-width: 100%;
		}

.embed-prompt .start, .embed-prompt .cancel {
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		margin: 0;
		width: 53px;
		border: 0;
		border-left: 1px solid #f5f4f4;
		border-radius: 0;
		background-color: white;
		color: #969696;
		vertical-align: top;
		text-align: center;
		cursor: pointer
	}

.embed-prompt .start:hover, .embed-prompt .cancel:hover {
			background-color: #f5f4f4;
		}

.embed-prompt .start .icon, .embed-prompt .cancel .icon {
			display: inline-block;
			width: 53px;
			height: 42px;
		}

.embed-prompt .start .icon .svgWrapper, .embed-prompt .cancel .icon .svgWrapper {
				top: 20%;
				left: 20%;
				width: 60%;
				height: 60%;
			}

.embed-prompt .start:focus, .embed-prompt .cancel:focus {

		}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.embed-thumb {
  background-color: var(--highlight-color);
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  color: white
}

.embed-thumb.no-image {
    padding-top: 30px;
  }

.embed-thumb .info {
    color: white;
  }

.embed-thumb h4 {
    color: white;
    margin: 0 24px 0 16px;
    padding: 8px 0 0 0;
    font-size: 14px;
    line-height: 20px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  }

.embed-thumb h4 a {
      cursor: pointer
    }

.embed-thumb h4 a {
        color: white;
	}

.embed-thumb h4 a:visited {
        color: white;
	}

.embed-thumb h4 a:focus {
        color: white;
	}

.embed-thumb h4 a:hover {
        color: white;
	}

.embed-thumb h4 a:active {
        color: white;
	}

.embed-thumb h4 a:hover {
        color: white;
      }

.embed-thumb p {
    margin: 0 24px 0 16px;
  }

.embed-thumb .link {
    padding: 0 0 16px 0;
    font-size: 14px;
    line-height: 20px;
    color: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  }

.embed-thumb .link a {
      cursor: pointer
    }

.embed-thumb .link a {
        color: white;
	}

.embed-thumb .link a:visited {
        color: white;
	}

.embed-thumb .link a:focus {
        color: white;
	}

.embed-thumb .link a:hover {
        color: white;
	}

.embed-thumb .link a:active {
        color: white;
	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.multi-button {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

.multi-button .action {
		display: inline-block;
		height: 30px;
		border-radius: 4px;
		color: white;
		line-height: 30px;
		cursor: pointer;
	}

.multi-button .label {
		-webkit-transition: -webkit-transform 100ms ease 0s;
		transition: -webkit-transform 100ms ease 0s;
		transition: transform 100ms ease 0s;
		transition: transform 100ms ease 0s, -webkit-transform 100ms ease 0s;

		display: inline-block;
		float: left;
		padding: 0 30px;
		height: 30px;
		border-radius: 4px 0 0 4px;
		background-color: #969696;
		white-space: nowrap;
		line-height: 30px
	}

.multi-button .label:hover {
			background-color: rgb(196, 195, 195);
		}

.multi-button.working .action {
  background-color: rgb(196, 195, 195);
  position: relative;
		}

.multi-button.working .action:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(0, 0, 0, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.multi-button .handle {
		-webkit-transition: -webkit-transform 100ms ease 0s;
		transition: -webkit-transform 100ms ease 0s;
		transition: transform 100ms ease 0s;
		transition: transform 100ms ease 0s, -webkit-transform 100ms ease 0s;

		position: relative;
		display: inline-block;
		float: right;
		width: 30px;
		height: 30px;
		border-radius: 0 4px 4px 0;
		background-color: #969696
	}

.multi-button .handle:hover {
			background-color: rgb(196, 195, 195);
		}

.multi-button .handle .icon {
			width: 30px;
			height: 30px;
		}

.multi-button .handle:before {
			position: absolute;
			top: 8px;
			bottom: 8px;
			left: 0;
			width: 0;
			border-left: 1px solid rgba(255, 255, 255, .2);
			content: " ";
		}

.multi-button .dropdown {
		position: absolute;
		display: block;
		overflow: hidden;
		border: 1px solid #969696;
		border-radius: 4px;
		background-color: white;
		color: #969696;
		line-height: 30px;
		cursor: pointer
	}

.multi-button .dropdown > div {
			display: block;
			padding: 0 15px;
			height: 30px;
			text-align: center;
			white-space: nowrap;
			line-height: 30px
		}

.multi-button .dropdown > div:hover {
				background-color: rgb(196, 195, 195);
			}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.tag-editor {
	display: block;
	line-height: 34px;

}

.tag-editor .tag {
		display: inline-block;
		position: relative;
		background-color: transparent;
		border: 1px solid #f5f4f4;
		padding: 4px 12px 4px 12px;
		color: #969696;
		border-radius: 4px;
		margin-right: 5px;
		line-height: 1em;
		cursor: pointer;
		font-size: 17px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
		-webkit-transition: padding 200ms ease 0s;
		transition: padding 200ms ease 0s
	}

.tag-editor .tag:last-child {
			margin-right: 10px;
		}

.tag-editor .tag .label {
			display: inline-block;
			vertical-align: middle;
			padding: 3px 10px 5px 10px;
            color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
		}

.tag-editor .tag .label:before {
                content: "#";
            }

.tag-editor .tag .remove {
			display: inline-block;
			position: absolute;
			top: 4px;
			right: 4px;
			opacity: 0;
			vertical-align: middle;
			-webkit-transition: opacity 200ms ease 0s;
			transition: opacity 200ms ease 0s;
		}

.tag-editor .tag .remove .icon {
				height: 22px;
				width: 22px;
			}

.tag-editor .tag:hover {
			padding: 4px 20px 4px 4px;
			background-color: rgb(250, 250, 250);
		}

.tag-editor .tag:hover .remove {
				opacity: 1;
			}

.tag-editor .newTag {
		display: inline-block;
		position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
		line-height: 1;
		padding: 8px 0;
		height: 32px;
		font-size: 17px;
        color: var(--highlight-color);
	}

.tag-editor .newTag [contenteditable='true'] {
			line-height: 1;
			height: 16px;
			line-height: 17px;
            color: var(--highlight-color)
		}

.tag-editor .newTag [contenteditable='true']:empty:before {
				content: attr(data-placeholder);
				display: block;
				cursor: text;
                color: var(--highlight-color);
			}

.tag-editor .newTag:after {
			display: none;
		}

.wall {
	position: relative;


}

.dummy-card {
    background-color: #ebe7e7;
    height: 400px;
    overflow: hidden
}
.dummy-card:nth-child(even) {
        height: 300px;
    }
.dummy-card.card-content {
        height: 300px;
        margin-bottom: 3px
    }
.dummy-card.card-content:nth-child(even) {
            height: 300px;
        }
.dummy-card.card-list {
        height: 150px;
        margin-bottom: 3px
    }
.dummy-card.card-list:nth-child(even) {
            height: 150px;
        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

/* generic styles for the right-hand side menu*/

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* sidebar mixin*/

@-webkit-keyframes slide-in-desktop {
  0% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in-desktop {
  0% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.layout-overlays {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: 91250

}

.layout-overlays.empty {
		display: none;
	}

.layout-overlay.overlay-sidebar { /* .overlay*/
}

.layout-overlay.overlay-sidebar .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 20, 0, 0.2);*/
    z-index: 20081;
  }

.layout-overlay.overlay-sidebar .overlay .sidebar {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: white;
      z-index: 20091;
      background-clip: content-box;
      -webkit-animation: slide-in 100ms ease;
              animation: slide-in 100ms ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-overflow-scrolling: touch;
    }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66px;
                flex: 0 0 66px;
        height: 66px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end
      }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar:before {
          content: " ";
          display: block;
          position: absolute;
          bottom: 0;
          left: 6px;
          right: 6px;
          height: 3px;
          background-color: #f5f4f4;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button {
          background-color: var(--highlight-color);
          color: white;
          cursor: pointer;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          height: 34px;
          line-height: 20px;
          width: auto;
          padding: 0 25px 0 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 17px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 15px;
          text-decoration: none;
          margin: 0 0 0 5px;
          box-sizing: border-box
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button {
            color: white;
            text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button:visited {
            color: white;
            text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button:focus {
            color: white;
            text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button:hover {
            color: white;
            text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button:active {
            color: white;
            text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button.cancel {
            background: white;
            border: 3px solid #f5f4f4;
            color: var(--highlight-color)
          }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button.cancel {
              color: var(--highlight-color);
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button.cancel:visited {
              color: var(--highlight-color);
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button.cancel:focus {
              color: var(--highlight-color);
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button.cancel:hover {
              color: var(--highlight-color);
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .button.cancel:active {
              color: var(--highlight-color);
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .close.icon {
          height: 28px;
          width: 28px;
          cursor: pointer;
          border-radius: 50%;
          border: 3px solid #f5f4f4;
          color: var(--highlight-color);
          margin: 0 auto 0 15px
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .close.icon > .svgWrapper {
            top: 10%;
            left: 10%;
            height: 80%;
            width: 80%;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar .toolbar .row.title {
          margin-left: 12px;
        }

/* .toolbar*/

.layout-overlay.overlay-sidebar .overlay .sidebar .controls {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow: auto;
        background-color: white;
        -webkit-transition: -webkit-transform 600ms;
        transition: -webkit-transform 600ms;
        transition: transform 600ms;
        transition: transform 600ms, -webkit-transform 600ms;
        padding: 0 15px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .section {
          border-bottom: 3px solid #f5f4f4;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls p.multiline {
          line-height: 24px;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line {
          display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          color: #2d2d2d;
          height: 60px;
          line-height: 60px;
          font-size: 17px;
          border-bottom: 1px solid #f5f4f4;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-decoration: none
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line {
            text-decoration: none;
            white-space: normal;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line:visited {
            text-decoration: none;
            white-space: normal;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line:focus {
            text-decoration: none;
            white-space: normal;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line:hover {
            text-decoration: none;
            white-space: normal;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line:active {
            text-decoration: none;
            white-space: normal;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line .beta {
            color: var(--highlight-color);
            margin-left: 3px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line.expandable {
            min-height: 60px;
            height: auto;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line.expandable .contenteditable {
              line-height: 30px;
              padding: 15px 0;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line .contenteditable[data-remaining]:after,
          .layout-overlay.overlay-sidebar .overlay .sidebar .controls .line [contenteditable="true"][data-remaining]:after {
            font-size: 10px;
            line-height: 24px;
            bottom: -4px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line a {
            cursor: pointer;
            text-decoration: none
          }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line a {
              text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line a:visited {
              text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line a:focus {
              text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line a:hover {
              text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .line a:active {
              text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .controls a.line {
          cursor: pointer;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar .controls .button.save {
          background-color: var(--highlight-color);
          height: 36px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 17px;
          line-height: 16px;
          color: white;
          border-radius: 18px;
          padding: 0 5px;
          max-width: 100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }

@media only screen and (min-width: 600px) {
      .layout-overlay.overlay-sidebar .overlay .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 350px;
        border-left: 3px solid #f5f4f4;
        -webkit-animation: slide-in-desktop 100ms ease;
                animation: slide-in-desktop 100ms ease;
      }

        .layout-overlay.overlay-sidebar .overlay .sidebar .toolbar,
        .layout-overlay.overlay-sidebar .overlay .sidebar .controls {
          left: auto;
          width: 350px;
        }
  }

.layout-overlay:not(.overlay-sidebar) {

	position: fixed;
	z-index: 255;
	height: 100%;
	width: 100%;
    background-color: #f5f4f4;
	overflow: auto;
    -webkit-overflow-scrolling: touch
}

.layout-overlay:not(.overlay-sidebar):overlay-1 { z-index: 91255; }

.layout-overlay:not(.overlay-sidebar):overlay-2 { z-index: 91260; }

.layout-overlay:not(.overlay-sidebar):overlay-3 { z-index: 91265; }

.layout-overlay:not(.overlay-sidebar):overlay-4 { z-index: 91270; }

.layout-overlay:not(.overlay-sidebar):overlay-5 { z-index: 91275; border: 4px dashed red !important; }

.layout-overlay:not(.overlay-sidebar) .close {
		position: fixed;
		left: 15px;
		top: 15px;
		height: 30px;
		width: 30px;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		color: var(--highlight-color);
		z-index: 888;
		text-align: center;
		cursor: pointer;
		background-color: white;
		border: 2px solid #f5f4f4;
		border-radius: 50%;
	}

.layout-overlay:not(.overlay-sidebar) .close .icon {
			height: 30px;
			width: 30px;
		}

.layout-overlay:not(.overlay-sidebar) .close .icon .svgWrapper {
				top: 20%;
				left: 20%;
				height: 60%;
				width: 60%;
			}

.layout-overlay:not(.overlay-sidebar) .toolbar {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 60px;
        background-color: white;
        border-bottom: 3px solid #f5f4f4;
        z-index: 30;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-right: 15px;

    }

.layout-overlay:not(.overlay-sidebar) .content {
        padding-top: 63px;
    	text-align: center
    }

.layout-overlay:not(.overlay-sidebar) .content > * {
    		max-width: calc(100% - 40px);
            width: calc(100% - 40px);
    		margin-left: 20px;
    		margin-right: 20px;
    	}

.layout-overlay:not(.overlay-sidebar) .content > .field,
				.layout-overlay:not(.overlay-sidebar) .content > p,
				.layout-overlay:not(.overlay-sidebar) .content > blockquote,
				.layout-overlay:not(.overlay-sidebar) .content > h2,
				.layout-overlay:not(.overlay-sidebar) .content > ul,
				.layout-overlay:not(.overlay-sidebar) .content > ol,
				.layout-overlay:not(.overlay-sidebar) .content > h3,
				.layout-overlay:not(.overlay-sidebar) .content > h4,
				.layout-overlay:not(.overlay-sidebar) .content > .option-list {
            max-width: calc(100% - 40px);
            width: 720px;
        }

.layout-overlay:not(.overlay-sidebar) .readonly input, .layout-overlay:not(.overlay-sidebar) .readonly textarea {
			cursor: not-allowed;
            color: var(--highlight-color);
		}

.layout-overlay:not(.overlay-sidebar) button {
		background-color: rgb(196, 195, 195);
		margin: 0;
		width: auto;
		height: 34px;
		border-radius: 17px;
		overflow: hidden;
        padding: 0 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 14px;
        line-height: 34px
	}

.layout-overlay:not(.overlay-sidebar) button:after {
			border-radius: 17px;
		}

.layout-overlay:not(.overlay-sidebar) button:focus {
		}

.layout-overlay:not(.overlay-sidebar) button:hover {
			background-color: rgb(221, 220, 220);
		}

.layout-overlay:not(.overlay-sidebar) button.loading {
  background-color: rgb(196, 195, 195);
  position: relative;
		}

.layout-overlay:not(.overlay-sidebar) button.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(0, 0, 0, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.layout-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0
}

.layout-page.feed .primary .post-list .reputation-badge, .layout-page.feed .primary .post-grid .reputation-badge {
        display: none;
      }

.layout-page.has-editor,
  .layout-page.has-modal-overlay {
    max-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }

.layout-page.has-editor .primary, .layout-page.has-modal-overlay .primary {
      max-height: 100vh;
      max-height: calc(100vh - 208px);
      overflow: hidden;
    }

.layout-page .header {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

.layout-page .primary {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%
  }

.layout-page .primary > .generic-loadmorecontainer > .wall {
        padding-top: 3px;
        display: block
      }

.layout-page .primary > .generic-loadmorecontainer > .wall > .list {
          max-width: 100%;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          position: relative;
          padding-bottom: 60px
        }

.layout-page .primary > .generic-loadmorecontainer > .wall > .list:empty {
            min-height: 80vh;
          }

.layout-page .primary > .generic-loadmorecontainer > .wall > .grid {
          max-width: 100%;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          position: relative
        }

.layout-page .primary > .generic-loadmorecontainer > .wall > .grid:empty {
            min-height: 80vh;
          }

.layout-page .primary > .generic-loadmorecontainer > .post-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
      }

.layout-page .primary > .generic-loadmorecontainer > .post-show > .article-container {
          padding: 0;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          max-width: 100%;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          background-color: white;
        }

.layout-page .primary > .generic-loadmorecontainer > .post-show > .post-show-responses {
          max-width: 100%;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          background-color: #f5f4f4;
          padding-top: 3px;
          padding-bottom: 100px;
        }

@media only screen and (min-width: 600px) {
        .layout-page .primary > .generic-loadmorecontainer > .wall {
          padding-top: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

          .layout-page .primary > .generic-loadmorecontainer > .wall.grid {
            display: block;
          }

          .layout-page .primary > .generic-loadmorecontainer > .wall > .list {
            margin: 0 30px;
            max-width: 730px;
            width: calc(100% - 60px);
            -webkit-box-flex: 1;
                -ms-flex: 1 1 calc(100% - 60px);
                    flex: 1 1 calc(100% - 60px);
          }

          .layout-page .primary > .generic-loadmorecontainer > .wall > .grid {
            margin: 0 auto;
            max-width: 1220px;
            width: calc(100% - 60px);
          }
          .layout-page .primary > .generic-loadmorecontainer > .post-show > .article-container {
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start
          }

            .layout-page .primary > .generic-loadmorecontainer > .post-show > .article-container > * {
              margin-left: 20px;
              margin-right: 20px;
              max-width: 730px;
              width: calc(100% - 40px);
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 100%;
                      flex: 1 1 100%;
            }

          .layout-page .primary > .generic-loadmorecontainer > .post-show > .post-show-responses {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            padding-top: 40px
          }

            .layout-page .primary > .generic-loadmorecontainer > .post-show > .post-show-responses > * {
              margin: 0 20px;
              max-width: 730px;
              width: calc(100% - 40px);
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 calc(100% - 40px);
                      flex: 1 1 calc(100% - 40px)
            }

              .layout-page .primary > .generic-loadmorecontainer > .post-show > .post-show-responses > *.wall.grid {
                margin: 0 30px;
                max-width: 1220px;
                width: calc(100% - 60px);
              }
}

@media only screen and (min-width: 1000px) {
    .layout-page .primary {
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-page .primary .wall .grid:not(.init):empty, .layout-page .primary .wall .list:not(.init):empty {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                            -ms-flex-pack: center;
                                justify-content: center;
                        -webkit-box-align: start;
                            -ms-flex-align: start;
                                align-items: flex-start
                    }

.layout-page .primary .wall .grid:not(.init):empty:before, .layout-page .primary .wall .list:not(.init):empty:before {
                            content: "Wall empty";
                            -webkit-box-flex: 0;
                                -ms-flex: 0 0 auto;
                                    flex: 0 0 auto;
                            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                            line-height: 32px;
                            font-size: 18px;
                            margin-top: 90px;
                            text-align: center;
                        }

.layout-page.feed .primary .wall .grid:not(.init):empty:before, .layout-page.feed .primary .wall .list:not(.init):empty:before {
                            content: "Feed empty";
                        }

.layout-page.inbox .primary .wall .grid:not(.init):empty:before, .layout-page.inbox .primary .wall .list:not(.init):empty:before {
                            content: "Inbox empty";
                        }

.layout-page.bookmarks .primary .wall .grid:not(.init):empty:before, .layout-page.bookmarks .primary .wall .list:not(.init):empty:before {
                            content: "Bookmarks empty";
                        }

.layout-page.tag .primary .wall .grid:not(.init):empty:before, .layout-page.tag .primary .wall .list:not(.init):empty:before {
                            content: "Tag empty";
                        }

.layout-page.search .primary .wall .grid:not(.init):empty:before, .layout-page.search .primary .wall .list:not(.init):empty:before {
                            content: "Search empty";
                        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-toolbar {

	display: block;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 10098;
	height: 50px;
	line-height: 48px;
    padding: 0;
	background-color: white
}

.layout-toolbar.sticky {
		-webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, .05);
		        box-shadow: 0 6px 0 rgba(0, 0, 0, .05);
	}

.layout-toolbar a {
		line-height: 20px;
		margin: 5px 0;
		font-size: 16px;
		padding: 4px 10px 6px 10px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
		white-space: nowrap;
		text-decoration: none;
		color: #969696
	}

.layout-toolbar a.tag {
            text-transform: capitalize
        }

.layout-toolbar a.tag:before {
                content: "#";
            }

.layout-toolbar a a:visited, .layout-toolbar a a:active, .layout-toolbar a a:hover {
			text-decoration: none;
			color: #969696;
		}

.layout-toolbar a:first-child {
			margin-left: 9px;
		}

.layout-toolbar a.active {
			color: var(--highlight-color);
			border-radius: 4px;
			background-color: #f5f4f4;
		}

.layout-toolbar a.tag {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
			text-transform: capitalize;
		}

@media only screen and (min-width: 1000px) {

    .layout-toolbar {

        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        height: 65px;
        line-height: 63px;

    }

        .layout-toolbar a {
    		line-height: 22px;
    		margin: 5px 10px;
    		font-size: 18px;
    		padding: 5px 12px 7px 12px
    	}

            .layout-toolbar a:first-child {
    			margin-left: 0;
    		}

        .layout-toolbar .container {
            padding-left: 0;
        }
            .layout-toolbar .user-menu a:first-child {
                padding-left: 3px;
            }
}

@media only screen and (min-width: 1220px) {

        .layout-toolbar:before {
            padding-left: 0;
        }
        .layout-toolbar:after {
            padding-right: 0;
        }
        .layout-toolbar a {
    		margin: 5px 10px;
            padding: 4px 12px 6px 12px;
    	}
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.generic-horizontalscroller {

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    width: 100%;
}

.generic-horizontalscroller .scroll-content {
        overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
    	max-width: 100vw;
        -webkit-transform: translateZ(0); /* fixes scrollbar bug where scrollbar shows over other elements when overlapping */
        word-break: normal !important;
    }

.generic-horizontalscroller.no-scrolling .scroll-content {
        position: relative;
        padding: 0 30px;
    }

.generic-horizontalscroller.content-fits .scroll-content {
        position: relative;
        padding: 0 0;
    }

.generic-horizontalscroller.custom-scrolling {
        position: relative;
        padding: 0 30px;
	}

.generic-horizontalscroller.custom-scrolling .scroll-content {
            overflow-x: hidden;
            z-index: 1;
            padding: 0;
            scroll-behavior: smooth
        }

.generic-horizontalscroller.custom-scrolling .scroll-content > * {
                min-width: -moz-fit-content;
                min-width: -webkit-fit-content;
                min-width: fit-content;
            }

.generic-horizontalscroller.custom-scrolling .scroll-button {
            position: absolute;
            background-color: white;
            color: #f5f4f4;
            width: 30px;
            top: 3px;
            z-index: 2;
            height: calc(100% - 6px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box
        }

.generic-horizontalscroller.custom-scrolling .scroll-button.left {
                left: 0;
            }

.generic-horizontalscroller.custom-scrolling .scroll-button.right {
                right: 0;
            }

.generic-horizontalscroller.custom-scrolling .scroll-button.active {
                cursor: pointer;
                color: var(--highlight-color);
            }

@media only screen and (min-width: 600px) {

        .generic-horizontalscroller .scroll-content:first-child {
            padding-left: 20px;
        }
        .generic-horizontalscroller .scroll-content:last-child {
            padding-right: 20px;
        }
            .generic-horizontalscroller.no-scrolling .scroll-content {
                padding-left: 20px;
                padding-right: 20px;
            }
}

@media only screen and (min-width: 1220px) {

    .generic-horizontalscroller {

        width: 100%;
        max-width: 1280px;
    }

        .generic-horizontalscroller .custom-scrolling {
            width: 100%;
            max-width: 1280px;
        }
}

@media only screen and (min-width: 1280px) {

    .generic-horizontalscroller.custom-scrolling {

        width: 1280px;
    }

        .generic-horizontalscroller.custom-scrolling custom-scrolling {
            max-width: 1280px;
        }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-toolbar-sticky {

	display: block;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 10098;
	height: 50px;
	line-height: 48px;
    padding: 0;
	background-color: white
}

.layout-toolbar-sticky.sticky {
		-webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, .05);
		        box-shadow: 0 6px 0 rgba(0, 0, 0, .05);
	}

@media only screen and (min-width: 600px) {

    .layout-toolbar-sticky {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        overflow: hidden;
        height: 65px;
        line-height: 63px;
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.layout-favbar {

	background-color: white;
	color: var(--highlight-tint-color);
	position: relative;
	height: 90px;
	width: 100%;
	z-index: 1;

}

.layout-favbar hr {
        display: block;
        border: none;
        position: absolute;
        bottom: 0;
        left: 5px;
        right: 5px;
        height: 3px;
        margin: 0;
        background: #f5f4f4;
    }

.layout-favbar .container {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-top: 20px;
		height: 70px;
        max-width: unset;
		overflow: hidden;
        padding-left: 0;
	}

.layout-favbar .user-menu,
	.layout-favbar .layout-followingmenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}

.layout-favbar .user-menu .wall .list, .layout-favbar .layout-followingmenu .wall .list {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
            padding-right: 78px;
		}

.layout-favbar .user-menu .wall .list div, .layout-favbar .layout-followingmenu .wall .list div {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
			}

.layout-favbar .user-menu .wall .list div.feed-listitem, .layout-favbar .layout-followingmenu .wall .list div.feed-listitem {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 58px;
				        flex: 0 0 58px;
				min-width: 58px;
			}

.layout-favbar .user-menu .wall .list div.feed-listitem a, .layout-favbar .layout-followingmenu .wall .list div.feed-listitem a {
					min-width: 46px;
				}

.layout-favbar .layout-followingmenu {
        background-image: url(/images/dummy-fav.png);
        background-position: 12px 3px;
        background-repeat: repeat-x;
        min-width: calc(100vw - 200px);
    }

.layout-favbar .user-menu a .icon {
            background-color: var(--highlight-color);
        }

.layout-favbar .user-menu a + a .icon {
            background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .3)), to(rgba(255, 255, 255, .3))), var(--highlight-color);
            background: linear-gradient(to left, rgba(255, 255, 255, .3) 0%, rgba(255, 255, 255, .3) 100%), var(--highlight-color);
        }

.layout-favbar .user-menu a + a + a .icon {
            background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, .6))), var(--highlight-color);
            background: linear-gradient(to left, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .6) 100%), var(--highlight-color);
        }

.layout-favbar a {
		display: inline-block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		position: relative;
		height: 40px;
		line-height: 40px;
		color: white;
        background-color: white;
        background-clip: padding-box;
		text-decoration: none;
		cursor: pointer;
		padding: 0 5px 10px 5px;
        margin: 0 1px 10px 1px
	}

.layout-favbar a.active {
			color: white
		}

.layout-favbar a.active:hover, .layout-favbar a.active:active, .layout-favbar a.active:visited {
				color: white;
			}

.layout-favbar a.active .image, .layout-favbar a.active .icon, .layout-favbar a.active .tag-avatar, .layout-favbar a.active .channel-avatar, .layout-favbar a.active .feed-avatar {
                border: 3px solid #f5f4f4;
                -webkit-box-shadow: 0 0 0 2px #f5f4f4;
                        box-shadow: 0 0 0 2px #f5f4f4;
			}

.layout-favbar a.active:after {
                content: " ";
                position: absolute;
                bottom: -21px;
                left: 50%;
                -webkit-transform: translateX(-28px);
                        transform: translateX(-28px);
                height: 10px;
                width: 55px;
                background: url(/images/arrow.png);
                background-size: 55px 10px;
                background-position: 0px 0px;
                background-origin: border-box;
                background-repeat: no-repeat;
            }

.layout-favbar a:hover, .layout-favbar a:active, .layout-favbar a:visited {
			color: white;
			text-decoration: none;
		}

.layout-favbar a .icon, .layout-favbar a .image, .layout-favbar a .tag-avatar, .layout-favbar a .channel-avatar {
			position: relative;
			border: 3px solid white;
			background-color: var(--highlight-color);
			-webkit-box-shadow: 0 0 0 2px white;
			        box-shadow: 0 0 0 2px white;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			border-radius: 8px;
			height: 46px;
			width: 46px;
			text-align: center;
            top: 2px
		}

.layout-favbar a .icon.tag-avatar, .layout-favbar a .image.tag-avatar, .layout-favbar a .tag-avatar.tag-avatar, .layout-favbar a .channel-avatar.tag-avatar {
                border-radius: 50%;
            }

.layout-favbar a .icon .svgWrapper {
				top: 13%;
				left: 13%;
				height: 74%;
				width: 74%;
			}

.layout-favbar a .tag-avatar, .layout-favbar a .channel-avatar {
			color: rgb(245, 245, 245);
			line-height: 42px;
			font-size: 18px;
			position: relative;
			text-align: center;
			text-transform: capitalize
		}

.layout-favbar a .tag-avatar:hover, .layout-favbar a .tag-avatar:active, .layout-favbar a .tag-avatar:visited, .layout-favbar a .channel-avatar:hover, .layout-favbar a .channel-avatar:active, .layout-favbar a .channel-avatar:visited {
				color: rgb(245, 245, 245);
			}

.layout-favbar a .tag-avatar .unseencount, .layout-favbar a .channel-avatar .unseencount {
				bottom: -9px;
				right: -8px;
				top: auto;
			}

.layout-favbar .feed-listitem a .image {
            border-radius: 50%;
        }

.layout-favbar .feed-listitem a .image .fader {
                border-radius: 50%;
            }

.layout-favbar .feed-listitem a:empty:before {
                content: " ";
                display: block;
                height: 40px;
                width: 40px;
                background: #f5f4f4;
                margin: 4px 3px;
                border-radius: 50%;
            }

.layout-favbar .feed-listitem a.channel .image {
            border-radius: 8px;
        }

.layout-favbar .feed-listitem a.channel .image .fader {
                border-radius: 8px;
            }

.layout-favbar .feed-listitem a.channel:empty:before {
                border-radius: 6px;
            }

.layout-favbar .tag-listitem a {
			position: relative;
		}

.layout-favbar .unseencount {
		position: absolute;
		top: 30px;
		right: 0px;
		bottom: auto;
		border: 2px solid white;
	}

@media only screen and (min-width: 600px) {

    .layout-favbar {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: hidden;

    }

        .layout-favbar hr {
            left: calc(50% - 610px);
            right: calc(50% - 610px);
        }

        .layout-favbar .container {
            padding-left: 0;
        }
            .layout-favbar .user-menu a:first-child {
                padding-left: 3px
            }
                    .layout-favbar .user-menu a:first-child.active:after {
                        -webkit-transform: translateX(-29px);
                                transform: translateX(-29px);
                    }
}

.layout-highlightlist .dropdown {

    	display: block;
    }

    	.layout-highlightlist .dropdown .handle {
    		width: 270px;
    		-webkit-box-sizing: border-box;
    		        box-sizing: border-box;
    		border-radius: 6px 6px 0 0;
    		float: none;
    	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-page.post .layout-titlebar.with-channel {
          height: 84px;
          -webkit-transition: height 200ms ease;
          transition: height 200ms ease;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          position: relative
        }

.layout-page.post .layout-titlebar.with-channel > .layout-titlebar-content {
            height: 50px;
          }

.layout-page.post .layout-titlebar > .layout-titlebar-content {

            max-width: 100%;
        }

.layout-page.post .layout-titlebar > .layout-titlebar-content .logo {
                margin-right: 0;
                padding-right: 10px;
            }

.layout-page.post .layout-titlebar > .layout-titlebar-content > .subheader {
              display: none;
            }

.layout-page.post .layout-titlebar > .layout-titlebar-content > .newlinesubheader {
              display: block;
              position: absolute;
              top: 50px;
              left: 0;
              right: 0;
              height: 50px;
              overflow: hidden;
              text-overflow: ellipsis;
              padding: 0 12px;
              white-space: nowrap;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 18px;
                height: 34px;
                line-height: 18px;
                display: block;
                color: white;
                text-decoration: none;
                padding-top: 0;
                padding-bottom: 0;
                background: transparent
            }

.layout-page.post .layout-titlebar > .layout-titlebar-content > .newlinesubheader:hover, .layout-page.post .layout-titlebar > .layout-titlebar-content > .newlinesubheader:visited, .layout-page.post .layout-titlebar > .layout-titlebar-content > .newlinesubheader:active {
                  color: white;
                  text-decoration: none;
                }

@media only screen and (min-width: 600px) {

          .layout-page.post .layout-titlebar.with-channel {
            height: 50px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
          }

              .layout-page.post .layout-titlebar > .layout-titlebar-content .logo {
                  margin-right: 0;
              }

              .layout-page.post .layout-titlebar > .layout-titlebar-content > .subheader {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-right: 0;
                white-space: nowrap;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                  padding-left: 10px;
                  border-left: 1px solid white;
                  font-size: 20px;
                  height: 28px;
                  line-height: 28px;;
                  display: block;
                  color: white;
                  text-decoration: none;
                  padding-top: 0;
                  padding-bottom: 0;
                  background: transparent;
                  position: static
              }
                  .layout-page.post .layout-titlebar > .layout-titlebar-content > .subheader:hover, .layout-page.post .layout-titlebar > .layout-titlebar-content > .subheader:visited, .layout-page.post .layout-titlebar > .layout-titlebar-content > .subheader:active {
                    color: white;
                    text-decoration: none;
                  }

              .layout-page.post .layout-titlebar > .layout-titlebar-content > .newlinesubheader {
                display: none;
              }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.inbox.header {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
	width: 100%;
    padding: 0;
}

.inbox.header .menu {
        word-break: normal;
        white-space: nowrap;
    }

.inbox.header a, .inbox.header .title {

        display: inline;
		line-height: 20px;
		margin: 5px 10px;
		font-size: 16px;
		padding: 4px 12px 6px 12px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
		white-space: nowrap;
		text-decoration: none;
		color: #969696;
	}

.inbox.header a a:visited, .inbox.header a a:active, .inbox.header a a:hover, .inbox.header .title a:visited, .inbox.header .title a:active, .inbox.header .title a:hover {
			text-decoration: none;
			color: #969696;
		}

.inbox.header a:first-child, .inbox.header .title:first-child {
			margin-left: 4px;
		}

.inbox.header a.active, .inbox.header .title.active {
			color: var(--highlight-color);
			border-radius: 4px;
			background-color: #f5f4f4;
		}

@media only screen and (min-width: 600px) {

    .inbox.header {

        padding: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }

        .inbox.header a, .inbox.header .title {
    		line-height: 22px;
    		margin: 5px 10px;
    		font-size: 18px;
    		padding: 5px 12px 7px 12px
    	}

            .inbox.header a:first-child, .inbox.header .title:first-child {
    			margin-left: 0;
    		}

        .inbox.header .container {
            padding-left: 0;
        }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.bookmarks.header {

	display: block;
	width: 100%;
    padding: 0;
}

.bookmarks.header a, .bookmarks.header .title {

        display: inline;
		line-height: 20px;
		margin: 5px 10px;
		font-size: 16px;
		padding: 4px 12px 6px 12px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
		white-space: nowrap;
		text-decoration: none;
		color: #969696;
	}

.bookmarks.header a a:visited, .bookmarks.header a a:active, .bookmarks.header a a:hover, .bookmarks.header .title a:visited, .bookmarks.header .title a:active, .bookmarks.header .title a:hover {
			text-decoration: none;
			color: #969696;
		}

.bookmarks.header a:first-child, .bookmarks.header .title:first-child {
			margin-left: 4px;
		}

.bookmarks.header a.active, .bookmarks.header .title.active {
			color: var(--highlight-color);
			border-radius: 4px;
			background-color: #f5f4f4;
		}

@media only screen and (min-width: 600px) {

    .bookmarks.header {

        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }

        .bookmarks.header a, .bookmarks.header .title {
    		line-height: 22px;
    		margin: 5px 10px;
    		font-size: 18px;
    		padding: 5px 12px 7px 12px
    	}

            .bookmarks.header a:first-child, .bookmarks.header .title:first-child {
    			margin-left: 0;
    		}

        .bookmarks.header .container {
            padding-left: 0;
        }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-alerts {
  background-color: transparent;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 99250;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.layout-alerts > span {
    background-color: transparent;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	z-index: 99250;
  	-webkit-box-sizing: border-box;
  	        box-sizing: border-box;
  	display: flex;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

.layout-alerts .layout-alert-wrapper {
    background-color: white;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    border-top: 1px solid #efefef;
    background-clip: padding-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center

  }

.layout-alerts .layout-alert-wrapper:first-child {
      border-top: 4px solid rgba(0, 0, 0, .07);
    }

.layout-alerts .layout-alert-content {
		position: relative;
		max-width: min(718px, 100vw);
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
    color: var(--highlight-color);
    padding: 15px 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
    width: 718px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility

  }

.layout-alerts .layout-alert-content:before {
      content: " ";
      display: list-item;
      list-style-type: circle;
      list-style-position: inside;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      font-size: 13px;
      line-height: 22px;
    }

.layout-alerts .layout-alert-content p, .layout-alerts .layout-alert-content > div {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 13px;
      line-height: 22px;
      height: 22px;
      padding-top: 4px;
      margin: 0;
      text-align: center;
      color: var(--highlight-color);
      text-align: left;
    }

.layout-alerts .layout-alert-content p a, .layout-alerts .layout-alert-content > div a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        color: var(--highlight-color);
        text-decoration: underline      
      }

.layout-alerts .layout-alert-content p a, .layout-alerts .layout-alert-content > div a {
          color: var(--highlight-color);
          text-decoration: underline;
	}

.layout-alerts .layout-alert-content p a:visited, .layout-alerts .layout-alert-content > div a:visited {
          color: var(--highlight-color);
          text-decoration: underline;
	}

.layout-alerts .layout-alert-content p a:focus, .layout-alerts .layout-alert-content > div a:focus {
          color: var(--highlight-color);
          text-decoration: underline;
	}

.layout-alerts .layout-alert-content p a:hover, .layout-alerts .layout-alert-content > div a:hover {
          color: var(--highlight-color);
          text-decoration: underline;
	}

.layout-alerts .layout-alert-content p a:active, .layout-alerts .layout-alert-content > div a:active {
          color: var(--highlight-color);
          text-decoration: underline;
	}

.layout-alerts .layout-alert-content .icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      color: var(--highlight-color);
      height: 24px;
      width: 24px;
      cursor: pointer;
    }

.layout-generic-alert .layout-alert-content p, .layout-generic-alert .layout-alert-content > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 22px;
      line-height: 22px;
      padding-top: 4px;
    }

      .layout-generic-alert .layout-alert-content p span, .layout-generic-alert .layout-alert-content > div span {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        height: 22px;
        line-height: 22px;
      }

      .layout-generic-alert .layout-alert-content p .addthis_toolbox, .layout-generic-alert .layout-alert-content > div .addthis_toolbox {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: auto;
        height: 22px;
        line-height: 22px;
        margin-bottom: 4px;
      }

      .layout-generic-alert .layout-alert-content p .addthis_toolbox .addthis_button_twitter .icon, .layout-generic-alert .layout-alert-content > div .addthis_toolbox .addthis_button_twitter .icon {
            color: #00aced;
        }

      .layout-generic-alert .layout-alert-content p .addthis_toolbox .addthis_button_facebook .icon, .layout-generic-alert .layout-alert-content > div .addthis_toolbox .addthis_button_facebook .icon {
            color: #3b5998;
        }

      .layout-generic-alert .layout-alert-content p #social_link, .layout-generic-alert .layout-alert-content > div #social_link {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: auto;
        max-width: 30px;
        line-height: 30px;
        margin: 0;
        min-height: 30px !important;
        max-height: 30px !important;
      }

      .layout-generic-alert .layout-alert-content p #social_link iframe, .layout-generic-alert .layout-alert-content > div #social_link iframe {
          max-width: 30px;
          min-height: 30px;
          max-height: 30px;
        }


/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.user-sidebar-reputation {

  display: block;
  position: relative;



}

.user-sidebar-reputation .close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #f5f4f4;
    color: var(--feed-highlight-color);
    margin: 0 auto 0 15px;
    z-index: 999;
    background-color: white;
    -webkit-box-shadow: 0 0 0 3px white;
            box-shadow: 0 0 0 3px white
  }

.user-sidebar-reputation .close > .svgWrapper {
        top: 10%;
        left: 10%;
        height: 80%;
        width: 80%;
    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .user-sidebar-reputation.sidebar > .controls {
      padding: 0;
    }

.reputation-dashboard {
  width: 100%;
}

.reputation-dashboard .reputation-dashboard-title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: block;
    text-align: left;
    width: calc(100% - 15px);
    margin: 15px 0 0 15px;
  }

.reputation-dashboard .reputation-dashboard-subtitle {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
    width: calc(100% - 15px);
    margin: 6px 0 0 15px;
    text-transform: uppercase;
    color: var(--feed-highlight-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }

.reputation-dashboard .reputation-dashboard-subtitle div {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
    }

.reputation-dashboard .reputation-dashboard-subtitle div.icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      height: 20px;
      width: 20px;
      margin-left: 2px;
    }

.reputation-dashboard .reputation-dashboard-top {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    height: 270px;
    max-height: 270px;
  }

.reputation-dashboard .reputation-avatar {
    height: 260px;
    max-height: 260px;
    width: 260px;
    margin-left: 50%;
    margin-top: 5px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

.reputation-dashboard .reputation-avatar canvas {
      height: 260px;
      width: 260px;
    }

.reputation-dashboard .reputation-dial {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: 270px;
    max-height: 270px;
    width: 100%;
  }

.reputation-dashboard .reputation-dial canvas {
      height: 270px;
      width: 100%;
    }

.reputation-dashboard .reputation-dashboard-middle {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    height: 140px;
    max-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.reputation-dashboard .reputation-gauge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100px;
            flex: 0 1 100px;
    height: 120px;
    max-height: 120px;
    width: 80px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700px;
    letter-spacing: -0.26px
  }

.reputation-dashboard .reputation-gauge.shield {
      color: #379de8;
    }

.reputation-dashboard .reputation-gauge.heart {
      color: #93cc58;
    }

.reputation-dashboard .reputation-gauge canvas {
      height: 80px;
      width: 80px;
      margin: 0;
    }

.reputation-dashboard .reputation-gauge .reputation-gauge-title {
      margin: 0;
      text-transform: uppercase;
    }

.reputation-dashboard .reputation-gauge .reputation-gauge-score {
      font-size: 12px;
      line-height: 16px;
      margin: 0;
    }

.reputation-dashboard .reputation-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 140px;
    max-height: 140px;
    width: 140px;
    min-width: 140px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
  }

.reputation-dashboard .reputation-info .reputation-stars {
      width: 100px;
      height: 28px;
      text-align: center;
      margin-top: 2px;
    }

.reputation-dashboard .reputation-info canvas {
      width: 100px;
      height: 28px;
    }

.reputation-dashboard .reputation-membership {
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    max-width: auto;
    margin: 12px 0 9px 0;
    background: var(--feed-highlight-color);
    color: white;
    text-transform: uppercase;
    padding: 0 15px;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 700px;
    letter-spacing: -0.22px;
  }

.reputation-dashboard .reputation-score {
    color: var(--feed-highlight-color);
    font-family: "Lato", sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 3px;
  }

.reputation-dashboard .reputation-change {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }

.reputation-dashboard .reputation-linegraph {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: 125px;
    max-height: 125px;
    width: 100%;
  }

.reputation-dashboard .reputation-linegraph canvas {
      height: 125px;
      width: 100%;
    }

.reputation-dashboard .reputation-barchart {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    height: 18px;
    max-height: 18px;
    width: 100%;
  }

.reputation-dashboard .reputation-barchart canvas {
      height: 18px;
      width: 100%;
    }

.reputation-dashboard .reputation-tags {
    display: block;
  }

.reputation-dashboard .reputation-tags .reputation-bar {
      position: relative;
      height: 46px;
      width: calc(100% - 26px);
      margin: 3px 13px 3px 13px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box
    }

.reputation-dashboard .reputation-tags .reputation-bar > canvas {
        position: absolute;
        top: 0;
        left: 0;
        height: 46px;
        width: 100%;
        z-index: 2;
      }

.reputation-dashboard .reputation-tags .reputation-bar .reputation-bar-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 46px;
        position: relative;
        z-index: 3;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 22px 0 14px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 46px;
      }

.reputation-dashboard .reputation-tags .reputation-bar .reputation-bar-children .tag {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          text-transform: uppercase
        }

.reputation-dashboard .reputation-tags .reputation-bar .reputation-bar-children .tag:before {
            content: "";
          }

.reputation-dashboard .reputation-tags .reputation-bar .reputation-bar-children .reputation-stars {
          position: relative;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          height: 16px;
          width: 58px
        }

.reputation-dashboard .reputation-tags .reputation-bar .reputation-bar-children .reputation-stars > canvas {
            display: block;
            margin: 0;
            height: 16px;
            width: 58px;
          }

.reputation-dashboard .reputation-tags .reputation-bar .reputation-bar-children .score {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          margin-left: 5px;
          min-width: 30px;
          text-align: right;
        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: auto;
      display: block
    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar:before {
        content: "";
        display: none;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
        line-height: 28px;
        font-size: 16px;
        margin: 0 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        border-bottom: none
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row:first-child {
          height: 66px;
          margin: 0;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row.title {
          height: auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 24px;
          line-height: 36px;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row.help {
          font-size: 14px;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row a {
          color: var(--highlight-color)
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row a:active,
          .layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row a:visited,
          .layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .toolbar.user-endorse-toolbar .row a:hover {
            color: var(--highlight-color);
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .controls .user-endorse-buttons {
        margin-left: -3px;
        margin-right: -3px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-endorse-container .controls .user-endorse-buttons button .label {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 11px;
          }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.userendorse-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.userendorse-buttons-wrapper .userendorse-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px -2px 0 -2px;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px)
  }

.userendorse-buttons-wrapper .userendorse-buttons > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
    }

.userendorse-buttons-wrapper .userendorse-buttons > .activity-button {
      min-width: 75px;
    }

.userendorse-buttons-wrapper .userendorse-buttons label {
      font-size: 10px;
      line-height: 33px;
    }

@media only screen and (min-width: 600px) {
      .userendorse .userendorse-buttons > .activity-button {
        min-width: 100px;
      }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .user-notification-settings-toolbar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            height: auto

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .user-notification-settings-toolbar:before {
                content: "";
                display: none;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .user-notification-settings-toolbar .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 66px;
                        flex: 1 0 66px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                line-height: 29px;
                font-size: 20px;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .user-notification-settings-toolbar .cancel {
                margin-left: auto;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                font-size: 40px;
                line-height: 47px;
                color: var(--highlight-color);
                margin: 15px 0 10px 0;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls p.long {
                height: auto;
                white-space: normal;
                line-height: 30px;
                padding: 0 0 15px 0;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option {

                display: -webkit-box;

                display: -ms-flexbox;

                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: left;
                    -ms-flex-pack: left;
                        justify-content: left;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option .image, .layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option .icon, .layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option .tag-avatar {
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 30px;
                            flex: 0 0 30px;
                    height: 30px;
                    width: 30px;
                    border-radius: 50%;
                    margin-right: 15px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option .tag-avatar {
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
        			border-radius: 850%;
    			    text-align: center;
                    line-height: 30px;
                    color: white;
                    text-transform: capitalize;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option span {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 0 auto;
                            flex: 1 0 auto;
                    text-transform: capitalize;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option .icon.tick {
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 22px;
                            flex: 0 0 22px;
                    margin-left: auto;
                    height: 22px;
                    width: 22px
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-notification-settings .controls .notification-option .icon.tick.hide {
                        display: none;
                    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.user-profile {
	min-height: 100%;
    background-color: white;
}

.user-profile .toolbar button {
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            background-color: var(--highlight-color);
            color: white
        }

.user-profile .toolbar button:hover {
                background: var(--highlight-color) linear-gradient(90deg, rgba(0, 0, 0, .05) 0px, rgba(0, 0, 0, .05));
    		}

.user-profile .toolbar button.loading {
  background-color: var(--highlight-color);
  position: relative;
    		}

.user-profile .toolbar button.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.user-profile .toolbar button.loading {
                cursor: normal;
    		}

.user-profile .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 50px
    }

.user-profile .content > * {
            z-index: 29px;
        }

.user-profile .content .avatar {
            margin-top: 121px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
        }

.user-profile .content .generic-colorpicker {
            padding-bottom: 20px;
            border-bottom: 1px solid #f5f4f4;
        }

.user-profile .content .field.twitter .social_link #social_link {
						max-width: 28px;
				}

.user-profile .content .field.name input {
                font-size: 30px;
                line-height: 42px;
            }

.user-profile .content .field.feedname, .user-profile .content .field.newemail {
            position: relative;
        }

.user-profile .content .field.feedname .info .unlock, .user-profile .content .field.newemail .info .unlock {
                    position: absolute;
                    height: 22px;
                    -webkit-box-sizing: content-box;
                            box-sizing: content-box;
                    width: 70px;
                    top: 10px;
                    right: 0;
                    text-align: center;
                    font-size: 14px;
                    line-height: 22px;
                    padding: 2px 0 1px 0;
                    color: var(--highlight-color);
                    border: 1px solid var(--highlight-color);
                    background: white;
                    cursor: pointer;
                    border-radius: 6px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                }

.user-profile .content textarea {
    		height: 125px;
    	}

.user-profile .content .cloudinary-fileupload {
    		display: none;
    	}

.user-profile .content .avatar {
    		display: inline;
    	}

.user-profile .content .avatar .image-upload .image {
                    border: 6px solid white;
                }

.user-profile .content .image-upload {
    		margin-left: auto;
    		margin-right: auto;
    		width: 162px;
    		height: 162px;
            margin-bottom: 40px;
    		position: relative;
    		z-index: 29;
    	}

.user-profile .content .image-upload .button {
    			margin: 0;
    			padding: 0;
    			background-color: transparent;
    			border: none;
    		}

.user-profile .content .image-upload .image {
                width: 150px;
                height: 150px;
    			border-radius: 50%;
    		}

.user-profile .content .image-upload .image .fader {
    				border-radius: 50%;
    			}

.user-profile .content .image-upload.inprogress .button {
    				display: none;
    			}

.user-profile .content .header-image {
            max-width: 100%;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            position: absolute;
            left: 0;
            right: 0;
            height: 200px;
            background-color: var(--highlight-color);
        }

.user-profile .content .header-image .image-upload {
        		margin-left: 0;
        		margin-right: 0;
        		width: 100%;
        		height: 200px;
        		margin-bottom: 40px;
        		position: relative;
        		z-index: 29;
        	}

.user-profile .content .header-image .image-upload .button {
        			margin: 0;
        			padding: 0;
        			background-color: transparent;
        			border: none;
                    z-index: 20;
        		}

.user-profile .content .header-image .image-upload .button.upload .button {
                        bottom: auto;
                        right: 20px;
                        top: 20px;
                    }

.user-profile .content .header-image .image-upload .remove-image {
                    position: absolute;
                    cursor: pointer;
                    height: 40px;
                    width: 40px;
                    top: 24px;
                    right: 78px;
                    background-color: rgba(30, 30, 30, .4);
                    border-radius: 50%;
                    color: white;
                    -webkit-transition: all 200ms ease;
                    transition: all 200ms ease;
                    z-index: 20;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center
                }

.user-profile .content .header-image .image-upload .remove-image:hover {
        				-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .8);
        				        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .8);
        			}

.user-profile .content .header-image .image-upload .remove-image:active {
        				-webkit-box-shadow: none;
        				        box-shadow: none;
                        -webkit-transform: translateX(1px) translateY(2px);
                                transform: translateX(1px) translateY(2px);
                    }

.user-profile .content .header-image .image-upload .remove-image .icon {
                        -webkit-box-flex: 0;
                            -ms-flex: 0 0 18px;
                                flex: 0 0 18px;
                        height: 18px;
                        width: 18px;
                    }

.user-profile .content .header-image .image-upload .image {
                    z-index: 5;
        			border-radius: 0;
        		}

.user-profile .content .header-image .image-upload .image .fader {
        				border-radius: 0;
        			}

.user-profile .content .header-image .image-upload.inprogress .button {
        				display: none;
        			}

.user-profile .content .image.loading {
    		background-color: #f5f4f4;
            -webkit-transition: background-color 100ms ease;
            transition: background-color 100ms ease;
    	}

.user-profile .content .progress {
    		position: absolute;
    		top: 50%;
    		right: 20%;
    		left: 20%;
    		height: 20px;
    		border-color: #dad8d6;
    		border-radius: 20px;
    		background-color: white;
    		-webkit-transform: translateY(-15px);
    		        transform: translateY(-15px);
    	}

.user-profile .content .progress .meter {
    			border-radius: 10px;
    			background-color: var(--highlight-color);
    		}

.user-profile .content strong {
    		color: rgb(87, 87, 87);
    	}

.user-profile .content .tag-editor {
    		display: inline;
    	}

.user-profile .content .tag-editor .tag {
    			border-color: rgb(87, 87, 87);
    		}

.user-profile .content .button.upload .button {
    			z-index: 30;
    			-webkit-box-sizing: content-box;
    			        box-sizing: content-box;
    			border-radius: 50%;
    			background-color: white;
    			height: 40px;
    			width: 40px;
    			position: absolute;
    			bottom: -2px;
    			right: -6px;
    			display: inline-block;
    			border: 4px solid rgba(0, 0, 0, .1);
                cursor: pointer;
    			color: black;
                -webkit-transition: all 200ms ease;
                transition: all 200ms ease;
                background-clip: content-box
    		}

.user-profile .content .button.upload .button:hover {
                    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .8);
                            box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, .8);
    			}

.user-profile .content .button.upload .button:active {
    				background-color: rgb(252, 252, 252);
                    -webkit-box-shadow: none;
                            box-shadow: none;
                    -webkit-transform: translateX(1px) translateY(2px);
                            transform: translateX(1px) translateY(2px);
    			}

.user-profile .content .button.upload .button .svgWrapper {
    				top: 10%;
    				left: 10%;
    				height: 80%;
    				width: 80%;
    			}

@media only screen and (min-width: 600px) {
            .user-profile .content .avatar {
                margin-top: 241px;
            }
                .user-profile .content .avatar .image-upload {
            		width: 200px;
            		height: 200px;
                }

            .user-profile .content .header-image {
                height: 320px;
            }
                .user-profile .content .header-image .image-upload {
                    height: 320px;
                }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.generic-colorpicker .colors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

    }

.generic-colorpicker .colors .color, .generic-colorpicker .colors .add {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 34px;
                    flex: 0 0 34px;
            height: 34px;
            width: 34px;
            border: 3px solid white;
            border-radius: 50%;
            cursor: pointer;
            margin: 3px
        }

.generic-colorpicker .colors .color.selected, .generic-colorpicker .colors .add.selected {
                -webkit-box-shadow: 0px 0px 0px 3px #f5f4f4;
                        box-shadow: 0px 0px 0px 3px #f5f4f4;
            }

.generic-colorpicker .colors .add {
            background-color: #f5f4f4;
            color: white;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

.generic-colorpicker .colors .add .icon {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 18px;
                        flex: 0 0 18px;
                height: 18px;
                width: 18px;
            }

.generic-colorpicker .adding {
        display: block;
        height: 22px;
        width: auto;
        padding: 7px 0;
        margin: 10px 30% 0 30%;
        line-height: 22px;
        color: #969696;
        text-align: center;
    }

.generic-colorpicker .adding .contenteditable:after {
            display: none;
        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.user-signin .toolbar .help {
            color: var(--highlight-color);
            font-size: 14px;
            text-align: right;
            cursor: pointer
        }

.user-signin .toolbar .help:hover {
                text-decoration: underline;
            }

.user-signin .tx2 h2 {
            margin-bottom: 30px;
        }

.user-signin .tx2 .field.email {
            border-top: 1px solid #f5f4f4;
        }

.user-signin #social_signup {
        max-width: calc(100% - 40px);
        width: 720px;
        text-align: left;
    }

.user-signin #social_signup iframe {
            width: auto;
        }

.layout-overlay:not(.overlay-sidebar) .user-signin .toolbar {
    border-bottom: 0;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line > * {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line.disabled {
        cursor: default;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .save-button,
      .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .remove-button,
      .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .plus-button,
      .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .tick-button {
        height: 24px;
        width: 24px;
        margin: 4px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .remove-button {
        cursor: pointer;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .edit-button {
        cursor: pointer;
        margin: 5px 5px 5px 0;
        border-right: 3px solid #f5f4f4;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        line-height: 1;
        padding-right: 5px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .handle {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        height: 32px;
        width: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        color: var(--highlight-color);
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .icon-remove {
        cursor: pointer;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .button.add {
        cursor: pointer;
        background: var(--highlight-color);
        border-radius: 12px;
        color: white;
        margin: 0;
        padding: 6px 8px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 12px;
        line-height: 12px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .icon:first-child {
        color: #f5f4f4;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .icon-plus {
        color: var(--highlight-color);
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .icon-handle {
        cursor: ns-resize;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .feedName {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-left: 10px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line [contenteditable],
      .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line input {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 17px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-left: 10px
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed:after {
          display: none;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed [contenteditable] {
          color: var(--highlight-color);
          background-color: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 17px;
          line-height: 24px;
          height: 34px;
          padding-top: 5px;
          padding-bottom: 5px;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed [contenteditable]::-moz-placeholder {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed [contenteditable]:-ms-input-placeholder {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed::-moz-placeholder {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed:-ms-input-placeholder {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

undefined {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

undefined {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

undefined {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line .newFeed [contenteditable]::placeholder {
            color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 15px;
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line a {
        text-decoration: none
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line a {
          text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line a:visited {
          text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line a:focus {
          text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line a:hover {
          text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds .line a:active {
          text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds label {
      display: none;
    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds [contenteditable],
    .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds input {
      max-width: 300px;
      margin: 0;
      height: 50px;
      line-height: 50px;
      border-radius: 0;
      border: none;
      font-size: 14px;
      font-size: 1.4rem;
      -webkit-box-shadow: none;
              box-shadow: none
    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds [contenteditable]:focus, .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds input:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds [contenteditable]::-moz-placeholder, .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds input::-moz-placeholder {
        color: #969696;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds [contenteditable]:-ms-input-placeholder, .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds input:-ms-input-placeholder {
        color: #969696;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds::-moz-placeholder {
        color: #969696;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds:-ms-input-placeholder {
        color: #969696;
      }

undefined {
        color: #969696;
      }

undefined {
        color: #969696;
      }

undefined {
        color: #969696;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds [contenteditable]::placeholder, .layout-overlay.overlay-sidebar .overlay .sidebar.user-manage-subfeeds input::placeholder {
        color: #969696;
      }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.popup {

	position: absolute;
	border-radius: 6px;
	background-color: rgb(221, 220, 220);
	padding: 6px;
}

.popup .content {
		border: 1px solid rgb(196, 195, 195);
		border-radius: 6px;
		background-color: white;
		padding: 6px;

		min-width: 200px;
		min-height: 300px;
		overflow: auto;
	}

.popup .close {
		position: absolute;
		top: -5px;
		right: -5px;
		height: 40px;
		width: 40px;
		-webkit-box-sizing: content-box;
		        box-sizing: content-box;
		color: white;
		z-index: 888;
		text-align: center;
		cursor: pointer;
		background-color: var(--highlight-color);
		border: 2px solid white;
		color: white;
		border-radius: 50%;
	}

.popup .close .icon {
			height: 40px;
			width: 40px;
		}

.popup .close .icon .svgWrapper {
				top: 25%;
				left: 25%;
				height: 50%;
				width: 50%;
			}

@media only screen and (max-width: 600px) {


	body.has-popup {
		overflow: hidden;
	}

	.popup {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999;
	}

		.popup .content {
			width: 100%;
			height: 100%;
			overflow: auto;
		}
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            height: auto

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar:before {
                content: "";
                display: none;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 66px;
                        flex: 1 0 66px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row .avatar {
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 72px;
                            flex: 0 0 72px;
                    margin: 15px 0 0 15px;
                    cursor: pointer;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row .avatar .image {
                        max-height: 72px;
                        max-width: 72px;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row .close {
                    margin: 10px 0 0 auto;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row + .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                        flex: 1 0 auto;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                line-height: 29px;
                font-size: 20px;
                padding: 15px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title h1 {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 0 auto;
                            flex: 1 0 auto;
                    margin: 15px 0 10px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    font-size: 30px;
                    line-height: 30px;
                    cursor: pointer;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title p {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 0 auto;
                            flex: 1 0 auto;
                    margin: 0 0 10px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                    font-size: 17px;
                    line-height: 18px;
                    color: var(--highlight-color);
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title .stats .stat {
                        display: inline-block;
                        margin-left: 5px
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title .stats .stat:before {
                            content: "•";
                            display: inline;
                            padding-right: 5px;
                            color: var(--highlight-color);
                            cursor: default;
                            font-family: serif;
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title .stats .stat:first-child {
                            margin-left: 0
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .user-sidebar-toolbar .row.title .stats .stat:first-child:before {
                                content: "";
                                padding-right: 0;
                            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .line.manage-subfeeds-button a {
                    display: block;
                    cursor: pointer;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line .button {
                        background-color: var(--highlight-color);
                        height: 36px;
                        display: -webkit-inline-box;
                        display: -ms-inline-flexbox;
                        display: inline-flex;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: row;
                                flex-direction: row;
                        -webkit-box-pack: start;
                            -ms-flex-pack: start;
                                justify-content: flex-start;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                        font-size: 16px;
                        line-height: 16px;
                        color: white;
                        border-radius: 18px;
                        padding: 0 25px 0 5px;
                        -webkit-box-flex: 0;
                            -ms-flex: 0 0 auto;
                                flex: 0 0 auto;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line .button .icon {
                            height: 36px;
                            width: 36px;
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line.channel {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    cursor: pointer;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line.channel .name {
                        -webkit-box-flex: 1;
                            -ms-flex: 1 1 auto;
                                flex: 1 1 auto;
                        height: 60px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        padding-right: 10px;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line.channel .image, .layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line.channel .channel-avatar {
                        -webkit-box-flex: 0;
                            -ms-flex: 0 0 32px;
                                flex: 0 0 32px;
                        border-radius: 4px;
                        margin-left: auto;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar .controls .section .line.channel .channel-avatar {
                        height: 32px;
                        width: 32px;
                        line-height: 32px;
            			font-size: 16px;
            			position: relative;
            			text-align: center;
            			text-transform: capitalize;
                    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a {
                    display: inline-block;
                    margin: 0 0 5px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                    font-size: 14px;
                    line-height: 32px;
                    color: #2d2d2d;
                    text-decoration: none;
                    cursor: pointer
                }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:visited {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:focus {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:hover {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:active {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:before {
                        content: "•";
                        display: inline;
                        padding: 0 5px;
                        color: #2d2d2d;
                        cursor: default;
                        font-family: serif;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:first-child {
                        margin-left: 0
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .section.menu a:first-child:before {
                            content: "";
                            padding-right: 0;
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .notifications.section:empty {
                background: red;
                border-bottom: none;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line  {

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            height: auto;
            overflow: visible;
            text-overflow: ellipsis;
            white-space: normal;

            line-height: 22px;
            background-color: white
    	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .avatar {
                    opacity: 0.8;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a {
                        color: #969696
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a {
                            color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a:visited {
                            color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a:focus {
                            color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a:hover {
                            color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a:active {
                            color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a time {
                            color: #969696
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info a time:before {
                                color: #969696;
                            }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p {
                        color: #969696;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p a {
                            color: #969696
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p a {
                                color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p a:visited {
                                color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p a:focus {
                                color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p a:hover {
                                color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line.seen .info p a:active {
                                color: #969696;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .avatar {
                -webkit-transition: opacity 200ms ease;
                transition: opacity 200ms ease;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 50px;
                        flex: 0 0 50px;
                margin: 15px 15px 15px 0;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .avatar img {
                    border-radius: 50%;
                    background-color: white;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info {
                -webkit-transition: color 200ms ease;
                transition: color 200ms ease;
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                margin: 15px 0 15px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info .reactions-list {
                    text-transform: capitalize;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info a {
                    -webkit-transition: color 200ms ease;
                    transition: color 200ms ease;
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 auto;
                            flex: 0 0 auto;
                    margin: 0;
                    padding: 0;
                    display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    font-size: 15px;
                    line-height: 22px;
                    color: var(--highlight-color);
                }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info a time {
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                        font-size: 15px;
                        line-height: 22px;
                        display: inline-block;
                        color: var(--highlight-color)

                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info a time:before {
                            -webkit-transition: color 200ms ease;
                            transition: color 200ms ease;
                            content: "•";
                            display: inline;
                            padding-right: 5px;
                            margin-left: 5px;
                            color: var(--highlight-color);
                            cursor: default;
                            font-family: serif;
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p {
                    -webkit-transition: color 200ms ease;
                    transition: color 200ms ease;
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 auto;
                            flex: 0 0 auto;
                    margin: 0;
                    padding: 0;
                    display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                    font-size: 15px;
                    line-height: 22px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p a {
                        -webkit-transition: color 200ms ease;
                        transition: color 200ms ease;
                        text-decoration: none;
                        color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p a {
                            -webkit-transition: color 200ms ease;
                            transition: color 200ms ease;
                            text-decoration: none;
                            color: #2d2d2d;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p a:visited {
                            -webkit-transition: color 200ms ease;
                            transition: color 200ms ease;
                            text-decoration: none;
                            color: #2d2d2d;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p a:focus {
                            -webkit-transition: color 200ms ease;
                            transition: color 200ms ease;
                            text-decoration: none;
                            color: #2d2d2d;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p a:hover {
                            -webkit-transition: color 200ms ease;
                            transition: color 200ms ease;
                            text-decoration: none;
                            color: #2d2d2d;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p a:active {
                            -webkit-transition: color 200ms ease;
                            transition: color 200ms ease;
                            text-decoration: none;
                            color: #2d2d2d;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p .repost-comment {
                        display: block
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p .repost-comment:before {
                            content: '‘';
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p .repost-comment:after {
                            content: '’';
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p .channels-list a:before {
                            content: ", ";
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar .layout-notifications .activity-item.line .info p .channels-list a:first-child:before {
                                content: "";
                            }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .user-sidebar-activity-toolbar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            height: auto;
            overflow: visible

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .user-sidebar-activity-toolbar:before {
                bottom: -2px;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .user-sidebar-activity-toolbar .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 66px;
                        flex: 1 0 66px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;

            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .user-sidebar-activity-toolbar .row .title {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 0 auto;
                            flex: 1 0 auto;
                    margin: 15px 0 10px 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    font-size: 30px;
                    line-height: 30px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .user-sidebar-activity-toolbar .row .close {
                    margin: 10px 0 0 auto;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls {

            margin-top: 10px;

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views {
                margin: 0 0 5px 0;
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                        flex: 1 0 auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat {
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 50%;
                            flex: 0 0 50%;
                    line-height: 32px;
                    color: #969696;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat label {
                        line-height: 16px;
                        font-size: 12px;
                        color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat label em {
                            font-style: normal;
                        }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat output {
                        color: #969696;
                        line-height: 28px;
                        font-size: 28px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat + .stat {
                    text-align: right;
                    color: var(--highlight-color);
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat + .stat label, .layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views .stat + .stat output {
                        color: var(--highlight-color);
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views svg {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 0 100%;
                            flex: 1 0 100%;
                    overflow: visible;
                    padding-bottom: 2px;
                    margin-top: 10px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views svg .axis {
                        stroke: #EFEEF0;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views svg .bars {
                        fill: #cbcbcb;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.user-sidebar-activity .controls .feed-views svg .bars rect:last-of-type {
                            fill: var(--highlight-color);
                        }

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.user-acceptinvite #social_signup {
        max-width: calc(100% - 40px);
        width: 720px;
        text-align: left;
    }

.user-acceptinvite #social_signup iframe {
            width: auto;
        }

.user-acceptinvite .tx2 h2 {
            margin-bottom: 30px;
        }

.user-acceptinvite .tx2 .field.name {
            border-top: 1px solid #f5f4f4;
        }

.user-acceptinvite .toolbar .stages {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 auto;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

.user-acceptinvite .toolbar .stages .stage {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 36px;
                        flex: 0 0 36px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                height: 36px;
                width: 36px;
                line-height: 30px;
                border-radius: 50%;
                border: 3px solid #f5f4f4;
                background-color: #f5f4f4;
                color: white;
                text-align: center;
                margin: 0 2px
            }

.user-acceptinvite .toolbar .stages .stage.active {
                    color: var(--highlight-color);
                    background-color: white;
                }

.user-acceptinvite.tab-username .field.name,
        .user-acceptinvite.tab-username .field.email {
            display: none
        }

.user-acceptinvite.tab-username .field.name.error, .user-acceptinvite.tab-username .field.name.fixederror, .user-acceptinvite.tab-username .field.email.error, .user-acceptinvite.tab-username .field.email.fixederror {
                display: block;
            }

.user-acceptinvite.tab-rules p.actions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

.user-acceptinvite.tab-rules p.actions a.profile-link {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                font-size: 16px;
                line-height: 30px;
                color: #2d2d2d;
                text-align: left;
                margin-left: 30px;
                text-decoration: none;
                cursor: pointer
            }

.user-acceptinvite.tab-rules p.actions a.profile-link:hover {
                    text-decoration: underline;
                }

.user-acceptinvite.tab-follows > .toolbar > button {
                background-color: var(--highlight-color);
                color: white
            }

.user-acceptinvite.tab-follows > .toolbar > button:hover {
                    background: var(--highlight-color) linear-gradient(90deg, rgba(0, 0, 0, .05) 0px, rgba(0, 0, 0, .05));        		
                }

.user-acceptinvite.tab-follows > .toolbar > button.loading {
  background-color: var(--highlight-color);
  position: relative;
                }

.user-acceptinvite.tab-follows > .toolbar > button.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.layout-overlay:not(.overlay-sidebar) .user-acceptinvite .toolbar {
    border-bottom: 0;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      height: auto;
      display: block
    }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar:before {
        content: "";
        display: none;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
        line-height: 28px;
        font-size: 16px;
        margin: 0 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        border-bottom: none
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row:first-child {
          height: 66px;
          margin: 0;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row.title {
          height: auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 24px;
          line-height: 36px;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row.help {
          font-size: 14px;
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row a {
          color: var(--highlight-color)
        }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row a:active,
          .layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row a:visited,
          .layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .toolbar.post-report-toolbar .row a:hover {
            color: var(--highlight-color);
          }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .controls .postreport-buttons {
        margin-left: -3px;
        margin-right: -3px;
      }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-report-container .controls .postreport-buttons button .label {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 11px;
          }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.postreport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.postreport .postreport-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px -2px 0 -2px;
    width: calc(100% + 4px);
    max-width: calc(100% + 4px)
  }

.postreport .postreport-buttons > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
    }

.postreport .postreport-buttons > .activity-button {
      min-width: 75px;
    }

.postreport .postreport-buttons label {
      font-size: 10px;
      line-height: 33px;
    }

@media only screen and (min-width: 600px) {
      .postreport .postreport-buttons > .activity-button {
        min-width: 100px;
      }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .toolbar.post-menu-toolbar {

            -webkit-box-flex: 0;

                -ms-flex: 0 0 auto;

                    flex: 0 0 auto;
            height: auto;
            display: block;

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .toolbar.post-menu-toolbar .row {
                height: 66px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                text-align: left
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .toolbar.post-menu-toolbar .row.title {
                    height: auto;
                    margin: 0 15px 15px 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    font-size: 16px;
                    line-height: 24px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox {
                margin: 0;
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                white-space: nowrap;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images a,
                .layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images .native-share {
                    cursor: pointer;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    height: 60px;
                    line-height: 60px;
                    font-size: 17px;
                    border-bottom: 3px solid #f5f4f4
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images a, .layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images .native-share {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images a:visited, .layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images .native-share:visited {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images a:focus, .layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images .native-share:focus {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images a:hover, .layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images .native-share:hover {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images a:active, .layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .custom_images .native-share:active {
                        text-decoration: none;
	}

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .native-share {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    color: var(--highlight-color);
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .native-share .icon {
                        color: var(--highlight-color);
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .addthis_button_twitter .icon {
                    color: #00aced;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .addthis_button_facebook .icon {
                    color: #3b5998;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .addthis_toolbox .addthis_button_more .icon {
                    color: var(--highlight-color);
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .line {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                height: 60px;
                line-height: 60px;
                font-size: 17px;
                border-bottom: none;
                cursor: pointer;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls .icon {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                color: #969696;
                cursor: pointer;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.post-menu-container .controls label {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                color: #2d2d2d;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                margin-left: 15px;
                height: 60px;
                line-height: 60px;
                font-size: 17px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-decoration: none;
                cursor: pointer;
            }

.factcheck-button {

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}
  
  .factcheck-button .icon .icon-unticked {
      -webkit-transform: translateX(-2px);
              transform: translateX(-2px);
    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

article.post-card {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;

  background-color: white;
  border-radius: 8px
}

article.post-card.deleted {
    opacity: 0.5;
  }

article.post-card.injected {
  }

article.post-card.show-breadcrumbs .header-image,
    article.post-card.show-breadcrumbs .content {
      opacity: 0.4;
    }

article.post-card.image-comment {
    background-color: #2d2d2d;
  }

article.post-card.image-comment .content {
      background-color: #2d2d2d;
    }

article.post-card.image-comment .content .comment, article.post-card.image-comment .content h1 {
        color: white;
      }

article.post-card.image-comment .content .comment a, article.post-card.image-comment .content h1 a {
          color: white;
        }

article.post-card.image-comment .content .comment a:hover,
        article.post-card.image-comment .content .comment a:active,
        article.post-card.image-comment .content .comment a:visited,
        article.post-card.image-comment .content h1 a:hover,
        article.post-card.image-comment .content h1 a:active,
        article.post-card.image-comment .content h1 a:visited {
          color: white;
        }

article.post-card.image-comment .content .byline {
        color: white;
      }

article.post-card.image-comment .content .byline .author {
          color: white;
        }

article.post-card.image-comment .content .byline .author time {
            color: white;
          }

article.post-card.image-comment .content .tags {
        color: white;
      }

article.post-card.image-comment .content .tags a {
          color: white;
        }

article.post-card.image-comment .content .tags a:hover,
        article.post-card.image-comment .content .tags a:active,
        article.post-card.image-comment .content .tags a:visited {
          color: white;
        }

article.post-card.image-comment .content .ancestor-title {
        color: white;
      }

article.post-card.image-comment .content .parent-author {
        color: white;
      }

article.post-card.image-comment .content p {
        color: white;
      }

article.post-card.image-comment .content .post-stats {
        color: white;
      }

article.post-card.image-comment .content .post-stats .post-contentsummary {
          color: white;
        }

article.post-card.image-comment .content .post-stats .post-contentsummary output {
            color: white;
          }

article.post-card.columns-2 .header-image .embed iframe, article.post-card.columns-2 .header-image .embed-thumb iframe {
          max-height: 331px;
        }

article.post-card.columns-2 .header-image .embed .info h4, article.post-card.columns-2 .header-image .embed-thumb .info h4 {
            font-size: 20px;
            line-height: 28px;
          }

article.post-card.columns-2 .content h1,
      article.post-card.columns-2 .content .comment {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 2px 0;
      }

article.post-card.columns-4,
  article.post-card.columns-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 574px;
    padding-top: 30px;
    padding-bottom: 40px
  }

article.post-card.columns-4.has-breadcrumbs .header-image, article.post-card.columns-3.has-breadcrumbs .header-image {
      margin-top: 0;
    }

article.post-card.columns-4 .header-image, article.post-card.columns-3 .header-image {
      position: absolute;
      top: 2px;
      right: 0;
      margin: 0;
      left: auto;
    }

article.post-card.columns-4 .header-image .info, article.post-card.columns-3 .header-image .info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        background-color: rgba(0, 0, 0, .5);
        padding-top: 5px;
        color: white;
        z-index: 2;
      }

article.post-card.columns-4 .header-image .info h4,
        article.post-card.columns-4 .header-image .info p,
        article.post-card.columns-3 .header-image .info h4,
        article.post-card.columns-3 .header-image .info p {
          color: white;
        }

article.post-card.columns-4 .header-image .info h4 a, article.post-card.columns-4 .header-image .info p a, article.post-card.columns-3 .header-image .info h4 a, article.post-card.columns-3 .header-image .info p a {
            color: white
          }

article.post-card.columns-4 .header-image .info h4 a, article.post-card.columns-4 .header-image .info p a, article.post-card.columns-3 .header-image .info h4 a, article.post-card.columns-3 .header-image .info p a {
              color: white;
              text-decoration: none;
	}

article.post-card.columns-4 .header-image .info h4 a:visited, article.post-card.columns-4 .header-image .info p a:visited, article.post-card.columns-3 .header-image .info h4 a:visited, article.post-card.columns-3 .header-image .info p a:visited {
              color: white;
              text-decoration: none;
	}

article.post-card.columns-4 .header-image .info h4 a:focus, article.post-card.columns-4 .header-image .info p a:focus, article.post-card.columns-3 .header-image .info h4 a:focus, article.post-card.columns-3 .header-image .info p a:focus {
              color: white;
              text-decoration: none;
	}

article.post-card.columns-4 .header-image .info h4 a:hover, article.post-card.columns-4 .header-image .info p a:hover, article.post-card.columns-3 .header-image .info h4 a:hover, article.post-card.columns-3 .header-image .info p a:hover {
              color: white;
              text-decoration: none;
	}

article.post-card.columns-4 .header-image .info h4 a:active, article.post-card.columns-4 .header-image .info p a:active, article.post-card.columns-3 .header-image .info h4 a:active, article.post-card.columns-3 .header-image .info p a:active {
              color: white;
              text-decoration: none;
	}

article.post-card.columns-4 .header-image .info:before, article.post-card.columns-3 .header-image .info:before {
          content: " ";
          position: absolute;
          top: -50px;
          left: 0;
          right: 0;
          height: 50px; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(
            linear,
            left top, left bottom,
            from(rgba(0, 0, 0, 0)),
            to(rgba(0, 0, 0, .5))
          );
          background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, .5) 100%
          ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        }

article.post-card.columns-4 .header-image .image iframe, article.post-card.columns-4 .header-image .embed iframe, article.post-card.columns-4 .header-image .embed-thumb iframe, article.post-card.columns-3 .header-image .image iframe, article.post-card.columns-3 .header-image .embed iframe, article.post-card.columns-3 .header-image .embed-thumb iframe {
          max-height: 530px;
        }

article.post-card.columns-4.alternate-design .header-image, article.post-card.columns-3.alternate-design .header-image {
        left: 0;
        right: auto;
      }

article.post-card.columns-4.alternate-design .content, article.post-card.columns-3.alternate-design .content {
        padding-left: 36px;
      }

article.post-card a {
      text-decoration: none;
	}

article.post-card a:visited {
      text-decoration: none;
	}

article.post-card a:focus {
      text-decoration: none;
	}

article.post-card a:hover {
      text-decoration: none;
	}

article.post-card a:active {
      text-decoration: none;
	}

article.post-card.article .header-image .embed .info h4, article.post-card.article .header-image .embed-thumb .info h4 {
            font-size: 14px;
            line-height: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          }

article.post-card .header-image {
    z-index: 21;
    cursor: pointer;
    display: block;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

article.post-card .header-image .image,
    article.post-card .header-image .embed {
      position: relative;
      overflow: hidden;
    }

article.post-card .header-image .embed iframe, article.post-card .header-image .embed-thumb iframe {
        max-height: 157px;
        width: 100%;
        overflow: hidden;
      }

article.post-card .header-image .embed iframe .media .placeholder, article.post-card .header-image .embed-thumb iframe .media .placeholder {
          background-size: cover;
        }

article.post-card .header-image .embed .info, article.post-card .header-image .embed-thumb .info {
        word-wrap: break-word;
        word-break: normal;
        word-wrap: break-word;
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 16px;
      }

article.post-card .header-image .embed .info h4, article.post-card .header-image .embed-thumb .info h4 {
          font-size: 18px;
          line-height: 26px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          margin-left: 20px;
          margin-right: 24px;
        }

article.post-card .header-image .embed .info p, article.post-card .header-image .embed-thumb .info p {
          font-size: 14px;
          line-height: 22px;
          margin-left: 20px;
          margin-right: 24px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        }

article.post-card .header-image .embed .info p.link, article.post-card .header-image .embed-thumb .info p.link {
          padding-bottom: 0;
        }

article.post-card.unseen:before {
      content: " ";
      position: absolute;
      top: 15px;
      right: 10px;
      height: 5px;
      width: 5px;
      z-index: 99;
      border-radius: 50%;
      background-color: var(--highlight-color);
      -webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, .3);
              box-shadow: 0 0 5px 5px rgba(255, 255, 255, .3);
    }

article.post-card.has-breadcrumbs.show-breadcrumbs .header-image {
        opacity: 1;
      }

article.post-card.has-breadcrumbs.show-breadcrumbs .content {
        opacity: 0.4;
      }

article.post-card.has-breadcrumbs .header-image .image,
      article.post-card.has-breadcrumbs .header-image .embed {
        max-height: 360px
      }

article.post-card.has-breadcrumbs .header-image .image:before, article.post-card.has-breadcrumbs .header-image .embed:before {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          display: block;
          height: 64px;
        }

article.post-card.has-breadcrumbs .content {
      padding-top: 70px;
    }

article.post-card.has-breadcrumbs .generic-mouseover:empty + .content {
      padding-top: 70px;
    }

article.post-card .content {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;

    position: relative;
    padding: 4px 24px 46px 20px;
    background-color: white;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word;
    word-break: normal;
    word-wrap: break-word;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
  }

article.post-card .content .link {
    }

article.post-card .content .reposted-by {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      margin: 0;
      display: block;
      color: var(--highlight-color);
      line-height: 22px;
      font-size: 14px;
    }

article.post-card .content .reposted-by .reposted-by-in {
        display: inline;
      }

article.post-card .content .reposted-by .reposted-by-via {
        display: inline;
      }

article.post-card .content .reposted-by .reposted-by-via + .reposted-by-in:before {
          content: " ";
        }

article.post-card .content .reposted-by .name {
        display: inline;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-rendering: optimizeLegibility;
      }

article.post-card .content .reposted-by .repost-comment {
        font-style: italic;
        display: block
      }

article.post-card .content .reposted-by .repost-comment:before {
          content: "‘";
        }

article.post-card .content .reposted-by .repost-comment:after {
          content: "’";
        }

article.post-card .content .reposted-by {
        color: var(--highlight-color);
	}

article.post-card .content .reposted-by:visited {
        color: var(--highlight-color);
	}

article.post-card .content .reposted-by:focus {
        color: var(--highlight-color);
	}

article.post-card .content .reposted-by:hover {
        color: var(--highlight-color);
	}

article.post-card .content .reposted-by:active {
        color: var(--highlight-color);
	}

article.post-card .content .parent-author {
      display: none;
      color: var(--highlight-color);
      text-align: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 22px;
      font-size: 14px;
    }

article.post-card .content .reputation-post-overview {
      height: 12px;
      line-height: 12px;
      margin: 3px auto 5px 0;
      width: -moz-fit-content;
      width: -webkit-fit-content;
      width: fit-content
    }

article.post-card .content .reputation-post-overview > .reputation-stars {
        height: 12px;
        line-height: 12px;
      }

article.post-card .content .reputation-post-overview > .reputation-stars canvas {
          height: 12px;
          width: 45px;
        }

article.post-card .content .reputation-generic-overview {
      display: inline-block;
    }

article.post-card .content .tags {
      color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 22px;
      font-size: 14px;
    }

article.post-card .content .tags a {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility
      }

article.post-card .content .tags a {
          color: var(--highlight-color);
          text-decoration: none;
	}

article.post-card .content .tags a:visited {
          color: var(--highlight-color);
          text-decoration: none;
	}

article.post-card .content .tags a:focus {
          color: var(--highlight-color);
          text-decoration: none;
	}

article.post-card .content .tags a:hover {
          color: var(--highlight-color);
          text-decoration: none;
	}

article.post-card .content .tags a:active {
          color: var(--highlight-color);
          text-decoration: none;
	}

article.post-card .content .tags a:hover {
          text-decoration: underline;
        }

article.post-card .content .ancestor-title {
      color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      margin: 0;
      line-height: 22px;
      font-size: 14px;
    }

article.post-card .content h1.h1, article.post-card .content .comment.h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      }

article.post-card .content h1,
    article.post-card .content .comment {

      margin: 0 0 2px 0;
      font-size: 18px;
      line-height: 26px;
    }

article.post-card .content h1 a, article.post-card .content .comment a {
          color: #2d2d2d;
	}

article.post-card .content h1 a:visited, article.post-card .content .comment a:visited {
          color: #2d2d2d;
	}

article.post-card .content h1 a:focus, article.post-card .content .comment a:focus {
          color: #2d2d2d;
	}

article.post-card .content h1 a:hover, article.post-card .content .comment a:hover {
          color: #2d2d2d;
	}

article.post-card .content h1 a:active, article.post-card .content .comment a:active {
          color: #2d2d2d;
	}

article.post-card .content .ancestor-title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      margin: 0;
      line-height: 22px;
      font-size: 14px;
      color: var(--highlight-color);
    }

article.post-card .content p {
      margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    }

article.post-card .content .byline {
      margin: 0;
    }

article.post-card .content .author {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      line-height: 22px;
      font-size: 14px;
      cursor: pointer;
      color: var(--highlight-color)
    }

article.post-card .content .author:hover {
        text-decoration: none;
      }

article.post-card .content .author time {
        display: inline;
        color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        line-height: 22px;
        font-size: 14px;
        white-space: nowrap
      }

article.post-card .content .author time.show:before {
          content: "•";
          font-size: 6px;
          line-height: 6px;
          padding: 0 3px;
          display: inline-block;
          vertical-align: middle;
        }

article.post-card .content .post-stats {
      margin: 0 0 0 0;
      font-size: 12px;
    }

article.post-card .content .door-policy-summary {
      position: absolute;
      bottom: 10px;
      right: 6px;
      margin: 0;
      padding: 0;
      height: 16px;
      width: 16px;      
      color: var(--highlight-color);
    }

article.post-card .content .door-policy-summary .icon {
        height: 16px;
        width: 16px;      
      }

article.post-card .content .responses-count {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 0;
      padding: 0;
      height: 36px;
      width: 36px;
      border-radius: 8px 0 8px 0;
      background-color: var(--highlight-color);
      color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 3px solid #f5f4f4;
      border-left: 3px solid #f5f4f4;
    }

article.post-card .content .responses-count span {
        padding: 0 3px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30px;
                flex: 0 0 30px;
        text-align: center;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      }

article.post-card.has-responses .content .door-policy-summary {
        bottom: 10px;
        right: 42px;
      }

article.post-card .generic-mouseover:empty + .content {
    padding-top: 14px;
  }

article.post-card.image .content, article.post-card.embed .content {
      padding-top: 8px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }

article.post-card.image.repost .content, article.post-card.embed.repost .content {
    }

article.post-card.has-breadcrumbs h1,
    article.post-card.has-breadcrumbs .comment {
      margin: 0 0 2px 0;
    }

@media only screen and (max-width: 600px) {
  article.post-card {
    border-radius: 0;
  }

    article.post-card .content {
      line-height: 18px;
      font-size: 12px;
      padding: 4px 20px 40px 12px;
      border-radius: 0;
    }

      article.post-card .content .author {
        line-height: 18px;
        font-size: 12px;
      }
        article.post-card .content .author time {
          line-height: 18px;
          font-size: 12px;
        }

      article.post-card .content .post-stats {
        font-size: 11px;
      }
      article.post-card .content .responses-count {
        height: 30px;
        width: 30px;
        border-radius: 8px 0 0 0;
      }

        article.post-card .content .responses-count span {
          padding: 0 3px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 24px;
                  flex: 0 0 24px;
          font-size: 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        }
      article.post-card .content .reposted-by {
        line-height: 18px;
        font-size: 12px;
      }

      article.post-card .content .tags {
        line-height: 18px;
        font-size: 12px;
      }

      article.post-card .content h1,
      article.post-card .content .comment {
        font-size: 15px;
        line-height: 21px;
      }
      article.post-card .content .ancestor-title {
        line-height: 18px;
        font-size: 12px;
      }
            article.post-card.article .header-image .embed .info h4, article.post-card.article .header-image .embed-thumb .info h4 {
              font-size: 12px;
              line-height: 18px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            }

    article.post-card .header-image {
      border-radius: 0
    }
      article.post-card .header-image:after {
        border-radius: 0;
      }
        article.post-card .header-image .embed iframe, article.post-card .header-image .embed-thumb iframe {
          max-height: 140px;
        }

        article.post-card .header-image .embed .info, article.post-card .header-image .embed-thumb .info {
          font-size: 11px;
          line-height: 17px;
        }

          article.post-card .header-image .embed .info h4, article.post-card .header-image .embed-thumb .info h4 {
            font-size: 15px;
            line-height: 21px;
            margin-left: 12px;
            margin-right: 20px;
          }
          article.post-card .header-image .embed .info p, article.post-card .header-image .embed-thumb .info p {
            font-size: 12px;
            line-height: 18px;
            margin-left: 12px;
            margin-right: 20px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          }
          article.post-card.columns-2 .header-image .embed iframe, article.post-card.columns-2 .header-image .embed-thumb iframe {
            max-height: 331px;
          }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.headline .post-card .header-image .embed iframe, .headline .post-card .header-image .embed-thumb iframe {
					max-height: 430px;
					border-radius: 6px;
					overflow: hidden;
				}

.headline .post-card .header-image .image, .headline .post-card .header-image .embed {
				border-radius: 6px;
				overflow: hidden;
				background-clip: content-box
			}

.headline .post-card .header-image .image:not(.video):after, .headline .post-card .header-image .embed:not(.video):after {
						content: " ";
						border-radius: 6px;
						overflow: hidden;
						position: absolute;
						top: 0;
						left: 0;
						right: 0;
						margin: 0;
						padding: 0;

						/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0+50,0+90,1+100,0.4+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
						background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(0, 0, 0, .5)),color-stop(50%, rgba(0, 0, 0, 0)),color-stop(90%, rgba(0, 0, 0, 0)),to(rgba(0, 0, 0, .5)));
						background: linear-gradient(to bottom,  rgba(0, 0, 0, .5) 0%,rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 90%,rgba(0, 0, 0, .5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
						filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(102, 0, 0, 0)', endColorstr='rgba(102, 0, 0, 0)',GradientType=0 ); /* IE6-9 */
					}

.headline .post-card .content {
			display: inline;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: 0;
			padding: 10px 20px 0 20px !important;
			background-color: transparent;
		}

.headline .post-card .content h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
				position: absolute;
				font-size: 30px;
				font-size: 3.0rem;
				line-height: 40px;
				line-height: 4.0rem;
				width: 550px;
			}

.headline .post-card .content h1 a {
						color: #f5f4f4;
						font-size: 30px;
						font-size: 3.0rem;
	}

.headline .post-card .content h1 a:visited {
						color: #f5f4f4;
						font-size: 30px;
						font-size: 3.0rem;
	}

.headline .post-card .content h1 a:focus {
						color: #f5f4f4;
						font-size: 30px;
						font-size: 3.0rem;
	}

.headline .post-card .content h1 a:hover {
						color: #f5f4f4;
						font-size: 30px;
						font-size: 3.0rem;
	}

.headline .post-card .content h1 a:active {
						color: #f5f4f4;
						font-size: 30px;
						font-size: 3.0rem;
	}

.headline .post-card .content p, .headline .post-card .content .card-controls, .headline .post-card .content .card-stats {
				display: none;
			}

.headline .post-card .content .byline {
				position: absolute;
				top: auto !important;
				display: block;
				width: auto;
				left: 20px;
				bottom: 20px;
				height: 36px;
			}

.headline .post-card .content .byline .avatar {
					position: absolute;
					top: 0;
					left: 0;
					height: 36px;
				}

.headline .post-card .content .byline .avatar .image {
						border: none;
					}

.headline .post-card .content .byline .via-avatar {
					display: none;
				}

.headline .post-card .content .byline .via-text {
					display: none;
				}

.headline .post-card .content .byline .info {
					display: inline-block;
					position: absolute;
					top: 0;
					left: 48px;
				}

.headline .post-card .content .byline .name {
					display: block;
					color: #f5f4f4;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

.headline .post-card .content .byline .name a {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .name a:visited {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .name a:focus {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .name a:hover {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .name a:active {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .subheader {
					display: block;
					color: #f5f4f4;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

.headline .post-card .content .byline .subheader a {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .subheader a:visited {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .subheader a:focus {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .subheader a:hover {
							color: #f5f4f4;
	}

.headline .post-card .content .byline .subheader a:active {
							color: #f5f4f4;
	}

@media only screen and (max-width: 600px) {
				.headline .post-card .content h1 {
					width: auto;
				}
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-card.embed .post-cardbreadcrumbs:not(.expanded) .toggle, .post-card.image .post-cardbreadcrumbs:not(.expanded) .toggle {
          position: absolute;
          top: 12px;
          left: 14px;
          margin: 0;
          color: white;
          opacity: 0.5;
        }

.post-card.embed .post-cardbreadcrumbs:not(.expanded) .toggle .count,
          .post-card.embed .post-cardbreadcrumbs:not(.expanded) .toggle:before,
          .post-card.embed .post-cardbreadcrumbs:not(.expanded) .toggle:after,
          .post-card.image .post-cardbreadcrumbs:not(.expanded) .toggle .count,
          .post-card.image .post-cardbreadcrumbs:not(.expanded) .toggle:before,
          .post-card.image .post-cardbreadcrumbs:not(.expanded) .toggle:after {
            color: white;
            border-color: white;
          }

.post-cardbreadcrumbs {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  z-index: 22;
  font-size: 14px;
  line-height: 22px
}

.post-cardbreadcrumbs.expanded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

.post-cardbreadcrumbs.expanded .toggle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0 24px 0 20px;
    }

.post-cardbreadcrumbs .toggle {
    width: 24px;
    height: auto;
    color: var(--highlight-color);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 12;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 24px 12px 20px;
  }

.post-cardbreadcrumbs .toggle .count {
      border: 3px solid #f5f4f4;
      border-radius: 50%;
      text-align: center;
      width: 19px;
      height: 19px;
      line-height: 19px;
      font-size: 12px;
      color: var(--highlight-color);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }

.post-cardbreadcrumbs .toggle.show:before {
      content: " ";
      background-color: #f5f4f4;
      border-radius: 50%;
      height: 14px;
      width: 14px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }

.post-cardbreadcrumbs .toggle.show:after {
      content: " ";
      background-color: #f5f4f4;
      height: 6px;
      width: 3px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }

.post-cardbreadcrumbs .breadcrumbs-headline {
  }

.post-cardbreadcrumbs.expanded {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

.post-cardbreadcrumbs.expanded .breadcrumbs-headline {
      background-color: white;
      border-radius: 8px 8px 0 0;
    }

.post-cardbreadcrumbs.expanded .breadcrumbs-headline .toggle {
        color: #f5f4f4;
      }

.post-cardbreadcrumbs.expanded .breadcrumbs-list {
      width: 100%;
    }

.post-cardbreadcrumbs .breadcrumb {
    padding: 16px 24px 16px 20px;
    height: auto;
    border-top: 2px solid #f5f4f4;
    background-color: white;
    line-height: 46px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #2d2d2d;
    position: relative
  }

.post-cardbreadcrumbs .breadcrumb:before,
    .post-cardbreadcrumbs .breadcrumb:after {
      position: absolute;
      top: auto;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translateX(-14px);
              transform: translateX(-14px);
      width: 0;
      height: 0;
      border-width: 8px 14px 0 14px;
      border-style: solid;
      border-color: #f5f4f4 transparent transparent transparent;
      content: " ";
      z-index: 9;
    }

.post-cardbreadcrumbs .breadcrumb:after {
      bottom: -6px;
      left: 50%;
      -webkit-transform: translateX(-11px);
              transform: translateX(-11px);
      border-width: 6px 11px 0 11px;
      border-color: white transparent transparent transparent;
      z-index: 10;
    }

.post-cardbreadcrumbs .breadcrumb.first {
      padding: 0 24px 16px 20px;
      border-top: none;
    }

.post-cardbreadcrumbs .breadcrumb:last-child {
      padding: 16px 24px 16px 20px;
      border-bottom: 2px solid #f5f4f4
    }

.post-cardbreadcrumbs .breadcrumb:last-child.first {
        padding-top: 0;
      }

.post-cardbreadcrumbs .breadcrumb:hover {
      color: #2d2d2d;
    }

.post-cardbreadcrumbs .breadcrumb .author {
      display: block;
      margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      line-height: 22px;
      color: var(--highlight-color);
    }

.post-cardbreadcrumbs .breadcrumb .title {
      display: block;
      margin: 0;
      line-height: 22px;
    }

@media only screen and (max-width: 600px) {
    .post-cardbreadcrumbs .toggle {
      margin-left: 12px;
    }

    .post-cardbreadcrumbs.expanded {
      border-radius: 0;
    }

      .post-cardbreadcrumbs.expanded .breadcrumbs-headline {
        border-radius: 0;
      }
      .post-cardbreadcrumbs.expanded .toggle {
        margin-left: 12px;
      }

    .post-cardbreadcrumbs .breadcrumb {
      padding-left: 12px;
      padding-right: 20px
    }
      .post-cardbreadcrumbs .breadcrumb.first {
        padding-left: 12px;
        padding-right: 20px;
      }
      .post-cardbreadcrumbs .breadcrumb:last-child {
        padding-left: 12px;
        padding-right: 20px;
      }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-show.v1 article .post-show-content .post-content {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  }

.post-show.v1 article .post-show-content .post-content p,
    .post-show.v1 article .post-show-content .post-content h1 p,
    .post-show.v1 article .post-show-content .post-content h2 p,
    .post-show.v1 article .post-show-content .post-content h3 p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 1em 0;
      font-weight: 400;
    }

.post-show.v1 article .post-show-content .post-content .media {
      margin: 0 -12px 0 -12px;
      width: calc(100% + 24px);
      max-width: calc(100% + 24px);
    }

.post-show.v1 article .post-show-content .post-content .media iframe {
        width: 100%;
        max-width: 100%;
        height: 60vw;
        max-height: 66vh;
        overflow: hidden;
      }

.post-show {

  font-size: 15px;
  line-height: 22px;
}

.post-show .addthis_toolbox {
    margin-right: auto;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }

.post-show .addthis_toolbox .custom_images {
      position: relative;
      left: -3px;
    }

.post-show .addthis_toolbox .custom_images .icon {
        margin-left: 0;
      }

.post-show .addthis_toolbox .icon {
      margin-left: 9px;
      height: 34px;
      width: 34px;
    }

.post-show .addthis_toolbox .native-share {
      display: inline;
      color: var(--highlight-color);
    }

.post-show .addthis_toolbox .addthis_button_twitter {
      color: #00aced;
    }

.post-show .addthis_toolbox .addthis_button_facebook {
      color: #3b5998;
    }

.post-show .addthis_toolbox .addthis_button_more {
      color: var(--highlight-color);
    }

.post-show .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #2d2d2d;
    margin-top: 10px;
  }

.post-show .actions .activity-sum {
      cursor: pointer;
      font-size: 15px;
      line-height: 36px;
      padding-right: 15px;
      position: relative;
      margin-right: 7px;
      cursor: pointer
    }

.post-show .actions .activity-sum:after {
        content: " ";
        position: absolute;
        top: 5px;
        right: 0;
        background-color: #f5f4f4;
        width: 3px;
        height: 25px;
      }

.post-show .actions .activity-button .button {
        cursor: pointer;
        color: #2d2d2d;
      }

.post-show .actions .activity-button.set .button {
        color: var(--highlight-color);
      }

.post-show .actions > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 0;
      height: 32px;
    }

.post-show .actions > * .button {
        border: none;
        margin-bottom: 0;
      }

.post-show .actions > * .activity-icon-upvote,
      .post-show .actions > * .activity-icon-downvote {
        height: 32px;
        width: 32px;
      }

.post-show .actions > * .activity-icon-downvote {
        margin-left: 2px;
      }

.post-show .actions > * .icon {
        height: 32px;
        width: 32px;
      }

.post-show .actions .custom_images .icon {
        margin-left: 0;
      }

.post-show .actions .icon {
      height: 32px;
      width: 32px;
      margin-left: 2px;
      cursor: pointer
    }

.post-show .actions .icon.post-menu-icon {
        margin-left: 0;
      }

.post-show .actions .activity {
      font-size: 15px;
      line-height: 36px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    }

.post-show .actions .activity .activity-sum {
        display: inline;
        position: relative;
        padding: 3px 15px 3px 0
      }

.post-show .actions .activity .activity-sum.activity-sum-0 {
          display: none;
        }

.post-show .actions .activity .activity-sum:after {
          content: " ";
          position: absolute;
          top: 0;
          right: 0;
          width: 3px;
          bottom: 0;
          background: #f5f4f4;
        }

.post-show .article-container .post-breadcrumbs .breadcrumb .post-content-card {
        margin-bottom: 0;
      }

.post-show .article-container .post-breadcrumbs .post-content-card article .card-content {
        grid-template-areas:
          ". . . . ."
          ". avatar . byline-content ."
          ". .      . content ."
          ". next-button . . ."
          ". responses-button . reply-button .";
      }

.post-show .post-breadcrumbs + article:before {
      content: " ";
      position: absolute;
      top: -10px;
      left: 16px;
      height: 40px;
      width: 3px;
      background-color: #f5f4f4;
    }

.post-show.content-blocks-0 > .article-container > article .post-mediagallery:empty {
        display: none
      }

.post-show.content-blocks-0 > .article-container > article .post-mediagallery:empty:after {
          content: "";
          display: none;
        }

.post-show > .article-container > article {
    margin: 10px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }

.post-show > .article-container > article .post-breadcrumbs {
      margin: 0 -12px 0 -12px;
    }

.post-show > .article-container > article .byline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 6px 0 0 0;
      line-height: 22px;
      font-size: 15px;

      -webkit-box-align: start;

          -ms-flex-align: start;

              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

.post-show > .article-container > article .byline .avatar {
        -webkit-transform: translateX(
          -2px
        );
                transform: translateX(
          -2px
        );
        margin-top: 2px;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 38px;
                flex: 0 1 38px;
        height: 38px;
        width: 38px;
      }

.post-show > .article-container > article .byline .avatar .image {
          max-height: 34px;
          max-width: 34px;
          border: 2px solid white;
        }

.post-show > .article-container > article .byline .info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-left: 12px;
      }

.post-show > .article-container > article .byline .info .name-container {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
        }

.post-show > .article-container > article .byline .info .name-container .name {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            line-height: 22px;
            cursor: pointer;
          }

.post-show > .article-container > article .byline .info .name-container .name a {
              color: var(--highlight-color);
              text-decoration: none
            }

.post-show > .article-container > article .byline .info .name-container .name a {
                text-decoration: none;
                color: var(--highlight-color);
	}

.post-show > .article-container > article .byline .info .name-container .name a:visited {
                text-decoration: none;
                color: var(--highlight-color);
	}

.post-show > .article-container > article .byline .info .name-container .name a:focus {
                text-decoration: none;
                color: var(--highlight-color);
	}

.post-show > .article-container > article .byline .info .name-container .name a:hover {
                text-decoration: none;
                color: var(--highlight-color);
	}

.post-show > .article-container > article .byline .info .name-container .name a:active {
                text-decoration: none;
                color: var(--highlight-color);
	}

.post-show > .article-container > article .byline .info .name-container .follow-button-container {
            margin: 1px 5px;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
          }

.post-show > .article-container > article .byline .info .name-container .reputation-generic-overview {
            margin: 1px 5px 0 auto;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
          }

.post-show > .article-container > article .byline .info .name-container .reputation-post-overview {
            margin-left: auto;
          }

.post-show > .article-container > article .byline .info .name-container .reputation-post-overview .reputation-stars {
              cursor: pointer;
            }

.post-show > .article-container > article .byline .info .name-container .reputation-post-overview > .reputation-stars {
              margin-top: 2px;
              margin-bottom: 2px;
              height: 18px;
              line-height: 18px;
              font-size: 12px
            }

.post-show > .article-container > article .byline .info .name-container .reputation-post-overview > .reputation-stars > canvas {
                height: 18px;
                width: 54px;
              }

.post-show > .article-container > article .byline .info .author-tags {
          color: var(--highlight-color);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 11px;
          line-height: 19px;
          text-transform: uppercase;
        }

.post-show > .article-container > article .byline .info .subheader {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          color: #969696;
          overflow: hidden;
          text-overflow: ellipsis;
          display: block;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          line-clamp: 2;
        }

.post-show > .article-container > article .tag-list a {
        line-height: 26px;
        font-size: 18px;
      }

.post-show > .article-container > article h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 28px;
      line-height: 40px;
      margin: 0 0 12px 0;
    }

.post-show > .article-container > article .comment {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      font-size: 28px;
      line-height: 40px;
      margin: 0 0 12px 0;
    }

.post-show > .article-container > article .tagline {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 28px;
      font-size: 18px;
      margin: 0 0 12px 0;
    }

.post-show > .article-container > article time {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      line-height: 21px;
      font-size: 14px;
      margin: 0;
    }

.post-show > .article-container > article .post-contentsummary {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 21px;
      font-size: 14px;
      margin: 0;
    }

.post-show > .article-container > article .post-mediagallery {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 25px;
      font-size: 18px;
      margin: 9px 0 18px 0
    }

.post-show > .article-container > article .post-mediagallery:empty {
        position: relative;
        margin: 0;
        height: 30px
      }

.post-show > .article-container > article .post-mediagallery:empty:after {
          content: " ";
          display: block;
          background-color: #f5f4f4;
          height: 3px;
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
        }

.post-show > .article-container > article .post-mediagallery .thumbnails {
        margin: 0 -12px;
      }

.post-show > .article-container > article .post-mediagallery .content {
        overflow: visible !important
      }

.post-show > .article-container > article .post-mediagallery .content > .image,
        .post-show > .article-container > article .post-mediagallery .content > .embed {
          min-width: calc(100% + 24px);
          max-width: calc(100% + 24px);
          margin: 0 -12px;
        }

.post-show > .article-container > article hr {
      height: 3px;
      background-color: #f5f4f4;
      display: block;
      border: none;
      margin: 15px 0 35px 0;
      padding: 0;
    }

.post-show > .article-container > article .post-show-content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 26px;
      font-size: 16px;
    }

.post-show > .article-container > article .post-show-content .newsletter-promo {
        font-style: italic;
        margin-bottom: 2em;
        color: var(--highlight-color);
        cursor: pointer;
        text-decoration: none;
        display: block
      }

.post-show > .article-container > article .post-show-content .newsletter-promo:hover {
          color: var(--highlight-color);
          cursor: pointer;
          text-decoration: none;
        }

.post-show > .article-container > article .post-show-content .dummycontent {
        padding-top: 10px;
      }

.post-show > .article-container > article .post-show-content .editor-richtext .content blockquote.block {
          padding: 0 20px;
          border: none;
          color: #2d2d2d;
          font-style: italic;
        }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          margin: 0 0 1em 0;
          padding: 0;
          line-height: 26px;
          font-size: 16px
        }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block:after {
            content: "";
            display: none;
          }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block.upload-block .image {
              margin: 0 -12px 0 -12px;
              min-width: calc(100% + 24px);
              max-width: calc(100% + 24px);
            }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block.embed-block .embed {
              margin: 0 -12px 0 -12px;
              width: calc(100% + 24px);
              max-width: calc(100% + 24px);
            }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block.embed-block .embed iframe {
                width: 100%;
                max-width: 100%;
                max-height: 50vh;
                overflow: hidden;
              }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block.twitter-block .tweet {
              overflow: hidden;
            }

.post-show > .article-container > article .post-show-content .editor-richtext .content .block.twitter-block .tweet .twitter-tweet {
                min-width: 100px !important;
              }

.post-show > .article-container > article .post-show-content .editor-richtext .content h2.block {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
          line-height: 26px;
          font-size: 20px;
        }

.post-show > .article-container > article .embed-thumb .info {
        padding: 1em 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        line-height: 28px;
        font-size: 18px;
      }

.post-show > .article-container > article .embed-thumb .info a {
          color: white;
          text-decoration: none
        }

.post-show > .article-container > article .embed-thumb .info a {
            color: white;
            text-decoration: none;
	}

.post-show > .article-container > article .embed-thumb .info a:visited {
            color: white;
            text-decoration: none;
	}

.post-show > .article-container > article .embed-thumb .info a:focus {
            color: white;
            text-decoration: none;
	}

.post-show > .article-container > article .embed-thumb .info a:hover {
            color: white;
            text-decoration: none;
	}

.post-show > .article-container > article .embed-thumb .info a:active {
            color: white;
            text-decoration: none;
	}

.post-show > .article-container > article .embed-thumb .info a:hover {
            text-decoration: underline;
          }

.post-show > .article-container > article .embed-thumb .info h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 24px;
          font-size: 16px;
          margin: 0;
          padding: 0;
        }

.post-show > .article-container > article .embed-thumb .info p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          line-height: 1.6em;
          font-size: 14px;
          margin: 0;
          padding: 0
        }

.post-show > .article-container > article .embed-thumb .info p.link {
            margin: 0;
          }

.post-show > .article-container > article .thumbnail .embed-thumb .info {
      padding: 0;
    }

.post-show > .article-container > article .react-title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 12px;
      line-height: 20px;
      margin: 40px 0 4px 0;
      color: var(--highlight-color);
      text-align: center;
      text-transform: uppercase;
    }

.post-show > .article-container > article .reply-prompt {
      max-width: 764px !important;
      margin: 3px 1px 20px 1px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 44px;
      font-size: 16px;
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 3px solid #f5f4f4;
      padding: 0 10px;
      border-radius: 6px;
      cursor: text;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

.post-show > .article-container > article .reply-prompt .icon {
        height: 22px;
        width: 22px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
      }

.post-show > .article-container > article .reply-prompt .prompt {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
      }

.post-show > .article-container > article .reply-prompt.reply-prompt-readonly {
        color: #969696;
      }

.post-show > .article-container > article .reply-prompt.reply-prompt-readonly .icon, .post-show > .article-container > article .reply-prompt.reply-prompt-readonly .prompt {
          color: #969696;
        }

.post-show > .article-container > article .door-policy-summary-container {
      width: 100%;
      padding: 0;
      margin: 0;
      -webkit-transform: translateY(-14px);
              transform: translateY(-14px);
    }

.post-show > .article-container > article .door-policy-summary {
      margin: 0 auto;
      max-width: 100%;
      padding: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.post-show > .article-container > article .door-policy-summary .icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 32px;
        height: 32px;
        padding: 0 3px;
      }

.post-show > .article-container > article .door-policy-summary p {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-left: 11px;
      }

.post-show > .article-container > article .door-policy-summary canvas {
        width: 54px;
        height: 14px;
      }

.post-show > .responses-button-container {
    position: fixed;
    height: 34px;
    width: 34px;
    bottom: 34px;
    left: 12px;
    z-index: 2001;
  }

.post-show > .responses-button-container .responses-button {
      background-color: var(--highlight-color);
      color: white;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 34px;
      width: 34px;
      line-height: 34px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 14px;
    }

.post-show > .responses-button-container .responses-button span {
        color: white;
        max-width: 34px;
      }

.post-show > .responses-button-container .icon {
      display: block;
      color: var(--highlight-color);
      bottom: -14px;
      -webkit-transform: translateX(-12px);
              transform: translateX(-12px);
      height: 24px;
      width: 24px;
    }

.post-show.scroll-wall > .responses-button-container {
    display: none;
  }

.post-show .post-show-responses > .wall > .list:empty, .post-show .post-show-responses > .wall > .grid:empty {
          min-height: 100vh;
        }

.post-show .post-show-responses > .wall > .list {
      }

.post-show .post-show-responses > .wall > .grid {
        margin-top: 40px;
      }

.post-show .post-show-responses > .wall > .grid .ancestor-title {
          display: none;
        }

.post-show .toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-transform: translateY(-160px);
            transform: translateY(-160px);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 20051;
    background-color: white;
    color: #2d2d2d;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

.post-show .toolbar .toolbar-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 100%;
      width: 1040px;
      margin: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      padding: 0 12px;
    }

.post-show .toolbar .toolbar-content .addthis_toolbox {
        margin-left: 10px;
      }

.post-show .toolbar .toolbar-content .reactions {
        margin-left: auto
      }

.post-show .toolbar .toolbar-content .reactions.open {
          margin-left: 0;
          width: calc(100% - 22px);
          padding-bottom: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
        }

.post-show .toolbar .toolbar-content .reactions.open > .reaction-buttons-wrapper {
            -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
          }

.post-show .toolbar .toolbar-content .reactions .totals {
          right: 23px;
        }

.post-show .toolbar .toolbar-content .reactions .reaction-summary {
          display: none;
        }

.post-show .toolbar .title-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      height: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

.post-show .toolbar .title {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
    }

.post-show .toolbar .actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-top: 0
    }

.post-show .toolbar .actions:first-child {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
      }

.post-show.scroll-post .post-toolbar,
  .post-show.scroll-wall .post-toolbar {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, .05);
            box-shadow: 0 6px 0 rgba(0, 0, 0, .05);
  }

.post-show.scroll-post .post-toolbar .reactions.open, .post-show.scroll-wall .post-toolbar .reactions.open {
        margin-top: 0;
        border-top: 3px solid #f5f4f4;
      }

.post-show.scroll-post .post-toolbar .reactions.open .reaction-buttons-wrapper, .post-show.scroll-wall .post-toolbar .reactions.open .reaction-buttons-wrapper {
          border-top: none;
        }

.post-show.scroll-post .post-toolbar .reactions .reaction-buttons-wrapper, .post-show.scroll-wall .post-toolbar .reactions .reaction-buttons-wrapper {
        max-width: 718px;
      }

.post-show .footer {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 50%;
    background-color: #f5f4f4;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-transform: translateX(-50%) translateY(60px);
            transform: translateX(-50%) translateY(60px);
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.post-show .footer .responses-link {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      cursor: pointer;
      margin-left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

.post-show .footer .responses-link .icon {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 36px;
                flex: 0 0 36px;
        color: #2d2d2d;
        height: 36px;
        width: 36px;
      }

.post-show .footer .responses-link .count {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        font-size: 20px;
        line-height: 40px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
        color: #2d2d2d;
        margin-left: 4px;
      }

.post-show .footer .actions {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.post-show .footer .actions .activity-sum {
        top: 0;
      }

.post-show .footer .actions button {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
      }

.post-show.scroll-none .wall-footer,
  .post-show.scroll-post .wall-footer {
    -webkit-transform: translateX(-50%) translateY(60px);
            transform: translateX(-50%) translateY(60px);
    background-clip: padding-box;
  }

.post-show.scroll-wall .wall-footer {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    background-clip: padding-box;
  }

@media only screen and (min-width: 1220px) {
    .post-show > .responses-button-container {
      left: calc(50% - 610px);
    }
}

@media only screen and (min-width: 600px) {
    .post-show.v1 article .post-show-content .post-content {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    }
      .post-show.v1 article .post-show-content .post-content p,
      .post-show.v1 article .post-show-content .post-content h1 p,
      .post-show.v1 article .post-show-content .post-content h2 p,
      .post-show.v1 article .post-show-content .post-content h3 p {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 18px;
        line-height: 33px;
      }
      .post-show.v1 article .post-show-content .post-content .media {
        margin: 0;
        width: 100%;
        max-width: 100%;
      }
        .post-show.v1 article .post-show-content .post-content .media iframe {
          width: 100%;
          max-width: 100%;
          max-height: 66vh;
          overflow: hidden;
        }
      .post-show .actions > * {
        height: 36px;
      }
        .post-show .actions > * .activity-icon-upvote,
        .post-show .actions > * .activity-icon-downvote {
          height: 36px;
          width: 36px;
        }
        .post-show .actions > * .activity-icon-downvote {
          margin-left: 9px;
        }
      .post-show .actions .icon {
        height: 36px;
        width: 36px;
        margin-left: 9px;
      }

    .post-show .post-breadcrumbs + article {
      padding-top: 10px !important
    }
      .post-show .post-breadcrumbs + article:before {
        left: 45px;
      }

    .post-show > .article-container > article {
      padding: 20px 25px 10px 25px;
    }

      .post-show > .article-container > article .byline {
        line-height: 27px;
        font-size: 17px;
        padding-top: 0;
        margin-bottom: 20px;
      }

        .post-show > .article-container > article .byline .avatar {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 44px;
                  flex: 0 1 44px;
          height: 44px;
          width: 44px;
        }
          .post-show > .article-container > article .byline .avatar .image {
            max-height: 40px;
            max-width: 40px;
            border: 2px solid white;
          }

        .post-show > .article-container > article .byline .info {
          margin-left: 15px;
        }
            .post-show > .article-container > article .byline .info .name-container .name {
              line-height: 27px;
              font-size: 17px;
            }
              .post-show > .article-container > article .byline .info .name-container .name a {
                color: var(--highlight-color)
              }

	.post-show > .article-container > article .byline .info .name-container .name a {
                  color: var(--highlight-color);
	}

    .post-show > .article-container > article .byline .info .name-container .name a:visited {
                  color: var(--highlight-color);
	}
	.post-show > .article-container > article .byline .info .name-container .name a:focus {
                  color: var(--highlight-color);
	}
	.post-show > .article-container > article .byline .info .name-container .name a:hover {
                  color: var(--highlight-color);
	}
	.post-show > .article-container > article .byline .info .name-container .name a:active {
                  color: var(--highlight-color);
	}
            .post-show > .article-container > article .byline .info .name-container .follow-button-container,
            .post-show > .article-container > article .byline .info .name-container .reputation-generic-overview {
              margin-top: 3px;
              margin-bottom: 4px;
            }
            .post-show > .article-container > article .byline .info .name-container .reputation-stars {
              margin-top: 4px;
              margin-bottom: 5px;
            }

          .post-show > .article-container > article .byline .info .author-tags {
            font-size: 12px;
            line-height: 21px;
          }

      .post-show > .article-container > article .tag-list {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      }
        .post-show > .article-container > article .tag-list a {
          font-size: 24px;
          line-height: 34px;
        }

      .post-show > .article-container > article h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 38px;
        line-height: 52px;
      }

      .post-show > .article-container > article .tagline {
        font-size: 24px;
        line-height: 34px;
      }

      .post-show > .article-container > article time {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 28px;
      }

      .post-show > .article-container > article .post-contentsummary {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 16px;
        line-height: 28px;
      }

      .post-show > .article-container > article .post-mediagallery {
        margin-top: 13px;
      }

        .post-show > .article-container > article .post-mediagallery .thumbnails {
          margin: 0;
        }
        .post-show > .article-container > article .post-mediagallery .content {
          overflow: hidden !important
        }
          .post-show > .article-container > article .post-mediagallery .content > .image,
          .post-show > .article-container > article .post-mediagallery .content > .embed {
            min-width: 100%;
            max-width: 100%;
            margin: 0;
          }
          .post-show > .article-container > article .embed-thumb .info h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 18px;
            line-height: 30px;
          }

      .post-show > .article-container > article .post-show-content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        font-size: 18px;
        line-height: 33px;
      }
          .post-show > .article-container > article .post-show-content .editor-richtext .content .block {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 18px;
            line-height: 33px
          }
              .post-show > .article-container > article .post-show-content .editor-richtext .content .block.upload-block .image {
                margin: 0;
                min-width: 100%;
                max-width: 100%;
              }
              .post-show > .article-container > article .post-show-content .editor-richtext .content .block.embed-block .embed {
                margin: 0;
                width: 100%;
                max-width: 100%;
              }
                .post-show > .article-container > article .post-show-content .editor-richtext .content .block.embed-block .embed iframe {
                  width: 100%;
                  max-width: 100%;
                  max-height: 66vh;
                  overflow: hidden;
                }

          .post-show > .article-container > article .post-show-content .editor-richtext .content h2.block {
            line-height: 30px;
            font-size: 22px;
          }

    .post-show > .responses-button-container {
      height: 40px;
      width: 40px;
      bottom: 40px;
      left: max(0px, calc(50% - 385px));
      -webkit-transform: translateX(45px) translateY(11px);
              transform: translateX(45px) translateY(11px);
    }

      .post-show > .responses-button-container .responses-button {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 14px;
      }
        .post-show > .responses-button-container .responses-button span {
          max-width: 40px;
        }
      .post-show > .responses-button-container .icon {
        bottom: -16px;
        -webkit-transform: translateX(-13px);
                transform: translateX(-13px);
        height: 26px;
        width: 26px;
      }
      .post-show .toolbar .toolbar-content {
        padding: 0 22px;
      }

        .post-show .toolbar .toolbar-content .addthis_toolbox {
          min-width: 200px;
          margin-right: 0;
        }

        .post-show .toolbar .toolbar-content .actions {
          min-width: 300px;
        }
          .post-show .toolbar .toolbar-content .reactions .totals {
            right: 25px;
          }

        .post-show .toolbar .toolbar-content .title-container {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
        }
          .post-show .toolbar .toolbar-content .title-container .title {
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            margin: 0 20px;
            text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            font-size: 20px;
            line-height: 32px;
          }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (        min-device-pixel-ratio: 2), only screen and (                -webkit-min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {
            .post-responsesmenu .menu a.active:before {
                background: url(/images/arrow-retina.png);
            }
}

.post-responsesmenu {

	display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    background-color: white;


}

.post-responsesmenu .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 90px;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        border-bottom: 3px solid #f5f4f4;
	}

.post-responsesmenu .menu a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100px;
                    flex: 0 0 100px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
			padding: 10px 8px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
			font-size: 12px;
            line-height: 18px;
			cursor: pointer

		}

.post-responsesmenu .menu a {
                text-decoration: none;
	}

.post-responsesmenu .menu a:visited {
                text-decoration: none;
	}

.post-responsesmenu .menu a:focus {
                text-decoration: none;
	}

.post-responsesmenu .menu a:hover {
                text-decoration: none;
	}

.post-responsesmenu .menu a:active {
                text-decoration: none;
	}

.post-responsesmenu .menu a label {
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
				display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                font-size: 12px;
                line-height: 18px;
                color: #969696;
				text-align: center;
                text-transform: uppercase;
                cursor: pointer;
			}

.post-responsesmenu .menu a output {
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
				display: block;
                font-size: 36px;
                line-height: 36px;
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
				text-align: center;
                cursor: pointer;
			}

.post-responsesmenu .menu a.active {
                position: relative;
			}

.post-responsesmenu .menu a.active label, .post-responsesmenu .menu a.active output {
                    color: var(--highlight-color);
                }

.post-responsesmenu .menu a.active:before {
                    content: " ";
                    position: absolute;
                    bottom: -3px;
                    left: 50%;
                    -webkit-transform: translateX(-27.5px);
                            transform: translateX(-27.5px);
                    height: 10px;
                    width: 55px;
                    background: url(/images/arrow.png);
                    background-size: 55px 10px;
                    background-position: 0px 0px;
                    background-origin: border-box;
                    background-repeat: no-repeat;
                }

.post-responsesmenu .layout-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 60px 0 60px;
    }

.post-responsesmenu .layout-filter a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            line-height: 22px;
            padding: 25px 15px 25px 15px;
            cursor: pointer;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            color: #969696;
            font-size: 20px;
            text-transform: capitalize
        }

.post-responsesmenu .layout-filter a {
                text-decoration: none;
	}

.post-responsesmenu .layout-filter a:visited {
                text-decoration: none;
	}

.post-responsesmenu .layout-filter a:focus {
                text-decoration: none;
	}

.post-responsesmenu .layout-filter a:hover {
                text-decoration: none;
	}

.post-responsesmenu .layout-filter a:active {
                text-decoration: none;
	}

.post-responsesmenu .layout-filter a.active {
                position: relative;
                color: var(--highlight-color);
            }

.post-responsesmenu.level-0 {

	}

.post-responsesmenu.level-1 {

	}

.post-responsesmenu.level-2 {

	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-mediagallery {
  margin-top: 30px;
}

.post-mediagallery .thumbnails {
    background-color: #f5f4f4;
    display: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative
  }

.post-mediagallery .thumbnails:after {
      content: " ";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 3px;
      background-color: white;
    }

.post-mediagallery .thumbnails .thumbnail {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 76px;
              flex: 0 0 76px;

      border-right: 4px solid white;
      border-bottom: 3px solid white;
      display: inline-block;
      cursor: pointer
    }

.post-mediagallery .thumbnails .thumbnail.active {
        position: relative
      }

.post-mediagallery .thumbnails .thumbnail.active:before {
          content: " ";
          position: absolute;
          top: -8px;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: #f5f4f4;
        }

.post-mediagallery .content {
    max-width: 100%;
    overflow: hidden;
  }

.post-mediagallery .content .embed {
      text-align: center;
    }

.post-mediagallery .content .embed a {
        text-decoration: none;
        cursor: pointer
      }

.post-mediagallery .content .embed a {
          text-decoration: none;
	}

.post-mediagallery .content .embed a:visited {
          text-decoration: none;
	}

.post-mediagallery .content .embed a:focus {
          text-decoration: none;
	}

.post-mediagallery .content .embed a:hover {
          text-decoration: none;
	}

.post-mediagallery .content .embed a:active {
          text-decoration: none;
	}

.post-mediagallery .content .embed a:hover {
          text-decoration: underline;
        }

.post-mediagallery .content .embed h4,
      .post-mediagallery .content .embed p {
        text-align: left;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 12px;
      }

.post-mediagallery .content .embed p.link {
        margin-bottom: 0;
      }

.post-mediagallery .content .embed iframe {
        width: 100%;
      }

.post-mediagallery .caption {
    display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    margin: 0;
    padding: 10px 0 14px 0;
    word-wrap: break-word;
    line-height: 1.6em;
    text-align: left;
    font-size: 14px
  }

.post-mediagallery .caption:empty {
      display: none;
    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-related {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
   font-size: 14px;
   line-height: 20px;
   background-color: white;
   padding: 0 0 20px 0;
   overflow: hidden;
   display: none

}

.post-related.loaded {
       display: block;
   }

.post-related.loaded.empty {
       display: none;
   }

.post-related .generic-horizontalscroller {
       width: 100%;
       max-width: 100%
   }

.post-related .generic-horizontalscroller.custom-scrolling .scroll-content {
           width: calc(100% - 40px);
           max-width: calc(100% - 40px);
       }

.post-related .title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
       font-size: 12px;
       line-height: 20px;
       margin: 12px 0 4px 0;
       color: var(--highlight-color);
       text-align: center;
       text-transform: uppercase;
   }

.post-related .wall .post-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      min-height: 90px;
      max-height: 90px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start
   }

.post-related .wall .post-list > a.post-simplecard {
         -webkit-box-flex: 0;
             -ms-flex: 0 0 220px;
                 flex: 0 0 220px;
         margin: 0 10px;
         border-top: 3px solid #f5f4f4;
         border-bottom: 3px solid #f5f4f4;
      }

@media only screen and (min-width: 600px) {
    .post-related {
        padding: 0 0 20px 0;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;


    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

article.tag-card {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 21px 14px 27px 9px;
  border-radius: 6px;
  margin: 0 4px 3px 4px;
}

article.tag-card article.post-list-card:first-child {
    border-top: none;
  }

article.tag-card.clickable .avatar-link {
      cursor: pointer;
    }

article.tag-card .avatar-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    line-height: 52px;
    height: 52px;
    width: 52px;
    color: white;
    font-size: 22px;
    margin-right: 13px;
    background-color: var(--highlight-color);
    border-radius: 50%;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    cursor: default
  }

article.tag-card .avatar-link {
      text-decoration: none;
      color: white;
	}

article.tag-card .avatar-link:visited {
      text-decoration: none;
      color: white;
	}

article.tag-card .avatar-link:focus {
      text-decoration: none;
      color: white;
	}

article.tag-card .avatar-link:hover {
      text-decoration: none;
      color: white;
	}

article.tag-card .avatar-link:active {
      text-decoration: none;
      color: white;
	}

article.tag-card > .content {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    min-height: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
  }

article.tag-card > .content a {
      text-decoration: none;
    }

article.tag-card > .content p {
      display: block;
      line-height: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      font-size: 15px;
      margin: 0;
    }

article.tag-card > .content .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }

article.tag-card > .content .row h1 {
        width: auto;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        line-height: 22px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: auto;
        margin: 0;
        font-size: 15px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-transform: capitalize;
        color: #2d2d2d;
      }

article.tag-card > .content .row h1 a {
          cursor: pointer;
          color: #2d2d2d
        }

article.tag-card > .content .row h1 a:before {
            content: "#";
          }

article.tag-card > .content .row h1 a {
            color: #2d2d2d;
            text-decoration: none;
	}

article.tag-card > .content .row h1 a:visited {
            color: #2d2d2d;
            text-decoration: none;
	}

article.tag-card > .content .row h1 a:focus {
            color: #2d2d2d;
            text-decoration: none;
	}

article.tag-card > .content .row h1 a:hover {
            color: #2d2d2d;
            text-decoration: none;
	}

article.tag-card > .content .row h1 a:active {
            color: #2d2d2d;
            text-decoration: none;
	}

article.tag-card > .content .row .actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0 0 0 auto;
        height: auto;
      }

article.tag-card > .content .row .actions .follow-button-container {
          height: auto;
        }

article.tag-card > .content .row .actions .follow-button-container .tag:before {
            content: "";
          }

article.tag-card > .content .follow-button-container {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 5px;
      height: auto;
    }

article.tag-card > .content .follow-button-container .tag:before {
        content: "";
      }

article.tag-card > .content .stats {
      font-size: 13px;
      line-height: 22px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      display: block;
      margin-top: 2px;
      color: var(--highlight-color);
    }

article.tag-card > .content .stats em {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      }

article.tag-card > .content .stats span:before {
          font-family: sans-serif;
          content: "·";
          padding: 0 3px;
          line-height: 22px;
        }

article.tag-card > .content .stats span:first-child:before {
          content: "";
          display: none;
        }

@media only screen and (min-width: 600px) {
  article.tag-card {
    padding: 17px 14px 23px 23px;
    margin: 0 0 3px 0;
  }

    article.tag-card .avatar-link {
      margin-right: 24px;
    }

    article.tag-card > .content {
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.header.tag {

	display: block;
	background: white;
    z-index: 1001;
    position: relative;
    overflow: hidden;
}

.header.tag .generic-horizontalscroller .scroll-content {
        padding: 0 12px;
    }

.header.tag .generic-horizontalscroller.content-fits .scroll-content {
        padding: 0 12px;
    }

.header.tag.homeui {
        height: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

.header.tag.homeui a.tagName {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
            line-height: 38px;
    		margin: 5px 10px;;
    		font-size: 16px;
    		padding: 4px 12px 6px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    		white-space: nowrap;
    		text-decoration: none;
    		color: #969696;
            cursor: pointer
        }

.header.tag.homeui a.tagName {
                text-decoration: none;
                color: #969696;
	}

.header.tag.homeui a.tagName:visited {
                text-decoration: none;
                color: #969696;
	}

.header.tag.homeui a.tagName:focus {
                text-decoration: none;
                color: #969696;
	}

.header.tag.homeui a.tagName:hover {
                text-decoration: none;
                color: #969696;
	}

.header.tag.homeui a.tagName:active {
                text-decoration: none;
                color: #969696;
	}

.header.tag.homeui a.tagName:after {
                content: ":"
            }

.header.tag.homeui a.tagName:before {
                content: "#";
            }

.header.tag.homeui .tag-posts-subfeeds-summary {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

.header.tag.homeui .menu {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
    		display: -webkit-box;
    		display: -ms-flexbox;
    		display: flex;
    		-webkit-box-align: start;
    		    -ms-flex-align: start;
    		        align-items: flex-start;
    		-webkit-box-pack: start;
    		    -ms-flex-pack: start;
    		        justify-content: flex-start;
    		margin: 0;
            line-height: 22px;
            font-size: 14px;
    	}

.header.tag.homeui .menu a {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                line-height: 20px;
        		margin: 5px 10px;
                font-size: 16px;
        		padding: 4px 12px 6px 12px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        		white-space: nowrap;
        		text-decoration: none;
        		color: #969696;
                cursor: pointer
    		}

.header.tag.homeui .menu a {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag.homeui .menu a:visited {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag.homeui .menu a:focus {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag.homeui .menu a:hover {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag.homeui .menu a:active {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag.homeui .menu a.active {
                    color: var(--highlight-color);
        			border-radius: 4px;
        			background-color: #f5f4f4
                }

.header.tag.homeui .menu a.active {
                        color: var(--highlight-color);
	}

.header.tag.homeui .menu a.active:visited {
                        color: var(--highlight-color);
	}

.header.tag.homeui .menu a.active:focus {
                        color: var(--highlight-color);
	}

.header.tag.homeui .menu a.active:hover {
                        color: var(--highlight-color);
	}

.header.tag.homeui .menu a.active:active {
                        color: var(--highlight-color);
	}

.header.tag.homeui .menu a.active > output, .header.tag.homeui .menu a.active > label {
                        color: var(--highlight-color);
                    }

.header.tag.homeui .menu a:first-child {
                    margin-left: 0;
                }

.header.tag.homeui .menu a:last-child {
                    margin-right: 0;
                }

.header.tag.homeui .menu a > * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    line-height: 20px;
            		font-size: 16px;
            		display: inline;
                    color: #969696;
                    cursor: pointer;
                }

.header.tag.homeui .menu a > output {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    line-height: 20px;
            		font-size: 16px;
            		color: #969696
                }

.header.tag.homeui .menu a > output:before {
                        content: " (";
                    }

.header.tag.homeui .menu a > output:after {
                        content: ")";
                    }

.header.tag:not(.homeui) .content {
    		margin: 20px 0 0 0;
    		padding: 20px 0 0 0;
    		display: -webkit-box;
    		display: -ms-flexbox;
    		display: flex;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    		line-height: 1.6em;
    		-webkit-box-align: start;
    		    -ms-flex-align: start;
    		        align-items: flex-start;
    		-ms-flex-wrap: wrap;
    		    flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }

.header.tag:not(.homeui) .content .info {
    			-webkit-box-flex: 1;
    			    -ms-flex: 1 0 30%;
    			        flex: 1 0 30%;
    			margin: 0 20px 20px 20px;
    			font-size: 16px;
    			font-size: 1.6rem;
    			line-height: 1.6em;
                text-align: center;
                max-width: calc(100% - 40px);
    		}

.header.tag:not(.homeui) .content .info h1 {
    				margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    				font-size: 36px;
    				line-height: 42px;
            text-align: center;
            color: var(--highlight-color);
						text-transform: capitalize
    			}

.header.tag:not(.homeui) .content .info h1:before {
                content: "#";

            }

.header.tag:not(.homeui) .content .actions-tabs-container {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                max-width: 100%;
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 100%;
                        flex: 1 0 100%;
                width: 100%;
                border-bottom: 3px solid #f5f4f4;
                margin: 0 auto 10px auto;
            }

.header.tag:not(.homeui) .content .actions {
    			-webkit-box-flex: 0;
    			    -ms-flex: 0 0 auto;
    			        flex: 0 0 auto;
                margin: 0 0 20px 0;
    			display: -webkit-box;
    			display: -ms-flexbox;
    			display: flex;
    			-webkit-box-align: center;
    			    -ms-flex-align: center;
    			        align-items: center;
    			-webkit-box-pack: center;
    			    -ms-flex-pack: center;
    			        justify-content: center
    		}

.header.tag:not(.homeui) .content .actions > * {
    				-webkit-box-flex: 0;
    				    -ms-flex: 0 0 auto;
    				        flex: 0 0 auto;
    				margin: 0 6px;
    			}

.header.tag:not(.homeui) .content .actions > .follow-button-container > .follow-button,
                .header.tag:not(.homeui) .content .actions > .join-button-container > .join-button {
                    height: 30px;
                    border-radius: 15px;
                    line-height: 22px;
                    font-size: 14px;
    			}

.header.tag:not(.homeui) .content .actions .addthis_toolbox {
                    margin: 0;
                    position: relative;
                    -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                            flex: 0 1 auto;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

.header.tag:not(.homeui) .content .actions .addthis_toolbox .custom_images {
                        max-height: 30px;
                        overflow: hidden;
                    }

.header.tag:not(.homeui) .content .actions .addthis_toolbox .addthis_button_more, .header.tag:not(.homeui) .content .actions .addthis_toolbox .native-share {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: center;
                            -ms-flex-pack: center;
                                justify-content: center;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        height: 28px;
                        width: 28px;
                        border: 1px solid var(--highlight-color);
                        border-radius: 50%;
                        margin: 0;
                        padding: 0;
                    }

.header.tag:not(.homeui) .content .actions .addthis_toolbox .icon {
                        max-height: 28px;
                        max-width: 28px;
                    }

.header.tag:not(.homeui) .content .actions .addthis_toolbox .native-share {
                        color: var(--highlight-color);
                    }

.header.tag:not(.homeui) .content .actions .addthis_toolbox .addthis_button_more {
                        color: var(--highlight-color);
                    }

.header.tag:not(.homeui) .tabs {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
    		display: -webkit-box;
    		display: -ms-flexbox;
    		display: flex;
    		-webkit-box-align: start;
    		    -ms-flex-align: start;
    		        align-items: flex-start;
    		-webkit-box-pack: start;
    		    -ms-flex-pack: start;
    		        justify-content: flex-start;
    		margin: 0;
    	}

.header.tag:not(.homeui) .tabs a {
    			-webkit-box-flex: 0;
    			    -ms-flex: 0 0 auto;
    			        flex: 0 0 auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                padding: 4px 6px 20px 6px;
                text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                color: #969696;
                position: relative;
                cursor: pointer
    		}

.header.tag:not(.homeui) .tabs a {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .tabs a:visited {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .tabs a:focus {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .tabs a:hover {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .tabs a:active {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .tabs a.active {
                    color: var(--highlight-color)
                }

.header.tag:not(.homeui) .tabs a.active:before {
                        content: " ";
                        position: absolute;
                        bottom: -3px;
                        left: 50%;
                        -webkit-transform: translateX(-27.5px);
                                transform: translateX(-27.5px);
                        height: 10px;
                        width: 55px;
                        background: url(/images/arrow.png);
                        background-size: 55px 10px;
                        background-position: 0px 0px;
                        background-origin: border-box;
                        background-repeat: no-repeat;
                    }

.header.tag:not(.homeui) .tabs a.active {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .tabs a.active:visited {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .tabs a.active:focus {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .tabs a.active:hover {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .tabs a.active:active {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .tabs a.active label {
                        color: var(--highlight-color);
                    }

.header.tag:not(.homeui) .tabs a label {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                            flex: 1 1 auto;
                    display: block;
                    -webkit-box-ordinal-group: 3;
                        -ms-flex-order: 2;
                            order: 2;
                    font-size: 12px;
                    line-height: 16px;
                    text-transform: uppercase;
                    text-align: center;
                    letter-spacing: -0.2px;
                    color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                }

.header.tag:not(.homeui) .tabs a output {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                            flex: 1 1 auto;
                    display: block;
                    -webkit-box-ordinal-group: 2;
                        -ms-flex-order: 1;
                            order: 1;
                    font-size: 30px;
                    line-height: 36px;
                    text-align: center;
                }

.header.tag:not(.homeui) .menu {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
    		display: -webkit-box;
    		display: -ms-flexbox;
    		display: flex;
    		-webkit-box-align: start;
    		    -ms-flex-align: start;
    		        align-items: flex-start;
    		-webkit-box-pack: start;
    		    -ms-flex-pack: start;
    		        justify-content: flex-start;
    		margin: 0;
            line-height: 22px;
            font-size: 14px;
    	}

.header.tag:not(.homeui) .menu a {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                        flex: 0 0 auto;
                display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                color: #969696;
                line-height: 22px;
                font-size: 18px;
                padding: 10px 5px 24px 5px;
                margin: 0 15px;
                cursor: pointer
    		}

.header.tag:not(.homeui) .menu a {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .menu a:visited {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .menu a:focus {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .menu a:hover {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .menu a:active {
                    text-decoration: none;
                    color: #969696;
	}

.header.tag:not(.homeui) .menu a.active {
                    color: var(--highlight-color)
                }

.header.tag:not(.homeui) .menu a.active {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .menu a.active:visited {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .menu a.active:focus {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .menu a.active:hover {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .menu a.active:active {
                        color: var(--highlight-color);
	}

.header.tag:not(.homeui) .menu a.active > output, .header.tag:not(.homeui) .menu a.active > label {
                        color: var(--highlight-color);
                    }

.header.tag:not(.homeui) .menu a:first-child {
                    margin-left: 0;
                }

.header.tag:not(.homeui) .menu a:last-child {
                    margin-right: 0;
                }

.header.tag:not(.homeui) .menu a > * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    line-height: 22px;
                    font-size: 18px;
                    display: inline;
                    color: #969696;
                }

.header.tag:not(.homeui) .menu a > output {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    line-height: 22px;
                    font-size: 18px;
                    color: #969696
                }

.header.tag:not(.homeui) .menu a > output:before {
                        content: " (";
                    }

.header.tag:not(.homeui) .menu a > output:after {
                        content: ")";
                    }

@media only screen and (min-width: 600px) {

            .header.tag .generic-horizontalscroller .scroll-content:first-child {
                padding-left: 30px;
            }
            .header.tag .generic-horizontalscroller .scroll-content:last-child {
                padding-right: 30px;
            }

        .header.tag.homeui {
            height: 65px;
            line-height: 63px;
        }

            .header.tag.homeui a.tagName {
                line-height: 22px;
        		margin: 5px 10px;
        		font-size: 18px;
        		padding: 5px 12px 7px 0;
    		}

            .header.tag.homeui .menu {
                font-size: 18px;
                line-height: 63px;
        	}

                .header.tag.homeui .menu a {
                    line-height: 22px;
                    font-size: 18px;
            		margin: 5px 10px;
            		padding: 5px 12px 7px 12px
        		}

                    .header.tag.homeui .menu a > * {
                        line-height: 22px;
                        font-size: 18px;
                	}

                    .header.tag.homeui .menu a > output {
                        line-height: 22px;
                        font-size: 18px;
                    }

        	.header.tag.homeui:before, .header.tag.homeui:after {
                content: " ";
                position: absolute;
                height: 65px;
                width: 120px;
                top: 0;
                z-index: 2;
                left: calc(50% - 730px);
                background: linear-gradient(90deg, white 0px, rgba(255, 255, 255, 0));
            }
            .header.tag.homeui:after {
                left: auto;
                background: linear-gradient(270deg, white 0px, rgba(255, 255, 255, 0));
                right: calc(50% - 730px)
            }

                .header.tag:not(.homeui) .generic-horizontalscroller .scroll-content:first-child {
                    padding-left: 20px;
                }
                .header.tag:not(.homeui) .generic-horizontalscroller .scroll-content:last-child {
                    padding-right: 20px;
                }

                .header.tag:not(.homeui) .content .info {
                    max-width: 1180px;
                    margin-bottom: 15px;

                }

                    .header.tag:not(.homeui) .content .info h1 {
                        font-size: 76px;
        				line-height: 80px;
                    }

                .header.tag:not(.homeui) .content .actions-tabs-container {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    max-width: 1220px;
                    -webkit-box-flex: 1;
                        -ms-flex: 1 0 calc(100% - 40px);
                            flex: 1 0 calc(100% - 40px);
                    width: calc(100% - 40px);
                    border-bottom: 3px solid #f5f4f4;
                }
                    .header.tag:not(.homeui) .content .actions-tabs-container .tabs {
                        -webkit-box-flex: 1;
                            -ms-flex: 1 1 auto;
                                flex: 1 1 auto;
                        -webkit-box-ordinal-group: 2;
                            -ms-flex-order: 1;
                                order: 1;
                    }
                        .header.tag:not(.homeui) .content .actions-tabs-container .tabs a output {
                            font-size: 36px;
                            line-height: 42px;
                            padding-left: 16px;
                            padding-right: 16px;
                        }
                    .header.tag:not(.homeui) .content .actions-tabs-container .actions {
                        -webkit-box-flex: 0;
                            -ms-flex: 0 1 auto;
                                flex: 0 1 auto;
                        -webkit-box-ordinal-group: 3;
                            -ms-flex-order: 2;
                                order: 2;
                        margin-left: auto;
                        margin: 0;
                    }
}

@media only screen and (min-width: 1280px) {

            .header.tag:not(.homeui) .generic-horizontalscroller .scroll-content:first-child {
                padding-left: 30px;
            }
            .header.tag:not(.homeui) .generic-horizontalscroller .scroll-content:last-child {
                padding-right: 30px;
            }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.tag-list {
   white-space: nowrap;
   margin: 12px 0 6px 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
}

.tag-list a {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      line-height: 23px;
      font-size: 16px;
      background-color: white;
      color: var(--highlight-color);
      text-transform: capitalize;
      text-decoration: none;
      margin-right: 5px
   }

.tag-list a:before {
          content: "#";
      }

.tag-list a:after {
          content: ",";
      }

.tag-list a {
         text-decoration: none;
	}

.tag-list a:visited {
         text-decoration: none;
	}

.tag-list a:focus {
         text-decoration: none;
	}

.tag-list a:hover {
         text-decoration: none;
	}

.tag-list a:active {
         text-decoration: none;
	}

.tag-list a:last-child {
          margin-right: 0;
      }

.tag-list a:last-child:after {
          content: "";
      }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.header.feed {
  display: block;
  background: white;
  position: relative;
  overflow: hidden;
}

.header.feed .generic-horizontalscroller .scroll-content {
    padding: 0 12px;
  }

.header.feed .generic-horizontalscroller.content-fits .scroll-content {
    padding: 0 12px;
  }

.header.feed.homeui {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.header.feed.homeui a.feedName {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      line-height: 38px;
      margin: 5px 10px;
      font-size: 16px;
      padding: 4px 12px 6px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      white-space: nowrap;
      text-decoration: none;
      color: var(--highlight-color);
      cursor: pointer
    }

.header.feed.homeui a.feedName {
        text-decoration: none;
        color: var(--highlight-color);
	}

.header.feed.homeui a.feedName:visited {
        text-decoration: none;
        color: var(--highlight-color);
	}

.header.feed.homeui a.feedName:focus {
        text-decoration: none;
        color: var(--highlight-color);
	}

.header.feed.homeui a.feedName:hover {
        text-decoration: none;
        color: var(--highlight-color);
	}

.header.feed.homeui a.feedName:active {
        text-decoration: none;
        color: var(--highlight-color);
	}

.header.feed.homeui a.feedName:after {
        content: ":";
      }

.header.feed.homeui .feed-posts-subfeeds-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.header.feed.homeui .menu {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0;
      line-height: 22px;
      font-size: 14px;
    }

.header.feed.homeui .menu a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        line-height: 20px;
        margin: 5px 10px;
        font-size: 16px;
        padding: 4px 12px 6px 12px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        white-space: nowrap;
        text-decoration: none;
        color: #969696;
        cursor: pointer
      }

.header.feed.homeui .menu a {
          text-decoration: none;
          color: #969696;
	}

.header.feed.homeui .menu a:visited {
          text-decoration: none;
          color: #969696;
	}

.header.feed.homeui .menu a:focus {
          text-decoration: none;
          color: #969696;
	}

.header.feed.homeui .menu a:hover {
          text-decoration: none;
          color: #969696;
	}

.header.feed.homeui .menu a:active {
          text-decoration: none;
          color: #969696;
	}

.header.feed.homeui .menu a.manage-subfeeds-button {
          display: none;
        }

.header.feed.homeui .menu a.active {
          color: var(--highlight-color);
          border-radius: 4px;
          background-color: #f5f4f4
        }

.header.feed.homeui .menu a.active {
            color: var(--highlight-color);
	}

.header.feed.homeui .menu a.active:visited {
            color: var(--highlight-color);
	}

.header.feed.homeui .menu a.active:focus {
            color: var(--highlight-color);
	}

.header.feed.homeui .menu a.active:hover {
            color: var(--highlight-color);
	}

.header.feed.homeui .menu a.active:active {
            color: var(--highlight-color);
	}

.header.feed.homeui .menu a.active > output,
          .header.feed.homeui .menu a.active > label {
            color: var(--highlight-color);
          }

.header.feed.homeui .menu a:first-child {
          margin-left: 0;
        }

.header.feed.homeui .menu a:last-child {
          margin-right: 0;
        }

.header.feed.homeui .menu a > * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 20px;
          font-size: 16px;
          display: inline;
          color: #969696;
          cursor: pointer;
          text-transform: capitalize;
        }

.header.feed.homeui .menu a > output {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 20px;
          font-size: 16px;
          color: #969696
        }

.header.feed.homeui .menu a > output:before {
            content: " (";
          }

.header.feed.homeui .menu a > output:after {
            content: ")";
          }

.header.feed:not(.homeui).has-image {
      background: white;
    }

.header.feed:not(.homeui).has-image .header-image:before {
          content: " ";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 2;
          background: -webkit-gradient(
            linear,
            left top, left bottom,
            from(rgba(0, 0, 0, .5)),
            color-stop(30%, rgba(0, 0, 0, 0))
          );
          background: linear-gradient(
            180deg,
            rgba(0, 0, 0, .5) 0%,
            rgba(0, 0, 0, 0) 30%
          );
        }

.header.feed:not(.homeui) .header-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 200px;
      z-index: 1;
      background-color: var(--highlight-color);
    }

.header.feed:not(.homeui) .header-image .image {
        max-height: 200px;
      }

.header.feed:not(.homeui) .layout-titlebar {
      background-color: transparent;
      color: white;
      position: relative;
      z-index: 6
    }

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content {
        background-color: transparent;
        border: none
      }

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > a {
          color: white
        }

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > a {
            color: white;
	}

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > a:visited {
            color: white;
	}

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > a:focus {
            color: white;
	}

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > a:hover {
            color: white;
	}

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > a:active {
            color: white;
	}

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content .logo {
          margin-right: 0;
        }

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > .subheader {
          padding-left: 10px;
          border-left: 1px solid white;
          font-size: 28px;
          line-height: 1em;
          display: none;
        }

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content > .icon {
          color: white;
        }

.header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content .button + .user-profilemenu,
        .header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content .button + .signinup-link {
          margin-left: 0;
        }

.header.feed:not(.homeui).channelheader .content {
        margin: 0;
      }

.header.feed:not(.homeui).channelheader .content .avatar {
          max-height: 100px;
          max-width: 100px
        }

.header.feed:not(.homeui).channelheader .content .avatar.dummy {
            height: 100px;
            width: 100px;
            border: none;
            border-radius: 8px;
            background-color: white;
          }

.header.feed:not(.homeui).channelheader .content .avatar.dummy .channel-avatar {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
              height: 100px;
              width: 100px;
              background: #f5f4f4;
              border-radius: 8px;
              line-height: 100px;
              font-size: 48px;
              position: relative;
              text-align: center;
              text-transform: capitalize;
              text-decoration: none;
            }

.header.feed:not(.homeui).channelheader .content .avatar .image {
            border: none;
            border-radius: 8px;
            max-height: 100px;
            max-width: 100px;
            min-height: 100px;
            min-width: 100px;
          }

.header.feed:not(.homeui).channelheader .content .avatar .image .fader {
              border-radius: 8px;
            }

.header.feed:not(.homeui).channelheader .contributors {
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 32px 0 0 0;
        position: relative;
        left: -8px
      }

.header.feed:not(.homeui).channelheader .contributors:empty {
          height: 30px;
        }

.header.feed:not(.homeui).channelheader .contributors .contributor {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 24px;
                  flex: 0 0 24px;
          max-width: 20px;
          overflow: visible;
        }

.header.feed:not(.homeui).channelheader .contributors .contributor .image {
            border-radius: 50%;
            border: 3px solid white;
            max-height: 30px;
            max-width: 30px;
          }

.header.feed:not(.homeui).channelheader .contributors .contributor .image .fader {
              border-radius: 50%;
            }

.header.feed:not(.homeui).channelheader .content .info {
          margin-top: 15px;
        }

.header.feed:not(.homeui).channelheader .content .actions-tabs-container .actions .follow-button-container, .header.feed:not(.homeui).channelheader .content .actions-tabs-container .actions .join-button-container {
              margin: 0 6px;
            }

.header.feed:not(.homeui) .content {
      z-index: 5;
      position: relative;
      margin: 71px 0 0 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 1.6em;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

.header.feed:not(.homeui) .content .avatar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-width: 162px;
        max-height: 162px;
      }

.header.feed:not(.homeui) .content .avatar .image {
          border: 6px solid white;
          max-width: 150px;
          max-height: 150px;
          min-width: 150px;
          min-height: 150px;
        }

.header.feed:not(.homeui) .content .info {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%;
        margin: 0 20px 20px 20px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6em;
        text-align: center;
        max-width: calc(100% - 40px);
      }

.header.feed:not(.homeui) .content .info h1 {
          margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 36px;
          line-height: 42px;
          text-align: center;
        }

.header.feed:not(.homeui) .content .info .username {
          margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 20px;
          line-height: 28px;
          text-align: center;
          color: var(--highlight-color);
          text-transform: lowercase;
        }

.header.feed:not(.homeui) .content .info .bio {
          font-size: 14px;
          line-height: 22px;
          text-align: center;
          color: #969696;
        }

.header.feed:not(.homeui) .content .info .bio hr {
            border: none;
            outline: none;
            display: block;
            margin: 10px auto;
            height: 3px;
            width: 140px;
            background-color: #f5f4f4;
          }

.header.feed:not(.homeui) .content .info .bio .reputation-stars {
            margin: 3px 0;
            line-height: 19px;
            height: 19px;
          }

.header.feed:not(.homeui) .content .info .bio .reputation-stars canvas {
              height: 19px;
              width: 57px;
            }

.header.feed:not(.homeui) .content .info .bio .reputation-badge {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-transform: none;
                    transform: none;
          }

.header.feed:not(.homeui) .content .info .bio .reputation-badge .icon {
              height: 30px;
              width: 30px;
            }

.header.feed:not(.homeui) .content .info .bio .reputation-badge .reputation-badge-description {
              -webkit-box-flex: 0;
                  -ms-flex: 0 1 auto;
                      flex: 0 1 auto;
              font-size: 12px;
              line-height: 16px;
              margin-bottom: 5px;
            }

.header.feed:not(.homeui) .content .info .bio .author-tags {
            margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 12px;
            line-height: 28px;
            text-align: center;
            color: var(--highlight-color);
            text-transform: uppercase;
          }

.header.feed:not(.homeui) .content .info .links {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 14px;
          line-height: 22px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #969696;
        }

.header.feed:not(.homeui) .content .info .links a {
            color: #969696
          }

.header.feed:not(.homeui) .content .info .links a {
              color: #969696;
              text-decoration: none;
              cursor: pointer;
	}

.header.feed:not(.homeui) .content .info .links a:visited {
              color: #969696;
              text-decoration: none;
              cursor: pointer;
	}

.header.feed:not(.homeui) .content .info .links a:focus {
              color: #969696;
              text-decoration: none;
              cursor: pointer;
	}

.header.feed:not(.homeui) .content .info .links a:hover {
              color: #969696;
              text-decoration: none;
              cursor: pointer;
	}

.header.feed:not(.homeui) .content .info .links a:active {
              color: #969696;
              text-decoration: none;
              cursor: pointer;
	}

.header.feed:not(.homeui) .content .info .links > * {
            display: inline-block;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            margin-left: 10px
          }

.header.feed:not(.homeui) .content .info .links > *:before {
              content: "•";
              display: inline;
              padding-right: 10px;
              color: #969696;
              cursor: default;
              font-family: serif;
            }

.header.feed:not(.homeui) .content .info .links > *:first-child {
              margin-left: 0
            }

.header.feed:not(.homeui) .content .info .links > *:first-child:before {
                content: "";
                padding-right: 0;
              }

.header.feed:not(.homeui) .content .actions-tabs-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%;
        width: 100%;
        border-bottom: 3px solid #f5f4f4;
        margin: 0 auto 10px auto;
      }

.header.feed:not(.homeui) .content .actions {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin: 0 0 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
      }

.header.feed:not(.homeui) .content .actions > * {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          margin: 0 6px;
        }

.header.feed:not(.homeui) .content .actions > .follow-button-container > .follow-button,
        .header.feed:not(.homeui) .content .actions > .join-button-container > .join-button,
        .header.feed:not(.homeui) .content .actions > .endorse-button-container > .endorse-button {
          height: 30px;
          border-radius: 15px;
          line-height: 22px;
          font-size: 14px;
        }

.header.feed:not(.homeui) .content .actions > .follow-button-container,
        .header.feed:not(.homeui) .content .actions > .join-button-container {
          margin: 0;
        }

.header.feed:not(.homeui) .content .actions .addthis_toolbox {
          margin: 0;
          position: relative;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }

.header.feed:not(.homeui) .content .actions .addthis_toolbox .custom_images {
            max-height: 30px;
            overflow: hidden;
          }

.header.feed:not(.homeui) .content .actions .addthis_toolbox .addthis_button_more,
          .header.feed:not(.homeui) .content .actions .addthis_toolbox .native-share {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 28px;
            width: 28px;
            border: 1px solid var(--highlight-color);
            border-radius: 50%;
            margin: 0;
            padding: 0;
          }

.header.feed:not(.homeui) .content .actions .addthis_toolbox .icon {
            max-height: 28px;
            max-width: 28px;
          }

.header.feed:not(.homeui) .content .actions .addthis_toolbox .native-share {
            color: var(--highlight-color);
          }

.header.feed:not(.homeui) .content .actions .addthis_toolbox .addthis_button_more {
            color: var(--highlight-color);
          }

.header.feed:not(.homeui) .content .custom-scrolling .scroll-button {
        height: 37px;
      }

.header.feed:not(.homeui).best-of-tremr .content .actions-tabs-container, .header.feed:not(.homeui).tremr .content .actions-tabs-container, .header.feed:not(.homeui).top-picks .content .actions-tabs-container, .header.feed:not(.homeui).covid-action .content .actions-tabs-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 20px;
      }

.header.feed:not(.homeui) .tabs {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0;
      overflow-x: auto;
      overflow-y: visible;
      overflow-x: auto;
      overflow-y: visible;
      overflow: auto visible;
      word-wrap: normal;
      white-space: nowrap;
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
    }

.header.feed:not(.homeui) .tabs a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 4px 6px 23px 6px;
        text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        color: #969696;
        position: relative;
        cursor: pointer
      }

.header.feed:not(.homeui) .tabs a {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .tabs a:visited {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .tabs a:focus {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .tabs a:hover {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .tabs a:active {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .tabs a.active {
          color: var(--highlight-color)
        }

.header.feed:not(.homeui) .tabs a.active:before {
            content: " ";
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-27.5px);
                    transform: translateX(-27.5px);
            height: 10px;
            width: 55px;
            background: url(/images/arrow.png);
            background-size: 55px 10px;
            background-position: 0px 0px;
            background-origin: border-box;
            background-repeat: no-repeat;
          }

.header.feed:not(.homeui) .tabs a.active {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .tabs a.active:visited {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .tabs a.active:focus {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .tabs a.active:hover {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .tabs a.active:active {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .tabs a.active label {
            color: var(--highlight-color);
          }

.header.feed:not(.homeui) .tabs a label {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          display: block;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase;
          text-align: center;
          letter-spacing: -0.2px;
          color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          cursor: pointer;
        }

.header.feed:not(.homeui) .tabs a output {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          display: block;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          font-size: 30px;
          line-height: 36px;
          text-align: center;
          cursor: pointer;
        }

.header.feed:not(.homeui) .no-submenu {
      display: block;
      height: 56px;
    }

.header.feed:not(.homeui) .menu {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0;
      line-height: 22px;
      font-size: 14px;
    }

.header.feed:not(.homeui) .menu a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        color: #969696;
        line-height: 22px;
        font-size: 18px;
        padding: 10px 5px 24px 5px;
        margin: 0 15px;
        cursor: pointer;
        text-transform: capitalize
      }

.header.feed:not(.homeui) .menu a {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .menu a:visited {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .menu a:focus {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .menu a:hover {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .menu a:active {
          text-decoration: none;
          color: #969696;
	}

.header.feed:not(.homeui) .menu a.active {
          color: var(--highlight-color)
        }

.header.feed:not(.homeui) .menu a.active {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .menu a.active:visited {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .menu a.active:focus {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .menu a.active:hover {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .menu a.active:active {
            color: var(--highlight-color);
	}

.header.feed:not(.homeui) .menu a.active > output,
          .header.feed:not(.homeui) .menu a.active > label {
            color: var(--highlight-color);
          }

.header.feed:not(.homeui) .menu a:first-child {
          margin-left: 0;
        }

.header.feed:not(.homeui) .menu a:last-child {
          margin-right: 0;
          padding-right: 20px;
        }

.header.feed:not(.homeui) .menu a > * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 22px;
          font-size: 18px;
          display: inline;
          color: #969696;
          cursor: pointer;
        }

.header.feed:not(.homeui) .menu a > output {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 22px;
          font-size: 18px;
          color: #969696
        }

.header.feed:not(.homeui) .menu a > output:before {
            content: " (";
          }

.header.feed:not(.homeui) .menu a > output:after {
            content: ")";
          }

@media only screen and (min-width: 600px) {
      .header.feed .generic-horizontalscroller .scroll-content:first-child {
        padding-left: 20px;
      }
      .header.feed .generic-horizontalscroller .scroll-content:last-child {
        padding-right: 20px;
      }
        .header.feed:not(.homeui) .generic-horizontalscroller .scroll-content:first-child {
          padding-left: 30px;
        }
        .header.feed:not(.homeui) .generic-horizontalscroller .scroll-content:last-child {
          padding-right: 30px;
        }
        .header.feed:not(.homeui).channelheader .header-image {
          max-height: 300px;
        }
          .header.feed:not(.homeui).channelheader .header-image .image {
            max-height: 300px;
          }
        .header.feed:not(.homeui).channelheader .content {
          margin: 15px 0 0 0;
        }

          .header.feed:not(.homeui).channelheader .content .avatar {
            max-height: 140px;
            max-width: 140px
          }

            .header.feed:not(.homeui).channelheader .content .avatar.dummy {
              height: 140px;
              width: 140px;
              background-color: white;
            }
              .header.feed:not(.homeui).channelheader .content .avatar.dummy .channel-avatar {
                height: 140px;
                width: 140px;
                line-height: 140px;
              }

            .header.feed:not(.homeui).channelheader .content .avatar .image {
              max-height: 140px;
              max-width: 140px;
              min-height: 140px;
              min-width: 140px;
            }

        .header.feed:not(.homeui).channelheader .contributors {
          margin-top: 74px
        }
          .header.feed:not(.homeui).channelheader .contributors:empty {
            height: 36px;
          }
          .header.feed:not(.homeui).channelheader .contributors .contributor {
            max-width: 28px;
          }
            .header.feed:not(.homeui).channelheader .contributors .contributor .image {
              max-height: 36px;
              max-width: 36px;
            }

        .header.feed:not(.homeui).channelheader .info {
          margin-top: 25px;
        }
          .header.feed:not(.homeui) .layout-titlebar > .layout-titlebar-content .subheader {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
            display: block;
          }

      .header.feed:not(.homeui) .header-image {
        height: 320px;
      }
        .header.feed:not(.homeui) .header-image .image {
          max-height: 320px;
        }

      .header.feed:not(.homeui) .content {
        margin-top: 166px;
      }

        .header.feed:not(.homeui) .content .avatar {
          max-width: 212px;
          max-height: 212px;
        }
          .header.feed:not(.homeui) .content .avatar .image {
            max-width: 200px;
            max-height: 200px;
            min-width: 200px;
            min-height: 200px;
          }

        .header.feed:not(.homeui) .content .info {
          max-width: 1180px;
          margin-bottom: 15px;
        }

          .header.feed:not(.homeui) .content .info h1 {
            font-size: 46px;
            line-height: 60px;
          }

          .header.feed:not(.homeui) .content .info .username {
            font-size: 20px;
            line-height: 30px;
          }

          .header.feed:not(.homeui) .content .info .bio,
          .header.feed:not(.homeui) .content .info .links {
            font-size: 18px;
            line-height: 28px;
          }
            .header.feed:not(.homeui) .content .info .bio .author-tags, .header.feed:not(.homeui) .content .info .links .author-tags {
              font-size: 16px;
              line-height: 30px;
            }
          .header.feed:not(.homeui) .content .actions > .join-button-container > .join-button {
            height: 40px;
            border-radius: 20px;
            line-height: 32px;
            font-size: 16px;
          }

          .header.feed:not(.homeui) .content .actions > .follow-button-container > .follow-button {
            height: 40px;
            border-radius: 20px;
            line-height: 32px;
            font-size: 16px;
          }

          .header.feed:not(.homeui) .content .actions > .endorse-button-container > .endorse-button {
            height: 40px;
            border-radius: 20px;
            line-height: 32px;
            font-size: 16px;
          }
            .header.feed:not(.homeui) .content .actions .addthis_toolbox .custom_images {
              max-height: 40px;
            }

            .header.feed:not(.homeui) .content .actions .addthis_toolbox .addthis_button_more {
              height: 38px;
              width: 38px;
            }

            .header.feed:not(.homeui) .content .actions .addthis_toolbox .icon {
              max-height: 38px;
              max-width: 38px;
            }

        .header.feed:not(.homeui) .content .actions-tabs-container {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 1220px;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 calc(100% - 40px);
                  flex: 1 0 calc(100% - 40px);
          width: calc(100% - 40px);
          border-bottom: 3px solid #f5f4f4;
        }
          .header.feed:not(.homeui) .content .actions-tabs-container .tabs {
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            overflow: visible;
          }
            .header.feed:not(.homeui) .content .actions-tabs-container .tabs a output {
              font-size: 36px;
              line-height: 42px;
              padding-left: 16px;
              padding-right: 16px;
            }
          .header.feed:not(.homeui) .content .actions-tabs-container .actions {
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-left: auto;
            margin: 0;
          }
        .header.feed:not(.homeui).best-of-tremr .content .actions-tabs-container, .header.feed:not(.homeui).tremr .content .actions-tabs-container, .header.feed:not(.homeui).top-picks .content .actions-tabs-container, .header.feed:not(.homeui).covid-action .content .actions-tabs-container {
          padding: 10px 0 30px 0;
        }
}

@media only screen and (min-width: 600px) {
    .header.feed.homeui {
      height: 65px;
      line-height: 63px;
    }

      .header.feed.homeui a.feedName {
        line-height: 22px;
        margin: 5px 10px;
        font-size: 18px;
        padding: 5px 12px 7px 0;
      }

      .header.feed.homeui .menu {
        font-size: 18px;
        line-height: 63px;
      }

        .header.feed.homeui .menu a {
          line-height: 22px;
          font-size: 18px;
          margin: 5px 10px;
          padding: 5px 12px 7px 12px
        }

          .header.feed.homeui .menu a > * {
            line-height: 22px;
            font-size: 18px;
          }

          .header.feed.homeui .menu a > output {
            line-height: 22px;
            font-size: 18px;
          }
}

@media only screen and (min-width: 1280px) {
      .header.feed:not(.homeui) .generic-horizontalscroller .scroll-content:first-child {
        padding-left: 30px;
      }
      .header.feed:not(.homeui) .generic-horizontalscroller .scroll-content:last-child {
        padding-right: 30px;
      }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.endorse-button-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.endorse-button-container .popup {
    top: 20px;
    right: 0;
    z-index: 5000;
  }

.endorse-button-container .endorse-button {
    background-color: white;
    padding: 3px 16px 5px 16px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
    text-align: center;
    border-radius: 12.5px;
    position: relative;
    color: var(--highlight-color);
    border: 1px solid var(--highlight-color);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto
  }

.endorse-button-container .endorse-button.set {
      background-color: var(--highlight-color);
      color: white;
    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.post-subfeeds {

	position: relative;

}

.post-subfeeds .option-list {
		padding: 0;
		margin: 0;
	}

.post-subfeeds .option-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 30px;
		line-height: 30px;
		list-style: none;
		margin-left: 0;
	}

.post-subfeeds .option-item .icon {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			cursor: pointer;
		}

.post-subfeeds .option-item .feedName {
			text-transform: capitalize;
		}

.post-subfeeds .option-item .feedName, .post-subfeeds .option-item .newfeed {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 auto;
			        flex: 1 0 auto;
			text-transform: capitalize;
		}

.post-subfeeds .option-item a {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			cursor: pointer;
		}

.post-subfeeds label {
		display: none;
	}

.post-subfeeds input {
		max-width: 300px;
		margin: 0;
		height: 50px;
		line-height: 50px;
		border-radius: 0;
		border: none;
		font-size: 22.4px;
		font-size: 1.4rem;
		-webkit-box-shadow: none;
		        box-shadow: none
	}

.post-subfeeds input:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
		}

.post-subfeeds input::-moz-placeholder {
			color: #969696;
		}

.post-subfeeds input:-ms-input-placeholder {
			color: #969696;
		}

.post-subfeeds::-moz-placeholder {
			color: #969696;
		}

.post-subfeeds:-ms-input-placeholder {
			color: #969696;
		}

undefined {
			color: #969696;
		}

undefined {
			color: #969696;
		}

undefined {
			color: #969696;
		}

.post-subfeeds input::placeholder {
			color: #969696;
		}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.reputation-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--highlight-color);
}

.reputation-tags .reputation-tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.reputation-tags .reputation-tag .reputation-tag-name {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      text-transform: capitalize;
    }

.reputation-tags .reputation-tag .reputation-stars {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: auto !important;
      height: 15px !important;
      line-height: 15px !important;
    }

.reputation-tags .reputation-tag .reputation-stars canvas {
        width: auto !important;
        height: 15px !important;
      }

.reputation-tags .reputation-tag + .reputation-tag {
    margin-left: 5px;
  }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-newposttextbutton {
  background-color: var(--highlight-color);
  color: white;
	padding: 0px 16px 0px 6px;
  margin-left: 0 !important;
	text-align: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: auto;
	text-align: center;
	position: relative;
	border: 1px solid var(--highlight-color);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  height: 30px;
  border-radius: 15px;
  line-height: 22px;
  font-size: 14px;
}

.post-newposttextbutton a, .post-newposttextbutton a:visited, .post-newposttextbutton a:active, .post-newposttextbutton a:hover {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 40px;
    line-height: 40px;
    color: white;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.post-newposttextbutton a .icon, .post-newposttextbutton a:visited .icon, .post-newposttextbutton a:active .icon, .post-newposttextbutton a:hover .icon {
      height: 24px;
      width: 24px;
    }

@media only screen and (min-width: 600px) {
    .post-newposttextbutton {
      height: 40px;
      border-radius: 20px;
      line-height: 32px;
      font-size: 16px;
    }
        .post-newposttextbutton a .icon, .post-newposttextbutton a:visited .icon, .post-newposttextbutton a:active .icon, .post-newposttextbutton a:hover .icon {
          height: 24px;
          width: 24px;
        }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.dropdown-option {
	display: inline-block;
	width: auto;
	padding: 16px;
}

.dropdown-option .label {
		display: inline-block;
		vertical-align: top;
	}

.dropdown-option .icon {
		height: 1em;
		width: 1em;
		display: inline-block;
		vertical-align: top;
	}

.dropdown-option .handle {
		display: block;
	}

.dropdown-option .items {
		display: none;
	}

.dropdown-option.open .handle {
			display: block;
		}

.dropdown-option.open .items {
			position: absolute;
			bottom: 40px;
			display: block;
			background-color: white;
			z-index: 500
		}

.dropdown-option.open .items > * {
				display: block;
			}

.dropdown {

	position: relative;
	display: inline-block;
}

.dropdown .handle {
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		text-transform: capitalize;
		position: relative;
		display: inline-block;
		float: left;
		height: 32px;
		line-height: 30px;
		padding: 0 30px;
		white-space: nowrap;
		cursor: pointer;
		background-color: #969696;
		border-radius: 4px;
		-webkit-transition: -webkit-transform 100ms ease 0s;
		transition: -webkit-transform 100ms ease 0s;
		transition: transform 100ms ease 0s;
		transition: transform 100ms ease 0s, -webkit-transform 100ms ease 0s
	}

.dropdown .handle:hover {
			background-color: rgb(196, 195, 195);
		}

.dropdown .handle .label {
			height: 30px;
			font-size: 10px;
			line-height: 30px;
			display: inline-block;
			vertical-align: middle;
		}

.dropdown .handle .icon {
			width: 25px;
			height: 25px;
			line-height: 30px;
			display: inline-block;
			vertical-align: middle;
		}

.dropdown .content {
		z-index: 499;
		border-radius: 4px;
		cursor: pointer;
		border: 1px solid #969696;
		color: #969696;
		display: block;
		line-height: 30px;
		background-color: white;
		position: absolute;
		top: 34px;
		width: auto;
	}

.dropdown.dropup .content {
		top: auto;
		bottom: 34px;
	}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.join-button-container {

	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.join-button-container .join-button {
		background-color: white;
		padding: 3px 16px 5px 16px;
		line-height: 12px;
		font-size: 12px;
		text-align: center;
		display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
		height: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
		width: auto;
		text-align: center;
		border-radius: 12.5px;
		position: relative;
		color: var(--highlight-color);
        border: 1px solid var(--highlight-color);
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto
	}

.join-button-container .join-button.set {
			background-color: var(--highlight-color);
			color: white;
		}

.feed-views svg .bars rect {
                -webkit-transition: y 1000ms ease 0s, height 1000ms ease 0s;
                transition: y 1000ms ease 0s, height 1000ms ease 0s
            }
            .feed-views svg .bars rect:last-of-type {
                    -webkit-transition: y 1000ms ease 350ms, height 1000ms ease 350ms;
                    transition: y 1000ms ease 350ms, height 1000ms ease 350ms;

                }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.Tremr--Feed--Edit {
  background-color: white;
}

.layout-overlay.Tremr--Feed--Edit:not(.overlay-sidebar) a.close {
  position: absolute;
  color: var(--highlight-color);
}

.feed-edit {

    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: white;
    min-height: 100vw;
}

.feed-edit h2 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 26px;
        line-height: 40px;
        color: #5F5C6A;
        margin: 60px 0 20px 10px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
    }

.feed-edit h3 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    }

.feed-edit .feed-edit-menu {
        position: absolute;
        top: 15px;
        right: 20px;
    }

.feed-edit .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: calc(400px - 50vw);
        margin-right: calc(400px - 50vw);
        padding-left: calc(-380px + 50vw);
        padding-right: calc(-380px + 50vw);
        -ms-flex-item-align: end;
            align-self: flex-end;
        border-bottom: 2px solid #f5f4f4;
        color: #969696
    }

.feed-edit .tabs > * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            border-radius: 6px 6px 0 0;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            cursor: pointer;
            -webkit-transform: translateY(2px);
                    transform: translateY(2px);
            padding: 15px 24px 15px 24px;
            border-bottom: 2px solid #f5f4f4;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            color: #969696;
            text-transform: uppercase
        }

.feed-edit .tabs > *.active {
                padding: 13px 15px 15px 15px;
                border: 2px solid #f5f4f4;
                border-bottom: 2px solid white;
                color: #969696;
            }

.feed-edit .fields {

      padding-top: 10px;
      margin: 0 15px;
    }

.feed-edit .fields .field label {
          color: var(--highlight-color);
        }

.feed-edit .fields .field .info {
          position: relative;
        }

.feed-edit .fields .field .info .meta {
              position: absolute;
              bottom: -20px;
              right: 0;
              color: #969696;
          }

.feed-edit .fields .channel-icon {
            border-bottom: 2px solid #f5f4f4;
            margin-bottom: 15px;
        }

.feed-edit .fields .channel-icon .row {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

.feed-edit .fields .channel-icon .row p {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                            flex: 1 1 auto;
                }

.feed-edit .fields .channel-icon .row .image-upload {
                    -webkit-box-flex: 0;
                        -ms-flex: 0 0 120px;
                            flex: 0 0 120px;
                    margin-left: 30px;
                }

.feed-edit .fields .channel-icon .row .image-upload .image {
                        min-width: 120px !important;
                        min-height: 120px !important;
                        width: 120px !important;
                        height: 120px !important;
                    }

.feed-edit .fields .channel-icon .row .image-upload .remove-image {
                        top: 2px;
                        right: 2px;
                    }

.feed-edit .fields .channel-background .image-upload .image {
                    min-height: 138px !important;
                    height: 138px !important;
                }

.feed-edit .fields .field.newsletter-section p {
            font-size: 18px;
            color: #969696;
            line-height: 22px;
            font-style: normal;
          }

.feed-edit .fields .field.newsletter-section p em {
              color: var(--highlight-color);
              font-style: italic;
            }

.feed-edit .fields .field.newsletter-section .option-list .option-item .label {
                font-size: 18px;
                line-height: 25px;
              }

.feed-edit .fields .field.newsletter-section .field.newsletter {
            margin: 20px 0;
          }

.feed-edit .fields .field.newsletter-section .field.newsletterPromo {
            margin-top: 20px;
          }

@media only screen and (max-width: 768px) {

        .feed-edit .tabs {
            margin-left: 0;
            margin-right: 0;
            padding-left: 10px;
        }
}

@media only screen and (min-width: 795px) {

    .feed-edit h2 {
      font-size: 46px;
      line-height: 70px;
    }

    .feed-edit .fields {
      margin: 0;
    }

              .feed-edit .fields .channel-background .image-upload .image {
                  min-height: 300px !important;
                  height: 300px !important;
              }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.feed-edit-menu {
    margin-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.feed-edit-menu .handle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

.feed-edit-menu .handle .save-button {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            background-color: var(--highlight-color);
            color: white;
            cursor: pointer;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 105px;
                    flex: 0 0 105px;
            height: 32px;
            line-height: 16px;
            width: 105px;
            padding: 8px 0;
            text-align: center;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border-radius: 16px 0 0 16px;
        }

.feed-edit-menu .handle .toggle-button {
            background-color: #969696;
            color: white;
            cursor: pointer;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 36px;
                    flex: 0 0 36px;
            margin-left: 2px;
            height: 32px;
            width: 36px;
            text-align: center;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            border-radius: 0 16px 16px 0;
        }

.feed-edit-menu .handle .toggle-button .icon {
              margin: 4px 4px 4px 0;
              height: 24px;
              width: 24px;
            }

.feed-edit-menu.open {
        width: 145px;
    }

.feed-edit-menu.open .overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 20081;
        }

.feed-edit-menu.open .overlay .sidebar {
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                background-color: white;
                z-index: 20091;
                background-clip: content-box;
                width: 350px;
                border-left: 3px solid #f5f4f4;
            }

.feed-edit-menu.open .overlay .sidebar .handle {
                    position: fixed;
                    top: 0;
                    right: 0;
                    height: 66px;
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                    width: 350px;
                    padding-right: 20px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: end;
                        -ms-flex-pack: end;
                            justify-content: flex-end;
                    -webkit-box-align: start;
                        -ms-flex-align: start;
                            align-items: flex-start;
                }

.feed-edit-menu.open .overlay .sidebar .handle .save-button {
                      margin-top: 15px;
                      -webkit-user-select: none;
                         -moz-user-select: none;
                          -ms-user-select: none;
                              user-select: none;
                    }

.feed-edit-menu.open .overlay .sidebar .handle .toggle-button {
                      margin-top: 15px;
                      margin-right: 15px;
                      -webkit-user-select: none;
                         -moz-user-select: none;
                          -ms-user-select: none;
                              user-select: none;
                    }

.feed-edit-menu.open .overlay .sidebar .handle .delete {
                      margin: 15px auto 0 15px;
                      height: 20px;
                      width: 20px;
                      cursor: pointer;
                      -webkit-user-select: none;
                         -moz-user-select: none;
                          -ms-user-select: none;
                              user-select: none;
                      color: #969696;
                    }

.feed-edit-menu.open .overlay .sidebar .controls {
                    position: fixed;
                    top: 0;
                    right: 0;
                    top: 66px;
                    bottom: 0;
                    width: 350px;
                    -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                    overflow: auto;
                    background-color: white;
                    -webkit-animation: slide-in 600ms ease;
                            animation: slide-in 600ms ease;
                    -webkit-transition: -webkit-transform 600ms;
                    transition: -webkit-transform 600ms;
                    transition: transform 600ms;
                    transition: transform 600ms, -webkit-transform 600ms;
                    padding: 10px 15px;
                }

.feed-edit-menu.open .overlay .sidebar .controls .title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                        font-size: 26px;
                        line-height: 40px;
                    }

.feed-edit-menu.open .overlay .sidebar .controls .field {
                        border-top: 2px solid #f5f4f4;
                        border-bottom: 2px solid #f5f4f4;
                        padding: 5px 0;
                    }

.feed-edit-menu.open .overlay .sidebar .controls h2 {
                      margin: 10px 0;
                      font-size: 18px;
                      line-height: 20px;
                      color: #2d2d2d;
                    }

.feed-edit-menu.open .overlay .sidebar .controls .tag-editor .tag {
                      margin-top: 3px;
                      margin-bottom: 3px;
                    }

.feed-edit-menu.open .overlay .sidebar .controls .tag-editor .newTag {
                      padding: 0;
                    }

.feed-edit-menu.open .overlay .sidebar .controls .tag-editor .newTag [contenteditable='true'] {
                      height: 32px;
                      line-height: 32px;
                      color: #969696;
                      padding: 0;
                      margin-top: 3px;
                      margin-bottom: 3px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
                    }

.feed-edit-menu.open .overlay .sidebar .controls .tag-editor .newTag [contenteditable='true']:before {
                        height: 32px;
                        line-height: 32px;
                        color: #969696;
                      }

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateX(300px);
                transform: translateX(300px);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(300px);
                transform: translateX(300px);
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@media only screen and (max-width: 768px) {
          .feed-edit-menu.open .overlay .sidebar {
            border-left: none;
            width: 100%;
          }
            .feed-edit-menu.open .overlay .sidebar .handle {
              width: 100%;
            }
              .feed-edit-menu.open .overlay .sidebar .handle .toggle-button {
                margin-right: 0;
              }
            .feed-edit-menu.open .overlay .sidebar .controls {
              width: 100%;
            }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.post-subfeeds {

	position: relative;

}

.post-subfeeds h2.handle {
        cursor: pointer;

        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        background-image: url(/images/down.png);
        background-size: 21px 60px;
        background-position: 100% 0px;
        background-repeat: no-repeat;
        padding-right: 30px
    }

.post-subfeeds h2.handle.open {
            background-image: url(/images/up.png);
        }

.post-subfeeds .button.add {
        cursor: pointer;
        background: var(--highlight-color);
        border-radius: 12px;
        color: white;
        margin: 0;
        padding: 6px 8px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
        font-size: 12px;
        line-height: 12px;
    }

.post-subfeeds .option-list {
		padding: 0;
		margin: 0;
	}

.post-subfeeds .option-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 30px;
		line-height: 30px;
		list-style: none;
		margin-left: 0;
	}

.post-subfeeds .option-item .icon {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			cursor: pointer;
		}

.post-subfeeds .option-item .feedName, .post-subfeeds .option-item .label {
			text-transform: capitalize;
		}

.post-subfeeds .option-item .feedName, .post-subfeeds .option-item .newfeed {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 auto;
			        flex: 1 0 auto;
			text-transform: capitalize;
		}

.post-subfeeds .option-item a {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			cursor: pointer;
		}

.post-subfeeds label {
		display: none;
	}

.post-subfeeds .newFeed {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-left: 10px
    }

.post-subfeeds .newFeed:after {
            display: none;
        }

.post-subfeeds .newFeed [contenteditable] {
            color: var(--highlight-color);
            background-color: white;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 17px;
            line-height: 24px;
            height: 34px;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-user-select: text;
            -moz-user-select: text;
             -ms-user-select: text;
                 user-select: text
        }

.post-subfeeds .newFeed [contenteditable]::-moz-placeholder {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

.post-subfeeds .newFeed [contenteditable]:-ms-input-placeholder {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

.post-subfeeds .newFeed::-moz-placeholder {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

.post-subfeeds .newFeed:-ms-input-placeholder {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

undefined {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

undefined {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

undefined {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

.post-subfeeds .newFeed [contenteditable]::placeholder {
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
                font-size: 15px;
            }

.post-subfeeds input, .post-subfeeds [contenteditable] {
		max-width: 300px;
		margin: 0;
		height: 50px;
		line-height: 50px;
		border-radius: 0;
		border: none;
		font-size: 14px;
		font-size: 1.4rem;
		-webkit-box-shadow: none;
		        box-shadow: none
	}

.post-subfeeds input:focus, .post-subfeeds [contenteditable]:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
		}

.post-subfeeds input::-moz-placeholder, .post-subfeeds [contenteditable]::-moz-placeholder {
			color: #969696;
		}

.post-subfeeds input:-ms-input-placeholder, .post-subfeeds [contenteditable]:-ms-input-placeholder {
			color: #969696;
		}

.post-subfeeds::-moz-placeholder {
			color: #969696;
		}

.post-subfeeds:-ms-input-placeholder {
			color: #969696;
		}

undefined {
			color: #969696;
		}

undefined {
			color: #969696;
		}

undefined {
			color: #969696;
		}

.post-subfeeds input::placeholder, .post-subfeeds [contenteditable]::placeholder {
			color: #969696;
		}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.feed-edit-contributors {

    margin: 0 10px;

}

.feed-edit-contributors h2 {
      font-size: 20px;
      line-height: 26px;
      padding: 15px 0 0 0;
      margin: 0;
      border-top: 2px solid #f5f4f4;
    }

.feed-edit-contributors p {
      margin: 0 0 15px 0;
      font-style: italic;
      color: #969696;
    }

.feed-edit-contributors .contributor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #f5f4f4;
        padding: 17px 0 24px 0;
        margin: 0 0 12px 0;
    }

.feed-edit-contributors .contributor .avatar {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 52px;
                    flex: 0 0 52px;
            max-height: 52px;
            max-width: 52px;
        }

.feed-edit-contributors .contributor .avatar .image {
              max-height: 52px;
              max-width: 52px;
            }

.feed-edit-contributors .contributor .info {
            -webkit-box-flex: 1;
                -ms-flex: 1 0 200px;
                    flex: 1 0 200px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-left: 24px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start
        }

.feed-edit-contributors .contributor .info > * {
                margin: 0;
            }

.feed-edit-contributors .contributor .info .name {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
              font-size: 15px;
              line-height: 22px;
            }

.feed-edit-contributors .contributor .info .name .role {
                  display: inline;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
              }

.feed-edit-contributors .contributor .info .bio {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
              font-size: 15px;
              line-height: 22px;
              margin: 0 0 12px 0;
            }

.feed-edit-contributors .contributor .info .actions {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              -ms-flex-line-pack: center;
                  align-content: center;
            }

.feed-edit-contributors .contributor .info .actions .status {
                margin: 0;
                border: 1px solid #f5f4f4;
                border-radius: 24px;
                line-height: 14px;
                font-size: 12px;
                padding: 4px 15px;
                min-width: 86px;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                text-align: center;
                -webkit-user-select: none;
                   -moz-user-select: none;
                    -ms-user-select: none;
                        user-select: none;
                display: none
              }

.feed-edit-contributors .contributor .info .actions .status.declined {
                  display: block;
                  margin-right: 6px;
                  border-color: #e74101;
                  color: #e74101;
                }

.feed-edit-contributors .contributor .info .actions .delete {
                  display: inline-block;
                  border: 1px solid #f5f4f4;
                  border-radius: 24px;
                  line-height: 14px;
                  font-size: 12px;
                  padding: 4px 15px;
                  min-width: 86px;
                  -webkit-box-sizing: border-box;
                          box-sizing: border-box;
                  text-align: center;
                  -webkit-user-select: none;
                     -moz-user-select: none;
                      -ms-user-select: none;
                          user-select: none;
                  cursor: pointer;
              }

.feed-edit-contributors .contributor .info .actions .channel-admin {
                  display: inline-block;
                  border: 1px solid #f5f4f4;
                  border-radius: 24px;
                  line-height: 14px;
                  font-size: 12px;
                  padding: 4px 15px;
                  min-width: 86px;
                  margin-left: 6px;
                  -webkit-box-sizing: border-box;
                          box-sizing: border-box;
                  text-align: center;
                  -webkit-user-select: none;
                     -moz-user-select: none;
                      -ms-user-select: none;
                          user-select: none;
                  cursor: pointer
              }

.feed-edit-contributors .contributor .info .actions .channel-admin.set {
                    background-color: var(--highlight-color);
                    color: white;
                  }

.feed-edit-contributors .contributor .reputation {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 54px;
                  flex: 0 0 54px;
          max-height: 18px;
          max-width: 54px;
        }

.feed-edit-contributors .contributor .reputation .reputation-stars {
            max-height: 18px;
            max-width: 54px;
          }

.feed-edit-contributors .contributor .reputation .reputation-stars canvas {
              max-height: 18px;
              max-width: 54px;
            }

.feed-edit-contributors .invite {
        position: relative;
        color: #5F5C6A;
    }

.feed-edit-contributors .invite .field.invite label, .feed-edit-contributors .invite .field.invite .info {
            display: none;
          }

.feed-edit-contributors .invite .field.invite input {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            font-size: 16px;
            line-height: 34px;
            color: #5F5C6A;
            margin: 10px 0 12px 0;
            border: none;
            outline: none;
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            height: 34px;
            padding: 0;
          }

.feed-edit-contributors .invite .suggestions {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            max-height: none;
        }

.feed-edit-contributors .invite .suggestions .contributor.suggestion {
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none;
              cursor: pointer
            }

.feed-edit-contributors .invite .suggestions .contributor.suggestion:last-child {
                border-bottom: none;
              }

@media only screen and (min-width: 795px) {

  .feed-edit-contributors {

    margin: 0;


  }

    .feed-edit-contributors h2 {
      font-size: 30px;
      line-height: 40px;
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .repost-menu-toolbar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            height: auto;

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .repost-menu-toolbar .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 66px;
                        flex: 1 0 66px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .repost-menu-toolbar .row + .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                        flex: 1 0 auto;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .repost-menu-toolbar .row.title {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                line-height: 29px;
                font-size: 20px;
                padding: 0 15px 15px 8px;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .repost-menu-toolbar .cancel {
                margin-left: auto;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .repostComment {

                border-bottom: 1px solid #f5f4f4

            }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .repostComment > div {
                    display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    color: #2d2d2d;
                    padding: 18px 30px 18px 0;
                    line-height: 24px;
                    font-size: 17px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .repostComment:after {
                    font-size: 10px;
                    line-height: 24px;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .channel {

                border-bottom: 1px solid #f5f4f4;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .channel .channel-title {
                    display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                    color: #2d2d2d;
                    height: 60px;
                    line-height: 60px;
                    font-size: 17px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    cursor: pointer;
                    background-image: url(/images/down.png);
                    background-size: 21px 60px;
                    background-position: 100% 0px;
                    background-repeat: no-repeat;
                    padding-right: 30px;
                    -webkit-user-select: none;
                       -moz-user-select: none;
                        -ms-user-select: none;
                            user-select: none;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .channel .channel-subfeeds {
                    display: none;
                }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .channel.open .channel-title {
                        background-image: url(/images/up.png);
                        border-bottom: 1px solid #f5f4f4;
                    }

.layout-overlay.overlay-sidebar .overlay .sidebar.repost-menu-container .controls .channel.open .channel-subfeeds {
                        display: block;
                    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.follow-button-container {

	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.follow-button-container .popup {
		top: 20px;
		right: 0;
		z-index: 5000;
	}

.follow-button-container .follow-button {
		background-color: white;
		padding: 3px 16px 5px 16px;
		line-height: 12px;
		font-size: 12px;
		text-align: center;
		display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
		height: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
		width: auto;
		text-align: center;
		border-radius: 12.5px;
		position: relative;
		color: var(--highlight-color);
        border: 1px solid var(--highlight-color);
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto
	}

.follow-button-container .follow-button.set {
			background-color: var(--highlight-color);
			color: white;
		}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.post-subfeeds {

	position: relative;

}

.post-subfeeds .option-list {
		padding: 0;
		margin: 0;
	}

.post-subfeeds .option-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
        list-style: none;
		margin-left: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        color: #2d2d2d;
        height: 60px;
        line-height: 60px;
        font-size: 17px;
        border-bottom: 1px solid #f5f4f4;
	}

.post-subfeeds .option-item .icon {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			cursor: pointer;
            height: 16px;
            width: 16px;
            margin-left: 5px;
            color: var(--highlight-color);
		}

.post-subfeeds .option-item .feedName {
			text-transform: capitalize;
		}

.post-subfeeds .option-item .feedName, .post-subfeeds .option-item .newFeed {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 auto;
			        flex: 1 0 auto;
			text-transform: capitalize;
		}

.post-subfeeds .option-item .newFeed {
            margin-left: 15px;
        }

.post-subfeeds .option-item .newFeed input::-moz-placeholder {
                color: #969696;
            }

.post-subfeeds .option-item .newFeed input:-ms-input-placeholder {
                color: #969696;
            }

undefined {
                color: #969696;
            }

undefined {
                color: #969696;
            }

undefined {
                color: #969696;
            }

.post-subfeeds .option-item .newFeed input::placeholder {
                color: #969696;
            }

.post-subfeeds .option-item .newFeed + .icon {
            height: 32px;
            width: 32px;
            color: #969696;
        }

.post-subfeeds .option-item a {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
			cursor: pointer;
		}

.post-subfeeds .option-item .marker {
            float: none;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            line-height: 60px;
        }

.post-subfeeds .option-item .label {
            float: none;
            -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
            line-height: 60px;
            height: 60px;
        }

.post-subfeeds label {
		display: none;
	}

.post-subfeeds input {
		max-width: 300px;
		margin: 0;
		border-radius: 0;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        color: #2d2d2d;
        height: 60px;
        line-height: 60px;
        font-size: 17px;
        border-bottom: 1px solid #f5f4f4
	}

.post-subfeeds input:focus {
			-webkit-box-shadow: none;
			        box-shadow: none;
		}

.post-subfeeds input::-moz-placeholder {
			color: #969696;
		}

.post-subfeeds input:-ms-input-placeholder {
			color: #969696;
		}

.post-subfeeds::-moz-placeholder {
			color: #969696;
		}

.post-subfeeds:-ms-input-placeholder {
			color: #969696;
		}

undefined {
			color: #969696;
		}

undefined {
			color: #969696;
		}

undefined {
			color: #969696;
		}

.post-subfeeds input::placeholder {
			color: #969696;
		}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.layout-overlay.overlay-sidebar .overlay .sidebar.follow-menu-container .follow-menu-toolbar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            height: auto;

        }

.layout-overlay.overlay-sidebar .overlay .sidebar.follow-menu-container .follow-menu-toolbar .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 66px;
                        flex: 1 0 66px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.follow-menu-container .follow-menu-toolbar .row + .row {
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 auto;
                        flex: 1 0 auto;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.follow-menu-container .follow-menu-toolbar .row.entity {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                line-height: 29px;
                font-size: 20px;
                padding: 0 15px 15px 15px;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.follow-menu-container .follow-menu-toolbar .cancel {
                margin-left: auto;
            }

.layout-overlay.overlay-sidebar .overlay .sidebar.follow-menu-container .controls {


        }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

@-webkit-keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.editor {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 80px;
  width: auto;
  height: calc(100vh - 80px);
  z-index: 20071;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white
}

.editor.saving {
  }

.editor .door-policy-summary-container {
    width: 100%;
    padding: 0;
    background-color: #f9f9f9;
    margin: 0;
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }

.editor .door-policy-summary {
    width: 746px;
    margin: 0 auto;
    max-width: calc(100% - 22px);
    padding: 10px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

.editor .door-policy-summary .icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 32px;
      height: 32px;
      padding: 0 3px;
    }

.editor .door-policy-summary p {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      margin-left: 11px;
    }

.editor .door-policy-summary canvas {
      width: 54px;
      height: 14px;
    }

.editor .post-breadcrumbs {
    width: 768px;
    margin: 0 auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.editor .post-breadcrumbs .post-content-card article .card-content {
      grid-template-columns: [card-start] 12px [avatar-start] 34px [avatar-end] 12px [content-start] auto [content-end] 12px [card-end];
      grid-template-areas:
        ". . . . ."
        ". avatar . byline-content ."
        ". .      . content ."
        ". next-button . . ."
        ". responses-button . reply-button .";
    }

.editor > .byline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 768px;
    margin: 0 auto;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px 11px 0 11px;
    line-height: 22px;
    font-size: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }

.editor > .byline .avatar {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 38px;
              flex: 0 1 38px;
      height: 38px;
      width: 38px;
    }

.editor > .byline .avatar .image {
        max-height: 34px;
        max-width: 34px;
        border: 2px solid white;
      }

.editor > .byline .info {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      margin-left: 12px;
    }

.editor > .byline .info .name-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }

.editor > .byline .info .name-container .name {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          line-height: 22px;
          cursor: pointer;
        }

.editor > .byline .info .name-container .name a {
            color: var(--highlight-color);
            text-decoration: none
          }

.editor > .byline .info .name-container .name a {
              text-decoration: none;
              color: var(--highlight-color);
	}

.editor > .byline .info .name-container .name a:visited {
              text-decoration: none;
              color: var(--highlight-color);
	}

.editor > .byline .info .name-container .name a:focus {
              text-decoration: none;
              color: var(--highlight-color);
	}

.editor > .byline .info .name-container .name a:hover {
              text-decoration: none;
              color: var(--highlight-color);
	}

.editor > .byline .info .name-container .name a:active {
              text-decoration: none;
              color: var(--highlight-color);
	}

.editor > .byline .info .name-container .follow-button-container {
          margin-left: 5px;
        }

.editor > .byline .info .subheader {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        color: #969696;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
      }

.editor .loading .panel {
      position: relative;
      min-height: 100px
    }

.editor .loading .panel > * {
        opacity: 1;
        -webkit-transition: opacity 200ms ease 0s;
        transition: opacity 200ms ease 0s;
      }

.editor .loading .panel > * {
        opacity: 0;
      }

.editor .loading .panel:after {
  background-color: black;

  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
          animation: scaleout 1.0s infinite ease-in-out;

        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 50px;
        height: 50px;
        content: " ";
        -webkit-transform: translateX(-25px) translateY(-25px);
                transform: translateX(-25px) translateY(-25px);
      }

.editor .fieldset {
    width: 746px;
    margin: 0 auto;
    max-width: calc(100% - 22px);
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.editor .fieldset .tagsField {
      padding: 15px 0 5px 0;
      border-bottom: 1px dashed #f5f4f4;
    }

.editor .fieldset .field.header {
      margin: 0 -11px;
      width: calc(100% + 22px);
      max-width: calc(100% + 22px);
    }

.editor .fieldset .embed iframe {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      max-width: 100% !important;
      max-height: 66vw !important;
      width: 100% !important;
    }

.editor .fieldset .panel {
      margin: 0 auto;
      min-height: 100vh;
      max-width: 768px;
      background-color: #f5f4f4;
    }

.editor .fieldset .fields {
      padding-bottom: 20px;
      background-color: white;
    }

.editor .fieldset .field {
      position: relative;
      background-color: white
    }

.editor .fieldset .field.error {
        position: relative
      }

.editor .fieldset .field.error:after {
          position: absolute;
          top: 8px;
          right: 0;
          padding: 0 6px 2px 6px;
          border-radius: 4px;
          background-color: red;
          color: white;
          content: attr(data-message);
          font-size: 11px;
          line-height: 1.4em;
        }

.editor .fieldset .field.error.header:after {
            top: 430px;
          }

.editor .fieldset .comment {
      border: none;
      font-size: 28px;
      line-height: 40px;
      margin: 20px 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
    }

.editor .fieldset .comment:after {
        bottom: auto;
        top: -25px;
        font-size: 10px;
        line-height: 24px;
      }

.editor .fieldset .comment.h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      }

.editor .fieldset .editor-richtext {
      margin-top: 15px;
      margin-bottom: 30px;
      padding-bottom: 130px;
      min-height: 180px;
    }

.editor .fieldset .editor-richtext .content {
        font-size: 16px;
        line-height: 28px;
      }

.editor .fieldset .editor-richtext .content .upload-block,
        .editor .fieldset .editor-richtext .content .embed-block {
          width: calc(100% + 22px);
          max-width: calc(100% + 22px);
          margin: 0 -11px;
        }

.editor .fieldset .editor-richtext .content .upload-block .caption, .editor .fieldset .editor-richtext .content .embed-block .caption {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 10px 11px 14px 11px;
  word-wrap: break-word;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
          }

.editor .fieldset .editor-richtext .content .upload-block .caption[data-remaining]:after,
  .editor .fieldset .editor-richtext .content .upload-block .caption[data-remaining]:after,
  .editor .fieldset .editor-richtext .content .embed-block .caption[data-remaining]:after,
  .editor .fieldset .editor-richtext .content .embed-block .caption[data-remaining]:after {
    right: 11px;
  }

@media only screen and (min-width: 600px) {
          .editor .fieldset .editor-richtext .content .upload-block .caption, .editor .fieldset .editor-richtext .content .embed-block .caption {
    padding: 10px 0 14px 0;
          }
    .editor .fieldset .editor-richtext .content .upload-block .caption[data-remaining]:after,
    .editor .fieldset .editor-richtext .content .upload-block .caption[data-remaining]:after,
    .editor .fieldset .editor-richtext .content .embed-block .caption[data-remaining]:after,
    .editor .fieldset .editor-richtext .content .embed-block .caption[data-remaining]:after {
      right: 11px;
    }
  }

.editor .fieldset.focusRichText .editor-richtext .controls {
        opacity: 1;
      }

.editor .fieldset .field > aside {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #969696;
    }

.editor .fieldset .field .count {
      position: absolute;
      right: 0;
      bottom: -10px;
      left: auto;
      min-width: 80px;
      max-width: calc(100vw - 80px);
      text-align: right;
      color: #969696;
      line-height: 24px;
      font-size: 10px;
      border-top: 1px dashed #f5f4f4
    }

.editor .fieldset .field .count:first-child {
        font-weight: normal;
      }

.editor .fieldset .panel > .controls {
      position: relative;
      border-top: 3px solid #f5f4f4;
    }

.editor .fieldset .panel > .controls .post-type .option-list .option-item {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        margin-left: 0;
        padding-right: 25px;
        padding-bottom: 10px;
        min-width: 75px;
      }

.editor .fieldset .panel > .controls .post-type .option-list .option-item .label {
          position: static;
          display: block;
          float: none;
          padding-left: 20px;
        }

.editor .fieldset .panel > .controls .field {
        margin: 0 0;
        padding: 20px 0 0 0;
        min-height: 60px;
        border-bottom: 1px solid #f5f4f4;
        background-color: #f5f4f4
      }

.editor .fieldset .panel > .controls .field:last-child {
          border-bottom: none;
        }

.editor .fieldset .panel > .controls .field.error:after {
            right: 0;
          }

.editor .fieldset .panel > .controls .field.categoryField {
          padding: 13px 0;
          font-weight: normal
        }

.editor .fieldset .panel > .controls .field.categoryField > * {
            margin-bottom: 5px;
            vertical-align: top;
          }

.editor .fieldset .panel > .controls .field.tagsField {
          position: static;
          display: inline;
          margin: 0;
          padding: 0
        }

.editor .fieldset .panel > .controls .field.tagsField:after {
            position: absolute;
            top: -15px;
            right: 0;
          }

.editor .fieldset .panel > .controls .field.tagsField .tag-editor {
            display: inline;
          }

.editor .fieldset .panel > .controls .field.tagsField .tag-editor .tag {
              margin-bottom: 5px;
              vertical-align: top
            }

.editor .fieldset .panel > .controls .field.tagsField .tag-editor .tag:first-child {
                margin-left: 5px;
              }

.editor .fieldset .panel > .controls .field.tagsField .tag-editor .newTag {
              margin-bottom: 5px;
              margin-left: 10px;
              vertical-align: top;
            }

.editor .fieldset .dropdown .handle {
        padding: 0 10px 0 10px;
        background-color: rgb(196, 195, 195);
        color: #f5f4f4;
        line-height: 1.6;
      }

.editor .fieldset .dropdown .handle .label {
          padding-right: 30px;
          font-size: 16.5px;
          font-size: 1.65rem;
        }

.editor .fieldset .dropdown .handle:hover {
          background-color: rgb(192, 191, 191);
        }

.editor .fieldset .dropdown .content {
        width: 320px;
        border: 2px solid #f5f4f4;
      }

.editor .fieldset .dropdown .content .broadTags,
        .editor .fieldset .dropdown .content .nicheTags {
          display: inline-block;
          width: 140px;
          vertical-align: top;
        }

.editor .fieldset .dropdown .content .broadTags .col-header, .editor .fieldset .dropdown .content .nicheTags .col-header {
            margin: 0 25px;
            padding: 5px 0;
            border-bottom: 1px solid #f5f4f4;
            text-transform: uppercase;
            font-weight: normal;
          }

.editor .fieldset .dropdown .content .broadTags div, .editor .fieldset .dropdown .content .nicheTags div {
            display: block;
            margin: 0;
            padding: 5px 25px;
            text-transform: capitalize;
          }

.editor .fieldset .dropdown .content .broadTags div:hover, .editor .fieldset .dropdown .content .nicheTags div:hover {
            text-decoration: underline;
          }

.editor .fieldset .dropdown .content .broadTags.broadTags, .editor .fieldset .dropdown .content .nicheTags.broadTags {
            width: 170px;
          }

.editor .fieldset .dropdown .content .broadTags.broadTags div.col-header, .editor .fieldset .dropdown .content .nicheTags.broadTags div.col-header {
                margin-right: 30px;
              }

.editor .fieldset .caption {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 10px 11px 14px 11px;
  word-wrap: break-word;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
    }

.editor .fieldset .caption[data-remaining]:after,
  .editor .fieldset .caption[data-remaining]:after {
    right: 11px;
  }

@media only screen and (min-width: 600px) {
    .editor .fieldset .caption {
    padding: 10px 0 14px 0;
    }
    .editor .fieldset .caption[data-remaining]:after,
    .editor .fieldset .caption[data-remaining]:after {
      right: 11px;
    }
  }

.editor .fieldset .richtext .block.embed-block {
        background-color: #f5f4f4;
      }

.editor .fieldset .richtext .block.embed-block .caption {
          margin: 0;
          padding: 10px 0;
          border-top: none;
          background-color: #f5f4f4;
          background-color: white;
        }

.editor .fieldset .header {
      background-color: white
    }

.editor .fieldset .header.unset {
        border-bottom: 1px dashed #f5f4f4;
        padding: 8px 0;
      }

.editor .fieldset .header .caption:after {
          font-size: 10px;
          line-height: 24px;
          bottom: -10px;
        }

.editor .fieldset .header > * {
        opacity: 1;
        -webkit-transition: opacity 200ms ease 0s;
        transition: opacity 200ms ease 0s;
      }

.editor .fieldset .header.loading {
        min-height: 430px
      }

.editor .fieldset .header.loading > * {
          opacity: 0;
        }

.editor .fieldset .header.loading:after {
  background-color: black;

  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
          animation: scaleout 1.0s infinite ease-in-out;

          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: 50px;
          height: 50px;
          content: " ";
          -webkit-transform: translateX(-25px) translateY(-25px);
                  transform: translateX(-25px) translateY(-25px);
        }

.editor .fieldset .header.loading .caption {
          display: none;
        }

.editor .fieldset .header .embed-thumb {
  -webkit-transition: background-color 100ms ease 0s;
  transition: background-color 100ms ease 0s;

  background-color: white;
      }

.editor .fieldset .header .embed-thumb.loading {
    background-color: white;
  }

.editor .fieldset .header .embed-thumb { /* .info*/
      }

.editor .fieldset .header .embed-thumb .caption {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 10px 11px 14px 11px;
  word-wrap: break-word;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
  }

.editor .fieldset .header .embed-thumb .caption[data-remaining]:after,
  .editor .fieldset .header .embed-thumb .caption[data-remaining]:after {
    right: 11px;
  }

@media only screen and (min-width: 600px) {

  .editor .fieldset .header .embed-thumb .caption {
    padding: 10px 0 14px 0;
  }
    .editor .fieldset .header .embed-thumb .caption[data-remaining]:after,
    .editor .fieldset .header .embed-thumb .caption[data-remaining]:after {
      right: 11px;
    }
  }

.editor .fieldset .header .embed-thumb .info {
    background-color: var(--highlight-color);
    padding: 1em 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    line-height: 28px;
    font-size: 18px;
  }

.editor .fieldset .header .embed-thumb .info a {
      color: white;
      text-decoration: none
    }

.editor .fieldset .header .embed-thumb .info a {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:visited {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:focus {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:hover {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:active {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:hover {
        text-decoration: underline;
      }

.editor .fieldset .header .embed-thumb .info h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      line-height: 28px;
      font-size: 18px;
      margin: 0;
      padding: 0;
    }

.editor .fieldset .header .embed-thumb .info p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 28px;
      font-size: 18px;
      margin: 0;
      padding: 0
    }

.editor .fieldset .header .embed-thumb .info p.link {
        margin: 0;
      }

.editor .fieldset .header .embed-thumb .info {
          padding: 1em 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          line-height: 28px;
          font-size: 18px;
        }

.editor .fieldset .header .embed-thumb .info a {
            color: white;
            text-decoration: none
          }

.editor .fieldset .header .embed-thumb .info a {
              color: white;
              text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:visited {
              color: white;
              text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:focus {
              color: white;
              text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:hover {
              color: white;
              text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:active {
              color: white;
              text-decoration: none;
	}

.editor .fieldset .header .embed-thumb .info a:hover {
              text-decoration: underline;
            }

.editor .fieldset .header .embed-thumb .info h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            line-height: 28px;
            font-size: 18px;
            margin: 0;
            padding: 0;
          }

.editor .fieldset .header .embed-thumb .info p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
            line-height: 28px;
            font-size: 18px;
            margin: 0;
            padding: 0
          }

.editor .fieldset .header .embed-thumb .info p.link {
              margin: 0;
            }

.editor .fieldset .header .image-upload,
      .editor .fieldset .header .embed {
        min-height: 100px;
        background-color: white;
      }

.editor .fieldset .header .image-upload .cloudinary-fileupload,
        .editor .fieldset .header .image-upload a.upload,
        .editor .fieldset .header .image-upload .icon-remove,
        .editor .fieldset .header .embed .cloudinary-fileupload,
        .editor .fieldset .header .embed a.upload,
        .editor .fieldset .header .embed .icon-remove {
          display: none;
        }

.editor .fieldset .header .image-upload .image, .editor .fieldset .header .embed .image {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          max-width: 100% !important;
          max-height: 66vw !important;
          width: 100% !important;
        }

.editor .fieldset .header .options,
      .editor .fieldset .header .prompt {
        position: static;
        z-index: 49;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        padding: 0;
        display: block;
        height: 40px;
        background-color: white;
        list-style: none;
      }

.editor .fieldset .header .options .icon, .editor .fieldset .header .prompt .icon {
          height: 36px;
          width: 36px;
        }

.editor .fieldset .header .options.options, .editor .fieldset .header .prompt.options {
          -webkit-transform: translateX(-5px);
                  transform: translateX(-5px);
        }

.editor .fieldset .header .options > .embed-prompt, .editor .fieldset .header .prompt > .embed-prompt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          max-width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }

.editor .fieldset .header .options > .embed-prompt .contenteditable, .editor .fieldset .header .prompt > .embed-prompt .contenteditable {
            text-align: left;
            max-width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
          }

.editor .fieldset .header .options > .embed-prompt .contenteditable [contenteditable], .editor .fieldset .header .prompt > .embed-prompt .contenteditable [contenteditable] {
              padding-left: 2px;
              -webkit-box-flex: 1;
                  -ms-flex: 1 1 auto;
                      flex: 1 1 auto;
            }

.editor .fieldset .header .options > .embed-prompt .start,
          .editor .fieldset .header .options > .embed-prompt .cancel,
          .editor .fieldset .header .prompt > .embed-prompt .start,
          .editor .fieldset .header .prompt > .embed-prompt .cancel {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
          }

.editor .fieldset .header .options a, .editor .fieldset .header .prompt a {
          margin-right: 5px;
        }

.editor .fieldset .header .options a,
        .editor .fieldset .header .options .contenteditable,
        .editor .fieldset .header .options .start,
        .editor .fieldset .header .options .cancel,
        .editor .fieldset .header .prompt a,
        .editor .fieldset .header .prompt .contenteditable,
        .editor .fieldset .header .prompt .start,
        .editor .fieldset .header .prompt .cancel {
          display: inline-block;
          overflow: hidden;
          width: 54px;
          height: 36px;
          color: #969696;
          vertical-align: top;
          text-align: center;
          cursor: pointer
        }

.editor .fieldset .header .options a:hover, .editor .fieldset .header .options .contenteditable:hover, .editor .fieldset .header .options .start:hover, .editor .fieldset .header .options .cancel:hover, .editor .fieldset .header .prompt a:hover, .editor .fieldset .header .prompt .contenteditable:hover, .editor .fieldset .header .prompt .start:hover, .editor .fieldset .header .prompt .cancel:hover {
            color: rgb(128, 128, 128);
          }

.editor .fieldset .header .options a:last-child, .editor .fieldset .header .options .contenteditable:last-child, .editor .fieldset .header .options .start:last-child, .editor .fieldset .header .options .cancel:last-child, .editor .fieldset .header .prompt a:last-child, .editor .fieldset .header .prompt .contenteditable:last-child, .editor .fieldset .header .prompt .start:last-child, .editor .fieldset .header .prompt .cancel:last-child {
            border-right: none;
          }

.editor .fieldset .header .options a .icon, .editor .fieldset .header .options .contenteditable .icon, .editor .fieldset .header .options .start .icon, .editor .fieldset .header .options .cancel .icon, .editor .fieldset .header .prompt a .icon, .editor .fieldset .header .prompt .contenteditable .icon, .editor .fieldset .header .prompt .start .icon, .editor .fieldset .header .prompt .cancel .icon {
            vertical-align: top;
          }

.editor .fieldset .header .options.prompt, .editor .fieldset .header .prompt.prompt {
          margin: 0 11px;
          padding: 0;
          border-bottom: 1px dotted #f5f4f4;
        }

.editor .fieldset .header .options.prompt .start,
          .editor .fieldset .header .options.prompt .cancel,
          .editor .fieldset .header .prompt.prompt .start,
          .editor .fieldset .header .prompt.prompt .cancel {
            border-left: 1px solid #f5f4f4;
          }

.editor .fieldset .header .options.prompt .start .icon, .editor .fieldset .header .options.prompt .cancel .icon, .editor .fieldset .header .prompt.prompt .start .icon, .editor .fieldset .header .prompt.prompt .cancel .icon {
              height: 36px;
            }

.editor .fieldset .header .options.prompt .start .icon .svgWrapper, .editor .fieldset .header .options.prompt .cancel .icon .svgWrapper, .editor .fieldset .header .prompt.prompt .start .icon .svgWrapper, .editor .fieldset .header .prompt.prompt .cancel .icon .svgWrapper {
                top: 15%;
                left: 15%;
                width: 70%;
                height: 70%;
              }

.editor .fieldset .header .reset {
  position: absolute;
  top: 30px;
  right: 34px;
  z-index: 66;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  color: white;
  text-align: center;
  cursor: pointer;
      }

.editor .fieldset .header .reset .icon {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
  }

.editor .fieldset .header .image-upload > .remove-image {
        display: none;
      }

.editor .fieldset .image.loading {
      min-height: 100px;
      background-color: white;
      -webkit-transition: background-color 100ms ease 0s;
      transition: background-color 100ms ease 0s;
    }

.editor .fieldset .progress {
      position: absolute;
      top: 50%;
      right: 20%;
      left: 20%;
      height: 20px;
      border-color: #dad8d6;
      border-radius: 20px;
      background-color: white;
      -webkit-transform: translateY(-15px);
              transform: translateY(-15px);
    }

.editor .fieldset .progress .meter {
        border-radius: 10px;
        background-color: var(--highlight-color);
      }

.editor .fieldset .embed {
  -webkit-transition: background-color 100ms ease 0s;
  transition: background-color 100ms ease 0s;

  background-color: white;
    }

.editor .fieldset .embed.loading {
    background-color: white;
  }

.editor .fieldset .embed { /* .info*/
    }

.editor .fieldset .embed .caption {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 10px 11px 14px 11px;
  word-wrap: break-word;
  line-height: 1.6em;
  text-align: left;
  font-size: 14px;
  }

.editor .fieldset .embed .caption[data-remaining]:after,
  .editor .fieldset .embed .caption[data-remaining]:after {
    right: 11px;
  }

@media only screen and (min-width: 600px) {

  .editor .fieldset .embed .caption {
    padding: 10px 0 14px 0;
  }
    .editor .fieldset .embed .caption[data-remaining]:after,
    .editor .fieldset .embed .caption[data-remaining]:after {
      right: 11px;
    }
  }

.editor .fieldset .embed .info {
    background-color: var(--highlight-color);
    padding: 1em 11px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
    line-height: 28px;
    font-size: 18px;
  }

.editor .fieldset .embed .info a {
      color: white;
      text-decoration: none
    }

.editor .fieldset .embed .info a {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .embed .info a:visited {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .embed .info a:focus {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .embed .info a:hover {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .embed .info a:active {
        color: white;
        text-decoration: none;
	}

.editor .fieldset .embed .info a:hover {
        text-decoration: underline;
      }

.editor .fieldset .embed .info h4 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      line-height: 28px;
      font-size: 18px;
      margin: 0;
      padding: 0;
    }

.editor .fieldset .embed .info p {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
      line-height: 28px;
      font-size: 18px;
      margin: 0;
      padding: 0
    }

.editor .fieldset .embed .info p.link {
        margin: 0;
      }

.responses .responseEditor {
    display: block;
    width: 100%;
  }

.responses .responseEditor .editor {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      display: block;
      width: auto;
      height: auto;
      border-top: 3px solid #f5f4f4;
    }

.responses .responseEditor.closed .editor .panel {
          padding: 20px 40px 20px 40px;
          min-height: 60px;
          background-color: #f5f4f4;
          line-height: 20px;
          cursor: pointer;
          -webkit-transition: background-color 100ms ease 0s;
          transition: background-color 100ms ease 0s;
        }

.responses .responseEditor.closed .editor .panel .avatar {
            display: inline-block;
            vertical-align: middle;
            cursor: pointer;
          }

.responses .responseEditor.closed .editor .panel .avatar .image {
              border-radius: 50%;
            }

.responses .responseEditor.closed .editor .panel p {
            display: inline-block;
            padding: 10px 0 0 20px;
            color: rgb(196, 195, 195);
            vertical-align: middle;
            font-size: 20px;
            line-height: 20px;
            cursor: text;
          }

.responses .responseEditor.closed .editor .panel .icon {
            display: none;
          }

@media only screen and (min-width: 600px) {
        .editor > .post-breadcrumbs + .byline:before {
          left: 56px;
        }

    .editor .door-policy-summary {
      padding-left: 18px;
    }
      .editor .door-policy-summary p {
        margin-left: 14px;
      }
      .editor .post-breadcrumbs .breadcrumb,
      .editor .post-breadcrumbs .toggle {
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        padding-right: 15px;
      }
      .editor .post-breadcrumbs .breadcrumb.breadcrumb .card-content:after {
      }
      .editor .post-breadcrumbs .post-content-card article .card-content {
        grid-template-columns: [card-start] 25px [avatar-start] 40px [avatar-end] 16px [content-start] auto [content-end] 25px [card-end];
      }

    .editor > .byline {
      line-height: 27px;
      font-size: 17px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 26px;
      padding-right: 26px;
    }

      .editor > .byline .avatar {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 44px;
                flex: 0 1 44px;
        height: 44px;
        width: 44px;
      }
        .editor > .byline .avatar .image {
          max-height: 40px;
          max-width: 40px;
          border: 2px solid white;
        }

      .editor > .byline .info {
        margin-left: 14px;
      }
          .editor > .byline .info .name-container .name {
            line-height: 27px;
            font-size: 17px;
          }
            .editor > .byline .info .name-container .name a {
              color: var(--highlight-color)
            }

	.editor > .byline .info .name-container .name a {
                color: var(--highlight-color);
	}

    .editor > .byline .info .name-container .name a:visited {
                color: var(--highlight-color);
	}
	.editor > .byline .info .name-container .name a:focus {
                color: var(--highlight-color);
	}
	.editor > .byline .info .name-container .name a:hover {
                color: var(--highlight-color);
	}
	.editor > .byline .info .name-container .name a:active {
                color: var(--highlight-color);
	}

    .editor .fieldset {
      padding: 0 26px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }

      .editor .fieldset .comment {
        font-size: 38px;
        line-height: 52px;
      }

      .editor .fieldset .field.header {
        margin: 0;
        width: 100%;
        max-width: 100%;
      }
        .editor .fieldset .header .options.options {
          -webkit-transform: translateX(-5px);
                  transform: translateX(-5px);
        }
          .editor .fieldset .header .options.prompt, .editor .fieldset .header .prompt.prompt {
            margin: 0;
          }

        .editor .fieldset .header.unset .options.options {
          -webkit-transform: translateX(-15px);
                  transform: translateX(-15px);
        }

      .editor .fieldset .editor-richtext {
        padding-bottom: 30px;
      }

        .editor .fieldset .editor-richtext .content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
          font-size: 18px;
          line-height: 33px;
        }

          .editor .fieldset .editor-richtext .content .upload-block,
          .editor .fieldset .editor-richtext .content .embed-block {
            width: 768px;
            max-width: 100%;
            margin: 0;
          }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.editor .editor-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 10101;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: white;
}

.editor .editor-toolbar .summary-line [contenteditable] {
      white-space: normal;
    }

.editor .editor-toolbar:after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    right: 0;
    background-color: #f5f4f4;
  }

.editor .editor-toolbar [contenteditable] {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

.editor .editor-toolbar > .icon {
    height: 28px;
    width: 28px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #f5f4f4;
    color: var(--highlight-color)
  }

.editor .editor-toolbar > .icon > .svgWrapper {
      top: 10%;
      left: 10%;
      height: 80%;
      width: 80%;
    }

.editor .editor-toolbar .channel {
    margin-left: 15px;
    font-size: 18px;
  }

.editor .editor-toolbar .status {
    margin-left: auto;
    color: var(--highlight-color);
    font-size: 14px;
  }

.editor .editor-toolbar .status .time {
      display: none;
    }

.editor .editor-toolbar .post-menu {
    margin-left: 10px;
  }

@media only screen and (min-width: 600px) {
    .editor .editor-toolbar .status .time {
      display: inline;
    }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

.fieldset.article .title-length {
        position: relative;
        display: block;
        height: 3px;
        top: -2px;
        background-color: var(--highlight-color);
    }

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* generic styles for the right-hand side menu*/

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* sidebar mixin*/

@-webkit-keyframes slide-in-desktop {
  0% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in-desktop {
  0% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100vh);
            transform: translateX(100vh);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

@-webkit-keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

@keyframes growhorizontal {
  0% {
    width: 0;
    right: 100%;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 0;
  }
}

.post-menu {
  margin-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-menu .postmenu-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

.post-menu .postmenu-toolbar .close {
      height: 28px;
      width: 28px;
      cursor: pointer;
      border-radius: 50%;
      border: 3px solid #f5f4f4;
      color: var(--highlight-color);
      margin: 0 auto 0 15px;
    }

.post-menu .postmenu-toolbar .close .icon {
        height: 28px;
        width: 28px
      }

.post-menu .postmenu-toolbar .close .icon > .svgWrapper {
          top: 10%;
          left: 10%;
          height: 80%;
          width: 80%;
        }

.post-menu .postmenu-toolbar .save-button {
      background-color: var(--highlight-color);
      color: white;
      cursor: pointer;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 84px;
              flex: 0 0 84px;
      height: 34px;
      line-height: 20px;
      width: 84px;
      padding: 6px 0 8px 0;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 17px 0 0 17px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
      font-size: 17px;
    }

.post-menu .postmenu-toolbar .toggle-button {
      background-color: var(--highlight-color);
      color: white;
      cursor: pointer;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 34px;
              flex: 0 0 34px;
      margin-left: 2px;
      height: 34px;
      width: 34px;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 0 17px 17px 0;
      padding: 5px;
    }

.post-menu .postmenu-toolbar .toggle-button .icon {
        height: 24px;
        width: 24px;
      }

.post-menu.loading .postmenu-toolbar .save-button {
  background-color: var(--highlight-color);
  position: relative;
      }

.post-menu.loading .postmenu-toolbar .save-button:after {
    content: " ";
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    width: 0;
    right: 100%;
    background-color: rgba(255, 255, 255, .2);
    -webkit-animation: growhorizontal 0.8s infinite ease;
            animation: growhorizontal 0.8s infinite ease;
  }

.post-menu.open { /* .overlay*/
  }

.post-menu.open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 20, 0, 0.2);*/
    z-index: 20081;
  }

.post-menu.open .overlay .sidebar {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: white;
      z-index: 20091;
      background-clip: content-box;
      -webkit-animation: slide-in 100ms ease;
              animation: slide-in 100ms ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-overflow-scrolling: touch;
    }

.post-menu.open .overlay .sidebar .toolbar {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66px;
                flex: 0 0 66px;
        height: 66px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding-right: 15px;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end
      }

.post-menu.open .overlay .sidebar .toolbar:before {
          content: " ";
          display: block;
          position: absolute;
          bottom: 0;
          left: 6px;
          right: 6px;
          height: 3px;
          background-color: #f5f4f4;
        }

.post-menu.open .overlay .sidebar .toolbar .button {
          background-color: var(--highlight-color);
          color: white;
          cursor: pointer;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          height: 34px;
          line-height: 20px;
          width: auto;
          padding: 0 25px 0 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 17px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 15px;
          text-decoration: none;
          margin: 0 0 0 5px;
          box-sizing: border-box
        }

.post-menu.open .overlay .sidebar .toolbar .button {
            color: white;
            text-decoration: none;
	}

.post-menu.open .overlay .sidebar .toolbar .button:visited {
            color: white;
            text-decoration: none;
	}

.post-menu.open .overlay .sidebar .toolbar .button:focus {
            color: white;
            text-decoration: none;
	}

.post-menu.open .overlay .sidebar .toolbar .button:hover {
            color: white;
            text-decoration: none;
	}

.post-menu.open .overlay .sidebar .toolbar .button:active {
            color: white;
            text-decoration: none;
	}

.post-menu.open .overlay .sidebar .toolbar .button.cancel {
            background: white;
            border: 3px solid #f5f4f4;
            color: var(--highlight-color)
          }

.post-menu.open .overlay .sidebar .toolbar .button.cancel {
              color: var(--highlight-color);
	}

.post-menu.open .overlay .sidebar .toolbar .button.cancel:visited {
              color: var(--highlight-color);
	}

.post-menu.open .overlay .sidebar .toolbar .button.cancel:focus {
              color: var(--highlight-color);
	}

.post-menu.open .overlay .sidebar .toolbar .button.cancel:hover {
              color: var(--highlight-color);
	}

.post-menu.open .overlay .sidebar .toolbar .button.cancel:active {
              color: var(--highlight-color);
	}

.post-menu.open .overlay .sidebar .toolbar .close.icon {
          height: 28px;
          width: 28px;
          cursor: pointer;
          border-radius: 50%;
          border: 3px solid #f5f4f4;
          color: var(--highlight-color);
          margin: 0 auto 0 15px
        }

.post-menu.open .overlay .sidebar .toolbar .close.icon > .svgWrapper {
            top: 10%;
            left: 10%;
            height: 80%;
            width: 80%;
          }

.post-menu.open .overlay .sidebar .toolbar .row.title {
          margin-left: 12px;
        }

/* .toolbar*/

.post-menu.open .overlay .sidebar .controls {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        overflow: auto;
        background-color: white;
        -webkit-transition: -webkit-transform 600ms;
        transition: -webkit-transform 600ms;
        transition: transform 600ms;
        transition: transform 600ms, -webkit-transform 600ms;
        padding: 0 15px;
      }

.post-menu.open .overlay .sidebar .controls .section {
          border-bottom: 3px solid #f5f4f4;
        }

.post-menu.open .overlay .sidebar .controls p.multiline {
          line-height: 24px;
        }

.post-menu.open .overlay .sidebar .controls .line {
          display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          color: #2d2d2d;
          height: 60px;
          line-height: 60px;
          font-size: 17px;
          border-bottom: 1px solid #f5f4f4;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-decoration: none
        }

.post-menu.open .overlay .sidebar .controls .line {
            text-decoration: none;
            white-space: normal;
	}

.post-menu.open .overlay .sidebar .controls .line:visited {
            text-decoration: none;
            white-space: normal;
	}

.post-menu.open .overlay .sidebar .controls .line:focus {
            text-decoration: none;
            white-space: normal;
	}

.post-menu.open .overlay .sidebar .controls .line:hover {
            text-decoration: none;
            white-space: normal;
	}

.post-menu.open .overlay .sidebar .controls .line:active {
            text-decoration: none;
            white-space: normal;
	}

.post-menu.open .overlay .sidebar .controls .line .beta {
            color: var(--highlight-color);
            margin-left: 3px;
          }

.post-menu.open .overlay .sidebar .controls .line.expandable {
            min-height: 60px;
            height: auto;
          }

.post-menu.open .overlay .sidebar .controls .line.expandable .contenteditable {
              line-height: 30px;
              padding: 15px 0;
            }

.post-menu.open .overlay .sidebar .controls .line .contenteditable[data-remaining]:after,
          .post-menu.open .overlay .sidebar .controls .line [contenteditable="true"][data-remaining]:after {
            font-size: 10px;
            line-height: 24px;
            bottom: -4px;
          }

.post-menu.open .overlay .sidebar .controls .line a {
            cursor: pointer;
            text-decoration: none
          }

.post-menu.open .overlay .sidebar .controls .line a {
              text-decoration: none;
	}

.post-menu.open .overlay .sidebar .controls .line a:visited {
              text-decoration: none;
	}

.post-menu.open .overlay .sidebar .controls .line a:focus {
              text-decoration: none;
	}

.post-menu.open .overlay .sidebar .controls .line a:hover {
              text-decoration: none;
	}

.post-menu.open .overlay .sidebar .controls .line a:active {
              text-decoration: none;
	}

.post-menu.open .overlay .sidebar .controls a.line {
          cursor: pointer;
        }

.post-menu.open .overlay .sidebar .controls .button.save {
          background-color: var(--highlight-color);
          height: 36px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
          font-size: 17px;
          line-height: 16px;
          color: white;
          border-radius: 18px;
          padding: 0 5px;
          max-width: 100px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
        }

@media only screen and (min-width: 600px) {
      .post-menu.open .overlay .sidebar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 350px;
        border-left: 3px solid #f5f4f4;
        -webkit-animation: slide-in-desktop 100ms ease;
                animation: slide-in-desktop 100ms ease;
      }

        .post-menu.open .overlay .sidebar .toolbar,
        .post-menu.open .overlay .sidebar .controls {
          left: auto;
          width: 350px;
        }
  }

.post-menu.open .overlay .sidebar .toolbar:after {
            content: " ";
            position: absolute;
            bottom: -3px;
            right: 4px;
            height: 10px;
            width: 55px;
            background: url(/images/arrow.png);
            background-size: 55px 10px;
            background-position: 0px 0px;
            background-origin: border-box;
            background-repeat: no-repeat;
          }

.post-menu.open .overlay .sidebar .controls .summary-line {
            height: auto;
            min-height: 60px;
          }

.post-menu.open .overlay .sidebar .controls .summary-line .summary {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
              padding: 15px 0;
              line-height: 30px;
            }

.post-menu.open .overlay .sidebar .controls .line .draft,
            .post-menu.open .overlay .sidebar .controls .line .discard {
              cursor: pointer;
            }

.post-menu.open .overlay .sidebar .controls .line .discard {
              border-bottom: 3px solid #f5f4f4;
            }

.post-menu.open .overlay .sidebar .controls .draft {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            grid-gap: 15px;
            grid-gap: 15px;
            gap: 15px;
          }

.post-menu.open .overlay .sidebar .controls .post-subfeeds option-list, .post-menu.open .overlay .sidebar .controls .post-doorpolicysettings option-list {
              display: block;
              margin: 0;
              padding: 0;
            }

.post-menu.open .overlay .sidebar .controls .post-subfeeds h2, .post-menu.open .overlay .sidebar .controls .post-doorpolicysettings h2 {
              display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
              color: var(--highlight-color);
              height: 60px;
              line-height: 60px;
              font-size: 17px;
              border-bottom: 1px solid #f5f4f4;
              margin: 0;
            }

@media only screen and (min-width: 600px) {
      .post-menu .postmenu-toolbar .close {
        display: none;
      }
      .post-menu .postmenu-toolbar .save-button {
        width: 104px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 104px;
                flex: 0 0 104px;
      }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.editor-richtext {
  position: relative;
  margin: 0;
}

.editor-richtext .content[contenteditable="false"] .text-block:only-child:empty:before {
          display: false;
          content: "";
        }

.editor-richtext .content {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;

    position: relative;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 33px;
  }

.editor-richtext .content p {
      margin: 0 0 20px 0;
      margin: 0 0 2rem 0;
    }

.editor-richtext .content .text-block {
      position: relative;
      margin: 0 0 0 0;
      padding: 15px 0
    }

.editor-richtext .content .text-block.placeholder {
        display: block;
        color: #969696;
        cursor: text;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }

.editor-richtext .content .text-block:first-child {
        padding-top: 0;
      }

.editor-richtext .content .text-block:only-child:empty:before {
          display: block;
          color: #969696;
          content: "Say some more…";
          cursor: text;
        }

.editor-richtext .content .text-block:after {
        content: "";
        display: none;
      }

.editor-richtext .content .text-block a,
      .editor-richtext .content .text-block a:visited,
      .editor-richtext .content .text-block a:active,
      .editor-richtext .content .text-block a:hover {
        border-bottom: 1px solid #969696;
        color: #2d2d2d;
        text-decoration: none;
        -webkit-transition: border-color 100ms ease 0s;
        transition: border-color 100ms ease 0s;
      }

.editor-richtext .content .text-block a:hover,
      .editor-richtext .content .text-block a:active {
        border-color: #2d2d2d;
      }

.editor-richtext .block {
    position: relative;
    margin: 0 30px
  }

.editor-richtext .block.upload-block,
    .editor-richtext .block.embed-block,
    .editor-richtext .block.twitter-block {
      margin: 0;
    }

.editor-richtext .block.upload-block .caption, .editor-richtext .block.embed-block .caption, .editor-richtext .block.twitter-block .caption {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
        margin: 0 0;
        padding: 10px 0 14px 0;
        word-wrap: break-word;
        line-height: 1.6em;
        cursor: text;
        font-size: 14px
      }

.editor-richtext .block.upload-block .caption:before, .editor-richtext .block.embed-block .caption:before, .editor-richtext .block.twitter-block .caption:before {
          opacity: 0.8;
        }

.editor-richtext .block.upload-block .remove, .editor-richtext .block.embed-block .remove, .editor-richtext .block.twitter-block .remove {
  position: absolute;
  top: 30px;
  right: 34px;
  z-index: 66;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .5);
  color: white;
  text-align: center;
  cursor: pointer;
      }

.editor-richtext .block.upload-block .remove .icon, .editor-richtext .block.embed-block .remove .icon, .editor-richtext .block.twitter-block .remove .icon {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
  }

.editor-richtext .block.twitter-block {
      margin: 0 0;
      padding: 15px 0
    }

.editor-richtext .block.twitter-block.loading {
        display: none;
      }

.editor-richtext .block.twitter-block .tweet iframe,
        .editor-richtext .block.twitter-block .tweet twitterwidget,
        .editor-richtext .block.twitter-block .tweet .twitter-tweet,
        .editor-richtext .block.twitter-block .tweet twitter-widget {
          margin-right: auto;
          margin-left: auto;
        }

.editor-richtext .block.twitter-block .remove {
        top: 30px;
        right: 15px;
      }

.editor-richtext blockquote.block.text-block {
    word-wrap: break-word;
    word-wrap: break-word;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    color: #2d2d2d;
    font-style: italic;
  }

.editor-richtext h2.block.text-block {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
    word-wrap: break-word;
    word-wrap: break-word;
    font-size: 22px;
    line-height: 30px;
  }

.editor-richtext .add-block {
    left: auto;
    z-index: 48;
    background-color: transparent;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none
  }

.editor-richtext .add-block > a {
      display: inline-block;
      margin: 0;
      width: 18px;
      height: 18px;
      border: 2px solid #e0e0e0;
      border-radius: 50%;
      background-color: white;
      color: #e0e0e0;
      vertical-align: top;
      text-align: center;
      cursor: pointer;
    }

.editor-richtext .add-block > a .icon {
        width: 16px;
        height: 16px;
        vertical-align: top;
        margin: 1px;
      }

.editor-richtext .add-block > a:before {
        position: absolute;
        top: -3px;
        right: -3px;
        bottom: -3px;
        left: -3px;
        z-index: -1;
        border-radius: 50%;
        color: var(--highlight-color);
        content: " ";
      }

.editor-richtext .add-block .image-upload input,
      .editor-richtext .add-block .image-upload .remove-image {
        display: none;
      }

.editor-richtext .add-block .menu {
      position: absolute;
      top: -8px;
      right: 40px;
      left: auto;
      z-index: 49;
      display: none;
      margin: 0;
      padding: 0;
      width: auto;
      height: 44px;
      border: 1px solid #f5f4f4;
      border-radius: 4px;
      background-color: white;
      list-style: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }

.editor-richtext .add-block .menu a {
        margin: 0;
      }

.editor-richtext .add-block .menu .button {
        display: block;
        padding: 0;
      }

.editor-richtext .add-block .menu li {
        display: inline-block;
        width: 53px;
        height: 44px;
        border-right: 1px solid #f5f4f4;
        color: #969696;
        list-style: none;
        text-align: center;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none
      }

.editor-richtext .add-block .menu li:hover {
          background-color: #f5f4f4;
        }

.editor-richtext .add-block .menu li:last-child {
          border-right: none;
        }

.editor-richtext .add-block .menu li a.button.upload {
          color: #969696;
          background-color: transparent
        }

.editor-richtext .add-block .menu li a.button.upload:hover {
            background-color: #f5f4f4;
          }

.editor-richtext .add-block .menu li:hover {
          background-color: #f5f4f4;
        }

.editor-richtext .add-block .menu .icon {
        width: 42px;
        height: 42px;
      }

.editor-richtext .add-block .menu .icon .svgWrapper {
          top: 20%;
          left: 20%;
          width: 60%;
          height: 60%;
        }

.editor-richtext .add-block .menu:after,
      .editor-richtext .add-block .menu:before {
        position: absolute;
        top: 14px;
        right: -10px;
        width: 0;
        height: 0;
        border-width: 8px 0 8px 10px;
        border-style: solid;
        border-color: transparent transparent transparent white;
        content: " ";
      }

.editor-richtext .add-block .menu:before {
        right: -11px;
        border-color: transparent transparent transparent #f5f4f4;
      }

.editor-richtext .add-block.open .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: calc(100vw - 60px)
    }

.editor-richtext .add-block.open .menu > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
      }

.editor-richtext .add-block.prompt-video .menu .contenteditable, .editor-richtext .add-block.prompt-link .menu .contenteditable, .editor-richtext .add-block.prompt-twitter .menu .contenteditable {
          width: 250px
        }

.editor-richtext .add-block.prompt-video .menu .contenteditable:after, .editor-richtext .add-block.prompt-link .menu .contenteditable:after, .editor-richtext .add-block.prompt-twitter .menu .contenteditable:after {
            display: none;
          }

.editor-richtext .controls .editor-control {
      position: absolute;
      top: 0;
      right: 0;
    }

.editor-richtext .format-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: inline-block;
    height: 44px;
    border: 1px solid #f5f4f4;
    border-radius: 4px;
    background-color: white;
    color: #dad8d6;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap
  }

.editor-richtext .format-popup:after {
      position: absolute;
      top: auto;
      bottom: -8px;
      left: 50%;
      width: 0;
      height: 0;
      border-width: 8px 8px 0 8px;
      border-style: solid;
      border-color: #f5f4f4 transparent transparent transparent;
      content: " ";
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.editor-richtext .format-popup a {
      display: inline-block;
      width: 53px;
      height: 42px;
      border-right: 1px solid #f5f4f4;
      color: #969696;
      list-style: none;
      vertical-align: top;
      text-align: center;
      font-size: 18px;
      line-height: 42px;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-decoration: none
    }

.editor-richtext .format-popup a:hover {
        background-color: darken(white, 2%);
        color: darken(#969696, 5%);
        text-decoration: none;
      }

.editor-richtext .format-popup a:last-child {
        border-right: none;
      }

.editor-richtext .format-popup a .icon {
        width: 42px;
        height: 42px;
      }

.editor-richtext .format-popup a .icon .svgWrapper {
          top: 20%;
          left: 20%;
          width: 60%;
          height: 60%;
        }

.editor-richtext .format-popup a.active {
        color: #FF7F10;
      }

.editor-richtext .format-popup input {
      display: inline-block;
      margin: 0;
      padding: 10px;
      width: 200px;
      height: 42px;
      outline: none;
      border: none;
      border-right: 1px solid #f5f4f4;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-weight: lighter;
      font-size: 10px;
      line-height: 22px
    }

.editor-richtext .format-popup input:focus {
        border: none;
        border-right: 1px solid #f5f4f4;
        -webkit-box-shadow: none;
                box-shadow: none;
      }

@media only screen and (max-width: 600px) {
    .editor-richtext .content {
      font-size: 16px;
      line-height: 28px;
      margin-top: 14px;
    }

      .editor-richtext .content p {
        margin: 0 0 8px 0;
      }

      .editor-richtext .content .text-block {
        margin: 0;
        padding: 8px 0;
      }

      .editor-richtext .content h2.block.text-block {
        font-size: 20px;
        line-height: 26px;
      }
}

/* NOTE: watchout for block comments at the end of commented out lines as they break everything silently!*/

/* some ui elements*/

/* maybe not used after new t3 design implemented - try to replace with tints of dark-grey*/

/*color($text-black tint(20%));*/

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.header.search {

	display: block;
	background: white;
    z-index: 1001;

}

.header.search .generic-horizontalscroller .scroll-content {
        padding: 0 12px;
    }

.header.search .generic-horizontalscroller.content-fits .scroll-content {
        padding: 0 12px;
    }

.header.search .content {
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
		line-height: 1.6em;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

.header.search .content .info {
			-webkit-box-flex: 1;
			    -ms-flex: 1 0 30%;
			        flex: 1 0 30%;
			margin: 0 20px 20px 20px;
			font-size: 16px;
			font-size: 1.6rem;
			line-height: 1.6em;
            text-align: center;
            max-width: calc(100% - 40px);
		}

.header.search .content .info h1 {
				margin: 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
				font-size: 36px;
				line-height: 42px;
                text-align: center;
                color: var(--highlight-color);
			}

.header.search .content .actions-tabs-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            max-width: 100%;
            -webkit-box-flex: 1;
                -ms-flex: 1 0 100%;
                    flex: 1 0 100%;
            width: 100%;
            border-bottom: 3px solid #f5f4f4;
            margin: 0 auto 10px auto;
        }

.header.search .content .actions {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
            margin: 0 0 20px 0;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			-webkit-box-pack: center;
			    -ms-flex-pack: center;
			        justify-content: center
		}

.header.search .content .actions > * {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				margin: 0 6px;
			}

.header.search .content .actions .addthis_toolbox {
                margin: 0;
                position: relative;
                -webkit-box-flex: 0;
                    -ms-flex: 0 1 auto;
                        flex: 0 1 auto;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

.header.search .content .actions .addthis_toolbox .custom_images {
                    max-height: 30px;
                    overflow: hidden;
                }

.header.search .content .actions .addthis_toolbox .addthis_button_more, .header.search .content .actions .addthis_toolbox .native-share {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    height: 28px;
                    width: 28px;
                    border: 1px solid var(--highlight-color);
                    border-radius: 50%;
                    margin: 0;
                    padding: 0;
                }

.header.search .content .actions .addthis_toolbox .icon {
                    max-height: 28px;
                    max-width: 28px;
                }

.header.search .content .actions .addthis_toolbox .native-share {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    color: var(--highlight-color);
                }

.header.search .content .actions .addthis_toolbox .addthis_button_more {
                    color: var(--highlight-color);
                }

.header.search .tabs {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin: 0;
	}

.header.search .tabs a {
			-webkit-box-flex: 0;
			    -ms-flex: 0 0 auto;
			        flex: 0 0 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 4px 6px 20px 6px;
            text-decoration: none;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            color: #969696;
            position: relative;
            cursor: pointer
		}

.header.search .tabs a {
                text-decoration: none;
                color: #969696;
	}

.header.search .tabs a:visited {
                text-decoration: none;
                color: #969696;
	}

.header.search .tabs a:focus {
                text-decoration: none;
                color: #969696;
	}

.header.search .tabs a:hover {
                text-decoration: none;
                color: #969696;
	}

.header.search .tabs a:active {
                text-decoration: none;
                color: #969696;
	}

.header.search .tabs a.active {
                color: var(--highlight-color)
            }

.header.search .tabs a.active:before {
                    content: " ";
                    position: absolute;
                    bottom: -3px;
                    left: 50%;
                    -webkit-transform: translateX(-27.5px);
                            transform: translateX(-27.5px);
                    height: 10px;
                    width: 55px;
                    background: url(/images/arrow.png);
                    background-size: 55px 10px;
                    background-position: 0px 0px;
                    background-origin: border-box;
                    background-repeat: no-repeat;
                }

.header.search .tabs a.active {
                    color: var(--highlight-color);
	}

.header.search .tabs a.active:visited {
                    color: var(--highlight-color);
	}

.header.search .tabs a.active:focus {
                    color: var(--highlight-color);
	}

.header.search .tabs a.active:hover {
                    color: var(--highlight-color);
	}

.header.search .tabs a.active:active {
                    color: var(--highlight-color);
	}

.header.search .tabs a.active label {
                    color: var(--highlight-color);
                }

.header.search .tabs a label {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                display: block;
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                font-size: 12px;
                line-height: 16px;
                text-transform: uppercase;
                text-align: center;
                letter-spacing: -0.2px;
                color: #969696;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            }

.header.search .tabs a output {
                -webkit-box-flex: 1;
                    -ms-flex: 1 1 auto;
                        flex: 1 1 auto;
                display: block;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                font-size: 30px;
                line-height: 36px;
                text-align: center;
            }

.header.search .menu {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin: 0;
        line-height: 22px;
        font-size: 14px;
	}

.header.search .menu a {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
            display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
            color: #969696;
            line-height: 22px;
            font-size: 18px;
            padding: 10px 5px 24px 5px;
            margin: 0 15px;
            cursor: pointer
		}

.header.search .menu a {
                text-decoration: none;
                color: #969696;
	}

.header.search .menu a:visited {
                text-decoration: none;
                color: #969696;
	}

.header.search .menu a:focus {
                text-decoration: none;
                color: #969696;
	}

.header.search .menu a:hover {
                text-decoration: none;
                color: #969696;
	}

.header.search .menu a:active {
                text-decoration: none;
                color: #969696;
	}

.header.search .menu a.active {
                color: var(--highlight-color)
            }

.header.search .menu a.active {
                    color: var(--highlight-color);
	}

.header.search .menu a.active:visited {
                    color: var(--highlight-color);
	}

.header.search .menu a.active:focus {
                    color: var(--highlight-color);
	}

.header.search .menu a.active:hover {
                    color: var(--highlight-color);
	}

.header.search .menu a.active:active {
                    color: var(--highlight-color);
	}

.header.search .menu a.active > output, .header.search .menu a.active > label {
                    color: var(--highlight-color);
                }

.header.search .menu a:first-child {
                margin-left: 0;
            }

.header.search .menu a:last-child {
                margin-right: 0;
            }

.header.search .menu a > * {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                line-height: 22px;
                font-size: 18px;
                display: inline;
                color: #969696;
            }

.header.search .menu a > output {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
                line-height: 22px;
                font-size: 18px;
                color: #969696
            }

.header.search .menu a > output:before {
                    content: " (";
                }

.header.search .menu a > output:after {
                    content: ")";
                }

@media only screen and (min-width: 600px) {

            .header.search .generic-horizontalscroller .scroll-content:first-child {
                padding-left: 20px;
            }
            .header.search .generic-horizontalscroller .scroll-content:last-child {
                padding-right: 20px;
            }

        .header.search .content {
            margin-top: 50px;
        }

            .header.search .content .info {
                max-width: 1180px;
                margin-bottom: 15px;

            }

                .header.search .content .info h1 {
                    font-size: 46px;
    				line-height: 60px;
                }

            .header.search .content .actions-tabs-container {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                max-width: 1220px;
                -webkit-box-flex: 1;
                    -ms-flex: 1 0 calc(100% - 40px);
                        flex: 1 0 calc(100% - 40px);
                width: calc(100% - 40px);
                border-bottom: 3px solid #f5f4f4;
            }
                .header.search .content .actions-tabs-container .tabs {
                    -webkit-box-flex: 1;
                        -ms-flex: 1 1 auto;
                            flex: 1 1 auto;
                    -webkit-box-ordinal-group: 2;
                        -ms-flex-order: 1;
                            order: 1;
                }
                    .header.search .content .actions-tabs-container .tabs a output {
                        font-size: 36px;
                        line-height: 42px;
                        padding-left: 16px;
                        padding-right: 16px;
                    }
                .header.search .content .actions-tabs-container .actions {
                    -webkit-box-flex: 0;
                        -ms-flex: 0 1 auto;
                            flex: 0 1 auto;
                    -webkit-box-ordinal-group: 3;
                        -ms-flex-order: 2;
                            order: 2;
                    margin-left: auto;
                    margin: 0;
                }
}

@media only screen and (min-width: 1280px) {

            .header.search .generic-horizontalscroller .scroll-content:first-child {
                padding-left: 30px;
            }
            .header.search .generic-horizontalscroller .scroll-content:last-child {
                padding-right: 30px;
            }
}


/*# sourceMappingURL=application.css.map*/

/*# sourceMappingURL=application.css-42f58aa0be54d11fbb93c9e1b9355d4eeed51ac75a4aaf1211181558d2d99405.map */
