/*!
 Theme Name:   Studio Spilo
 Theme URI:    https://morethemes.baby/themes/log-lolla-pro/
 Description:  The Pro version of the Log Lolla theme focusing on creating knowledge.
 Author:       More Themes Baby
 Author URI:   https://morethemes.baby
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, full-width-template, post-formats
 Text Domain:  log-lolla-pro
*/
/**
 * The default skin
 *
 * - black on white
 * - minimalist and brutalist look
 *
 * Enabling a skin / theme is done in `style.scss`
 * Example: `@import '/wp-content/themes/studio-spilo/assets/scss/themes/white.scss';`
 *
 */
/**
 * Colors
 */
/**
 * Fonts
 */
/**
 * Typography
 *
 */
/**
  * Layout
  *
  */
/**
 * Decorations
 *
 */
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 300% 100%; }
  100% {
    background-position: 0% 100%; } }
@keyframes animatedgradient {
  0% {
    background-position: 300% 100%; }
  100% {
    background-position: 0% 100%; } }

@font-face {
  font-family: 'Sparks-Dotline-Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/studio-spilo/assets/fonts/Sparks-Dotline-Medium.eot");
  src: url("/hp-rewrite/7eac6b03da59e4a8957aca0337f5ddf3") format("embedded-opentype"), url("/wp-content/themes/studio-spilo/assets/fonts/Sparks-Dotline-Medium.woff2") format("woff2"), url("/wp-content/themes/studio-spilo/assets/fonts/Sparks-Dotline-Medium.woff") format("woff"), url("/wp-content/themes/studio-spilo/assets/fonts/Sparks-Dotline-Medium.ttf") format("truetype"), url("/wp-content/themes/studio-spilo/assets/fonts/Sparks-Dotline-Medium.svg#Sparks-Dotline-Medium") format("svg"); }

.sparks-font {
  -webkit-font-feature-settings: 'calt', 'kern';
  font-feature-settings: 'calt' 1, 'kern' 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: contextual;
          font-variant-ligatures: contextual;
  text-rendering: optimizeLegibility; }

.sparks-font-dotline-medium {
  font-family: Sparks-Dotline-Medium; }

@font-face {
  font-family: 'nimbus_sans_lbold_italic';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-bolita-webfont.woff2") format("woff2"), url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-bolita-webfont.woff") format("woff"); }

@font-face {
  font-family: 'nimbus_sans_lbold';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-bol-webfont.woff2") format("woff2"), url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-bol-webfont.woff") format("woff"); }

@font-face {
  font-family: 'nimbus_sans_lregular_italic';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-regita-webfont.woff2") format("woff2"), url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-regita-webfont.woff") format("woff"); }

@font-face {
  font-family: 'nimbus_sans_lregular';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-reg-webfont.woff2") format("woff2"), url("/wp-content/themes/studio-spilo/assets/fonts/nimbussanl-reg-webfont.woff") format("woff"); }

@font-face {
  font-family: 'nimbus_monoregular';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/studio-spilo/assets/fonts/nimbusmono-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/studio-spilo/assets/fonts/nimbusmono-regular-webfont.woff") format("woff"); }

/* - fixing big child elements breaking smaller parent's width and height in Firefox
- http://stackoverflow.com/questions/26895349/how-can-i-get-ff-33-x-flexbox-behavior-in-ff-34-x
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in
   *    IE on Windows Phone and in iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

* {
  min-height: 0; }

* {
  min-width: 0; }

html {
  box-sizing: border-box; }
  html *, html *::before, html *::after {
    box-sizing: inherit; }
  html body {
    font-size: 100%;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
    background-color: white;
    color: black;
    letter-spacing: 1.25px;
    cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor1-64x64--white.png") 32 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor1-64x64--white.cur"), auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: hidden;
    width: 100%; }
    html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
      font-size: 1em;
      font-weight: normal;
      margin: 0;
      padding: 0; }
    html body p, html body figure, html body blockquote, html body ul, html body ol, html body li {
      margin: 0;
      padding: 0; }
    html body a {
      word-wrap: break-word; }
    html body iframe, html body object, html body embed {
      max-width: 100%; }
    html body button,
    html body input,
    html body optgroup,
    html body select,
    html body textarea,
    html body input[type='button'],
    html body input[type='reset'],
    html body input[type='submit'],
    html body input[type='checkbox'],
    html body input[type='radio'],
    html body input[type='number'],
    html body input[type='search'],
    html body input[type='url'] {
      font-style: normal;
      font-weight: normal;
      font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
      background-color: white;
      color: black;
      -webkit-appearance: none;
      border: none;
      border-radius: 0; }
    html body input[type='text'],
    html body input[type='url'],
    html body .input-text,
    html body input[type='email'],
    html body input[type='tel'],
    html body input[type='password'],
    html body input[type='file'],
    html body input[type='search'] {
      border-bottom: 1px solid;
      padding-bottom: 0.625em;
      width: 100%; }
    html body select {
      border: 1px solid;
      padding: 0.3125em;
      width: 100%; }
    html body label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 0.625em;
      padding-top: 1.25em; }
    html body fieldset {
      border: 1px solid;
      margin: 0;
      padding: 1.25em; }
    html body textarea {
      border: 1px solid;
      padding: 1.25em;
      width: 100%; }
    html body button,
    html body .button,
    html body input[type='submit'] {
      font-size: 0.8em;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
      will-change: all;
      border: 1px solid;
      padding: 0.3125em 0.625em; }
      html body button:hover,
      html body .button:hover,
      html body input[type='submit']:hover {
        cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      html body {
        font-size: 1.25em; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) {
      html body {
        font-size: 1.25em; } }
    @media only screen and (min-width: 1600.1px) {
      html body {
        font-size: 1.563em; } }
    html body .header,
    html body .header-menu,
    html body .content,
    html body .footer {
      width: 100%; }
      @media only screen and (max-width: 767.9px) {
        html body .header,
        html body .header-menu,
        html body .content,
        html body .footer {
          max-width: calc(100% - 2.5em); } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        html body .header,
        html body .header-menu,
        html body .content,
        html body .footer {
          max-width: calc(100% - 5em); } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
        html body .header,
        html body .header-menu,
        html body .content,
        html body .footer {
          max-width: 37.5em; } }
      @media only screen and (min-width: 1600.1px) {
        html body .header,
        html body .header-menu,
        html body .content,
        html body .footer {
          max-width: 37.5em; } }
    html body a {
      transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
      will-change: all; }
      html body a:hover {
        cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
    html body .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767.9px) {
        html body .header {
          padding-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .header {
          padding-top: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .header {
          padding-bottom: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .header {
          padding-bottom: 2.5em; } }
      html body .header.without-header-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      html body .header.with-header-menu {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        html body .header.with-header-menu .header-title,
        html body .header.with-header-menu .header-subtitle,
        html body .header.with-header-menu .header-logo {
          width: 90%; }
        html body .header.with-header-menu .header-menu-hamburger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          width: 10%; }
        html body .header.with-header-menu.without-logo.without-header-text {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
      html body .header .header-logo figure img {
        height: auto;
        max-height: 5em;
        width: auto; }
      @media only screen and (max-width: 767.9px) {
        html body .header .header-logo + .header-title {
          margin-top: 1.25em; } }
      @media only screen and (min-width: 768px) {
        html body .header .header-logo + .header-title {
          margin-top: 1.25em; } }
      @media only screen and (max-width: 767.9px) {
        html body .header .header-logo + .header-title {
          margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        html body .header .header-logo + .header-title {
          margin-bottom: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .header .header-logo + .header-title {
          margin-left: 0; } }
      @media only screen and (min-width: 768px) {
        html body .header .header-logo + .header-title {
          margin-left: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .header .header-logo + .header-title {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        html body .header .header-logo + .header-title {
          margin-right: 0; } }
      html body .header .header-logo .test {
        margin: 0; }
      html body .header .header-image {
        width: 100%;
        height: 2.5em; }
        html body .header .header-image figure img {
          height: auto;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
        @media only screen and (max-width: 767.9px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-top: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-top: 1.25em; } }
        @media only screen and (max-width: 767.9px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .header .header-image + .header-logo,
          html body .header .header-image + .header-title {
            margin-right: 0; } }
        html body .header .header-image figure {
          height: 2.5em; }
          html body .header .header-image figure img {
            height: 2.5em; }
      html body .header .header-title .link {
        background-color: white;
        color: black;
        text-decoration: underline;
        transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        will-change: text-decoration; }
        html body .header .header-title .link:hover, html body .header .header-title .link:active {
          text-decoration: line-through; }
        html body .header .header-title .link .text {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
      html body .header .header-menu-hamburger {
        transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        will-change: all; }
        html body .header .header-menu-hamburger:hover {
          cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
        html body .header .header-menu-hamburger .header-menu-hamburger-icon {
          background-color: transparent;
          color: black; }
          html body .header .header-menu-hamburger .header-menu-hamburger-icon--closed {
            display: none; }
          html body .header .header-menu-hamburger .header-menu-hamburger-icon--opened {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transform: scale(1.5) translateX(-2px) translateY(-3px);
                    transform: scale(1.5) translateX(-2px) translateY(-3px); }
        html body .header .header-menu-hamburger--closed .header-menu-hamburger-icon--closed {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        html body .header .header-menu-hamburger--closed .header-menu-hamburger-icon--opened {
          display: none; }
    html body .header-menu {
      color: white;
      background-color: transparent;
      position: relative;
      padding: 1.25em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      html body .header-menu:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: calc(-1 * 2px);
        left: calc(-1 * 2px);
        height: calc(100% + 4px);
        width: calc(100% + 4px);
        background: linear-gradient(90deg, white, black, white, black, white, black, white, black, white);
        background-size: 300% 100%;
        -webkit-animation: animatedgradient 18s linear infinite;
                animation: animatedgradient 18s linear infinite; }
      html body .header-menu--closed {
        display: none; }
      html body .header-menu .widget {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        html body .header-menu .widget ul {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          html body .header-menu .widget ul li + .li,
          html body .header-menu .widget ul li + li,
          html body .header-menu .widget ul .li + .li,
          html body .header-menu .widget ul .li + li {
            margin-left: 1.25em; }
          html body .header-menu .widget ul li {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 1.563em;
            text-transform: uppercase;
            letter-spacing: -1px;
            line-height: 1.2; }
            html body .header-menu .widget ul li a {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration;
              text-decoration: none;
              color: white;
              background-color: transparent; }
              html body .header-menu .widget ul li a:hover, html body .header-menu .widget ul li a:active {
                text-decoration: line-through; }
            html body .header-menu .widget ul li.current-menu-item a, html body .header-menu .widget ul li.current-page-ancestor a, html body .header-menu .widget ul li.current_page_parent a {
              text-decoration: line-through; }
    html body .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-align: center;
          -ms-flex-align: center;
              align-items: center; }
      html body .content a,
      html body .content .link {
        background-color: white;
        color: black;
        text-decoration: underline;
        transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        will-change: text-decoration; }
        html body .content a:hover, html body .content a:active,
        html body .content .link:hover,
        html body .content .link:active {
          text-decoration: line-through; }
      @media only screen and (orientation: portrait) {
        html body .content .post {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;
          width: 100%; } }
      @media only screen and (orientation: landscape) {
        html body .content .post {
          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: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 100%; } }
      html body .content .post .post-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        html body .content .post .post-sticky .text {
          font-size: 0.8em;
          word-wrap: break-word;
          letter-spacing: 2.5px;
          text-transform: uppercase;
          padding: 0.3125em 0 0.3125em 0.625em;
          width: 3.75em; }
      html body .content .post .sticky {
        background-color: white;
        color: black; }
      html body .content .post .post-title .text {
        word-wrap: break-word; }
      html body .content .post .post-date-and-time .posted-on {
        font-size: 0.8em; }
      @media only screen and (max-width: 767.9px) {
        html body .content .post .post-permalink {
          padding-bottom: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post .post-permalink {
          padding-bottom: 2.5em; } }
      html body .content .post .post-featured-image figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        html body .content .post .post-featured-image figure img {
          display: block;
          height: auto;
          max-width: 100%;
          width: auto; }
        html body .content .post .post-featured-image figure figcaption,
        html body .content .post .post-featured-image figure .wp-caption-text {
          background-color: white;
          color: black;
          font-size: 0.8em;
          line-height: 1.5;
          display: inline-block; }
        html body .content .post .post-featured-image figure .figcaption,
        html body .content .post .post-featured-image figure .wp-caption-text,
        html body .content .post .post-featured-image figure figcaption {
          display: none; }
      html body .content .post .post-excerpt .text {
        overflow: hidden;
        width: 100%; }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-excerpt .text p + p {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-excerpt .text p + p {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-excerpt .text p + p {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-excerpt .text p + p {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-excerpt .text p + p {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-excerpt .text p + p {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-excerpt .text p + p {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-excerpt .text p + p {
            margin-right: 0; } }
        html body .content .post .post-excerpt .text .more-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          html body .content .post .post-excerpt .text .more-link .arrow-with-triangle {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 3.75em;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            margin-left: 0.625em; }
            html body .content .post .post-excerpt .text .more-link .arrow-with-triangle__line {
              border-bottom: 1px solid;
              width: calc(3.125em); }
            html body .content .post .post-excerpt .text .more-link .arrow-with-triangle__triangle {
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent transparent black;
              border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--right {
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--left {
                border-color: transparent black transparent transparent;
                border-width: 0.625em 0.625em 0.625em 0; }
              html body .content .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--top {
                border-color: transparent transparent black transparent;
                border-width: 0 0.625em 0.625em 0.625em; }
              html body .content .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--bottom {
                border-color: black transparent transparent transparent;
                border-width: 0.625em 0.625em 0 0.625em; }
            html body .content .post .post-excerpt .text .more-link .arrow-with-triangle--right {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            html body .content .post .post-excerpt .text .more-link .arrow-with-triangle--left {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            html body .content .post .post-excerpt .text .more-link .arrow-with-triangle--top {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
            html body .content .post .post-excerpt .text .more-link .arrow-with-triangle--bottom {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-excerpt .text .more-link {
              margin-right: 0; } }
      html body .content .post .post-content .text {
        word-wrap: break-word;
        overflow: hidden;
        width: 100%; }
        html body .content .post .post-content .text p {
          word-wrap: break-word; }
        html body .content .post .post-content .text h1,
        html body .content .post .post-content .text h2,
        html body .content .post .post-content .text h3,
        html body .content .post .post-content .text h4,
        html body .content .post .post-content .text h5,
        html body .content .post .post-content .text h6 {
          font-size: 1.953em;
          letter-spacing: 0.625em;
          line-height: 1.1; }
        html body .content .post .post-content .text a,
        html body .content .post .post-content .text .link {
          background-color: white;
          color: black;
          text-decoration: underline;
          transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
          will-change: text-decoration;
          background-color: white;
          color: black; }
          html body .content .post .post-content .text a:hover, html body .content .post .post-content .text a:active,
          html body .content .post .post-content .text .link:hover,
          html body .content .post .post-content .text .link:active {
            text-decoration: line-through; }
        html body .content .post .post-content .text ol,
        html body .content .post .post-content .text .ol {
          counter-reset: li; }
          html body .content .post .post-content .text ol > li,
          html body .content .post .post-content .text ol > .li,
          html body .content .post .post-content .text .ol > li,
          html body .content .post .post-content .text .ol > .li {
            display: block;
            list-style: none; }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text ol > li,
              html body .content .post .post-content .text ol > .li,
              html body .content .post .post-content .text .ol > li,
              html body .content .post .post-content .text .ol > .li {
                margin-right: 0; } }
            html body .content .post .post-content .text ol > li > *,
            html body .content .post .post-content .text ol > .li > *,
            html body .content .post .post-content .text .ol > li > *,
            html body .content .post .post-content .text .ol > .li > * {
              display: inline-block; }
            html body .content .post .post-content .text ol > li::before,
            html body .content .post .post-content .text ol > .li::before,
            html body .content .post .post-content .text .ol > li::before,
            html body .content .post .post-content .text .ol > .li::before {
              content: counter(li);
              counter-increment: li; }
              @media only screen and (max-width: 767.9px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post .post-content .text ol > li::before,
                html body .content .post .post-content .text ol > .li::before,
                html body .content .post .post-content .text .ol > li::before,
                html body .content .post .post-content .text .ol > .li::before {
                  margin-left: 0; } }
        html body .content .post .post-content .text ul,
        html body .content .post .post-content .text .ul {
          list-style-type: square;
          margin-left: 1em; }
          html body .content .post .post-content .text ul li > ul,
          html body .content .post .post-content .text ul li > .ul,
          html body .content .post .post-content .text ul li > ol,
          html body .content .post .post-content .text ul li > .ol,
          html body .content .post .post-content .text ul .li > ul,
          html body .content .post .post-content .text ul .li > .ul,
          html body .content .post .post-content .text ul .li > ol,
          html body .content .post .post-content .text ul .li > .ol,
          html body .content .post .post-content .text .ul li > ul,
          html body .content .post .post-content .text .ul li > .ul,
          html body .content .post .post-content .text .ul li > ol,
          html body .content .post .post-content .text .ul li > .ol,
          html body .content .post .post-content .text .ul .li > ul,
          html body .content .post .post-content .text .ul .li > .ul,
          html body .content .post .post-content .text .ul .li > ol,
          html body .content .post .post-content .text .ul .li > .ol {
            margin-top: 0; }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text ul li > ul,
              html body .content .post .post-content .text ul li > .ul,
              html body .content .post .post-content .text ul li > ol,
              html body .content .post .post-content .text ul li > .ol,
              html body .content .post .post-content .text ul .li > ul,
              html body .content .post .post-content .text ul .li > .ul,
              html body .content .post .post-content .text ul .li > ol,
              html body .content .post .post-content .text ul .li > .ol,
              html body .content .post .post-content .text .ul li > ul,
              html body .content .post .post-content .text .ul li > .ul,
              html body .content .post .post-content .text .ul li > ol,
              html body .content .post .post-content .text .ul li > .ol,
              html body .content .post .post-content .text .ul .li > ul,
              html body .content .post .post-content .text .ul .li > .ul,
              html body .content .post .post-content .text .ul .li > ol,
              html body .content .post .post-content .text .ul .li > .ol {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text ul li > ul,
              html body .content .post .post-content .text ul li > .ul,
              html body .content .post .post-content .text ul li > ol,
              html body .content .post .post-content .text ul li > .ol,
              html body .content .post .post-content .text ul .li > ul,
              html body .content .post .post-content .text ul .li > .ul,
              html body .content .post .post-content .text ul .li > ol,
              html body .content .post .post-content .text ul .li > .ol,
              html body .content .post .post-content .text .ul li > ul,
              html body .content .post .post-content .text .ul li > .ul,
              html body .content .post .post-content .text .ul li > ol,
              html body .content .post .post-content .text .ul li > .ol,
              html body .content .post .post-content .text .ul .li > ul,
              html body .content .post .post-content .text .ul .li > .ul,
              html body .content .post .post-content .text .ul .li > ol,
              html body .content .post .post-content .text .ul .li > .ol {
                padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text ul .li,
            html body .content .post .post-content .text ul li,
            html body .content .post .post-content .text .ul .li,
            html body .content .post .post-content .text .ul li {
              margin-right: 0; } }
        html body .content .post .post-content .text blockquote,
        html body .content .post .post-content .text .blockquote {
          border-left: 1px solid; }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text blockquote,
            html body .content .post .post-content .text .blockquote {
              padding-right: 2.5em; } }
        html body .content .post .post-content .text q,
        html body .content .post .post-content .text .q {
          border-left: 1px solid; }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text q,
            html body .content .post .post-content .text .q {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text q,
            html body .content .post .post-content .text .q {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text q,
            html body .content .post .post-content .text .q {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text q,
            html body .content .post .post-content .text .q {
              padding-right: 2.5em; } }
        html body .content .post .post-content .text img,
        html body .content .post .post-content .text .img {
          height: auto;
          max-width: 100%; }
          html body .content .post .post-content .text img.alignright,
          html body .content .post .post-content .text .img.alignright {
            float: right;
            margin: 0 0 1.25em 1.25em; }
          html body .content .post .post-content .text img.alignleft,
          html body .content .post .post-content .text .img.alignleft {
            float: left;
            margin: 0 1.25em 1.25em 0; }
          html body .content .post .post-content .text img.aligncenter,
          html body .content .post .post-content .text .img.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          html body .content .post .post-content .text img.alignnone,
          html body .content .post .post-content .text .img.alignnone {
            text-align: unset; }
        html body .content .post .post-content .text .figure,
        html body .content .post .post-content .text figure,
        html body .content .post .post-content .text .wp-caption {
          display: block;
          max-width: 100% !important; }
          html body .content .post .post-content .text .figure a,
          html body .content .post .post-content .text .figure .link,
          html body .content .post .post-content .text figure a,
          html body .content .post .post-content .text figure .link,
          html body .content .post .post-content .text .wp-caption a,
          html body .content .post .post-content .text .wp-caption .link {
            background-color: transparent;
            color: black;
            text-decoration: underline;
            transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
            will-change: text-decoration; }
            html body .content .post .post-content .text .figure a:hover, html body .content .post .post-content .text .figure a:active,
            html body .content .post .post-content .text .figure .link:hover,
            html body .content .post .post-content .text .figure .link:active,
            html body .content .post .post-content .text figure a:hover,
            html body .content .post .post-content .text figure a:active,
            html body .content .post .post-content .text figure .link:hover,
            html body .content .post .post-content .text figure .link:active,
            html body .content .post .post-content .text .wp-caption a:hover,
            html body .content .post .post-content .text .wp-caption a:active,
            html body .content .post .post-content .text .wp-caption .link:hover,
            html body .content .post .post-content .text .wp-caption .link:active {
              text-decoration: line-through; }
          html body .content .post .post-content .text .figure figcaption,
          html body .content .post .post-content .text .figure .figcaption,
          html body .content .post .post-content .text .figure .wp-caption-text,
          html body .content .post .post-content .text .figure .gallery-caption,
          html body .content .post .post-content .text figure figcaption,
          html body .content .post .post-content .text figure .figcaption,
          html body .content .post .post-content .text figure .wp-caption-text,
          html body .content .post .post-content .text figure .gallery-caption,
          html body .content .post .post-content .text .wp-caption figcaption,
          html body .content .post .post-content .text .wp-caption .figcaption,
          html body .content .post .post-content .text .wp-caption .wp-caption-text,
          html body .content .post .post-content .text .wp-caption .gallery-caption {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
            html body .content .post .post-content .text .figure figcaption .link,
            html body .content .post .post-content .text .figure figcaption a,
            html body .content .post .post-content .text .figure .figcaption .link,
            html body .content .post .post-content .text .figure .figcaption a,
            html body .content .post .post-content .text .figure .wp-caption-text .link,
            html body .content .post .post-content .text .figure .wp-caption-text a,
            html body .content .post .post-content .text .figure .gallery-caption .link,
            html body .content .post .post-content .text .figure .gallery-caption a,
            html body .content .post .post-content .text figure figcaption .link,
            html body .content .post .post-content .text figure figcaption a,
            html body .content .post .post-content .text figure .figcaption .link,
            html body .content .post .post-content .text figure .figcaption a,
            html body .content .post .post-content .text figure .wp-caption-text .link,
            html body .content .post .post-content .text figure .wp-caption-text a,
            html body .content .post .post-content .text figure .gallery-caption .link,
            html body .content .post .post-content .text figure .gallery-caption a,
            html body .content .post .post-content .text .wp-caption figcaption .link,
            html body .content .post .post-content .text .wp-caption figcaption a,
            html body .content .post .post-content .text .wp-caption .figcaption .link,
            html body .content .post .post-content .text .wp-caption .figcaption a,
            html body .content .post .post-content .text .wp-caption .wp-caption-text .link,
            html body .content .post .post-content .text .wp-caption .wp-caption-text a,
            html body .content .post .post-content .text .wp-caption .gallery-caption .link,
            html body .content .post .post-content .text .wp-caption .gallery-caption a {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .post .post-content .text .figure figcaption .link:hover, html body .content .post .post-content .text .figure figcaption .link:active,
              html body .content .post .post-content .text .figure figcaption a:hover,
              html body .content .post .post-content .text .figure figcaption a:active,
              html body .content .post .post-content .text .figure .figcaption .link:hover,
              html body .content .post .post-content .text .figure .figcaption .link:active,
              html body .content .post .post-content .text .figure .figcaption a:hover,
              html body .content .post .post-content .text .figure .figcaption a:active,
              html body .content .post .post-content .text .figure .wp-caption-text .link:hover,
              html body .content .post .post-content .text .figure .wp-caption-text .link:active,
              html body .content .post .post-content .text .figure .wp-caption-text a:hover,
              html body .content .post .post-content .text .figure .wp-caption-text a:active,
              html body .content .post .post-content .text .figure .gallery-caption .link:hover,
              html body .content .post .post-content .text .figure .gallery-caption .link:active,
              html body .content .post .post-content .text .figure .gallery-caption a:hover,
              html body .content .post .post-content .text .figure .gallery-caption a:active,
              html body .content .post .post-content .text figure figcaption .link:hover,
              html body .content .post .post-content .text figure figcaption .link:active,
              html body .content .post .post-content .text figure figcaption a:hover,
              html body .content .post .post-content .text figure figcaption a:active,
              html body .content .post .post-content .text figure .figcaption .link:hover,
              html body .content .post .post-content .text figure .figcaption .link:active,
              html body .content .post .post-content .text figure .figcaption a:hover,
              html body .content .post .post-content .text figure .figcaption a:active,
              html body .content .post .post-content .text figure .wp-caption-text .link:hover,
              html body .content .post .post-content .text figure .wp-caption-text .link:active,
              html body .content .post .post-content .text figure .wp-caption-text a:hover,
              html body .content .post .post-content .text figure .wp-caption-text a:active,
              html body .content .post .post-content .text figure .gallery-caption .link:hover,
              html body .content .post .post-content .text figure .gallery-caption .link:active,
              html body .content .post .post-content .text figure .gallery-caption a:hover,
              html body .content .post .post-content .text figure .gallery-caption a:active,
              html body .content .post .post-content .text .wp-caption figcaption .link:hover,
              html body .content .post .post-content .text .wp-caption figcaption .link:active,
              html body .content .post .post-content .text .wp-caption figcaption a:hover,
              html body .content .post .post-content .text .wp-caption figcaption a:active,
              html body .content .post .post-content .text .wp-caption .figcaption .link:hover,
              html body .content .post .post-content .text .wp-caption .figcaption .link:active,
              html body .content .post .post-content .text .wp-caption .figcaption a:hover,
              html body .content .post .post-content .text .wp-caption .figcaption a:active,
              html body .content .post .post-content .text .wp-caption .wp-caption-text .link:hover,
              html body .content .post .post-content .text .wp-caption .wp-caption-text .link:active,
              html body .content .post .post-content .text .wp-caption .wp-caption-text a:hover,
              html body .content .post .post-content .text .wp-caption .wp-caption-text a:active,
              html body .content .post .post-content .text .wp-caption .gallery-caption .link:hover,
              html body .content .post .post-content .text .wp-caption .gallery-caption .link:active,
              html body .content .post .post-content .text .wp-caption .gallery-caption a:hover,
              html body .content .post .post-content .text .wp-caption .gallery-caption a:active {
                text-decoration: line-through; }
          html body .content .post .post-content .text .figure.alignright,
          html body .content .post .post-content .text figure.alignright,
          html body .content .post .post-content .text .wp-caption.alignright {
            float: right;
            margin: 1.25em 0 1.25em 1.25em; }
          html body .content .post .post-content .text .figure.alignleft,
          html body .content .post .post-content .text figure.alignleft,
          html body .content .post .post-content .text .wp-caption.alignleft {
            float: left;
            margin: 1.25em 1.25em 1.25em 0; }
          html body .content .post .post-content .text .figure.aligncenter,
          html body .content .post .post-content .text figure.aligncenter,
          html body .content .post .post-content .text .wp-caption.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          html body .content .post .post-content .text .figure.alignnone,
          html body .content .post .post-content .text figure.alignnone,
          html body .content .post .post-content .text .wp-caption.alignnone {
            text-align: unset; }
          html body .content .post .post-content .text .figure + p,
          html body .content .post .post-content .text figure + p,
          html body .content .post .post-content .text .wp-caption + p {
            margin-top: 1.25em; }
        html body .content .post .post-content .text .gist {
          margin: 1.25em 0; }
        html body .content .post .post-content .text .code,
        html body .content .post .post-content .text code {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          display: block;
          word-wrap: normal; }
        html body .content .post .post-content .text pre,
        html body .content .post .post-content .text .pre {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          white-space: pre-wrap; }
        html body .content .post .post-content .text b,
        html body .content .post .post-content .text strong,
        html body .content .post .post-content .text .strong,
        html body .content .post .post-content .text .b,
        html body .content .post .post-content .text .bold {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .post .post-content .text b em,
          html body .content .post .post-content .text b .em,
          html body .content .post .post-content .text b i,
          html body .content .post .post-content .text b .i,
          html body .content .post .post-content .text strong em,
          html body .content .post .post-content .text strong .em,
          html body .content .post .post-content .text strong i,
          html body .content .post .post-content .text strong .i,
          html body .content .post .post-content .text .strong em,
          html body .content .post .post-content .text .strong .em,
          html body .content .post .post-content .text .strong i,
          html body .content .post .post-content .text .strong .i,
          html body .content .post .post-content .text .b em,
          html body .content .post .post-content .text .b .em,
          html body .content .post .post-content .text .b i,
          html body .content .post .post-content .text .b .i,
          html body .content .post .post-content .text .bold em,
          html body .content .post .post-content .text .bold .em,
          html body .content .post .post-content .text .bold i,
          html body .content .post .post-content .text .bold .i {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
        html body .content .post .post-content .text em,
        html body .content .post .post-content .text i,
        html body .content .post .post-content .text .em,
        html body .content .post .post-content .text .i {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .post .post-content .text em b,
          html body .content .post .post-content .text em strong,
          html body .content .post .post-content .text em .strong,
          html body .content .post .post-content .text em .b,
          html body .content .post .post-content .text em .bold,
          html body .content .post .post-content .text i b,
          html body .content .post .post-content .text i strong,
          html body .content .post .post-content .text i .strong,
          html body .content .post .post-content .text i .b,
          html body .content .post .post-content .text i .bold,
          html body .content .post .post-content .text .em b,
          html body .content .post .post-content .text .em strong,
          html body .content .post .post-content .text .em .strong,
          html body .content .post .post-content .text .em .b,
          html body .content .post .post-content .text .em .bold,
          html body .content .post .post-content .text .i b,
          html body .content .post .post-content .text .i strong,
          html body .content .post .post-content .text .i .strong,
          html body .content .post .post-content .text .i .b,
          html body .content .post .post-content .text .i .bold {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
        html body .content .post .post-content .text table,
        html body .content .post .post-content .text .table {
          border-collapse: collapse; }
          html body .content .post .post-content .text table .th,
          html body .content .post .post-content .text table th,
          html body .content .post .post-content .text table .td,
          html body .content .post .post-content .text table td,
          html body .content .post .post-content .text .table .th,
          html body .content .post .post-content .text .table th,
          html body .content .post .post-content .text .table .td,
          html body .content .post .post-content .text .table td {
            border-bottom: 1px solid;
            text-align: left; }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text table .th,
              html body .content .post .post-content .text table th,
              html body .content .post .post-content .text table .td,
              html body .content .post .post-content .text table td,
              html body .content .post .post-content .text .table .th,
              html body .content .post .post-content .text .table th,
              html body .content .post .post-content .text .table .td,
              html body .content .post .post-content .text .table td {
                padding-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text table .th,
              html body .content .post .post-content .text table th,
              html body .content .post .post-content .text table .td,
              html body .content .post .post-content .text table td,
              html body .content .post .post-content .text .table .th,
              html body .content .post .post-content .text .table th,
              html body .content .post .post-content .text .table .td,
              html body .content .post .post-content .text .table td {
                padding-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post .post-content .text table .th,
              html body .content .post .post-content .text table th,
              html body .content .post .post-content .text table .td,
              html body .content .post .post-content .text table td,
              html body .content .post .post-content .text .table .th,
              html body .content .post .post-content .text .table th,
              html body .content .post .post-content .text .table .td,
              html body .content .post .post-content .text .table td {
                padding-right: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post .post-content .text table .th,
              html body .content .post .post-content .text table th,
              html body .content .post .post-content .text table .td,
              html body .content .post .post-content .text table td,
              html body .content .post .post-content .text .table .th,
              html body .content .post .post-content .text .table th,
              html body .content .post .post-content .text .table .td,
              html body .content .post .post-content .text .table td {
                padding-right: 1.25em; } }
          html body .content .post .post-content .text table .th,
          html body .content .post .post-content .text table th,
          html body .content .post .post-content .text .table .th,
          html body .content .post .post-content .text .table th {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .post .post-content .text table .th > *,
            html body .content .post .post-content .text table th > *,
            html body .content .post .post-content .text .table .th > *,
            html body .content .post .post-content .text .table th > * {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl,
          html body .content .post .post-content .text .dl {
            margin-right: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-left: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-left: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-top: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text dl dd,
          html body .content .post .post-content .text dl .dd,
          html body .content .post .post-content .text .dl dd,
          html body .content .post .post-content .text .dl .dd {
            margin-right: 0; } }
        html body .content .post .post-content .text .address,
        html body .content .post .post-content .text address {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
        html body .content .post .post-content .text abbr,
        html body .content .post .post-content .text .abbr {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
          font-variant: all-petite-caps; }
        html body .content .post .post-content .text acronym,
        html body .content .post .post-content .text .acronym {
          font-variant: all-petite-caps; }
        html body .content .post .post-content .text big,
        html body .content .post .post-content .text .big {
          font-size: 1.25em; }
        html body .content .post .post-content .text small,
        html body .content .post .post-content .text .small {
          font-size: 0.8em; }
        html body .content .post .post-content .text cite,
        html body .content .post .post-content .text .cite {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
          display: block; }
          html body .content .post .post-content .text cite::before,
          html body .content .post .post-content .text .cite::before {
            content: 'by';
            padding-right: 0.3125em; }
        html body .content .post .post-content .text del,
        html body .content .post .post-content .text .del,
        html body .content .post .post-content .text s,
        html body .content .post .post-content .text .s {
          text-decoration: line-through; }
        html body .content .post .post-content .text kbd,
        html body .content .post .post-content .text .kbd,
        html body .content .post .post-content .text tt,
        html body .content .post .post-content .text .tt {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
        html body .content .post .post-content .text ins,
        html body .content .post .post-content .text .ins {
          font-variant: small-caps; }
        html body .content .post .post-content .text strike,
        html body .content .post .post-content .text .strike,
        html body .content .post .post-content .text s,
        html body .content .post .post-content .text .s {
          text-decoration: line-through; }
        html body .content .post .post-content .text sub,
        html body .content .post .post-content .text .sub,
        html body .content .post .post-content .text sup,
        html body .content .post .post-content .text .sup {
          font-size: 0.8em;
          bottom: 0;
          top: 0; }
        html body .content .post .post-content .text sub,
        html body .content .post .post-content .text .sub {
          vertical-align: sub; }
        html body .content .post .post-content .text sup,
        html body .content .post .post-content .text .sup {
          vertical-align: super; }
        html body .content .post .post-content .text iframe {
          border: 1px solid;
          border: 1px solid !important; }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text > * + * {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text > * + * {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text > * + * {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text > * + * {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text > * + * {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text > * + * {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text > * + * {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text > * + * {
            margin-right: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text {
            margin-top: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post .post-content .text {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post .post-content .text {
            margin-right: 0; } }
        html body .content .post .post-content .text .gallery.gallery-columns-1 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-1 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: "0px"; }
          html body .content .post .post-content .text .gallery.gallery-columns-1 > * {
            width: calc(100% - (((1 - 1) * 0px) / 1) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-1 > *:nth-child(1n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-2 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-2 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-2 > * {
            width: calc(50% - (((2 - 1) * 1.25em) / 2) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-2 > *:nth-child(2n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-3 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-3 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-3 > * {
            width: calc(33.33333% - (((3 - 1) * 1.25em) / 3) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-3 > *:nth-child(3n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-4 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-4 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-4 > * {
            width: calc(25% - (((4 - 1) * 1.25em) / 4) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-4 > *:nth-child(4n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-5 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-5 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-5 > * {
            width: calc(20% - (((5 - 1) * 1.25em) / 5) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-5 > *:nth-child(5n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-6 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-6 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-6 > * {
            width: calc(16.66667% - (((6 - 1) * 1.25em) / 6) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-6 > *:nth-child(6n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-7 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-7 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-7 > * {
            width: calc(14.28571% - (((7 - 1) * 1.25em) / 7) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-7 > *:nth-child(7n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-8 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-8 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-8 > * {
            width: calc(12.5% - (((8 - 1) * 1.25em) / 8) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-8 > *:nth-child(8n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery.gallery-columns-9 {
          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; }
          html body .content .post .post-content .text .gallery.gallery-columns-9 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .post .post-content .text .gallery.gallery-columns-9 > * {
            width: calc(11.11111% - (((9 - 1) * 1.25em) / 9) - 1px); }
            html body .content .post .post-content .text .gallery.gallery-columns-9 > *:nth-child(9n) {
              margin-right: 0; }
        html body .content .post .post-content .text .gallery figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          border: 1px solid;
          padding: 1.25em; }
          html body .content .post .post-content .text .gallery figure img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto; }
          html body .content .post .post-content .text .gallery figure figcaption,
          html body .content .post .post-content .text .gallery figure .wp-caption-text {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
          html body .content .post .post-content .text .gallery figure .gallery-icon {
            line-height: 0; }
        html body .content .post .post-content .text .more-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          html body .content .post .post-content .text .more-link .arrow-with-triangle {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 3.75em;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            margin-left: 0.625em; }
            html body .content .post .post-content .text .more-link .arrow-with-triangle__line {
              border-bottom: 1px solid;
              width: calc(3.125em); }
            html body .content .post .post-content .text .more-link .arrow-with-triangle__triangle {
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent transparent black;
              border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post .post-content .text .more-link .arrow-with-triangle__triangle--right {
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post .post-content .text .more-link .arrow-with-triangle__triangle--left {
                border-color: transparent black transparent transparent;
                border-width: 0.625em 0.625em 0.625em 0; }
              html body .content .post .post-content .text .more-link .arrow-with-triangle__triangle--top {
                border-color: transparent transparent black transparent;
                border-width: 0 0.625em 0.625em 0.625em; }
              html body .content .post .post-content .text .more-link .arrow-with-triangle__triangle--bottom {
                border-color: black transparent transparent transparent;
                border-width: 0.625em 0.625em 0 0.625em; }
            html body .content .post .post-content .text .more-link .arrow-with-triangle--right {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            html body .content .post .post-content .text .more-link .arrow-with-triangle--left {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            html body .content .post .post-content .text .more-link .arrow-with-triangle--top {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
            html body .content .post .post-content .text .more-link .arrow-with-triangle--bottom {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .more-link {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .more-link {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .more-link {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .more-link {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .more-link {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .more-link {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .more-link {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .more-link {
              margin-right: 0; } }
        html body .content .post .post-content .text .attachment img {
          border: 1px solid; }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .attachment img {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .attachment img {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .attachment img {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .attachment img {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .attachment img {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .attachment img {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post .post-content .text .attachment img {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post .post-content .text .attachment img {
              padding-right: 2.5em; } }
        html body .content .post .post-content .text .wp-embedded-content + p {
          margin-top: 0; }
      html body .content .post .post-paginated-content .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        html body .content .post .post-paginated-content .text .page-links-title {
          margin-right: 0.625em; }
      html body .content .post.post-format-link .post-content-between-sidebars {
        background-color: "";
        color: ""; }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-format-link .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        html body .content .post.post-format-link .post-content-between-sidebars a,
        html body .content .post.post-format-link .post-content-between-sidebars .link {
          background-color: "" !important;
          color: "" !important; }
        html body .content .post.post-format-link .post-content-between-sidebars .post-title {
          width: 100%; }
          html body .content .post.post-format-link .post-content-between-sidebars .post-title .link {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 3.75em;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
              margin-left: 0.625em; }
              html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__line {
                border-bottom: 1px solid;
                width: calc(3.125em); }
              html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.625em 0.625em 0.625em 0; }
                html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.625em 0.625em 0.625em; }
                html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.625em 0.625em 0 0.625em; }
              html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--right {
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--left {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--top {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
              html body .content .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--bottom {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
      html body .content .post.post-format-link.external-link .post-content-between-sidebars .post-title .arrow-with-triangle {
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg); }
      html body .content .post.post-format-link.external-link .post-content-between-sidebars .post-permalink {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-image .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        border-top: 1px solid; }
        html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure img {
          display: block;
          height: auto;
          max-width: 100%;
          width: auto; }
        html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure figcaption,
        html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure .wp-caption-text {
          background-color: white;
          color: black;
          font-size: 0.8em;
          line-height: 1.5;
          display: inline-block; }
        html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure .figcaption,
        html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure .wp-caption-text,
        html body .content .post.post-format-image .post-content-between-sidebars .post-first-image figure figcaption {
          display: none; }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-top: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-bottom: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-bottom: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-left: 1.25em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-left: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-right: 1.25em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery {
          padding-right: 2.5em; } }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: "0px"; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > * {
          width: calc(100% - (((1 - 1) * 0px) / 1) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > *:nth-child(1n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > * {
          width: calc(50% - (((2 - 1) * 1.25em) / 2) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > *:nth-child(2n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > * {
          width: calc(33.33333% - (((3 - 1) * 1.25em) / 3) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > *:nth-child(3n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > * {
          width: calc(25% - (((4 - 1) * 1.25em) / 4) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > *:nth-child(4n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > * {
          width: calc(20% - (((5 - 1) * 1.25em) / 5) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > *:nth-child(5n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > * {
          width: calc(16.66667% - (((6 - 1) * 1.25em) / 6) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > *:nth-child(6n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > * {
          width: calc(14.28571% - (((7 - 1) * 1.25em) / 7) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > *:nth-child(7n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > * {
          width: calc(12.5% - (((8 - 1) * 1.25em) / 8) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > *:nth-child(8n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 {
        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; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > * {
          box-sizing: border-box;
          margin-bottom: 1.25em;
          margin-right: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > * {
          width: calc(11.11111% - (((9 - 1) * 1.25em) / 9) - 1px); }
          html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > *:nth-child(9n) {
            margin-right: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        border: 1px solid;
        padding: 1.25em; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure img {
          display: block;
          height: auto;
          max-width: 100%;
          width: auto; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure figcaption,
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .wp-caption-text {
          background-color: white;
          color: black;
          font-size: 0.8em;
          line-height: 1.5;
          display: inline-block; }
        html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .gallery-icon {
          line-height: 0; }
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .figcaption,
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .wp-caption-text,
      html body .content .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure figcaption {
        display: none; }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-top: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-bottom: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-left: 0; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-left: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-audio .post-content-between-sidebars .post-content {
          margin-right: 0; } }
      html body .content .post.post-format-audio .post-content-between-sidebars .post-content .mejs-horizontal-volume-slider {
        background-color: black;
        color: white; }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-video .post-content-between-sidebars .post-content .text iframe {
          height: auto; } }
      html body .content .post.post-format-aside .post-content-between-sidebars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
          background-color: black;
          color: white; }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              padding-right: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-aside .post-content-between-sidebars .post-content .text {
              font-size: 1.25em; } }
        html body .content .post.post-format-aside .post-content-between-sidebars .post-permalink {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
      html body .content .post.post-format-status .post-content-between-sidebars {
        background-color: "";
        color: "";
        border: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        html body .content .post.post-format-status .post-content-between-sidebars a,
        html body .content .post.post-format-status .post-content-between-sidebars .link {
          background-color: "" !important;
          color: "" !important; }
        html body .content .post.post-format-status .post-content-between-sidebars .post-date-and-time .posted-on {
          font-size: 0.8em; }
        html body .content .post.post-format-status .post-content-between-sidebars .post-content {
          border: 1px solid;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-status .post-content-between-sidebars .post-content {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-status .post-content-between-sidebars .post-content {
              padding-bottom: 2.5em; } }
        html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 3.75em;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
            html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__line {
              border-bottom: 1px solid;
              width: calc(3.125em); }
            html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle {
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent transparent black;
              border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--right {
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--left {
                border-color: transparent black transparent transparent;
                border-width: 0.625em 0.625em 0.625em 0; }
              html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--top {
                border-color: transparent transparent black transparent;
                border-width: 0 0.625em 0.625em 0.625em; }
              html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--bottom {
                border-color: black transparent transparent transparent;
                border-width: 0.625em 0.625em 0 0.625em; }
            html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--right {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--left {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--top {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
            html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--bottom {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
          html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
            font-size: 0.8em; }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                padding-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-quote .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      html body .content .post.post-format-quote .post-content-between-sidebars > * {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      html body .content .post.post-format-quote .post-content-between-sidebars .post-content {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==);
        padding: 0 !important;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-format-quote .post-content-between-sidebars .post-content blockquote {
            font-size: 1.25em; } }
        html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
          background-color: white;
          color: black;
          border: 0.07812em solid;
          -webkit-transform: translateX(-2.5em) skew(5deg);
                  transform: translateX(-2.5em) skew(5deg); }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding-right: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              margin-right: 2.5em; } }
          @media only screen and (orientation: landscape) {
            html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text {
              padding: 3.75em 3.75em; } }
          html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text blockquote,
          html body .content .post.post-format-quote .post-content-between-sidebars .post-content .text q {
            border: none;
            padding: 0; }
      html body .content .post.post-format-quote .post-content-between-sidebars .post-permalink {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-chat .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text {
            margin-right: 0; } }
        html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
          border: 0.07812em solid;
          background-color: white;
          color: black;
          max-width: 70%;
          -webkit-transform: translateX(0.625em) skew(5deg);
                  transform: translateX(0.625em) skew(5deg); }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              padding-right: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p {
              font-size: 0.8em; } }
          html body .content .post.post-format-chat .post-content-between-sidebars .post-content .text p:nth-child(even) {
            -ms-flex-item-align: end;
                align-self: flex-end;
            -webkit-transform: translateX(-0.625em) skew(-5deg);
                    transform: translateX(-0.625em) skew(-5deg); }
      @media only screen and (orientation: portrait) {
        html body .content .post.post-format-standard.has-excerpt.has-thumbnail .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-standard .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-standard.display-horizontal .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      html body .content .post.post-format-standard .post-content-between-sidebars {
        background-color: "";
        color: ""; }
        html body .content .post.post-format-standard .post-content-between-sidebars a,
        html body .content .post.post-format-standard .post-content-between-sidebars .link {
          background-color: "" !important;
          color: "" !important; }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-format-standard .post-featured-image {
          border-top: 1px solid;
          border-bottom: 1px solid; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-standard.display-horizontal.has-thumbnail .post-title {
          min-width: 30%; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-standard.display-horizontal.has-thumbnail .post-featured-image {
          margin: 2.5em 1.25em; }
          html body .content .post.post-format-standard.display-horizontal.has-thumbnail .post-featured-image figure {
            border: 1px solid;
            padding: 1.25em;
            padding: 1.25em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-top: 2.5em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-top: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-left: 1.25em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-left: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-right: 1.25em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-right: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
          border: 1px solid;
          padding: 1.25em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-left: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-left: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-right: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-right: 2.5em; } }
      html body .content .post.post-format-comment {
        border: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        background-color: "";
        color: ""; }
        html body .content .post.post-format-comment .comment-content,
        html body .content .post.post-format-comment .comment-excerpt {
          border: 1px solid;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content,
            html body .content .post.post-format-comment .comment-excerpt {
              padding-right: 2.5em; } }
          html body .content .post.post-format-comment .comment-content .text,
          html body .content .post.post-format-comment .comment-excerpt .text {
            word-wrap: break-word; }
            html body .content .post.post-format-comment .comment-content .text p,
            html body .content .post.post-format-comment .comment-excerpt .text p {
              word-wrap: break-word; }
            html body .content .post.post-format-comment .comment-content .text h1,
            html body .content .post.post-format-comment .comment-content .text h2,
            html body .content .post.post-format-comment .comment-content .text h3,
            html body .content .post.post-format-comment .comment-content .text h4,
            html body .content .post.post-format-comment .comment-content .text h5,
            html body .content .post.post-format-comment .comment-content .text h6,
            html body .content .post.post-format-comment .comment-excerpt .text h1,
            html body .content .post.post-format-comment .comment-excerpt .text h2,
            html body .content .post.post-format-comment .comment-excerpt .text h3,
            html body .content .post.post-format-comment .comment-excerpt .text h4,
            html body .content .post.post-format-comment .comment-excerpt .text h5,
            html body .content .post.post-format-comment .comment-excerpt .text h6 {
              font-size: 1.953em;
              letter-spacing: 0.625em;
              line-height: 1.1; }
            html body .content .post.post-format-comment .comment-content .text a,
            html body .content .post.post-format-comment .comment-content .text .link,
            html body .content .post.post-format-comment .comment-excerpt .text a,
            html body .content .post.post-format-comment .comment-excerpt .text .link {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration;
              background-color: white;
              color: black; }
              html body .content .post.post-format-comment .comment-content .text a:hover, html body .content .post.post-format-comment .comment-content .text a:active,
              html body .content .post.post-format-comment .comment-content .text .link:hover,
              html body .content .post.post-format-comment .comment-content .text .link:active,
              html body .content .post.post-format-comment .comment-excerpt .text a:hover,
              html body .content .post.post-format-comment .comment-excerpt .text a:active,
              html body .content .post.post-format-comment .comment-excerpt .text .link:hover,
              html body .content .post.post-format-comment .comment-excerpt .text .link:active {
                text-decoration: line-through; }
            html body .content .post.post-format-comment .comment-content .text ol,
            html body .content .post.post-format-comment .comment-content .text .ol,
            html body .content .post.post-format-comment .comment-excerpt .text ol,
            html body .content .post.post-format-comment .comment-excerpt .text .ol {
              counter-reset: li; }
              html body .content .post.post-format-comment .comment-content .text ol > li,
              html body .content .post.post-format-comment .comment-content .text ol > .li,
              html body .content .post.post-format-comment .comment-content .text .ol > li,
              html body .content .post.post-format-comment .comment-content .text .ol > .li,
              html body .content .post.post-format-comment .comment-excerpt .text ol > li,
              html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
              html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
              html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                display: block;
                list-style: none; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text ol > li,
                  html body .content .post.post-format-comment .comment-content .text ol > .li,
                  html body .content .post.post-format-comment .comment-content .text .ol > li,
                  html body .content .post.post-format-comment .comment-content .text .ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text ol > .li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > li,
                  html body .content .post.post-format-comment .comment-excerpt .text .ol > .li {
                    margin-right: 0; } }
                html body .content .post.post-format-comment .comment-content .text ol > li > *,
                html body .content .post.post-format-comment .comment-content .text ol > .li > *,
                html body .content .post.post-format-comment .comment-content .text .ol > li > *,
                html body .content .post.post-format-comment .comment-content .text .ol > .li > *,
                html body .content .post.post-format-comment .comment-excerpt .text ol > li > *,
                html body .content .post.post-format-comment .comment-excerpt .text ol > .li > *,
                html body .content .post.post-format-comment .comment-excerpt .text .ol > li > *,
                html body .content .post.post-format-comment .comment-excerpt .text .ol > .li > * {
                  display: inline-block; }
                html body .content .post.post-format-comment .comment-content .text ol > li::before,
                html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                  content: counter(li);
                  counter-increment: li; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-right: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-right: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .post.post-format-comment .comment-content .text ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-content .text .ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text ol > .li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > li::before,
                    html body .content .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                      margin-left: 0; } }
            html body .content .post.post-format-comment .comment-content .text ul,
            html body .content .post.post-format-comment .comment-content .text .ul,
            html body .content .post.post-format-comment .comment-excerpt .text ul,
            html body .content .post.post-format-comment .comment-excerpt .text .ul {
              list-style-type: square;
              margin-left: 1em; }
              html body .content .post.post-format-comment .comment-content .text ul li > ul,
              html body .content .post.post-format-comment .comment-content .text ul li > .ul,
              html body .content .post.post-format-comment .comment-content .text ul li > ol,
              html body .content .post.post-format-comment .comment-content .text ul li > .ol,
              html body .content .post.post-format-comment .comment-content .text ul .li > ul,
              html body .content .post.post-format-comment .comment-content .text ul .li > .ul,
              html body .content .post.post-format-comment .comment-content .text ul .li > ol,
              html body .content .post.post-format-comment .comment-content .text ul .li > .ol,
              html body .content .post.post-format-comment .comment-content .text .ul li > ul,
              html body .content .post.post-format-comment .comment-content .text .ul li > .ul,
              html body .content .post.post-format-comment .comment-content .text .ul li > ol,
              html body .content .post.post-format-comment .comment-content .text .ul li > .ol,
              html body .content .post.post-format-comment .comment-content .text .ul .li > ul,
              html body .content .post.post-format-comment .comment-content .text .ul .li > .ul,
              html body .content .post.post-format-comment .comment-content .text .ul .li > ol,
              html body .content .post.post-format-comment .comment-content .text .ul .li > .ol,
              html body .content .post.post-format-comment .comment-excerpt .text ul li > ul,
              html body .content .post.post-format-comment .comment-excerpt .text ul li > .ul,
              html body .content .post.post-format-comment .comment-excerpt .text ul li > ol,
              html body .content .post.post-format-comment .comment-excerpt .text ul li > .ol,
              html body .content .post.post-format-comment .comment-excerpt .text ul .li > ul,
              html body .content .post.post-format-comment .comment-excerpt .text ul .li > .ul,
              html body .content .post.post-format-comment .comment-excerpt .text ul .li > ol,
              html body .content .post.post-format-comment .comment-excerpt .text ul .li > .ol,
              html body .content .post.post-format-comment .comment-excerpt .text .ul li > ul,
              html body .content .post.post-format-comment .comment-excerpt .text .ul li > .ul,
              html body .content .post.post-format-comment .comment-excerpt .text .ul li > ol,
              html body .content .post.post-format-comment .comment-excerpt .text .ul li > .ol,
              html body .content .post.post-format-comment .comment-excerpt .text .ul .li > ul,
              html body .content .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
              html body .content .post.post-format-comment .comment-excerpt .text .ul .li > ol,
              html body .content .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                margin-top: 0; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text ul li > ul,
                  html body .content .post.post-format-comment .comment-content .text ul li > .ul,
                  html body .content .post.post-format-comment .comment-content .text ul li > ol,
                  html body .content .post.post-format-comment .comment-content .text ul li > .ol,
                  html body .content .post.post-format-comment .comment-content .text ul .li > ul,
                  html body .content .post.post-format-comment .comment-content .text ul .li > .ul,
                  html body .content .post.post-format-comment .comment-content .text ul .li > ol,
                  html body .content .post.post-format-comment .comment-content .text ul .li > .ol,
                  html body .content .post.post-format-comment .comment-content .text .ul li > ul,
                  html body .content .post.post-format-comment .comment-content .text .ul li > .ul,
                  html body .content .post.post-format-comment .comment-content .text .ul li > ol,
                  html body .content .post.post-format-comment .comment-content .text .ul li > .ol,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > ul,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > .ul,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > ol,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text ul li > ul,
                  html body .content .post.post-format-comment .comment-content .text ul li > .ul,
                  html body .content .post.post-format-comment .comment-content .text ul li > ol,
                  html body .content .post.post-format-comment .comment-content .text ul li > .ol,
                  html body .content .post.post-format-comment .comment-content .text ul .li > ul,
                  html body .content .post.post-format-comment .comment-content .text ul .li > .ul,
                  html body .content .post.post-format-comment .comment-content .text ul .li > ol,
                  html body .content .post.post-format-comment .comment-content .text ul .li > .ol,
                  html body .content .post.post-format-comment .comment-content .text .ul li > ul,
                  html body .content .post.post-format-comment .comment-content .text .ul li > .ul,
                  html body .content .post.post-format-comment .comment-content .text .ul li > ol,
                  html body .content .post.post-format-comment .comment-content .text .ul li > .ol,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > ul,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > .ul,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > ol,
                  html body .content .post.post-format-comment .comment-content .text .ul .li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                  html body .content .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                    padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text ul .li,
                html body .content .post.post-format-comment .comment-content .text ul li,
                html body .content .post.post-format-comment .comment-content .text .ul .li,
                html body .content .post.post-format-comment .comment-content .text .ul li,
                html body .content .post.post-format-comment .comment-excerpt .text ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text ul li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul .li,
                html body .content .post.post-format-comment .comment-excerpt .text .ul li {
                  margin-right: 0; } }
            html body .content .post.post-format-comment .comment-content .text blockquote,
            html body .content .post.post-format-comment .comment-content .text .blockquote,
            html body .content .post.post-format-comment .comment-excerpt .text blockquote,
            html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
              border-left: 1px solid; }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text blockquote,
                html body .content .post.post-format-comment .comment-content .text .blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text blockquote,
                html body .content .post.post-format-comment .comment-excerpt .text .blockquote {
                  padding-right: 2.5em; } }
            html body .content .post.post-format-comment .comment-content .text q,
            html body .content .post.post-format-comment .comment-content .text .q,
            html body .content .post.post-format-comment .comment-excerpt .text q,
            html body .content .post.post-format-comment .comment-excerpt .text .q {
              border-left: 1px solid; }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text q,
                html body .content .post.post-format-comment .comment-content .text .q,
                html body .content .post.post-format-comment .comment-excerpt .text q,
                html body .content .post.post-format-comment .comment-excerpt .text .q {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text q,
                html body .content .post.post-format-comment .comment-content .text .q,
                html body .content .post.post-format-comment .comment-excerpt .text q,
                html body .content .post.post-format-comment .comment-excerpt .text .q {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .text q,
                html body .content .post.post-format-comment .comment-content .text .q,
                html body .content .post.post-format-comment .comment-excerpt .text q,
                html body .content .post.post-format-comment .comment-excerpt .text .q {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .text q,
                html body .content .post.post-format-comment .comment-content .text .q,
                html body .content .post.post-format-comment .comment-excerpt .text q,
                html body .content .post.post-format-comment .comment-excerpt .text .q {
                  padding-right: 2.5em; } }
            html body .content .post.post-format-comment .comment-content .text img,
            html body .content .post.post-format-comment .comment-content .text .img,
            html body .content .post.post-format-comment .comment-excerpt .text img,
            html body .content .post.post-format-comment .comment-excerpt .text .img {
              height: auto;
              max-width: 100%; }
              html body .content .post.post-format-comment .comment-content .text img.alignright,
              html body .content .post.post-format-comment .comment-content .text .img.alignright,
              html body .content .post.post-format-comment .comment-excerpt .text img.alignright,
              html body .content .post.post-format-comment .comment-excerpt .text .img.alignright {
                float: right;
                margin: 0 0 1.25em 1.25em; }
              html body .content .post.post-format-comment .comment-content .text img.alignleft,
              html body .content .post.post-format-comment .comment-content .text .img.alignleft,
              html body .content .post.post-format-comment .comment-excerpt .text img.alignleft,
              html body .content .post.post-format-comment .comment-excerpt .text .img.alignleft {
                float: left;
                margin: 0 1.25em 1.25em 0; }
              html body .content .post.post-format-comment .comment-content .text img.aligncenter,
              html body .content .post.post-format-comment .comment-content .text .img.aligncenter,
              html body .content .post.post-format-comment .comment-excerpt .text img.aligncenter,
              html body .content .post.post-format-comment .comment-excerpt .text .img.aligncenter {
                display: block;
                margin-left: auto;
                margin-right: auto; }
              html body .content .post.post-format-comment .comment-content .text img.alignnone,
              html body .content .post.post-format-comment .comment-content .text .img.alignnone,
              html body .content .post.post-format-comment .comment-excerpt .text img.alignnone,
              html body .content .post.post-format-comment .comment-excerpt .text .img.alignnone {
                text-align: unset; }
            html body .content .post.post-format-comment .comment-content .text .figure,
            html body .content .post.post-format-comment .comment-content .text figure,
            html body .content .post.post-format-comment .comment-content .text .wp-caption,
            html body .content .post.post-format-comment .comment-excerpt .text .figure,
            html body .content .post.post-format-comment .comment-excerpt .text figure,
            html body .content .post.post-format-comment .comment-excerpt .text .wp-caption {
              display: block;
              max-width: 100% !important; }
              html body .content .post.post-format-comment .comment-content .text .figure a,
              html body .content .post.post-format-comment .comment-content .text .figure .link,
              html body .content .post.post-format-comment .comment-content .text figure a,
              html body .content .post.post-format-comment .comment-content .text figure .link,
              html body .content .post.post-format-comment .comment-content .text .wp-caption a,
              html body .content .post.post-format-comment .comment-content .text .wp-caption .link,
              html body .content .post.post-format-comment .comment-excerpt .text .figure a,
              html body .content .post.post-format-comment .comment-excerpt .text .figure .link,
              html body .content .post.post-format-comment .comment-excerpt .text figure a,
              html body .content .post.post-format-comment .comment-excerpt .text figure .link,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption a,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .link {
                background-color: transparent;
                color: black;
                text-decoration: underline;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .post.post-format-comment .comment-content .text .figure a:hover, html body .content .post.post-format-comment .comment-content .text .figure a:active,
                html body .content .post.post-format-comment .comment-content .text .figure .link:hover,
                html body .content .post.post-format-comment .comment-content .text .figure .link:active,
                html body .content .post.post-format-comment .comment-content .text figure a:hover,
                html body .content .post.post-format-comment .comment-content .text figure a:active,
                html body .content .post.post-format-comment .comment-content .text figure .link:hover,
                html body .content .post.post-format-comment .comment-content .text figure .link:active,
                html body .content .post.post-format-comment .comment-content .text .wp-caption a:hover,
                html body .content .post.post-format-comment .comment-content .text .wp-caption a:active,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .link:hover,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .link:active,
                html body .content .post.post-format-comment .comment-excerpt .text .figure a:hover,
                html body .content .post.post-format-comment .comment-excerpt .text .figure a:active,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .link:hover,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .link:active,
                html body .content .post.post-format-comment .comment-excerpt .text figure a:hover,
                html body .content .post.post-format-comment .comment-excerpt .text figure a:active,
                html body .content .post.post-format-comment .comment-excerpt .text figure .link:hover,
                html body .content .post.post-format-comment .comment-excerpt .text figure .link:active,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption a:hover,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption a:active,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .link:hover,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .link:active {
                  text-decoration: line-through; }
              html body .content .post.post-format-comment .comment-content .text .figure figcaption,
              html body .content .post.post-format-comment .comment-content .text .figure .figcaption,
              html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text,
              html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption,
              html body .content .post.post-format-comment .comment-content .text figure figcaption,
              html body .content .post.post-format-comment .comment-content .text figure .figcaption,
              html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text,
              html body .content .post.post-format-comment .comment-content .text figure .gallery-caption,
              html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption,
              html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption,
              html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text,
              html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption,
              html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption,
              html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption,
              html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text,
              html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption,
              html body .content .post.post-format-comment .comment-excerpt .text figure figcaption,
              html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption,
              html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text,
              html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
                html body .content .post.post-format-comment .comment-content .text .figure figcaption .link,
                html body .content .post.post-format-comment .comment-content .text .figure figcaption a,
                html body .content .post.post-format-comment .comment-content .text .figure .figcaption .link,
                html body .content .post.post-format-comment .comment-content .text .figure .figcaption a,
                html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text .link,
                html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text a,
                html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption .link,
                html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption a,
                html body .content .post.post-format-comment .comment-content .text figure figcaption .link,
                html body .content .post.post-format-comment .comment-content .text figure figcaption a,
                html body .content .post.post-format-comment .comment-content .text figure .figcaption .link,
                html body .content .post.post-format-comment .comment-content .text figure .figcaption a,
                html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text .link,
                html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text a,
                html body .content .post.post-format-comment .comment-content .text figure .gallery-caption .link,
                html body .content .post.post-format-comment .comment-content .text figure .gallery-caption a,
                html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption .link,
                html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption a,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption .link,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption a,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link,
                html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a,
                html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption .link,
                html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption a,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption .link,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption a,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link,
                html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a,
                html body .content .post.post-format-comment .comment-excerpt .text figure figcaption .link,
                html body .content .post.post-format-comment .comment-excerpt .text figure figcaption a,
                html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption .link,
                html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption a,
                html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link,
                html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a,
                html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link,
                html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption a,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link,
                html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a {
                  background-color: white;
                  color: black;
                  text-decoration: underline;
                  transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                  will-change: text-decoration; }
                  html body .content .post.post-format-comment .comment-content .text .figure figcaption .link:hover, html body .content .post.post-format-comment .comment-content .text .figure figcaption .link:active,
                  html body .content .post.post-format-comment .comment-content .text .figure figcaption a:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure figcaption a:active,
                  html body .content .post.post-format-comment .comment-content .text .figure .figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure .figcaption .link:active,
                  html body .content .post.post-format-comment .comment-content .text .figure .figcaption a:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure .figcaption a:active,
                  html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text .link:active,
                  html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text a:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure .wp-caption-text a:active,
                  html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption .link:active,
                  html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption a:hover,
                  html body .content .post.post-format-comment .comment-content .text .figure .gallery-caption a:active,
                  html body .content .post.post-format-comment .comment-content .text figure figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text figure figcaption .link:active,
                  html body .content .post.post-format-comment .comment-content .text figure figcaption a:hover,
                  html body .content .post.post-format-comment .comment-content .text figure figcaption a:active,
                  html body .content .post.post-format-comment .comment-content .text figure .figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text figure .figcaption .link:active,
                  html body .content .post.post-format-comment .comment-content .text figure .figcaption a:hover,
                  html body .content .post.post-format-comment .comment-content .text figure .figcaption a:active,
                  html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text .link:hover,
                  html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text .link:active,
                  html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text a:hover,
                  html body .content .post.post-format-comment .comment-content .text figure .wp-caption-text a:active,
                  html body .content .post.post-format-comment .comment-content .text figure .gallery-caption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text figure .gallery-caption .link:active,
                  html body .content .post.post-format-comment .comment-content .text figure .gallery-caption a:hover,
                  html body .content .post.post-format-comment .comment-content .text figure .gallery-caption a:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption .link:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption a:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption figcaption a:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption .link:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption a:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .figcaption a:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link:active,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a:hover,
                  html body .content .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure figcaption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .figcaption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure figcaption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure figcaption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure figcaption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .figcaption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text figure .gallery-caption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link:active,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a:hover,
                  html body .content .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a:active {
                    text-decoration: line-through; }
              html body .content .post.post-format-comment .comment-content .text .figure.alignright,
              html body .content .post.post-format-comment .comment-content .text figure.alignright,
              html body .content .post.post-format-comment .comment-content .text .wp-caption.alignright,
              html body .content .post.post-format-comment .comment-excerpt .text .figure.alignright,
              html body .content .post.post-format-comment .comment-excerpt .text figure.alignright,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption.alignright {
                float: right;
                margin: 1.25em 0 1.25em 1.25em; }
              html body .content .post.post-format-comment .comment-content .text .figure.alignleft,
              html body .content .post.post-format-comment .comment-content .text figure.alignleft,
              html body .content .post.post-format-comment .comment-content .text .wp-caption.alignleft,
              html body .content .post.post-format-comment .comment-excerpt .text .figure.alignleft,
              html body .content .post.post-format-comment .comment-excerpt .text figure.alignleft,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption.alignleft {
                float: left;
                margin: 1.25em 1.25em 1.25em 0; }
              html body .content .post.post-format-comment .comment-content .text .figure.aligncenter,
              html body .content .post.post-format-comment .comment-content .text figure.aligncenter,
              html body .content .post.post-format-comment .comment-content .text .wp-caption.aligncenter,
              html body .content .post.post-format-comment .comment-excerpt .text .figure.aligncenter,
              html body .content .post.post-format-comment .comment-excerpt .text figure.aligncenter,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption.aligncenter {
                display: block;
                margin-left: auto;
                margin-right: auto; }
              html body .content .post.post-format-comment .comment-content .text .figure.alignnone,
              html body .content .post.post-format-comment .comment-content .text figure.alignnone,
              html body .content .post.post-format-comment .comment-content .text .wp-caption.alignnone,
              html body .content .post.post-format-comment .comment-excerpt .text .figure.alignnone,
              html body .content .post.post-format-comment .comment-excerpt .text figure.alignnone,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption.alignnone {
                text-align: unset; }
              html body .content .post.post-format-comment .comment-content .text .figure + p,
              html body .content .post.post-format-comment .comment-content .text figure + p,
              html body .content .post.post-format-comment .comment-content .text .wp-caption + p,
              html body .content .post.post-format-comment .comment-excerpt .text .figure + p,
              html body .content .post.post-format-comment .comment-excerpt .text figure + p,
              html body .content .post.post-format-comment .comment-excerpt .text .wp-caption + p {
                margin-top: 1.25em; }
            html body .content .post.post-format-comment .comment-content .text .gist,
            html body .content .post.post-format-comment .comment-excerpt .text .gist {
              margin: 1.25em 0; }
            html body .content .post.post-format-comment .comment-content .text .code,
            html body .content .post.post-format-comment .comment-content .text code,
            html body .content .post.post-format-comment .comment-excerpt .text .code,
            html body .content .post.post-format-comment .comment-excerpt .text code {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
              display: block;
              word-wrap: normal; }
            html body .content .post.post-format-comment .comment-content .text pre,
            html body .content .post.post-format-comment .comment-content .text .pre,
            html body .content .post.post-format-comment .comment-excerpt .text pre,
            html body .content .post.post-format-comment .comment-excerpt .text .pre {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
              white-space: pre-wrap; }
            html body .content .post.post-format-comment .comment-content .text b,
            html body .content .post.post-format-comment .comment-content .text strong,
            html body .content .post.post-format-comment .comment-content .text .strong,
            html body .content .post.post-format-comment .comment-content .text .b,
            html body .content .post.post-format-comment .comment-content .text .bold,
            html body .content .post.post-format-comment .comment-excerpt .text b,
            html body .content .post.post-format-comment .comment-excerpt .text strong,
            html body .content .post.post-format-comment .comment-excerpt .text .strong,
            html body .content .post.post-format-comment .comment-excerpt .text .b,
            html body .content .post.post-format-comment .comment-excerpt .text .bold {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .post.post-format-comment .comment-content .text b em,
              html body .content .post.post-format-comment .comment-content .text b .em,
              html body .content .post.post-format-comment .comment-content .text b i,
              html body .content .post.post-format-comment .comment-content .text b .i,
              html body .content .post.post-format-comment .comment-content .text strong em,
              html body .content .post.post-format-comment .comment-content .text strong .em,
              html body .content .post.post-format-comment .comment-content .text strong i,
              html body .content .post.post-format-comment .comment-content .text strong .i,
              html body .content .post.post-format-comment .comment-content .text .strong em,
              html body .content .post.post-format-comment .comment-content .text .strong .em,
              html body .content .post.post-format-comment .comment-content .text .strong i,
              html body .content .post.post-format-comment .comment-content .text .strong .i,
              html body .content .post.post-format-comment .comment-content .text .b em,
              html body .content .post.post-format-comment .comment-content .text .b .em,
              html body .content .post.post-format-comment .comment-content .text .b i,
              html body .content .post.post-format-comment .comment-content .text .b .i,
              html body .content .post.post-format-comment .comment-content .text .bold em,
              html body .content .post.post-format-comment .comment-content .text .bold .em,
              html body .content .post.post-format-comment .comment-content .text .bold i,
              html body .content .post.post-format-comment .comment-content .text .bold .i,
              html body .content .post.post-format-comment .comment-excerpt .text b em,
              html body .content .post.post-format-comment .comment-excerpt .text b .em,
              html body .content .post.post-format-comment .comment-excerpt .text b i,
              html body .content .post.post-format-comment .comment-excerpt .text b .i,
              html body .content .post.post-format-comment .comment-excerpt .text strong em,
              html body .content .post.post-format-comment .comment-excerpt .text strong .em,
              html body .content .post.post-format-comment .comment-excerpt .text strong i,
              html body .content .post.post-format-comment .comment-excerpt .text strong .i,
              html body .content .post.post-format-comment .comment-excerpt .text .strong em,
              html body .content .post.post-format-comment .comment-excerpt .text .strong .em,
              html body .content .post.post-format-comment .comment-excerpt .text .strong i,
              html body .content .post.post-format-comment .comment-excerpt .text .strong .i,
              html body .content .post.post-format-comment .comment-excerpt .text .b em,
              html body .content .post.post-format-comment .comment-excerpt .text .b .em,
              html body .content .post.post-format-comment .comment-excerpt .text .b i,
              html body .content .post.post-format-comment .comment-excerpt .text .b .i,
              html body .content .post.post-format-comment .comment-excerpt .text .bold em,
              html body .content .post.post-format-comment .comment-excerpt .text .bold .em,
              html body .content .post.post-format-comment .comment-excerpt .text .bold i,
              html body .content .post.post-format-comment .comment-excerpt .text .bold .i {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .post.post-format-comment .comment-content .text em,
            html body .content .post.post-format-comment .comment-content .text i,
            html body .content .post.post-format-comment .comment-content .text .em,
            html body .content .post.post-format-comment .comment-content .text .i,
            html body .content .post.post-format-comment .comment-excerpt .text em,
            html body .content .post.post-format-comment .comment-excerpt .text i,
            html body .content .post.post-format-comment .comment-excerpt .text .em,
            html body .content .post.post-format-comment .comment-excerpt .text .i {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .post.post-format-comment .comment-content .text em b,
              html body .content .post.post-format-comment .comment-content .text em strong,
              html body .content .post.post-format-comment .comment-content .text em .strong,
              html body .content .post.post-format-comment .comment-content .text em .b,
              html body .content .post.post-format-comment .comment-content .text em .bold,
              html body .content .post.post-format-comment .comment-content .text i b,
              html body .content .post.post-format-comment .comment-content .text i strong,
              html body .content .post.post-format-comment .comment-content .text i .strong,
              html body .content .post.post-format-comment .comment-content .text i .b,
              html body .content .post.post-format-comment .comment-content .text i .bold,
              html body .content .post.post-format-comment .comment-content .text .em b,
              html body .content .post.post-format-comment .comment-content .text .em strong,
              html body .content .post.post-format-comment .comment-content .text .em .strong,
              html body .content .post.post-format-comment .comment-content .text .em .b,
              html body .content .post.post-format-comment .comment-content .text .em .bold,
              html body .content .post.post-format-comment .comment-content .text .i b,
              html body .content .post.post-format-comment .comment-content .text .i strong,
              html body .content .post.post-format-comment .comment-content .text .i .strong,
              html body .content .post.post-format-comment .comment-content .text .i .b,
              html body .content .post.post-format-comment .comment-content .text .i .bold,
              html body .content .post.post-format-comment .comment-excerpt .text em b,
              html body .content .post.post-format-comment .comment-excerpt .text em strong,
              html body .content .post.post-format-comment .comment-excerpt .text em .strong,
              html body .content .post.post-format-comment .comment-excerpt .text em .b,
              html body .content .post.post-format-comment .comment-excerpt .text em .bold,
              html body .content .post.post-format-comment .comment-excerpt .text i b,
              html body .content .post.post-format-comment .comment-excerpt .text i strong,
              html body .content .post.post-format-comment .comment-excerpt .text i .strong,
              html body .content .post.post-format-comment .comment-excerpt .text i .b,
              html body .content .post.post-format-comment .comment-excerpt .text i .bold,
              html body .content .post.post-format-comment .comment-excerpt .text .em b,
              html body .content .post.post-format-comment .comment-excerpt .text .em strong,
              html body .content .post.post-format-comment .comment-excerpt .text .em .strong,
              html body .content .post.post-format-comment .comment-excerpt .text .em .b,
              html body .content .post.post-format-comment .comment-excerpt .text .em .bold,
              html body .content .post.post-format-comment .comment-excerpt .text .i b,
              html body .content .post.post-format-comment .comment-excerpt .text .i strong,
              html body .content .post.post-format-comment .comment-excerpt .text .i .strong,
              html body .content .post.post-format-comment .comment-excerpt .text .i .b,
              html body .content .post.post-format-comment .comment-excerpt .text .i .bold {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .post.post-format-comment .comment-content .text table,
            html body .content .post.post-format-comment .comment-content .text .table,
            html body .content .post.post-format-comment .comment-excerpt .text table,
            html body .content .post.post-format-comment .comment-excerpt .text .table {
              border-collapse: collapse; }
              html body .content .post.post-format-comment .comment-content .text table .th,
              html body .content .post.post-format-comment .comment-content .text table th,
              html body .content .post.post-format-comment .comment-content .text table .td,
              html body .content .post.post-format-comment .comment-content .text table td,
              html body .content .post.post-format-comment .comment-content .text .table .th,
              html body .content .post.post-format-comment .comment-content .text .table th,
              html body .content .post.post-format-comment .comment-content .text .table .td,
              html body .content .post.post-format-comment .comment-content .text .table td,
              html body .content .post.post-format-comment .comment-excerpt .text table .th,
              html body .content .post.post-format-comment .comment-excerpt .text table th,
              html body .content .post.post-format-comment .comment-excerpt .text table .td,
              html body .content .post.post-format-comment .comment-excerpt .text table td,
              html body .content .post.post-format-comment .comment-excerpt .text .table .th,
              html body .content .post.post-format-comment .comment-excerpt .text .table th,
              html body .content .post.post-format-comment .comment-excerpt .text .table .td,
              html body .content .post.post-format-comment .comment-excerpt .text .table td {
                border-bottom: 1px solid;
                text-align: left; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text table .th,
                  html body .content .post.post-format-comment .comment-content .text table th,
                  html body .content .post.post-format-comment .comment-content .text table .td,
                  html body .content .post.post-format-comment .comment-content .text table td,
                  html body .content .post.post-format-comment .comment-content .text .table .th,
                  html body .content .post.post-format-comment .comment-content .text .table th,
                  html body .content .post.post-format-comment .comment-content .text .table .td,
                  html body .content .post.post-format-comment .comment-content .text .table td,
                  html body .content .post.post-format-comment .comment-excerpt .text table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text table th,
                  html body .content .post.post-format-comment .comment-excerpt .text table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text table td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table td {
                    padding-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text table .th,
                  html body .content .post.post-format-comment .comment-content .text table th,
                  html body .content .post.post-format-comment .comment-content .text table .td,
                  html body .content .post.post-format-comment .comment-content .text table td,
                  html body .content .post.post-format-comment .comment-content .text .table .th,
                  html body .content .post.post-format-comment .comment-content .text .table th,
                  html body .content .post.post-format-comment .comment-content .text .table .td,
                  html body .content .post.post-format-comment .comment-content .text .table td,
                  html body .content .post.post-format-comment .comment-excerpt .text table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text table th,
                  html body .content .post.post-format-comment .comment-excerpt .text table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text table td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table td {
                    padding-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .post.post-format-comment .comment-content .text table .th,
                  html body .content .post.post-format-comment .comment-content .text table th,
                  html body .content .post.post-format-comment .comment-content .text table .td,
                  html body .content .post.post-format-comment .comment-content .text table td,
                  html body .content .post.post-format-comment .comment-content .text .table .th,
                  html body .content .post.post-format-comment .comment-content .text .table th,
                  html body .content .post.post-format-comment .comment-content .text .table .td,
                  html body .content .post.post-format-comment .comment-content .text .table td,
                  html body .content .post.post-format-comment .comment-excerpt .text table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text table th,
                  html body .content .post.post-format-comment .comment-excerpt .text table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text table td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table td {
                    padding-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .post.post-format-comment .comment-content .text table .th,
                  html body .content .post.post-format-comment .comment-content .text table th,
                  html body .content .post.post-format-comment .comment-content .text table .td,
                  html body .content .post.post-format-comment .comment-content .text table td,
                  html body .content .post.post-format-comment .comment-content .text .table .th,
                  html body .content .post.post-format-comment .comment-content .text .table th,
                  html body .content .post.post-format-comment .comment-content .text .table .td,
                  html body .content .post.post-format-comment .comment-content .text .table td,
                  html body .content .post.post-format-comment .comment-excerpt .text table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text table th,
                  html body .content .post.post-format-comment .comment-excerpt .text table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text table td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table th,
                  html body .content .post.post-format-comment .comment-excerpt .text .table .td,
                  html body .content .post.post-format-comment .comment-excerpt .text .table td {
                    padding-right: 1.25em; } }
              html body .content .post.post-format-comment .comment-content .text table .th,
              html body .content .post.post-format-comment .comment-content .text table th,
              html body .content .post.post-format-comment .comment-content .text .table .th,
              html body .content .post.post-format-comment .comment-content .text .table th,
              html body .content .post.post-format-comment .comment-excerpt .text table .th,
              html body .content .post.post-format-comment .comment-excerpt .text table th,
              html body .content .post.post-format-comment .comment-excerpt .text .table .th,
              html body .content .post.post-format-comment .comment-excerpt .text .table th {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .post.post-format-comment .comment-content .text table .th > *,
                html body .content .post.post-format-comment .comment-content .text table th > *,
                html body .content .post.post-format-comment .comment-content .text .table .th > *,
                html body .content .post.post-format-comment .comment-content .text .table th > *,
                html body .content .post.post-format-comment .comment-excerpt .text table .th > *,
                html body .content .post.post-format-comment .comment-excerpt .text table th > *,
                html body .content .post.post-format-comment .comment-excerpt .text .table .th > *,
                html body .content .post.post-format-comment .comment-excerpt .text .table th > * {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl,
              html body .content .post.post-format-comment .comment-content .text .dl,
              html body .content .post.post-format-comment .comment-excerpt .text dl,
              html body .content .post.post-format-comment .comment-excerpt .text .dl {
                margin-right: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text dl dd,
              html body .content .post.post-format-comment .comment-content .text dl .dd,
              html body .content .post.post-format-comment .comment-content .text .dl dd,
              html body .content .post.post-format-comment .comment-content .text .dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text dl .dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl dd,
              html body .content .post.post-format-comment .comment-excerpt .text .dl .dd {
                margin-right: 0; } }
            html body .content .post.post-format-comment .comment-content .text .address,
            html body .content .post.post-format-comment .comment-content .text address,
            html body .content .post.post-format-comment .comment-excerpt .text .address,
            html body .content .post.post-format-comment .comment-excerpt .text address {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .post.post-format-comment .comment-content .text abbr,
            html body .content .post.post-format-comment .comment-content .text .abbr,
            html body .content .post.post-format-comment .comment-excerpt .text abbr,
            html body .content .post.post-format-comment .comment-excerpt .text .abbr {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
              font-variant: all-petite-caps; }
            html body .content .post.post-format-comment .comment-content .text acronym,
            html body .content .post.post-format-comment .comment-content .text .acronym,
            html body .content .post.post-format-comment .comment-excerpt .text acronym,
            html body .content .post.post-format-comment .comment-excerpt .text .acronym {
              font-variant: all-petite-caps; }
            html body .content .post.post-format-comment .comment-content .text big,
            html body .content .post.post-format-comment .comment-content .text .big,
            html body .content .post.post-format-comment .comment-excerpt .text big,
            html body .content .post.post-format-comment .comment-excerpt .text .big {
              font-size: 1.25em; }
            html body .content .post.post-format-comment .comment-content .text small,
            html body .content .post.post-format-comment .comment-content .text .small,
            html body .content .post.post-format-comment .comment-excerpt .text small,
            html body .content .post.post-format-comment .comment-excerpt .text .small {
              font-size: 0.8em; }
            html body .content .post.post-format-comment .comment-content .text cite,
            html body .content .post.post-format-comment .comment-content .text .cite,
            html body .content .post.post-format-comment .comment-excerpt .text cite,
            html body .content .post.post-format-comment .comment-excerpt .text .cite {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
              display: block; }
              html body .content .post.post-format-comment .comment-content .text cite::before,
              html body .content .post.post-format-comment .comment-content .text .cite::before,
              html body .content .post.post-format-comment .comment-excerpt .text cite::before,
              html body .content .post.post-format-comment .comment-excerpt .text .cite::before {
                content: 'by';
                padding-right: 0.3125em; }
            html body .content .post.post-format-comment .comment-content .text del,
            html body .content .post.post-format-comment .comment-content .text .del,
            html body .content .post.post-format-comment .comment-content .text s,
            html body .content .post.post-format-comment .comment-content .text .s,
            html body .content .post.post-format-comment .comment-excerpt .text del,
            html body .content .post.post-format-comment .comment-excerpt .text .del,
            html body .content .post.post-format-comment .comment-excerpt .text s,
            html body .content .post.post-format-comment .comment-excerpt .text .s {
              text-decoration: line-through; }
            html body .content .post.post-format-comment .comment-content .text kbd,
            html body .content .post.post-format-comment .comment-content .text .kbd,
            html body .content .post.post-format-comment .comment-content .text tt,
            html body .content .post.post-format-comment .comment-content .text .tt,
            html body .content .post.post-format-comment .comment-excerpt .text kbd,
            html body .content .post.post-format-comment .comment-excerpt .text .kbd,
            html body .content .post.post-format-comment .comment-excerpt .text tt,
            html body .content .post.post-format-comment .comment-excerpt .text .tt {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
            html body .content .post.post-format-comment .comment-content .text ins,
            html body .content .post.post-format-comment .comment-content .text .ins,
            html body .content .post.post-format-comment .comment-excerpt .text ins,
            html body .content .post.post-format-comment .comment-excerpt .text .ins {
              font-variant: small-caps; }
            html body .content .post.post-format-comment .comment-content .text strike,
            html body .content .post.post-format-comment .comment-content .text .strike,
            html body .content .post.post-format-comment .comment-content .text s,
            html body .content .post.post-format-comment .comment-content .text .s,
            html body .content .post.post-format-comment .comment-excerpt .text strike,
            html body .content .post.post-format-comment .comment-excerpt .text .strike,
            html body .content .post.post-format-comment .comment-excerpt .text s,
            html body .content .post.post-format-comment .comment-excerpt .text .s {
              text-decoration: line-through; }
            html body .content .post.post-format-comment .comment-content .text sub,
            html body .content .post.post-format-comment .comment-content .text .sub,
            html body .content .post.post-format-comment .comment-content .text sup,
            html body .content .post.post-format-comment .comment-content .text .sup,
            html body .content .post.post-format-comment .comment-excerpt .text sub,
            html body .content .post.post-format-comment .comment-excerpt .text .sub,
            html body .content .post.post-format-comment .comment-excerpt .text sup,
            html body .content .post.post-format-comment .comment-excerpt .text .sup {
              font-size: 0.8em;
              bottom: 0;
              top: 0; }
            html body .content .post.post-format-comment .comment-content .text sub,
            html body .content .post.post-format-comment .comment-content .text .sub,
            html body .content .post.post-format-comment .comment-excerpt .text sub,
            html body .content .post.post-format-comment .comment-excerpt .text .sub {
              vertical-align: sub; }
            html body .content .post.post-format-comment .comment-content .text sup,
            html body .content .post.post-format-comment .comment-content .text .sup,
            html body .content .post.post-format-comment .comment-excerpt .text sup,
            html body .content .post.post-format-comment .comment-excerpt .text .sup {
              vertical-align: super; }
            html body .content .post.post-format-comment .comment-content .text iframe,
            html body .content .post.post-format-comment .comment-excerpt .text iframe {
              border: 1px solid;
              border: 1px solid !important; }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-content .text > * + *,
              html body .content .post.post-format-comment .comment-excerpt .text > * + * {
                margin-right: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-content .comment-read-more,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more {
              margin-right: 0; } }
          html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link,
          html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
            html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 3.75em;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
              html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__line,
              html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__line {
                border-bottom: 1px solid;
                width: calc(3.125em); }
              html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle,
              html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--right,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--left,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.625em 0.625em 0.625em 0; }
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--top,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.625em 0.625em 0.625em; }
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--bottom,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.625em 0.625em 0 0.625em; }
              html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--right,
              html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--right {
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--left,
              html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--left {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--top,
              html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--top {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
              html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--bottom,
              html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--bottom {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-left: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-left: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                html body .content .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                  margin-right: 0; } }
        html body .content .post.post-format-comment .comment-date-and-time,
        html body .content .post.post-format-comment .comment-post-title-with-arrows {
          font-size: 0.8em; }
        html body .content .post.post-format-comment .comment-post-title-with-arrows {
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 3.75em;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            position: relative; }
            html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__line {
              border-bottom: 1px solid;
              width: calc(3.125em); }
            html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle {
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent transparent black;
              border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--right {
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--left {
                border-color: transparent black transparent transparent;
                border-width: 0.625em 0.625em 0.625em 0; }
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--top {
                border-color: transparent transparent black transparent;
                border-width: 0 0.625em 0.625em 0.625em; }
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--bottom {
                border-color: black transparent transparent transparent;
                border-width: 0.625em 0.625em 0 0.625em; }
            html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--right {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--left {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--top {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
            html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--bottom {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                margin-right: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .post.post-format-comment .comment-post-title-with-arrows .comment-title {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .post.post-format-comment .comment-post-title-with-arrows .comment-title {
              padding-bottom: 2.5em; } }
        html body .content .post.post-format-comment a,
        html body .content .post.post-format-comment .link {
          background-color: "" !important;
          color: "" !important; }
      @media only screen and (max-width: 767.9px) {
        html body .content .post.post-with-sidebar .post-content-between-sidebars {
          width: 100%; }
        html body .content .post.post-with-sidebar .post-sidebar {
          position: absolute; }
        html body .content .post.post-with-sidebar .post-sidebar-left {
          top: -1.25em; }
        html body .content .post.post-with-sidebar .post-sidebar-right {
          bottom: -1.25em; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        html body .content .post.post-with-sidebar .post-content-between-sidebars {
          width: 100%; }
        html body .content .post.post-with-sidebar .post-sidebar {
          position: absolute; }
        html body .content .post.post-with-sidebar .post-sidebar-left {
          top: -1.25em; }
        html body .content .post.post-with-sidebar .post-sidebar-right {
          bottom: -1.25em; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
        html body .content .post.post-with-sidebar .post-content-between-sidebars {
          width: 37.5em; }
        html body .content .post.post-with-sidebar .post-sidebar {
          padding-top: 1.25em;
          width: calc((100% - 37.5em) / 2); } }
      @media only screen and (min-width: 1600.1px) {
        html body .content .post.post-with-sidebar .post-content-between-sidebars {
          width: 37.5em; }
        html body .content .post.post-with-sidebar .post-sidebar {
          padding-top: 1.25em;
          width: calc((100% - 37.5em) / 2); } }
      html body .content .post.post-with-sidebar .post-sidebar {
        visibility: hidden; }
        @media only screen and (orientation: portrait) {
          html body .content .post.post-with-sidebar .post-sidebar aside {
            border: 1px solid; } }

@media only screen and (orientation: landscape) and (min-width: 1025px) {
  html body .content .post.post-with-sidebar .post-sidebar aside {
    height: 1.25em;
    word-wrap: break-word; } }
        @media only screen and (orientation: landscape) {
          html body .content .post.post-with-sidebar .post-sidebar.post-sidebar-left aside {
            border: 1px solid; } }
        @media only screen and (orientation: landscape) {
          html body .content .post.post-with-sidebar .post-sidebar.post-sidebar-right aside {
            height: 1.25em;
            word-wrap: break-word; } }
      html body .content .post.post-with-sidebar .post-content-between-sidebars {
        border: 1px solid; }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-bottom: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-bottom: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-left: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-left: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-right: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-title,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-meta,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
          html body .content .post.post-with-sidebar .post-content-between-sidebars .post-footer {
            padding-right: 2.5em; } }
      html body .content .post.post-with-sidebar.post-format-status .post-content-between-sidebars {
        border: 0; }
      html body .content .post.post-with-sidebar--clicked .post-sidebar {
        visibility: visible; }
      html body .content .navigation {
        border-top: 1px solid;
        border-bottom: 1px solid;
        width: 100%; }
        @media only screen and (max-width: 767.9px) {
          html body .content .navigation {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .navigation {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .navigation {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .navigation {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .navigation {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .navigation {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .navigation {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .navigation {
            margin-right: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .navigation {
            padding-top: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .navigation {
            padding-top: 1.25em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .navigation {
            padding-bottom: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .navigation {
            padding-bottom: 1.25em; } }
        html body .content .navigation .arrow-with-triangle {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 3.75em;
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg);
          margin-right: 0.625em; }
          html body .content .navigation .arrow-with-triangle__line {
            border-bottom: 1px solid;
            width: calc(3.125em); }
          html body .content .navigation .arrow-with-triangle__triangle {
            border-style: solid;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent black;
            border-width: 0.625em 0 0.625em 0.625em; }
            html body .content .navigation .arrow-with-triangle__triangle--right {
              border-color: transparent transparent transparent black;
              border-width: 0.625em 0 0.625em 0.625em; }
            html body .content .navigation .arrow-with-triangle__triangle--left {
              border-color: transparent black transparent transparent;
              border-width: 0.625em 0.625em 0.625em 0; }
            html body .content .navigation .arrow-with-triangle__triangle--top {
              border-color: transparent transparent black transparent;
              border-width: 0 0.625em 0.625em 0.625em; }
            html body .content .navigation .arrow-with-triangle__triangle--bottom {
              border-color: black transparent transparent transparent;
              border-width: 0.625em 0.625em 0 0.625em; }
          html body .content .navigation .arrow-with-triangle--right {
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
          html body .content .navigation .arrow-with-triangle--left {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); }
          html body .content .navigation .arrow-with-triangle--top {
            -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
          html body .content .navigation .arrow-with-triangle--bottom {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
        html body .content .navigation a,
        html body .content .navigation .link {
          background-color: white;
          color: black;
          text-decoration: underline;
          transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
          will-change: text-decoration; }
          html body .content .navigation a:hover, html body .content .navigation a:active,
          html body .content .navigation .link:hover,
          html body .content .navigation .link:active {
            text-decoration: line-through; }
        html body .content .navigation.navigation-for-post .ul .li {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
          html body .content .navigation.navigation-for-post .ul .li + .li {
            margin-top: 0.625em; }
        html body .content .navigation.posts-navigation .nav-links .nav-previous a,
        html body .content .navigation.posts-navigation .nav-links .nav-next a {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        html body .content .navigation.pages-navigation {
          width: 100%;
          border: none; }
          @media only screen and (max-width: 767.9px) {
            html body .content .navigation.pages-navigation {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .navigation.pages-navigation {
              margin-top: 2.5em; } }
          html body .content .navigation.pages-navigation .pages-navigation-arrows .ul {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            @media only screen and (max-width: 767.9px) {
              html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li .link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; }
                html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li .link .arrow-with-triangle {
                  margin-bottom: 0.625em; }
              html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.middle {
                -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                    align-self: center; } }
            @media only screen and (min-width: 768px) {
              html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li .link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li .link .arrow-with-triangle {
                  margin-right: 1.25em;
                  margin-left: 0; }
              html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.next .link {
                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; }
                html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.next .link .arrow-with-triangle {
                  -webkit-box-ordinal-group: 3;
                      -ms-flex-order: 2;
                          order: 2;
                  margin-left: 1.25em;
                  margin-right: 0; } }
            html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.middle {
              cursor: pointer; }
          html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.prev, html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.next {
            width: calc((100% - 3.75em) / 2); }
          html body .content .navigation.pages-navigation .pages-navigation-arrows .ul .li.next .link {
            text-align: right;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end; }
          html body .content .navigation.pages-navigation .page-breadcrumb {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .navigation.pages-navigation .page-breadcrumb {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .navigation.pages-navigation .page-breadcrumb {
                margin-top: 2.5em; } }
            html body .content .navigation.pages-navigation .page-breadcrumb .ul {
              list-style: none;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .navigation.pages-navigation .page-breadcrumb .ul .li {
                margin-bottom: 0.625em;
                margin-right: 0.625em; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li + .li {
                  margin-left: 0; }
              html body .content .navigation.pages-navigation .page-breadcrumb .ul .li {
                margin-bottom: 1.25em; }
              @media only screen and (max-width: 767.9px) {
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li {
                  margin-bottom: 0.625em; } }
              html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .link {
                background-color: white;
                color: black;
                text-decoration: underline;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .link:hover, html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .link:active {
                  text-decoration: line-through; }
              html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .triangle {
                display: block;
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.3125em 0 0.3125em 0.3125em; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.3125em 0 0.3125em 0.3125em; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.3125em 0.3125em 0.3125em 0; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.3125em 0.3125em 0.3125em; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li .triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.3125em 0.3125em 0 0.3125em; }
              html body .content .navigation.pages-navigation .page-breadcrumb .ul .li:last-of-type .link {
                background-color: white;
                color: black;
                text-decoration: line-through;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .navigation.pages-navigation .page-breadcrumb .ul .li:last-of-type .link:hover, html body .content .navigation.pages-navigation .page-breadcrumb .ul .li:last-of-type .link:active {
                  text-decoration: underline; }
            html body .content .navigation.pages-navigation .page-breadcrumb .ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
      html body .content .home {
        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; }
        @media only screen and (max-width: 767.9px) {
          html body .content .home {
            width: 100%; } }
        html body .content .home .post-list--with-comments {
          width: 100%; }
          html body .content .home .post-list--with-comments .list-title {
            display: none; }
          html body .content .home .post-list--with-comments .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .home .post-list--with-comments .list-items .post + .post {
                margin-right: 0; } }
        @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body .content .home .post-format-comment,
          html body .content .home .navigation {
            max-width: 37.5em; } }
        @media only screen and (min-width: 1600.1px) {
          html body .content .home .post-format-comment,
          html body .content .home .navigation {
            max-width: 37.5em; } }
      html body .content .single {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        html body .content .single .post-single {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single {
              border-bottom: 1px solid; } }
  @media only screen and (max-width: 767.9px) and (max-width: 767.9px) {
    html body .content .single .post-single {
      padding-bottom: 2.5em; } }
  @media only screen and (max-width: 767.9px) and (min-width: 768px) {
    html body .content .single .post-single {
      padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single {
              border: 1px solid; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .single .post-single {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .single .post-single {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .single .post-single {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .single .post-single {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .single .post-single {
      padding-left: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .single .post-single {
      padding-left: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .single .post-single {
      padding-right: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .single .post-single {
      padding-right: 2.5em; } }
          html body .content .single .post-single .post-title .text {
            word-wrap: break-word; }
          html body .content .single .post-single .post-title .text {
            font-size: 1.953em;
            letter-spacing: 0.625em;
            line-height: 1.1; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-title {
              margin-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-title {
              margin-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-title {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-title {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-title {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-title {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-title {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-title {
              margin-right: 0; } }
          html body .content .single .post-single figure {
            border: 1px solid;
            padding: 1.25em; }
            html body .content .single .post-single figure .figcaption,
            html body .content .single .post-single figure figcaption {
              display: inline-block; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-single .post-featured-image + .post-content {
              margin-right: 0; } }
          html body .content .single .post-single.post_format-post-format-image .post-featured-image {
            display: none; }
        html body .content .single .post-footer {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer {
              margin-bottom: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer {
              margin-bottom: 1.25em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer {
              margin-right: 0; } }
          html body .content .single .post-footer .list {
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html body .content .single .post-footer .list .topic,
            html body .content .single .post-footer .list .posted-on,
            html body .content .single .post-footer .list .posted-by,
            html body .content .single .post-footer .list .edit-link {
              border: 1px solid;
              padding: 0.3125em 0.625em; }
              html body .content .single .post-footer .list .topic .topic-link,
              html body .content .single .post-footer .list .topic a,
              html body .content .single .post-footer .list .posted-on .topic-link,
              html body .content .single .post-footer .list .posted-on a,
              html body .content .single .post-footer .list .posted-by .topic-link,
              html body .content .single .post-footer .list .posted-by a,
              html body .content .single .post-footer .list .edit-link .topic-link,
              html body .content .single .post-footer .list .edit-link a {
                background-color: white;
                color: black;
                text-decoration: none;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .single .post-footer .list .topic .topic-link:hover, html body .content .single .post-footer .list .topic .topic-link:active,
                html body .content .single .post-footer .list .topic a:hover,
                html body .content .single .post-footer .list .topic a:active,
                html body .content .single .post-footer .list .posted-on .topic-link:hover,
                html body .content .single .post-footer .list .posted-on .topic-link:active,
                html body .content .single .post-footer .list .posted-on a:hover,
                html body .content .single .post-footer .list .posted-on a:active,
                html body .content .single .post-footer .list .posted-by .topic-link:hover,
                html body .content .single .post-footer .list .posted-by .topic-link:active,
                html body .content .single .post-footer .list .posted-by a:hover,
                html body .content .single .post-footer .list .posted-by a:active,
                html body .content .single .post-footer .list .edit-link .topic-link:hover,
                html body .content .single .post-footer .list .edit-link .topic-link:active,
                html body .content .single .post-footer .list .edit-link a:hover,
                html body .content .single .post-footer .list .edit-link a:active {
                  text-decoration: line-through; }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-bottom: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-bottom: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .post-footer .list .topic,
                html body .content .single .post-footer .list .posted-on,
                html body .content .single .post-footer .list .posted-by,
                html body .content .single .post-footer .list .edit-link {
                  margin-right: 0; } }
          html body .content .single .post-footer .edit-link {
            display: block; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer + .navigation-for-post {
              margin-right: 0; } }
        html body .content .single .post-footer-summary {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer-summary {
              margin-bottom: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer-summary {
              margin-bottom: 1.25em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer-summary {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer-summary {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer-summary {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer-summary {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-footer-summary {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-footer-summary {
              margin-right: 0; } }
          html body .content .single .post-footer-summary .list {
            -webkit-box-align: last baseline;
                -ms-flex-align: last baseline;
                    align-items: last baseline;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html body .content .single .post-footer-summary .list .link-with-prefix .link,
            html body .content .single .post-footer-summary .list .topic-with-prefix .topic,
            html body .content .single .post-footer-summary .list .posted-on,
            html body .content .single .post-footer-summary .list .posted-by {
              border: 1px solid;
              padding: 0.3125em 0.625em; }
              html body .content .single .post-footer-summary .list .link-with-prefix .link .topic-link,
              html body .content .single .post-footer-summary .list .link-with-prefix .link a,
              html body .content .single .post-footer-summary .list .topic-with-prefix .topic .topic-link,
              html body .content .single .post-footer-summary .list .topic-with-prefix .topic a,
              html body .content .single .post-footer-summary .list .posted-on .topic-link,
              html body .content .single .post-footer-summary .list .posted-on a,
              html body .content .single .post-footer-summary .list .posted-by .topic-link,
              html body .content .single .post-footer-summary .list .posted-by a {
                background-color: white;
                color: black;
                text-decoration: none;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .single .post-footer-summary .list .link-with-prefix .link .topic-link:hover, html body .content .single .post-footer-summary .list .link-with-prefix .link .topic-link:active,
                html body .content .single .post-footer-summary .list .link-with-prefix .link a:hover,
                html body .content .single .post-footer-summary .list .link-with-prefix .link a:active,
                html body .content .single .post-footer-summary .list .topic-with-prefix .topic .topic-link:hover,
                html body .content .single .post-footer-summary .list .topic-with-prefix .topic .topic-link:active,
                html body .content .single .post-footer-summary .list .topic-with-prefix .topic a:hover,
                html body .content .single .post-footer-summary .list .topic-with-prefix .topic a:active,
                html body .content .single .post-footer-summary .list .posted-on .topic-link:hover,
                html body .content .single .post-footer-summary .list .posted-on .topic-link:active,
                html body .content .single .post-footer-summary .list .posted-on a:hover,
                html body .content .single .post-footer-summary .list .posted-on a:active,
                html body .content .single .post-footer-summary .list .posted-by .topic-link:hover,
                html body .content .single .post-footer-summary .list .posted-by .topic-link:active,
                html body .content .single .post-footer-summary .list .posted-by a:hover,
                html body .content .single .post-footer-summary .list .posted-by a:active {
                  text-decoration: line-through; }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-right: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-right: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-footer-summary .list .link-with-prefix,
              html body .content .single .post-footer-summary .list .topic-with-prefix,
              html body .content .single .post-footer-summary .list .post-date-with-prefix,
              html body .content .single .post-footer-summary .list .post-author {
                margin-left: 0; } }
            html body .content .single .post-footer-summary .list .link-with-prefix .link {
              background-color: white;
              color: black;
              text-decoration: none;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .single .post-footer-summary .list .link-with-prefix .link:hover, html body .content .single .post-footer-summary .list .link-with-prefix .link:active {
                text-decoration: line-through; }
            html body .content .single .post-footer-summary .list .post-date-with-prefix {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              html body .content .single .post-footer-summary .list .post-date-with-prefix .date-prefix {
                word-wrap: break-word; }
        html body .content .single .comment-list {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .comment-list .list-title + .list-items {
              margin-right: 0; } }
          html body .content .single .comment-list .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .comment-list .list-items .comment + .comment {
                margin-right: 0; } }
            html body .content .single .comment-list .list-items .navigation {
              display: none; }
          html body .content .single .comment-list .comment-list-title {
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html body .content .single .comment-list .comment-list-title .number-of-comments {
              background-color: white;
              color: black;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex; }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-top: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-top: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-bottom: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-bottom: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-title .number-of-comments {
                  padding-right: 2.5em; } }
            html body .content .single .comment-list .comment-list-title .arrows {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 3.75em;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
                html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle__line {
                  border-bottom: 1px solid;
                  width: calc(3.125em); }
                html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle__triangle {
                  border-style: solid;
                  height: 0;
                  width: 0;
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle__triangle--right {
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle__triangle--left {
                    border-color: transparent black transparent transparent;
                    border-width: 0.625em 0.625em 0.625em 0; }
                  html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle__triangle--top {
                    border-color: transparent transparent black transparent;
                    border-width: 0 0.625em 0.625em 0.625em; }
                  html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle__triangle--bottom {
                    border-color: black transparent transparent transparent;
                    border-width: 0.625em 0.625em 0 0.625em; }
                html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle--right {
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg); }
                html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle--left {
                  -webkit-transform: rotate(180deg);
                          transform: rotate(180deg); }
                html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle--top {
                  -webkit-transform: rotate(-90deg);
                          transform: rotate(-90deg); }
                html body .content .single .comment-list .comment-list-title .arrows .arrow-with-triangle--bottom {
                  -webkit-transform: rotate(90deg);
                          transform: rotate(90deg); }
          html body .content .single .comment-list .comment-list-items .comment {
            width: 100%; }
            html body .content .single .comment-list .comment-list-items .comment .comment-content {
              border: 1px solid; }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .single .comment-list .comment-list-items .comment .comment-content {
                  padding-right: 2.5em; } }
              html body .content .single .comment-list .comment-list-items .comment .comment-content .text {
                word-wrap: break-word; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text p {
                  word-wrap: break-word; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text h1,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text h2,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text h3,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text h4,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text h5,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text h6 {
                  font-size: 1.953em;
                  letter-spacing: 0.625em;
                  line-height: 1.1; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text a,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .link {
                  background-color: white;
                  color: black;
                  text-decoration: underline;
                  transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                  will-change: text-decoration;
                  background-color: white;
                  color: black; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text a:hover, html body .content .single .comment-list .comment-list-items .comment .comment-content .text a:active,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .link:hover,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .link:active {
                    text-decoration: line-through; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol {
                  counter-reset: li; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                    display: block;
                    list-style: none; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-bottom: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-bottom: 1.25em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-left: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-left: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-right: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li {
                        margin-right: 0; } }
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li > *,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li > *,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li > *,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li > * {
                      display: inline-block; }
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                      content: counter(li);
                      counter-increment: li; }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-right: 1.25em; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-right: 2.5em; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-top: 0; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-top: 0; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-bottom: 0; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-bottom: 0; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-left: 0; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text ol > .li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > li::before,
                        html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ol > .li::before {
                          margin-left: 0; } }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul {
                  list-style-type: square;
                  margin-left: 1em; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > .ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > .ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > .ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > .ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > .ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > .ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > .ul,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > ol,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > .ol {
                    margin-top: 0; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > .ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > .ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > .ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > .ol {
                        padding-left: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li > .ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li > .ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li > .ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > .ul,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > ol,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li > .ol {
                        padding-left: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text ul li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul .li,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ul li {
                      margin-right: 0; } }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                  border-left: 1px solid; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-top: 2.5em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-top: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-bottom: 2.5em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-bottom: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-left: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-left: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-right: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text blockquote,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .blockquote {
                      padding-right: 2.5em; } }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text q,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .q {
                  border-left: 1px solid; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text q,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .q {
                      padding-left: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text q,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .q {
                      padding-left: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text q,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .q {
                      padding-right: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text q,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .q {
                      padding-right: 2.5em; } }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text img,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .img {
                  height: auto;
                  max-width: 100%; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text img.alignright,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .img.alignright {
                    float: right;
                    margin: 0 0 1.25em 1.25em; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text img.alignleft,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .img.alignleft {
                    float: left;
                    margin: 0 1.25em 1.25em 0; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text img.aligncenter,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .img.aligncenter {
                    display: block;
                    margin-left: auto;
                    margin-right: auto; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text img.alignnone,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .img.alignnone {
                    text-align: unset; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption {
                  display: block;
                  max-width: 100% !important; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure a,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .link,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure a,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .link,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption a,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .link {
                    background-color: transparent;
                    color: black;
                    text-decoration: underline;
                    transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                    will-change: text-decoration; }
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure a:hover, html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure a:active,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .link:hover,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .link:active,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure a:hover,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure a:active,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .link:hover,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .link:active,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption a:hover,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption a:active,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .link:hover,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .link:active {
                      text-decoration: line-through; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption {
                    background-color: white;
                    color: black;
                    font-size: 0.8em;
                    line-height: 1.5;
                    display: inline-block; }
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text a,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption .link,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption a {
                      background-color: white;
                      color: black;
                      text-decoration: underline;
                      transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                      will-change: text-decoration; }
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption .link:hover, html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure figcaption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .figcaption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .wp-caption-text a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure .gallery-caption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure figcaption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .figcaption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .wp-caption-text a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure .gallery-caption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption figcaption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .figcaption a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .wp-caption-text a:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption .link:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption .link:active,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption a:hover,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption .gallery-caption a:active {
                        text-decoration: line-through; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure.alignright,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure.alignright,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption.alignright {
                    float: right;
                    margin: 1.25em 0 1.25em 1.25em; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure.alignleft,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure.alignleft,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption.alignleft {
                    float: left;
                    margin: 1.25em 1.25em 1.25em 0; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure.aligncenter,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure.aligncenter,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption.aligncenter {
                    display: block;
                    margin-left: auto;
                    margin-right: auto; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure.alignnone,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure.alignnone,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption.alignnone {
                    text-align: unset; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .figure + p,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text figure + p,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .wp-caption + p {
                    margin-top: 1.25em; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .gist {
                  margin: 1.25em 0; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .code,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text code {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                  display: block;
                  word-wrap: normal; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text pre,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .pre {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                  white-space: pre-wrap; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text b,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text strong,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .strong,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .b,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .bold {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text b em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text b .em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text b i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text b .i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text strong em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text strong .em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text strong i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text strong .i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .strong em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .strong .em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .strong i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .strong .i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .b em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .b .em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .b i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .b .i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .bold em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .bold .em,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .bold i,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .bold .i {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text em,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text i,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .em,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .i {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text em b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text em strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text em .strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text em .b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text em .bold,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text i b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text i strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text i .strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text i .b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text i .bold,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .em b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .em strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .em .strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .em .b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .em .bold,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .i b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .i strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .i .strong,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .i .b,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .i .bold {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text table,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table {
                  border-collapse: collapse; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .td,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text table td,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .td,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table td {
                    border-bottom: 1px solid;
                    text-align: left; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table td {
                        padding-bottom: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table td {
                        padding-bottom: 1.25em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table td {
                        padding-right: 0.625em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text table td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .td,
                      html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table td {
                        padding-right: 1.25em; } }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text table .th > *,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text table th > *,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table .th > *,
                    html body .content .single .comment-list .comment-list-items .comment .comment-content .text .table th > * {
                      font-style: normal;
                      font-weight: normal;
                      font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl {
                    margin-right: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text dl .dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl dd,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .dl .dd {
                    margin-right: 0; } }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .address,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text address {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text abbr,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .abbr {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
                  font-variant: all-petite-caps; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text acronym,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .acronym {
                  font-variant: all-petite-caps; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text big,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .big {
                  font-size: 1.25em; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text small,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .small {
                  font-size: 0.8em; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text cite,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .cite {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
                  display: block; }
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text cite::before,
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text .cite::before {
                    content: 'by';
                    padding-right: 0.3125em; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text del,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .del,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text s,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .s {
                  text-decoration: line-through; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text kbd,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .kbd,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text tt,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .tt {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text ins,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .ins {
                  font-variant: small-caps; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text strike,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .strike,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text s,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .s {
                  text-decoration: line-through; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text sub,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .sub,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text sup,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .sup {
                  font-size: 0.8em;
                  bottom: 0;
                  top: 0; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text sub,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .sub {
                  vertical-align: sub; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text sup,
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text .sup {
                  vertical-align: super; }
                html body .content .single .comment-list .comment-list-items .comment .comment-content .text iframe {
                  border: 1px solid;
                  border: 1px solid !important; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .single .comment-list .comment-list-items .comment .comment-content .text > * + * {
                    margin-right: 0; } }
            html body .content .single .comment-list .comment-list-items .comment .comment-permalink {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; }
        html body .content .single .post-list--for-a-summary {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .single .post-list--for-a-summary .list-title + .list-items {
              margin-right: 0; } }
          html body .content .single .post-list--for-a-summary .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .single .post-list--for-a-summary .list-items .post + .post {
                margin-right: 0; } }
            html body .content .single .post-list--for-a-summary .list-items .navigation {
              display: none; }
      html body .content .archive {
        width: 100%; }
        html body .content .archive .archive-title {
          display: none; }
        html body .content .archive .archive-items {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items > * + * {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items > * + * {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items > * + * {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items > * + * {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items > * + * {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items > * + * {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items > * + * {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items > * + * {
              margin-right: 0; } }
          html body .content .archive .archive-items .navigation {
            display: none; }
        html body .content .archive .archive-items .archive-header {
          border: 1px solid;
          width: 100%;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; }
          html body .content .archive .archive-items .archive-header .breadcrumb {
            border-bottom: 1px solid;
            font-size: 0.8em; }
            html body .content .archive .archive-items .archive-header .breadcrumb .ul {
              list-style: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li:last-of-type {
                    margin-right: 0; } }
              html body .content .archive .archive-items .archive-header .breadcrumb .ul .li {
                -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                    align-self: center; }
                html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .link {
                  background-color: white;
                  color: black;
                  text-decoration: underline;
                  transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                  will-change: text-decoration; }
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .link:hover, html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .link:active {
                    text-decoration: line-through; }
                html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .triangle {
                  border-style: solid;
                  height: 0;
                  width: 0;
                  border-color: transparent transparent transparent black;
                  border-width: 0.3125em 0 0.3125em 0.3125em;
                  display: block; }
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .triangle--right {
                    border-color: transparent transparent transparent black;
                    border-width: 0.3125em 0 0.3125em 0.3125em; }
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .triangle--left {
                    border-color: transparent black transparent transparent;
                    border-width: 0.3125em 0.3125em 0.3125em 0; }
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .triangle--top {
                    border-color: transparent transparent black transparent;
                    border-width: 0 0.3125em 0.3125em 0.3125em; }
                  html body .content .archive .archive-items .archive-header .breadcrumb .ul .li .triangle--bottom {
                    border-color: black transparent transparent transparent;
                    border-width: 0.3125em 0.3125em 0 0.3125em; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .breadcrumb {
                padding-top: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .breadcrumb {
                padding-top: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .breadcrumb {
                padding-left: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .breadcrumb {
                padding-left: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .breadcrumb {
                padding-right: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .breadcrumb {
                padding-right: 1.25em; } }
          html body .content .archive .archive-items .archive-header .archive-title-and-description {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            flex-wrap: wrap; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-top: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-top: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-left: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-left: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-right: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description {
                padding-right: 1.25em; } }
            html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-right: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-right: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .archive-header .archive-title-and-description > *:last-child {
                  margin-right: 0; } }
            html body .content .archive .archive-items .archive-header .archive-title-and-description .list-item-primary-and-secondary-text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
            html body .content .archive .archive-items .archive-header .archive-title-and-description .list-item-primary-text {
              font-size: 1.953em; }
            html body .content .archive .archive-items .archive-header .archive-title-and-description .list-item-graphic .circle {
              background-color: black;
              color: white;
              border-radius: 3.75em;
              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;
              height: 3.75em;
              min-height: 3.75em;
              min-width: 3.75em;
              width: 3.75em;
              overflow: hidden; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-title-and-description .list-item-graphic {
                display: none; } }
          html body .content .archive .archive-items .archive-header .archive-counter-list {
            border-top: 1px solid; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-counter-list {
                padding-top: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-counter-list {
                padding-top: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-counter-list {
                padding-left: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-counter-list {
                padding-left: 1.25em; } }
            html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter > *:last-child {
                    margin-right: 0; } }
              html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 3.75em;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                font-size: 0.8em; }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle__line {
                  border-bottom: 1px solid;
                  width: calc(3.125em); }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle__triangle {
                  border-style: solid;
                  height: 0;
                  width: 0;
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle__triangle--right {
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle__triangle--left {
                    border-color: transparent black transparent transparent;
                    border-width: 0.625em 0.625em 0.625em 0; }
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle__triangle--top {
                    border-color: transparent transparent black transparent;
                    border-width: 0 0.625em 0.625em 0.625em; }
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle__triangle--bottom {
                    border-color: black transparent transparent transparent;
                    border-width: 0.625em 0.625em 0 0.625em; }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle--right {
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg); }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle--left {
                  -webkit-transform: rotate(180deg);
                          transform: rotate(180deg); }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle--top {
                  -webkit-transform: rotate(-90deg);
                          transform: rotate(-90deg); }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-icon .arrow-with-triangle--bottom {
                  -webkit-transform: rotate(90deg);
                          transform: rotate(90deg); }
              html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter--activable {
                transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: all; }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter--activable:hover {
                  cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-header .archive-counter-list {
                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; }
                html body .content .archive .archive-items .archive-header .archive-counter-list > * {
                  box-sizing: border-box;
                  margin-bottom: 0px;
                  margin-right: 0px; }
                html body .content .archive .archive-items .archive-header .archive-counter-list > *:not(h3) {
                  width: calc(50% - (((2 - 1) * 0px) / 2) - 0); }
                  html body .content .archive .archive-items .archive-header .archive-counter-list > *:not(h3):nth-child(2n + 1) {
                    margin-right: 0; }
                html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter {
                  width: 50%;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between;
                  -webkit-box-align: first baseline;
                      -ms-flex-align: first baseline;
                          align-items: first baseline; }
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter:nth-of-type(1), html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter:nth-of-type(2) {
                    border-bottom: 1px solid;
                    margin-bottom: 1.25em;
                    padding-bottom: 1.25em; }
                  html body .content .archive .archive-items .archive-header .archive-counter-list .archive-counter .list-item-primary-text {
                    word-wrap: break-word;
                    display: inline; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-header .archive-counter-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap; }
                html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
                  -webkit-box-align: start;
                      -ms-flex-align: start;
                          align-items: flex-start;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-bottom: 1.25em; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-bottom: 1.25em; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-right: 0.625em; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-right: 1.25em; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-bottom: 1.25em; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-bottom: 1.25em; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 767.9px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) and (min-width: 768px) {
      html body .content .archive .archive-items .archive-header .archive-counter-list .list-item:last-of-type {
        margin-right: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .archive-header {
              margin-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .archive-header {
              margin-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .archive-header {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .archive-header {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .archive-header {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .archive-header {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .archive-header {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .archive-header {
              margin-right: 0; } }
        html body .content .archive .archive-items .post-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list > * + * {
              margin-right: 0; } }
          html body .content .archive .archive-items .post-list .list-title {
            width: 100%; }
        html body .content .archive .archive-items .post-list--for-archive,
        html body .content .archive .archive-items .post-list--for-a-post-type {
          width: 100%;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--for-archive .list-title + .list-items,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-title + .list-items {
              margin-right: 0; } }
          html body .content .archive .archive-items .post-list--for-archive .list-items,
          html body .content .archive .archive-items .post-list--for-a-post-type .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--for-archive .list-items .post + .post,
              html body .content .archive .archive-items .post-list--for-a-post-type .list-items .post + .post {
                margin-right: 0; } }
            html body .content .archive .archive-items .post-list--for-archive .list-items .navigation,
            html body .content .archive .archive-items .post-list--for-a-post-type .list-items .navigation {
              display: none; }
          html body .content .archive .archive-items .post-list--for-archive .list-items .posts-navigation,
          html body .content .archive .archive-items .post-list--for-a-post-type .list-items .posts-navigation {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
        html body .content .archive .archive-items .post-list--summaries {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--summaries .list-title + .list-items {
              margin-right: 0; } }
          html body .content .archive .archive-items .post-list--summaries .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--summaries .list-items .post + .post {
                margin-right: 0; } }
            html body .content .archive .archive-items .post-list--summaries .list-items .navigation {
              display: none; }
        html body .content .archive .archive-items .post-list--thoughts {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .post-list--thoughts .list-title + .list-items {
              margin-right: 0; } }
          html body .content .archive .archive-items .post-list--thoughts .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .post-list--thoughts .list-items .post + .post {
                margin-right: 0; } }
            html body .content .archive .archive-items .post-list--thoughts .list-items .navigation {
              display: none; }
        html body .content .archive .archive-items .topic-list--related-topics {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--related-topics .list-title + .list-items {
              margin-right: 0; } }
          html body .content .archive .archive-items .topic-list--related-topics .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--related-topics .list-items .topic:last-of-type {
                  margin-right: 0; } }
            html body .content .archive .archive-items .topic-list--related-topics .list-items .navigation {
              display: none; }
          html body .content .archive .archive-items .topic-list--related-topics .topic {
            border: 1px solid;
            padding: 0.3125em 0.625em; }
            html body .content .archive .archive-items .topic-list--related-topics .topic .topic-link,
            html body .content .archive .archive-items .topic-list--related-topics .topic a {
              background-color: white;
              color: black;
              text-decoration: none;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .archive .archive-items .topic-list--related-topics .topic .topic-link:hover, html body .content .archive .archive-items .topic-list--related-topics .topic .topic-link:active,
              html body .content .archive .archive-items .topic-list--related-topics .topic a:hover,
              html body .content .archive .archive-items .topic-list--related-topics .topic a:active {
                text-decoration: line-through; }
        html body .content .archive .archive-items .topic-list--categories {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--categories .list-title + .list-items {
              margin-right: 0; } }
          html body .content .archive .archive-items .topic-list--categories .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .archive .archive-items .topic-list--categories .list-items .topic {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--categories .list-items .topic:last-of-type {
                  margin-right: 0; } }
            html body .content .archive .archive-items .topic-list--categories .list-items .navigation {
              display: none; }
          html body .content .archive .archive-items .topic-list--categories .topic {
            border: 1px solid;
            padding: 0.3125em 0.625em; }
            html body .content .archive .archive-items .topic-list--categories .topic .topic-link,
            html body .content .archive .archive-items .topic-list--categories .topic a {
              background-color: white;
              color: black;
              text-decoration: none;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .archive .archive-items .topic-list--categories .topic .topic-link:hover, html body .content .archive .archive-items .topic-list--categories .topic .topic-link:active,
              html body .content .archive .archive-items .topic-list--categories .topic a:hover,
              html body .content .archive .archive-items .topic-list--categories .topic a:active {
                text-decoration: line-through; }
        html body .content .archive .archive-items .topic-list--tags {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archive .archive-items .topic-list--tags .list-title + .list-items {
              margin-right: 0; } }
          html body .content .archive .archive-items .topic-list--tags .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .archive .archive-items .topic-list--tags .list-items .topic {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--tags .list-items .topic:last-of-type {
                  margin-right: 0; } }
            html body .content .archive .archive-items .topic-list--tags .list-items .navigation {
              display: none; }
          html body .content .archive .archive-items .topic-list--tags .topic {
            border: 1px solid;
            padding: 0.3125em 0.625em; }
            html body .content .archive .archive-items .topic-list--tags .topic .topic-link,
            html body .content .archive .archive-items .topic-list--tags .topic a {
              background-color: white;
              color: black;
              text-decoration: none;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .archive .archive-items .topic-list--tags .topic .topic-link:hover, html body .content .archive .archive-items .topic-list--tags .topic .topic-link:active,
              html body .content .archive .archive-items .topic-list--tags .topic a:hover,
              html body .content .archive .archive-items .topic-list--tags .topic a:active {
                text-decoration: line-through; }
        html body .content .archive .archive-items .topic-list--post-formats .list-title {
          display: none; }
        html body .content .archive .archive-items .topic-list--post-formats .list-items {
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            border: 1px solid;
            padding: 0.3125em 0.625em; }
            html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              width: 2.5em; }
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar figcaption,
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar .figcaption,
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar .wp-caption-text,
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-avatar figcaption {
                display: none; }
            html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .list-item-primary-and-secondary-text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
            html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-right: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-right: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item > *:last-child {
                  margin-right: 0; } }
            html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .topic-link,
            html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item a {
              background-color: white;
              color: black;
              text-decoration: none;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .topic-link:hover, html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item .topic-link:active,
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item a:hover,
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item a:active {
                text-decoration: line-through; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .topic-list--post-formats .list-items .list-item {
                margin-right: 0; } }
        html body .content .archive .archive-items .archive-list--by-date {
          width: 100%; }
          html body .content .archive .archive-items .archive-list--by-date .list-title {
            display: none; }
          html body .content .archive .archive-items .archive-list--by-date .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-right: 0; } }
            html body .content .archive .archive-items .archive-list--by-date .list-items .navigation {
              display: none; }
          html body .content .archive .archive-items .archive-list--by-date .list-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-right: 0; } }
            html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              width: 100%; }
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-right: 0; } }
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-year,
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month {
                min-width: 3.75em; }
              html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                border: 1px solid;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                  -webkit-box-align: start;
                      -ms-flex-align: start;
                          align-items: flex-start;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-right: 0.625em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-right: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-right: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-top: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-top: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-left: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archive .archive-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-left: 1.25em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-top: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-summaries .archive-items .archive-header {
            margin-right: 0; } }
        html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-title {
          display: none; }
        html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar {
                position: unset; }
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar-left {
                top: 0; }
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar-right {
                bottom: 0; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; }
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar {
                position: unset; }
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar-left {
                top: 0; }
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar-right {
                bottom: 0; } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
              width: 100%; }
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar {
              padding-top: 1.25em;
              width: auto; } }
          @media only screen and (min-width: 1600.1px) {
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
              width: 100%; }
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar {
              padding-top: 1.25em;
              width: auto; } }
          html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar {
            max-width: none;
            width: auto;
            visibility: visible; }
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar .post-date,
            html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar aside {
              border: 0; }
          html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars .post-title {
            padding: 0 !important; }
          html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-sidebar-left {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
          html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
            border: 1px solid;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                padding-right: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-top: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-top: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archive.archive-for-summaries .archive-items .post-list--for-archive .list-items .post-format-summary .post-content-between-sidebars {
                margin-right: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-top: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-sources .archive-items .archive-header {
            margin-right: 0; } }
        html body .content .archive.archive-for-sources .archive-items .post-list--for-archive .list-title {
          display: none; }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-top: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archive.archive-for-people .archive-items .archive-header {
            margin-right: 0; } }
        html body .content .archive.archive-for-people .archive-items .post-list--for-archive .list-title {
          display: none; }
      html body .content .archives {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives > * + * {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives > * + * {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives > * + * {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives > * + * {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives > * + * {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives > * + * {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives > * + * {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives > * + * {
            margin-right: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives .archives-title + .archives-items {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives .archives-title + .archives-items {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives .archives-title + .archives-items {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives .archives-title + .archives-items {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives .archives-title + .archives-items {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives .archives-title + .archives-items {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .archives .archives-title + .archives-items {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .archives .archives-title + .archives-items {
            margin-right: 0; } }
        html body .content .archives .archives-items {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-items > * + * {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archives .archives-items > * + * {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-items > * + * {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archives .archives-items > * + * {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-items > * + * {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archives .archives-items > * + * {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-items > * + * {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .archives .archives-items > * + * {
              margin-right: 0; } }
          html body .content .archives .archives-items .navigation {
            display: none; }
        html body .content .archives .archives-title {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-title {
              max-width: calc(100% - 2.5em); } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            html body .content .archives .archives-title {
              max-width: calc(100% - 5em); } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
            html body .content .archives .archives-title {
              max-width: 37.5em; } }
          @media only screen and (min-width: 1600.1px) {
            html body .content .archives .archives-title {
              max-width: 37.5em; } }
        html body .content .archives .archives-items {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVQImWNgYGD4jwVTHQAAz6cE/Jh9DFsAAAAASUVORK5CYII=); }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-items {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archives .archives-items {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .archives .archives-items {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .archives .archives-items {
              padding-bottom: 2.5em; } }
          html body .content .archives .archives-items > * {
            background-color: white;
            color: black;
            border: 1px solid;
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items > * {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items > * {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items > * {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items > * {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items > * {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items > * {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items > * {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items > * {
                padding-right: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items > * {
                max-width: calc(100% - 2.5em); } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              html body .content .archives .archives-items > * {
                max-width: calc(100% - 5em); } }
            @media only screen and (min-width: 1025px) and (max-width: 1600px) {
              html body .content .archives .archives-items > * {
                max-width: 37.5em; } }
            @media only screen and (min-width: 1600.1px) {
              html body .content .archives .archives-items > * {
                max-width: 37.5em; } }
            html body .content .archives .archives-items > * a,
            html body .content .archives .archives-items > * .link {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .archives .archives-items > * a:hover, html body .content .archives .archives-items > * a:active,
              html body .content .archives .archives-items > * .link:hover,
              html body .content .archives .archives-items > * .link:active {
                text-decoration: line-through; }
          html body .content .archives .archives-items .widget--topics-summary {
            width: 100%; }
            html body .content .archives .archives-items .widget--topics-summary .widget-title {
              display: none; }
            html body .content .archives .archives-items .widget--topics-summary .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .widget--topics-summary .list-items .list-item + .list-item {
                  margin-right: 0; } }
              html body .content .archives .archives-items .widget--topics-summary .list-items .navigation {
                display: none; }
          html body .content .archives .archives-items .shortcode--topics-summary {
            width: 100%; }
            html body .content .archives .archives-items .shortcode--topics-summary .shortcode-title {
              display: none; }
            html body .content .archives .archives-items .shortcode--topics-summary .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .shortcode--topics-summary .list-items .list-item + .list-item {
                  margin-right: 0; } }
              html body .content .archives .archives-items .shortcode--topics-summary .list-items .navigation {
                display: none; }
          html body .content .archives .archives-items .post-list--summaries {
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--summaries .list-title + .list-items {
                margin-right: 0; } }
            html body .content .archives .archives-items .post-list--summaries .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .post-list--summaries .list-items .post + .post {
                  margin-right: 0; } }
              html body .content .archives .archives-items .post-list--summaries .list-items .navigation {
                display: none; }
            html body .content .archives .archives-items .post-list--summaries .post-format-summary {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .post-list--summaries .post-format-summary {
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: row;
                          flex-direction: row; }
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar {
                    position: unset; }
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar-left {
                    top: 0; }
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar-right {
                    bottom: 0; } }
              @media only screen and (min-width: 768px) and (max-width: 1024px) {
                html body .content .archives .archives-items .post-list--summaries .post-format-summary {
                  -webkit-box-orient: horizontal;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: row;
                          flex-direction: row; }
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar {
                    position: unset; }
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar-left {
                    top: 0; }
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar-right {
                    bottom: 0; } }
              @media only screen and (min-width: 1025px) and (max-width: 1600px) {
                html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  width: 100%; }
                html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar {
                  padding-top: 1.25em;
                  width: auto; } }
              @media only screen and (min-width: 1600.1px) {
                html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  width: 100%; }
                html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar {
                  padding-top: 1.25em;
                  width: auto; } }
              html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar {
                max-width: none;
                width: auto;
                visibility: visible; }
                html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar .post-date,
                html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar aside {
                  border: 0; }
              html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars .post-title {
                padding: 0 !important; }
              html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-sidebar-left {
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1; }
              html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                border: 1px solid;
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                width: 100%; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    padding-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-top: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-top: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                    margin-right: 0; } }
          html body .content .archives .archives-items .topic-list--with-sparklines {
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--with-sparklines .list-title + .list-items {
                margin-right: 0; } }
            html body .content .archives .archives-items .topic-list--with-sparklines .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                    margin-right: 0; } }
              html body .content .archives .archives-items .topic-list--with-sparklines .list-items .navigation {
                display: none; }
            html body .content .archives .archives-items .topic-list--with-sparklines .list-item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 100%;
                width: 2.5em; }
                html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar img {
                  display: block;
                  height: auto;
                  max-width: 100%;
                  width: auto; }
                html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar figcaption,
                html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar .wp-caption-text {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar .figcaption,
                html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar .wp-caption-text,
                html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-avatar figcaption {
                  display: none; }
              html body .content .archives .archives-items .topic-list--with-sparklines .list-item .list-item-primary-and-secondary-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; }
              html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--with-sparklines .list-item > *:last-child {
                    margin-right: 0; } }
          html body .content .archives .archives-items .topic-list--post-formats {
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .topic-list--post-formats .list-title + .list-items {
                margin-right: 0; } }
            html body .content .archives .archives-items .topic-list--post-formats .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-items .list-item:last-of-type {
                    margin-right: 0; } }
              html body .content .archives .archives-items .topic-list--post-formats .list-items .navigation {
                display: none; }
            html body .content .archives .archives-items .topic-list--post-formats .list-item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 100%;
                width: 2.5em; }
                html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar img {
                  display: block;
                  height: auto;
                  max-width: 100%;
                  width: auto; }
                html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar figcaption,
                html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar .wp-caption-text {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar .figcaption,
                html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar .wp-caption-text,
                html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-avatar figcaption {
                  display: none; }
              html body .content .archives .archives-items .topic-list--post-formats .list-item .list-item-primary-and-secondary-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; }
              html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .topic-list--post-formats .list-item > *:last-child {
                    margin-right: 0; } }
          html body .content .archives .archives-items .post-list--for-a-post-type {
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .post-list--for-a-post-type .list-title + .list-items {
                margin-right: 0; } }
            html body .content .archives .archives-items .post-list--for-a-post-type .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                    margin-right: 0; } }
              html body .content .archives .archives-items .post-list--for-a-post-type .list-items .navigation {
                display: none; }
            html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 100%;
                width: 2.5em; }
                html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar img {
                  display: block;
                  height: auto;
                  max-width: 100%;
                  width: auto; }
                html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar figcaption,
                html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar .wp-caption-text {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar .figcaption,
                html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar .wp-caption-text,
                html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar figcaption {
                  display: none; }
              html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item .list-item-primary-and-secondary-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; }
              html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .archives .archives-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                    margin-right: 0; } }
          html body .content .archives .archives-items .archive-list--by-date {
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .archives .archives-items .archive-list--by-date .list-title + .list-items {
                margin-right: 0; } }
            html body .content .archives .archives-items .archive-list--by-date .list-items {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .list-item + .list-item {
                  margin-right: 0; } }
              html body .content .archives .archives-items .archive-list--by-date .list-items .navigation {
                display: none; }
            html body .content .archives .archives-items .archive-list--by-date .list-items {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%; }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                  margin-right: 0; } }
              html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                width: 100%; }
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                  -webkit-box-align: start;
                      -ms-flex-align: start;
                          align-items: flex-start;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-right: 0.625em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-right: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > * {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                      margin-right: 0; } }
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-year,
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month {
                  min-width: 3.75em; }
                html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
                  border: 1px solid;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
                  html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                    -webkit-box-align: start;
                        -ms-flex-align: start;
                            align-items: flex-start;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-bottom: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-bottom: 1.25em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-right: 0.625em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-right: 1.25em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-left: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                        margin-left: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-bottom: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-bottom: 1.25em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-left: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-left: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-right: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                        margin-right: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                      padding-top: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                      padding-top: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                      padding-left: 0.625em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .archives .archives-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                      padding-left: 1.25em; } }
      html body .content .search .search-title {
        margin-bottom: 1.25em; }
        html body .content .search .search-title span {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
      html body .content .search .post {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        html body .content .search .post .post-title,
        html body .content .search .post .post-permalink,
        html body .content .search .post .post-date {
          padding: 1.25em; }
      html body .content .page-404 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page-404 {
            max-width: calc(100% - 2.5em); } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          html body .content .page-404 {
            max-width: calc(100% - 5em); } }
        @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body .content .page-404 {
            max-width: 37.5em; } }
        @media only screen and (min-width: 1600.1px) {
          html body .content .page-404 {
            max-width: 37.5em; } }
        html body .content .page-404 .post {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post {
              border-bottom: 1px solid; } }
  @media only screen and (max-width: 767.9px) and (max-width: 767.9px) {
    html body .content .page-404 .post {
      padding-bottom: 2.5em; } }
  @media only screen and (max-width: 767.9px) and (min-width: 768px) {
    html body .content .page-404 .post {
      padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post {
              border: 1px solid; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page-404 .post {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page-404 .post {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page-404 .post {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page-404 .post {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page-404 .post {
      padding-left: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page-404 .post {
      padding-left: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page-404 .post {
      padding-right: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page-404 .post {
      padding-right: 2.5em; } }
          html body .content .page-404 .post .post-title .text {
            word-wrap: break-word; }
          html body .content .page-404 .post .post-title .text {
            font-size: 1.953em;
            letter-spacing: 0.625em;
            line-height: 1.1; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-title {
              margin-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-title {
              margin-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-title {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-title {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-title {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-title {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-title {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-title {
              margin-right: 0; } }
          html body .content .page-404 .post figure {
            border: 1px solid;
            padding: 1.25em; }
            html body .content .page-404 .post figure .figcaption,
            html body .content .page-404 .post figure figcaption {
              display: inline-block; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .post-featured-image + .post-content {
              margin-right: 0; } }
          html body .content .page-404 .post.post_format-post-format-image .post-featured-image {
            display: none; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .search {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .search {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .search {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .search {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .search {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .search {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page-404 .post .search {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page-404 .post .search {
              margin-right: 0; } }
      html body .content .page .page-title .text {
        font-style: normal;
        font-weight: normal;
        font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 1.563em;
        word-wrap: break-word; }
      html body .content .page .page-breadcrumb .ul {
        list-style: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        html body .content .page .page-breadcrumb .ul .li {
          margin-bottom: 0.625em;
          margin-right: 0.625em; }
          html body .content .page .page-breadcrumb .ul .li + .li {
            margin-left: 0; }
        html body .content .page .page-breadcrumb .ul .li {
          margin-bottom: 1.25em; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-breadcrumb .ul .li {
            margin-bottom: 0.625em; } }
        html body .content .page .page-breadcrumb .ul .li .link {
          background-color: white;
          color: black;
          text-decoration: underline;
          transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
          will-change: text-decoration; }
          html body .content .page .page-breadcrumb .ul .li .link:hover, html body .content .page .page-breadcrumb .ul .li .link:active {
            text-decoration: line-through; }
        html body .content .page .page-breadcrumb .ul .li .triangle {
          display: block;
          border-style: solid;
          height: 0;
          width: 0;
          border-color: transparent transparent transparent black;
          border-width: 0.3125em 0 0.3125em 0.3125em; }
          html body .content .page .page-breadcrumb .ul .li .triangle--right {
            border-color: transparent transparent transparent black;
            border-width: 0.3125em 0 0.3125em 0.3125em; }
          html body .content .page .page-breadcrumb .ul .li .triangle--left {
            border-color: transparent black transparent transparent;
            border-width: 0.3125em 0.3125em 0.3125em 0; }
          html body .content .page .page-breadcrumb .ul .li .triangle--top {
            border-color: transparent transparent black transparent;
            border-width: 0 0.3125em 0.3125em 0.3125em; }
          html body .content .page .page-breadcrumb .ul .li .triangle--bottom {
            border-color: black transparent transparent transparent;
            border-width: 0.3125em 0.3125em 0 0.3125em; }
        html body .content .page .page-breadcrumb .ul .li:last-of-type .link {
          background-color: white;
          color: black;
          text-decoration: line-through;
          transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
          will-change: text-decoration; }
          html body .content .page .page-breadcrumb .ul .li:last-of-type .link:hover, html body .content .page .page-breadcrumb .ul .li:last-of-type .link:active {
            text-decoration: underline; }
      @media only screen and (orientation: landscape) {
        html body .content .page .page-excerpt {
          max-width: 27.5em; } }
      html body .content .page .page-excerpt .gallery {
        display: none; }
      html body .content .page .page-featured-image .figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==);
        border: 1px solid;
        padding: 1.25em;
        padding: 1.25em; }
        html body .content .page .page-featured-image .figure img {
          display: block;
          height: auto;
          max-width: 100%;
          width: auto; }
        html body .content .page .page-featured-image .figure figcaption,
        html body .content .page .page-featured-image .figure .wp-caption-text {
          background-color: white;
          color: black;
          font-size: 0.8em;
          line-height: 1.5;
          display: inline-block; }
        html body .content .page .page-featured-image .figure a {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
        html body .content .page .page-featured-image .figure .figcaption,
        html body .content .page .page-featured-image .figure .wp-caption-text,
        html body .content .page .page-featured-image .figure figcaption {
          display: none; }
        html body .content .page .page-featured-image .figure img {
          border: 1px solid;
          padding: 0px; }
      @media only screen and (orientation: landscape) {
        html body .content .page .page-content {
          max-width: 27.5em; } }
      html body .content .page .page-content .text {
        word-wrap: break-word; }
        html body .content .page .page-content .text p {
          word-wrap: break-word; }
        html body .content .page .page-content .text h1,
        html body .content .page .page-content .text h2,
        html body .content .page .page-content .text h3,
        html body .content .page .page-content .text h4,
        html body .content .page .page-content .text h5,
        html body .content .page .page-content .text h6 {
          font-size: 1.953em;
          letter-spacing: 0.625em;
          line-height: 1.1; }
        html body .content .page .page-content .text a,
        html body .content .page .page-content .text .link {
          background-color: white;
          color: black;
          text-decoration: underline;
          transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
          will-change: text-decoration;
          background-color: white;
          color: black; }
          html body .content .page .page-content .text a:hover, html body .content .page .page-content .text a:active,
          html body .content .page .page-content .text .link:hover,
          html body .content .page .page-content .text .link:active {
            text-decoration: line-through; }
        html body .content .page .page-content .text ol,
        html body .content .page .page-content .text .ol {
          counter-reset: li; }
          html body .content .page .page-content .text ol > li,
          html body .content .page .page-content .text ol > .li,
          html body .content .page .page-content .text .ol > li,
          html body .content .page .page-content .text .ol > .li {
            display: block;
            list-style: none; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text ol > li,
              html body .content .page .page-content .text ol > .li,
              html body .content .page .page-content .text .ol > li,
              html body .content .page .page-content .text .ol > .li {
                margin-right: 0; } }
            html body .content .page .page-content .text ol > li > *,
            html body .content .page .page-content .text ol > .li > *,
            html body .content .page .page-content .text .ol > li > *,
            html body .content .page .page-content .text .ol > .li > * {
              display: inline-block; }
            html body .content .page .page-content .text ol > li::before,
            html body .content .page .page-content .text ol > .li::before,
            html body .content .page .page-content .text .ol > li::before,
            html body .content .page .page-content .text .ol > .li::before {
              content: counter(li);
              counter-increment: li; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-content .text ol > li::before,
                html body .content .page .page-content .text ol > .li::before,
                html body .content .page .page-content .text .ol > li::before,
                html body .content .page .page-content .text .ol > .li::before {
                  margin-left: 0; } }
        html body .content .page .page-content .text ul,
        html body .content .page .page-content .text .ul {
          list-style-type: square;
          margin-left: 1em; }
          html body .content .page .page-content .text ul li > ul,
          html body .content .page .page-content .text ul li > .ul,
          html body .content .page .page-content .text ul li > ol,
          html body .content .page .page-content .text ul li > .ol,
          html body .content .page .page-content .text ul .li > ul,
          html body .content .page .page-content .text ul .li > .ul,
          html body .content .page .page-content .text ul .li > ol,
          html body .content .page .page-content .text ul .li > .ol,
          html body .content .page .page-content .text .ul li > ul,
          html body .content .page .page-content .text .ul li > .ul,
          html body .content .page .page-content .text .ul li > ol,
          html body .content .page .page-content .text .ul li > .ol,
          html body .content .page .page-content .text .ul .li > ul,
          html body .content .page .page-content .text .ul .li > .ul,
          html body .content .page .page-content .text .ul .li > ol,
          html body .content .page .page-content .text .ul .li > .ol {
            margin-top: 0; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text ul li > ul,
              html body .content .page .page-content .text ul li > .ul,
              html body .content .page .page-content .text ul li > ol,
              html body .content .page .page-content .text ul li > .ol,
              html body .content .page .page-content .text ul .li > ul,
              html body .content .page .page-content .text ul .li > .ul,
              html body .content .page .page-content .text ul .li > ol,
              html body .content .page .page-content .text ul .li > .ol,
              html body .content .page .page-content .text .ul li > ul,
              html body .content .page .page-content .text .ul li > .ul,
              html body .content .page .page-content .text .ul li > ol,
              html body .content .page .page-content .text .ul li > .ol,
              html body .content .page .page-content .text .ul .li > ul,
              html body .content .page .page-content .text .ul .li > .ul,
              html body .content .page .page-content .text .ul .li > ol,
              html body .content .page .page-content .text .ul .li > .ol {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text ul li > ul,
              html body .content .page .page-content .text ul li > .ul,
              html body .content .page .page-content .text ul li > ol,
              html body .content .page .page-content .text ul li > .ol,
              html body .content .page .page-content .text ul .li > ul,
              html body .content .page .page-content .text ul .li > .ul,
              html body .content .page .page-content .text ul .li > ol,
              html body .content .page .page-content .text ul .li > .ol,
              html body .content .page .page-content .text .ul li > ul,
              html body .content .page .page-content .text .ul li > .ul,
              html body .content .page .page-content .text .ul li > ol,
              html body .content .page .page-content .text .ul li > .ol,
              html body .content .page .page-content .text .ul .li > ul,
              html body .content .page .page-content .text .ul .li > .ul,
              html body .content .page .page-content .text .ul .li > ol,
              html body .content .page .page-content .text .ul .li > .ol {
                padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text ul .li,
            html body .content .page .page-content .text ul li,
            html body .content .page .page-content .text .ul .li,
            html body .content .page .page-content .text .ul li {
              margin-right: 0; } }
        html body .content .page .page-content .text blockquote,
        html body .content .page .page-content .text .blockquote {
          border-left: 1px solid; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text blockquote,
            html body .content .page .page-content .text .blockquote {
              padding-right: 2.5em; } }
        html body .content .page .page-content .text q,
        html body .content .page .page-content .text .q {
          border-left: 1px solid; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text q,
            html body .content .page .page-content .text .q {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text q,
            html body .content .page .page-content .text .q {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-content .text q,
            html body .content .page .page-content .text .q {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-content .text q,
            html body .content .page .page-content .text .q {
              padding-right: 2.5em; } }
        html body .content .page .page-content .text img,
        html body .content .page .page-content .text .img {
          height: auto;
          max-width: 100%; }
          html body .content .page .page-content .text img.alignright,
          html body .content .page .page-content .text .img.alignright {
            float: right;
            margin: 0 0 1.25em 1.25em; }
          html body .content .page .page-content .text img.alignleft,
          html body .content .page .page-content .text .img.alignleft {
            float: left;
            margin: 0 1.25em 1.25em 0; }
          html body .content .page .page-content .text img.aligncenter,
          html body .content .page .page-content .text .img.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          html body .content .page .page-content .text img.alignnone,
          html body .content .page .page-content .text .img.alignnone {
            text-align: unset; }
        html body .content .page .page-content .text .figure,
        html body .content .page .page-content .text figure,
        html body .content .page .page-content .text .wp-caption {
          display: block;
          max-width: 100% !important; }
          html body .content .page .page-content .text .figure a,
          html body .content .page .page-content .text .figure .link,
          html body .content .page .page-content .text figure a,
          html body .content .page .page-content .text figure .link,
          html body .content .page .page-content .text .wp-caption a,
          html body .content .page .page-content .text .wp-caption .link {
            background-color: transparent;
            color: black;
            text-decoration: underline;
            transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
            will-change: text-decoration; }
            html body .content .page .page-content .text .figure a:hover, html body .content .page .page-content .text .figure a:active,
            html body .content .page .page-content .text .figure .link:hover,
            html body .content .page .page-content .text .figure .link:active,
            html body .content .page .page-content .text figure a:hover,
            html body .content .page .page-content .text figure a:active,
            html body .content .page .page-content .text figure .link:hover,
            html body .content .page .page-content .text figure .link:active,
            html body .content .page .page-content .text .wp-caption a:hover,
            html body .content .page .page-content .text .wp-caption a:active,
            html body .content .page .page-content .text .wp-caption .link:hover,
            html body .content .page .page-content .text .wp-caption .link:active {
              text-decoration: line-through; }
          html body .content .page .page-content .text .figure figcaption,
          html body .content .page .page-content .text .figure .figcaption,
          html body .content .page .page-content .text .figure .wp-caption-text,
          html body .content .page .page-content .text .figure .gallery-caption,
          html body .content .page .page-content .text figure figcaption,
          html body .content .page .page-content .text figure .figcaption,
          html body .content .page .page-content .text figure .wp-caption-text,
          html body .content .page .page-content .text figure .gallery-caption,
          html body .content .page .page-content .text .wp-caption figcaption,
          html body .content .page .page-content .text .wp-caption .figcaption,
          html body .content .page .page-content .text .wp-caption .wp-caption-text,
          html body .content .page .page-content .text .wp-caption .gallery-caption {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
            html body .content .page .page-content .text .figure figcaption .link,
            html body .content .page .page-content .text .figure figcaption a,
            html body .content .page .page-content .text .figure .figcaption .link,
            html body .content .page .page-content .text .figure .figcaption a,
            html body .content .page .page-content .text .figure .wp-caption-text .link,
            html body .content .page .page-content .text .figure .wp-caption-text a,
            html body .content .page .page-content .text .figure .gallery-caption .link,
            html body .content .page .page-content .text .figure .gallery-caption a,
            html body .content .page .page-content .text figure figcaption .link,
            html body .content .page .page-content .text figure figcaption a,
            html body .content .page .page-content .text figure .figcaption .link,
            html body .content .page .page-content .text figure .figcaption a,
            html body .content .page .page-content .text figure .wp-caption-text .link,
            html body .content .page .page-content .text figure .wp-caption-text a,
            html body .content .page .page-content .text figure .gallery-caption .link,
            html body .content .page .page-content .text figure .gallery-caption a,
            html body .content .page .page-content .text .wp-caption figcaption .link,
            html body .content .page .page-content .text .wp-caption figcaption a,
            html body .content .page .page-content .text .wp-caption .figcaption .link,
            html body .content .page .page-content .text .wp-caption .figcaption a,
            html body .content .page .page-content .text .wp-caption .wp-caption-text .link,
            html body .content .page .page-content .text .wp-caption .wp-caption-text a,
            html body .content .page .page-content .text .wp-caption .gallery-caption .link,
            html body .content .page .page-content .text .wp-caption .gallery-caption a {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .page .page-content .text .figure figcaption .link:hover, html body .content .page .page-content .text .figure figcaption .link:active,
              html body .content .page .page-content .text .figure figcaption a:hover,
              html body .content .page .page-content .text .figure figcaption a:active,
              html body .content .page .page-content .text .figure .figcaption .link:hover,
              html body .content .page .page-content .text .figure .figcaption .link:active,
              html body .content .page .page-content .text .figure .figcaption a:hover,
              html body .content .page .page-content .text .figure .figcaption a:active,
              html body .content .page .page-content .text .figure .wp-caption-text .link:hover,
              html body .content .page .page-content .text .figure .wp-caption-text .link:active,
              html body .content .page .page-content .text .figure .wp-caption-text a:hover,
              html body .content .page .page-content .text .figure .wp-caption-text a:active,
              html body .content .page .page-content .text .figure .gallery-caption .link:hover,
              html body .content .page .page-content .text .figure .gallery-caption .link:active,
              html body .content .page .page-content .text .figure .gallery-caption a:hover,
              html body .content .page .page-content .text .figure .gallery-caption a:active,
              html body .content .page .page-content .text figure figcaption .link:hover,
              html body .content .page .page-content .text figure figcaption .link:active,
              html body .content .page .page-content .text figure figcaption a:hover,
              html body .content .page .page-content .text figure figcaption a:active,
              html body .content .page .page-content .text figure .figcaption .link:hover,
              html body .content .page .page-content .text figure .figcaption .link:active,
              html body .content .page .page-content .text figure .figcaption a:hover,
              html body .content .page .page-content .text figure .figcaption a:active,
              html body .content .page .page-content .text figure .wp-caption-text .link:hover,
              html body .content .page .page-content .text figure .wp-caption-text .link:active,
              html body .content .page .page-content .text figure .wp-caption-text a:hover,
              html body .content .page .page-content .text figure .wp-caption-text a:active,
              html body .content .page .page-content .text figure .gallery-caption .link:hover,
              html body .content .page .page-content .text figure .gallery-caption .link:active,
              html body .content .page .page-content .text figure .gallery-caption a:hover,
              html body .content .page .page-content .text figure .gallery-caption a:active,
              html body .content .page .page-content .text .wp-caption figcaption .link:hover,
              html body .content .page .page-content .text .wp-caption figcaption .link:active,
              html body .content .page .page-content .text .wp-caption figcaption a:hover,
              html body .content .page .page-content .text .wp-caption figcaption a:active,
              html body .content .page .page-content .text .wp-caption .figcaption .link:hover,
              html body .content .page .page-content .text .wp-caption .figcaption .link:active,
              html body .content .page .page-content .text .wp-caption .figcaption a:hover,
              html body .content .page .page-content .text .wp-caption .figcaption a:active,
              html body .content .page .page-content .text .wp-caption .wp-caption-text .link:hover,
              html body .content .page .page-content .text .wp-caption .wp-caption-text .link:active,
              html body .content .page .page-content .text .wp-caption .wp-caption-text a:hover,
              html body .content .page .page-content .text .wp-caption .wp-caption-text a:active,
              html body .content .page .page-content .text .wp-caption .gallery-caption .link:hover,
              html body .content .page .page-content .text .wp-caption .gallery-caption .link:active,
              html body .content .page .page-content .text .wp-caption .gallery-caption a:hover,
              html body .content .page .page-content .text .wp-caption .gallery-caption a:active {
                text-decoration: line-through; }
          html body .content .page .page-content .text .figure.alignright,
          html body .content .page .page-content .text figure.alignright,
          html body .content .page .page-content .text .wp-caption.alignright {
            float: right;
            margin: 1.25em 0 1.25em 1.25em; }
          html body .content .page .page-content .text .figure.alignleft,
          html body .content .page .page-content .text figure.alignleft,
          html body .content .page .page-content .text .wp-caption.alignleft {
            float: left;
            margin: 1.25em 1.25em 1.25em 0; }
          html body .content .page .page-content .text .figure.aligncenter,
          html body .content .page .page-content .text figure.aligncenter,
          html body .content .page .page-content .text .wp-caption.aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto; }
          html body .content .page .page-content .text .figure.alignnone,
          html body .content .page .page-content .text figure.alignnone,
          html body .content .page .page-content .text .wp-caption.alignnone {
            text-align: unset; }
          html body .content .page .page-content .text .figure + p,
          html body .content .page .page-content .text figure + p,
          html body .content .page .page-content .text .wp-caption + p {
            margin-top: 1.25em; }
        html body .content .page .page-content .text .gist {
          margin: 1.25em 0; }
        html body .content .page .page-content .text .code,
        html body .content .page .page-content .text code {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          display: block;
          word-wrap: normal; }
        html body .content .page .page-content .text pre,
        html body .content .page .page-content .text .pre {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
          white-space: pre-wrap; }
        html body .content .page .page-content .text b,
        html body .content .page .page-content .text strong,
        html body .content .page .page-content .text .strong,
        html body .content .page .page-content .text .b,
        html body .content .page .page-content .text .bold {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .page .page-content .text b em,
          html body .content .page .page-content .text b .em,
          html body .content .page .page-content .text b i,
          html body .content .page .page-content .text b .i,
          html body .content .page .page-content .text strong em,
          html body .content .page .page-content .text strong .em,
          html body .content .page .page-content .text strong i,
          html body .content .page .page-content .text strong .i,
          html body .content .page .page-content .text .strong em,
          html body .content .page .page-content .text .strong .em,
          html body .content .page .page-content .text .strong i,
          html body .content .page .page-content .text .strong .i,
          html body .content .page .page-content .text .b em,
          html body .content .page .page-content .text .b .em,
          html body .content .page .page-content .text .b i,
          html body .content .page .page-content .text .b .i,
          html body .content .page .page-content .text .bold em,
          html body .content .page .page-content .text .bold .em,
          html body .content .page .page-content .text .bold i,
          html body .content .page .page-content .text .bold .i {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
        html body .content .page .page-content .text em,
        html body .content .page .page-content .text i,
        html body .content .page .page-content .text .em,
        html body .content .page .page-content .text .i {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .page .page-content .text em b,
          html body .content .page .page-content .text em strong,
          html body .content .page .page-content .text em .strong,
          html body .content .page .page-content .text em .b,
          html body .content .page .page-content .text em .bold,
          html body .content .page .page-content .text i b,
          html body .content .page .page-content .text i strong,
          html body .content .page .page-content .text i .strong,
          html body .content .page .page-content .text i .b,
          html body .content .page .page-content .text i .bold,
          html body .content .page .page-content .text .em b,
          html body .content .page .page-content .text .em strong,
          html body .content .page .page-content .text .em .strong,
          html body .content .page .page-content .text .em .b,
          html body .content .page .page-content .text .em .bold,
          html body .content .page .page-content .text .i b,
          html body .content .page .page-content .text .i strong,
          html body .content .page .page-content .text .i .strong,
          html body .content .page .page-content .text .i .b,
          html body .content .page .page-content .text .i .bold {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
        html body .content .page .page-content .text table,
        html body .content .page .page-content .text .table {
          border-collapse: collapse; }
          html body .content .page .page-content .text table .th,
          html body .content .page .page-content .text table th,
          html body .content .page .page-content .text table .td,
          html body .content .page .page-content .text table td,
          html body .content .page .page-content .text .table .th,
          html body .content .page .page-content .text .table th,
          html body .content .page .page-content .text .table .td,
          html body .content .page .page-content .text .table td {
            border-bottom: 1px solid;
            text-align: left; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text table .th,
              html body .content .page .page-content .text table th,
              html body .content .page .page-content .text table .td,
              html body .content .page .page-content .text table td,
              html body .content .page .page-content .text .table .th,
              html body .content .page .page-content .text .table th,
              html body .content .page .page-content .text .table .td,
              html body .content .page .page-content .text .table td {
                padding-bottom: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text table .th,
              html body .content .page .page-content .text table th,
              html body .content .page .page-content .text table .td,
              html body .content .page .page-content .text table td,
              html body .content .page .page-content .text .table .th,
              html body .content .page .page-content .text .table th,
              html body .content .page .page-content .text .table .td,
              html body .content .page .page-content .text .table td {
                padding-bottom: 1.25em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-content .text table .th,
              html body .content .page .page-content .text table th,
              html body .content .page .page-content .text table .td,
              html body .content .page .page-content .text table td,
              html body .content .page .page-content .text .table .th,
              html body .content .page .page-content .text .table th,
              html body .content .page .page-content .text .table .td,
              html body .content .page .page-content .text .table td {
                padding-right: 0.625em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-content .text table .th,
              html body .content .page .page-content .text table th,
              html body .content .page .page-content .text table .td,
              html body .content .page .page-content .text table td,
              html body .content .page .page-content .text .table .th,
              html body .content .page .page-content .text .table th,
              html body .content .page .page-content .text .table .td,
              html body .content .page .page-content .text .table td {
                padding-right: 1.25em; } }
          html body .content .page .page-content .text table .th,
          html body .content .page .page-content .text table th,
          html body .content .page .page-content .text .table .th,
          html body .content .page .page-content .text .table th {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .page .page-content .text table .th > *,
            html body .content .page .page-content .text table th > *,
            html body .content .page .page-content .text .table .th > *,
            html body .content .page .page-content .text .table th > * {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl,
          html body .content .page .page-content .text .dl {
            margin-right: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-left: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-left: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-top: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text dl dd,
          html body .content .page .page-content .text dl .dd,
          html body .content .page .page-content .text .dl dd,
          html body .content .page .page-content .text .dl .dd {
            margin-right: 0; } }
        html body .content .page .page-content .text .address,
        html body .content .page .page-content .text address {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
        html body .content .page .page-content .text abbr,
        html body .content .page .page-content .text .abbr {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
          font-variant: all-petite-caps; }
        html body .content .page .page-content .text acronym,
        html body .content .page .page-content .text .acronym {
          font-variant: all-petite-caps; }
        html body .content .page .page-content .text big,
        html body .content .page .page-content .text .big {
          font-size: 1.25em; }
        html body .content .page .page-content .text small,
        html body .content .page .page-content .text .small {
          font-size: 0.8em; }
        html body .content .page .page-content .text cite,
        html body .content .page .page-content .text .cite {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
          display: block; }
          html body .content .page .page-content .text cite::before,
          html body .content .page .page-content .text .cite::before {
            content: 'by';
            padding-right: 0.3125em; }
        html body .content .page .page-content .text del,
        html body .content .page .page-content .text .del,
        html body .content .page .page-content .text s,
        html body .content .page .page-content .text .s {
          text-decoration: line-through; }
        html body .content .page .page-content .text kbd,
        html body .content .page .page-content .text .kbd,
        html body .content .page .page-content .text tt,
        html body .content .page .page-content .text .tt {
          font-style: normal;
          font-weight: normal;
          font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
        html body .content .page .page-content .text ins,
        html body .content .page .page-content .text .ins {
          font-variant: small-caps; }
        html body .content .page .page-content .text strike,
        html body .content .page .page-content .text .strike,
        html body .content .page .page-content .text s,
        html body .content .page .page-content .text .s {
          text-decoration: line-through; }
        html body .content .page .page-content .text sub,
        html body .content .page .page-content .text .sub,
        html body .content .page .page-content .text sup,
        html body .content .page .page-content .text .sup {
          font-size: 0.8em;
          bottom: 0;
          top: 0; }
        html body .content .page .page-content .text sub,
        html body .content .page .page-content .text .sub {
          vertical-align: sub; }
        html body .content .page .page-content .text sup,
        html body .content .page .page-content .text .sup {
          vertical-align: super; }
        html body .content .page .page-content .text iframe {
          border: 1px solid;
          border: 1px solid !important; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text > * + * {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text > * + * {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text > * + * {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text > * + * {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text > * + * {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text > * + * {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-content .text > * + * {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-content .text > * + * {
            margin-right: 0; } }
      html body .content .page .page-content .gallery {
        display: none; }
      html body .content .page .page-subpages {
        border-bottom: 1px solid;
        padding-bottom: 0.625em; }
        html body .content .page .page-subpages .title {
          display: none; }
        html body .content .page .page-subpages .ul {
          list-style: none; }
          html body .content .page .page-subpages .ul .li {
            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; }
            html body .content .page .page-subpages .ul .li__header {
              padding: 0.625em 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              html body .content .page .page-subpages .ul .li__header .icon {
                margin-left: 0.625em; }
              html body .content .page .page-subpages .ul .li__header .icon {
                transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: all;
                width: 1.25em;
                height: 1.25em;
                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; }
                html body .content .page .page-subpages .ul .li__header .icon:hover {
                  cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
                html body .content .page .page-subpages .ul .li__header .icon--expand {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex; }
                html body .content .page .page-subpages .ul .li__header .icon--close {
                  display: none; }
            html body .content .page .page-subpages .ul .li__children {
              display: none;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
            html body .content .page .page-subpages .ul .li--active > .li__header {
              font-weight: bold;
              border-bottom: 1px solid;
              padding-bottom: 0.625em; }
              html body .content .page .page-subpages .ul .li--active > .li__header .icon--expand {
                display: none; }
              html body .content .page .page-subpages .ul .li--active > .li__header .icon--close {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
            html body .content .page .page-subpages .ul .li--active > .li__children {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              margin-left: 0.625em; }
          html body .content .page .page-subpages .ul .li {
            border-bottom: 1px solid;
            border-color: black; }
            html body .content .page .page-subpages .ul .li:last-of-type {
              border-bottom: none; }
              html body .content .page .page-subpages .ul .li:last-of-type .li__header {
                padding-bottom: 0; }
            html body .content .page .page-subpages .ul .li .li__children .li:first-of-type .li__header {
              padding-top: 0.625em; }
            html body .content .page .page-subpages .ul .li .li__children .li:last-of-type .li__header {
              padding-bottom: 0.625em; }
          html body .content .page .page-subpages .ul .link {
            background-color: white;
            color: black;
            text-decoration: none;
            transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
            will-change: text-decoration; }
            html body .content .page .page-subpages .ul .link:hover, html body .content .page .page-subpages .ul .link:active {
              text-decoration: line-through; }
          html body .content .page .page-subpages .ul .triangle {
            border-style: solid;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent black;
            border-width: 0.41667em 0 0.41667em 0.41667em; }
            html body .content .page .page-subpages .ul .triangle--right {
              border-color: transparent transparent transparent black;
              border-width: 0.41667em 0 0.41667em 0.41667em; }
            html body .content .page .page-subpages .ul .triangle--left {
              border-color: transparent black transparent transparent;
              border-width: 0.41667em 0.41667em 0.41667em 0; }
            html body .content .page .page-subpages .ul .triangle--top {
              border-color: transparent transparent black transparent;
              border-width: 0 0.41667em 0.41667em 0.41667em; }
            html body .content .page .page-subpages .ul .triangle--bottom {
              border-color: black transparent transparent transparent;
              border-width: 0.41667em 0.41667em 0 0.41667em; }
        html body .content .page .page-subpages .ul--level-0 {
          border-top: 1px solid; }
      html body .content .page .page-posts-from-category .title {
        background-color: white;
        color: black;
        font-size: 0.8em;
        line-height: 1.5;
        border: 1px solid;
        padding: 0.625em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-bottom: none; }
      html body .content .page .page-posts-from-category .posts {
        border: 1px solid;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts {
            padding-top: 2.5em;
            padding-left: 1.25em;
            padding-bottom: 2.5em;
            padding-right: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts {
            padding-top: 2.5em;
            padding-left: 2.5em;
            padding-bottom: 2.5em;
            padding-right: 2.5em; } }
        @media only screen and (orientation: portrait) {
          html body .content .page .page-posts-from-category .posts .post {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            position: relative;
            width: 100%; } }
        @media only screen and (orientation: landscape) {
          html body .content .page .page-posts-from-category .posts .post {
            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: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%; } }
        html body .content .page .page-posts-from-category .posts .post .post-sticky {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          html body .content .page .page-posts-from-category .posts .post .post-sticky .text {
            font-size: 0.8em;
            word-wrap: break-word;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            padding: 0.3125em 0 0.3125em 0.625em;
            width: 3.75em; }
        html body .content .page .page-posts-from-category .posts .post .sticky {
          background-color: white;
          color: black; }
        html body .content .page .page-posts-from-category .posts .post .post-title .text {
          word-wrap: break-word; }
        html body .content .page .page-posts-from-category .posts .post .post-date-and-time .posted-on {
          font-size: 0.8em; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post .post-permalink {
            padding-bottom: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post .post-permalink {
            padding-bottom: 2.5em; } }
        html body .content .page .page-posts-from-category .posts .post .post-featured-image figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%; }
          html body .content .page .page-posts-from-category .posts .post .post-featured-image figure img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto; }
          html body .content .page .page-posts-from-category .posts .post .post-featured-image figure figcaption,
          html body .content .page .page-posts-from-category .posts .post .post-featured-image figure .wp-caption-text {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
          html body .content .page .page-posts-from-category .posts .post .post-featured-image figure .figcaption,
          html body .content .page .page-posts-from-category .posts .post .post-featured-image figure .wp-caption-text,
          html body .content .page .page-posts-from-category .posts .post .post-featured-image figure figcaption {
            display: none; }
        html body .content .page .page-posts-from-category .posts .post .post-excerpt .text {
          overflow: hidden;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
              margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 3.75em;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
              margin-left: 0.625em; }
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__line {
                border-bottom: 1px solid;
                width: calc(3.125em); }
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.625em 0.625em 0.625em 0; }
                html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.625em 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.625em 0.625em 0 0.625em; }
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--right {
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--left {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--top {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--bottom {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                margin-right: 0; } }
        html body .content .page .page-posts-from-category .posts .post .post-content .text {
          word-wrap: break-word;
          overflow: hidden;
          width: 100%; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text p {
            word-wrap: break-word; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text h1,
          html body .content .page .page-posts-from-category .posts .post .post-content .text h2,
          html body .content .page .page-posts-from-category .posts .post .post-content .text h3,
          html body .content .page .page-posts-from-category .posts .post .post-content .text h4,
          html body .content .page .page-posts-from-category .posts .post .post-content .text h5,
          html body .content .page .page-posts-from-category .posts .post .post-content .text h6 {
            font-size: 1.953em;
            letter-spacing: 0.625em;
            line-height: 1.1; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text a,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .link {
            background-color: white;
            color: black;
            text-decoration: underline;
            transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
            will-change: text-decoration;
            background-color: white;
            color: black; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text a:hover, html body .content .page .page-posts-from-category .posts .post .post-content .text a:active,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .link:hover,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .link:active {
              text-decoration: line-through; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text ol,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .ol {
            counter-reset: li; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
              display: block;
              list-style: none; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-bottom: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-bottom: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  margin-right: 0; } }
              html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li > *,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li > *,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li > *,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li > * {
                display: inline-block; }
              html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                content: counter(li);
                counter-increment: li; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    margin-left: 0; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text ul,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .ul {
            list-style-type: square;
            margin-left: 1em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > .ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > .ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > .ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > .ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > .ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > .ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ul,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > ol,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ol {
              margin-top: 0; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > .ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ol {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li > .ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ol {
                  padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text ul li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul .li,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .ul li {
                margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
            border-left: 1px solid; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                padding-right: 2.5em; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text q,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .q {
            border-left: 1px solid; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text q,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .q {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text q,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .q {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text q,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .q {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text q,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .q {
                padding-right: 2.5em; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text img,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .img {
            height: auto;
            max-width: 100%; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text img.alignright,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .img.alignright {
              float: right;
              margin: 0 0 1.25em 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text img.alignleft,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .img.alignleft {
              float: left;
              margin: 0 1.25em 1.25em 0; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text img.aligncenter,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .img.aligncenter {
              display: block;
              margin-left: auto;
              margin-right: auto; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text img.alignnone,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .img.alignnone {
              text-align: unset; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .figure,
          html body .content .page .page-posts-from-category .posts .post .post-content .text figure,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption {
            display: block;
            max-width: 100% !important; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure a,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .link,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure a,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure .link,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption a,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .link {
              background-color: transparent;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure a:hover, html body .content .page .page-posts-from-category .posts .post .post-content .text .figure a:active,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .link:hover,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .link:active,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure a:hover,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure a:active,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .link:hover,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .link:active,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption a:hover,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption a:active,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .link:hover,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .link:active {
                text-decoration: line-through; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption {
              background-color: white;
              color: black;
              font-size: 0.8em;
              line-height: 1.5;
              display: inline-block; }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text a,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption .link,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption a {
                background-color: white;
                color: black;
                text-decoration: underline;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption .link:hover, html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure figcaption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure figcaption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .figcaption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text a:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption .link:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption .link:active,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption a:hover,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption a:active {
                  text-decoration: line-through; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure.alignright,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure.alignright,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption.alignright {
              float: right;
              margin: 1.25em 0 1.25em 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure.alignleft,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure.alignleft,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption.alignleft {
              float: left;
              margin: 1.25em 1.25em 1.25em 0; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure.aligncenter,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure.aligncenter,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption.aligncenter {
              display: block;
              margin-left: auto;
              margin-right: auto; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure.alignnone,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure.alignnone,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption.alignnone {
              text-align: unset; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .figure + p,
            html body .content .page .page-posts-from-category .posts .post .post-content .text figure + p,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-caption + p {
              margin-top: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gist {
            margin: 1.25em 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .code,
          html body .content .page .page-posts-from-category .posts .post .post-content .text code {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
            display: block;
            word-wrap: normal; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text pre,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .pre {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
            white-space: pre-wrap; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text b,
          html body .content .page .page-posts-from-category .posts .post .post-content .text strong,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .strong,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .b,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .bold {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text b em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text b .em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text b i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text b .i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text strong em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text strong .em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text strong i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text strong .i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .strong em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .strong .em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .strong i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .strong .i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .b em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .b .em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .b i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .b .i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .bold em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .bold .em,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .bold i,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .bold .i {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text em,
          html body .content .page .page-posts-from-category .posts .post .post-content .text i,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .em,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .i {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text em b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text em strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text em .strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text em .b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text em .bold,
            html body .content .page .page-posts-from-category .posts .post .post-content .text i b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text i strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text i .strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text i .b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text i .bold,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .em b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .em strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .em .strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .em .b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .em .bold,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .i b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .i strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .i .strong,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .i .b,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .i .bold {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text table,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .table {
            border-collapse: collapse; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text table .th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text table th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text table .td,
            html body .content .page .page-posts-from-category .posts .post .post-content .text table td,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .table th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .table .td,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .table td {
              border-bottom: 1px solid;
              text-align: left; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table td {
                  padding-bottom: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table td {
                  padding-bottom: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table td {
                  padding-right: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text table td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table th,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table .td,
                html body .content .page .page-posts-from-category .posts .post .post-content .text .table td {
                  padding-right: 1.25em; } }
            html body .content .page .page-posts-from-category .posts .post .post-content .text table .th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text table th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .table th {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .page .page-posts-from-category .posts .post .post-content .text table .th > *,
              html body .content .page .page-posts-from-category .posts .post .post-content .text table th > *,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .table .th > *,
              html body .content .page .page-posts-from-category .posts .post .post-content .text .table th > * {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl {
              margin-right: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text dl .dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl dd,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
              margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .address,
          html body .content .page .page-posts-from-category .posts .post .post-content .text address {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text abbr,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .abbr {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
            font-variant: all-petite-caps; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text acronym,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .acronym {
            font-variant: all-petite-caps; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text big,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .big {
            font-size: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text small,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .small {
            font-size: 0.8em; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text cite,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .cite {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
            display: block; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text cite::before,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .cite::before {
              content: 'by';
              padding-right: 0.3125em; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text del,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .del,
          html body .content .page .page-posts-from-category .posts .post .post-content .text s,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .s {
            text-decoration: line-through; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text kbd,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .kbd,
          html body .content .page .page-posts-from-category .posts .post .post-content .text tt,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .tt {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text ins,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .ins {
            font-variant: small-caps; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text strike,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .strike,
          html body .content .page .page-posts-from-category .posts .post .post-content .text s,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .s {
            text-decoration: line-through; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text sub,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .sub,
          html body .content .page .page-posts-from-category .posts .post .post-content .text sup,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .sup {
            font-size: 0.8em;
            bottom: 0;
            top: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text sub,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .sub {
            vertical-align: sub; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text sup,
          html body .content .page .page-posts-from-category .posts .post .post-content .text .sup {
            vertical-align: super; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text iframe {
            border: 1px solid;
            border: 1px solid !important; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text > * + * {
              margin-right: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-top: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post .post-content .text {
              margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: "0px"; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 > * {
              width: calc(100% - (((1 - 1) * 0px) / 1) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 > *:nth-child(1n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 > * {
              width: calc(50% - (((2 - 1) * 1.25em) / 2) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 > *:nth-child(2n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 > * {
              width: calc(33.33333% - (((3 - 1) * 1.25em) / 3) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 > *:nth-child(3n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 > * {
              width: calc(25% - (((4 - 1) * 1.25em) / 4) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 > *:nth-child(4n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 > * {
              width: calc(20% - (((5 - 1) * 1.25em) / 5) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 > *:nth-child(5n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 > * {
              width: calc(16.66667% - (((6 - 1) * 1.25em) / 6) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 > *:nth-child(6n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 > * {
              width: calc(14.28571% - (((7 - 1) * 1.25em) / 7) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 > *:nth-child(7n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 > * {
              width: calc(12.5% - (((8 - 1) * 1.25em) / 8) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 > *:nth-child(8n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 {
            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; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 > * {
              box-sizing: border-box;
              margin-bottom: 1.25em;
              margin-right: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 > * {
              width: calc(11.11111% - (((9 - 1) * 1.25em) / 9) - 1px); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 > *:nth-child(9n) {
                margin-right: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery figure {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            border: 1px solid;
            padding: 1.25em; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery figure img {
              display: block;
              height: auto;
              max-width: 100%;
              width: auto; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery figure figcaption,
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery figure .wp-caption-text {
              background-color: white;
              color: black;
              font-size: 0.8em;
              line-height: 1.5;
              display: inline-block; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .gallery figure .gallery-icon {
              line-height: 0; }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 3.75em;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
              margin-left: 0.625em; }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__line {
                border-bottom: 1px solid;
                width: calc(3.125em); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.625em 0.625em 0.625em 0; }
                html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.625em 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.625em 0.625em 0 0.625em; }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--right {
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--left {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--top {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--bottom {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .more-link {
                margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
            border: 1px solid; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                padding-right: 2.5em; } }
          html body .content .page .page-posts-from-category .posts .post .post-content .text .wp-embedded-content + p {
            margin-top: 0; }
        html body .content .page .page-posts-from-category .posts .post .post-paginated-content .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          html body .content .page .page-posts-from-category .posts .post .post-paginated-content .text .page-links-title {
            margin-right: 0.625em; }
        html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars {
          background-color: "";
          color: ""; }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars a,
          html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .link {
            background-color: "" !important;
            color: "" !important; }
          html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title {
            width: 100%; }
            html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 3.75em;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg);
                margin-left: 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__line {
                  border-bottom: 1px solid;
                  width: calc(3.125em); }
                html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle {
                  border-style: solid;
                  height: 0;
                  width: 0;
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--right {
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--left {
                    border-color: transparent black transparent transparent;
                    border-width: 0.625em 0.625em 0.625em 0; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--top {
                    border-color: transparent transparent black transparent;
                    border-width: 0 0.625em 0.625em 0.625em; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--bottom {
                    border-color: black transparent transparent transparent;
                    border-width: 0.625em 0.625em 0 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--right {
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--left {
                  -webkit-transform: rotate(180deg);
                          transform: rotate(180deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--top {
                  -webkit-transform: rotate(-90deg);
                          transform: rotate(-90deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--bottom {
                  -webkit-transform: rotate(90deg);
                          transform: rotate(90deg); }
        html body .content .page .page-posts-from-category .posts .post.post-format-link.external-link .post-content-between-sidebars .post-title .arrow-with-triangle {
          -webkit-transform: rotate(-15deg);
                  transform: rotate(-15deg); }
        html body .content .page .page-posts-from-category .posts .post.post-format-link.external-link .post-content-between-sidebars .post-permalink {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          border-top: 1px solid; }
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto; }
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure figcaption,
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure .wp-caption-text {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure .figcaption,
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure .wp-caption-text,
          html body .content .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure figcaption {
            display: none; }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-bottom: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-bottom: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-left: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-left: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-right: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
            padding-right: 2.5em; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: "0px"; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > * {
            width: calc(100% - (((1 - 1) * 0px) / 1) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > *:nth-child(1n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > * {
            width: calc(50% - (((2 - 1) * 1.25em) / 2) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > *:nth-child(2n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > * {
            width: calc(33.33333% - (((3 - 1) * 1.25em) / 3) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > *:nth-child(3n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > * {
            width: calc(25% - (((4 - 1) * 1.25em) / 4) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > *:nth-child(4n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > * {
            width: calc(20% - (((5 - 1) * 1.25em) / 5) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > *:nth-child(5n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > * {
            width: calc(16.66667% - (((6 - 1) * 1.25em) / 6) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > *:nth-child(6n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > * {
            width: calc(14.28571% - (((7 - 1) * 1.25em) / 7) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > *:nth-child(7n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > * {
            width: calc(12.5% - (((8 - 1) * 1.25em) / 8) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > *:nth-child(8n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 {
          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; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > * {
            box-sizing: border-box;
            margin-bottom: 1.25em;
            margin-right: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > * {
            width: calc(11.11111% - (((9 - 1) * 1.25em) / 9) - 1px); }
            html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > *:nth-child(9n) {
              margin-right: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          border: 1px solid;
          padding: 1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure figcaption,
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .wp-caption-text {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
          html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .gallery-icon {
            line-height: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .figcaption,
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .wp-caption-text,
        html body .content .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure figcaption {
          display: none; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-top: 2.5em; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-bottom: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-left: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-left: 0; } }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-right: 0; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
            margin-right: 0; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content .mejs-horizontal-volume-slider {
          background-color: black;
          color: white; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-video .post-content-between-sidebars .post-content .text iframe {
            height: auto; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
            background-color: black;
            color: white; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                padding-right: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                font-size: 1.25em; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-permalink {
            -ms-flex-item-align: center;
                -ms-grid-row-align: center;
                align-self: center; }
        html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars {
          background-color: "";
          color: "";
          border: 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars a,
          html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .link {
            background-color: "" !important;
            color: "" !important; }
          html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-date-and-time .posted-on {
            font-size: 0.8em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-content {
            border: 1px solid;
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-content {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-content {
                padding-bottom: 2.5em; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 3.75em;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__line {
                border-bottom: 1px solid;
                width: calc(3.125em); }
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.625em 0.625em 0.625em 0; }
                html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.625em 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.625em 0.625em 0 0.625em; }
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--right {
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--left {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--top {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--bottom {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
            html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
              font-size: 0.8em; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                  padding-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                  padding-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars > * {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content {
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==);
          padding: 0 !important;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content blockquote {
              font-size: 1.25em; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
            background-color: white;
            color: black;
            border: 0.07812em solid;
            -webkit-transform: translateX(-2.5em) skew(5deg);
                    transform: translateX(-2.5em) skew(5deg); }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding-right: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                margin-right: 2.5em; } }
            @media only screen and (orientation: landscape) {
              html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                padding: 3.75em 3.75em; } }
            html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text blockquote,
            html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text q {
              border: none;
              padding: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-permalink {
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
            border: 0.07812em solid;
            background-color: white;
            color: black;
            max-width: 70%;
            -webkit-transform: translateX(0.625em) skew(5deg);
                    transform: translateX(0.625em) skew(5deg); }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                padding-right: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                font-size: 0.8em; } }
            html body .content .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p:nth-child(even) {
              -ms-flex-item-align: end;
                  align-self: flex-end;
              -webkit-transform: translateX(-0.625em) skew(-5deg);
                      transform: translateX(-0.625em) skew(-5deg); }
        @media only screen and (orientation: portrait) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard.has-excerpt.has-thumbnail .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal .post-content-between-sidebars {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars {
          background-color: "";
          color: ""; }
          html body .content .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars a,
          html body .content .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars .link {
            background-color: "" !important;
            color: "" !important; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard .post-featured-image {
            border-top: 1px solid;
            border-bottom: 1px solid; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal.has-thumbnail .post-title {
            min-width: 30%; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal.has-thumbnail .post-featured-image {
            margin: 2.5em 1.25em; }
            html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal.has-thumbnail .post-featured-image figure {
              border: 1px solid;
              padding: 1.25em;
              padding: 1.25em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-top: 2.5em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-top: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-left: 1.25em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-left: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-right: 1.25em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-right: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
            border: 1px solid;
            padding: 1.25em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-left: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-left: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-right: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-right: 2.5em; } }
        html body .content .page .page-posts-from-category .posts .post.post-format-comment {
          border: 0;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          background-color: "";
          color: ""; }
          html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
          html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
            border: 1px solid;
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                padding-right: 2.5em; } }
            html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text,
            html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text {
              word-wrap: break-word; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text p,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text p {
                word-wrap: break-word; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h1,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h2,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h3,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h4,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h5,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h6,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h1,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h2,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h3,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h4,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h5,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h6 {
                font-size: 1.953em;
                letter-spacing: 0.625em;
                line-height: 1.1; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text a,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .link,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text a,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .link {
                background-color: white;
                color: black;
                text-decoration: underline;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration;
                background-color: white;
                color: black; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text a:hover, html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text a:active,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .link:hover,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .link:active,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text a:hover,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text a:active,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .link:hover,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .link:active {
                  text-decoration: line-through; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol {
                counter-reset: li; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                  display: block;
                  list-style: none; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      margin-right: 0; } }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li > * {
                    display: inline-block; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                    content: counter(li);
                    counter-increment: li; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-right: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-right: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-bottom: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-bottom: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-left: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        margin-left: 0; } }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul {
                list-style-type: square;
                margin-left: 1em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                  margin-top: 0; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                      padding-left: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                      padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                    margin-right: 0; } }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                border-left: 1px solid; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    padding-right: 2.5em; } }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                border-left: 1px solid; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                    padding-right: 2.5em; } }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img {
                height: auto;
                max-width: 100%; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.alignright {
                  float: right;
                  margin: 0 0 1.25em 1.25em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.alignleft {
                  float: left;
                  margin: 0 1.25em 1.25em 0; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.aligncenter {
                  display: block;
                  margin-left: auto;
                  margin-right: auto; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.alignnone {
                  text-align: unset; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption {
                display: block;
                max-width: 100% !important; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure a,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .link,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure a,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .link,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption a,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .link,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure a,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .link,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure a,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .link,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption a,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .link {
                  background-color: transparent;
                  color: black;
                  text-decoration: underline;
                  transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                  will-change: text-decoration; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure a:hover, html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure a:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .link:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .link:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure a:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure a:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .link:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .link:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption a:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption a:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .link:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .link:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure a:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure a:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .link:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .link:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure a:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure a:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .link:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .link:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption a:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption a:active,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .link:hover,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .link:active {
                    text-decoration: line-through; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a {
                    background-color: white;
                    color: black;
                    text-decoration: underline;
                    transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                    will-change: text-decoration; }
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption .link:hover, html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link:active,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a:hover,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a:active {
                      text-decoration: line-through; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.alignright,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.alignright {
                  float: right;
                  margin: 1.25em 0 1.25em 1.25em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.alignleft,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.alignleft {
                  float: left;
                  margin: 1.25em 1.25em 1.25em 0; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.aligncenter,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.aligncenter {
                  display: block;
                  margin-left: auto;
                  margin-right: auto; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.alignnone,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.alignnone {
                  text-align: unset; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure + p,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure + p,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption + p,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure + p,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure + p,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption + p {
                  margin-top: 1.25em; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .gist,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .gist {
                margin: 1.25em 0; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .code,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text code,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .code,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text code {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                display: block;
                word-wrap: normal; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text pre,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .pre,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text pre,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .pre {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                white-space: pre-wrap; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b .i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold .em,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold i,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold .i {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em .bold,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i .strong,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i .b,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i .bold {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table {
                border-collapse: collapse; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                  border-bottom: 1px solid;
                  text-align: left; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                      padding-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                      padding-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                      padding-right: 0.625em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                    html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                      padding-right: 1.25em; } }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th > *,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th > * {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                  margin-right: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                  margin-right: 0; } }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .address,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text address,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .address,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text address {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text abbr,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .abbr,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text abbr,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .abbr {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
                font-variant: all-petite-caps; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text acronym,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .acronym,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text acronym,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .acronym {
                font-variant: all-petite-caps; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text big,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .big,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text big,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .big {
                font-size: 1.25em; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text small,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .small,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text small,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .small {
                font-size: 0.8em; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text cite,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .cite,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text cite,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .cite {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
                display: block; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text cite::before,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .cite::before,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text cite::before,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .cite::before {
                  content: 'by';
                  padding-right: 0.3125em; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text del,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .del,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text s,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .s,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text del,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .del,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text s,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .s {
                text-decoration: line-through; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text kbd,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .kbd,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text tt,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .tt,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text kbd,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .kbd,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text tt,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .tt {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ins,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ins,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ins,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ins {
                font-variant: small-caps; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strike,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strike,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text s,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .s,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strike,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strike,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text s,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .s {
                text-decoration: line-through; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sup,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sup,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sup,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sup {
                font-size: 0.8em;
                bottom: 0;
                top: 0; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sub,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sub {
                vertical-align: sub; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sup,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sup,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sup,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sup {
                vertical-align: super; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text iframe,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text iframe {
                border: 1px solid;
                border: 1px solid !important; }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                  margin-right: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                margin-right: 0; } }
            html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link,
            html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 3.75em;
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__line,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__line {
                  border-bottom: 1px solid;
                  width: calc(3.125em); }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle {
                  border-style: solid;
                  height: 0;
                  width: 0;
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--right,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--right {
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--left,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--left {
                    border-color: transparent black transparent transparent;
                    border-width: 0.625em 0.625em 0.625em 0; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--top,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--top {
                    border-color: transparent transparent black transparent;
                    border-width: 0 0.625em 0.625em 0.625em; }
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--bottom,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--bottom {
                    border-color: black transparent transparent transparent;
                    border-width: 0.625em 0.625em 0 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--right,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--right {
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--left,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--left {
                  -webkit-transform: rotate(180deg);
                          transform: rotate(180deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--top,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--top {
                  -webkit-transform: rotate(-90deg);
                          transform: rotate(-90deg); }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--bottom,
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--bottom {
                  -webkit-transform: rotate(90deg);
                          transform: rotate(90deg); }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-left: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-left: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    margin-right: 0; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-date-and-time,
          html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows {
            font-size: 0.8em; }
          html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows {
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              width: 3.75em;
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg);
              position: relative; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__line {
                border-bottom: 1px solid;
                width: calc(3.125em); }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.625em 0 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.625em 0.625em 0.625em 0; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.625em 0.625em 0.625em; }
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.625em 0.625em 0 0.625em; }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--right {
                -webkit-transform: rotate(0deg);
                        transform: rotate(0deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--left {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--top {
                -webkit-transform: rotate(-90deg);
                        transform: rotate(-90deg); }
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--bottom {
                -webkit-transform: rotate(90deg);
                        transform: rotate(90deg); }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  margin-right: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .comment-title {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .comment-title {
                padding-bottom: 2.5em; } }
          html body .content .page .page-posts-from-category .posts .post.post-format-comment a,
          html body .content .page .page-posts-from-category .posts .post.post-format-comment .link {
            background-color: "" !important;
            color: "" !important; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
            width: 100%; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
            position: absolute; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-left {
            top: -1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-right {
            bottom: -1.25em; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
            width: 100%; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
            position: absolute; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-left {
            top: -1.25em; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-right {
            bottom: -1.25em; } }
        @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
            width: 37.5em; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
            padding-top: 1.25em;
            width: calc((100% - 37.5em) / 2); } }
        @media only screen and (min-width: 1600.1px) {
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
            width: 37.5em; }
          html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
            padding-top: 1.25em;
            width: calc((100% - 37.5em) / 2); } }
        html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
          visibility: hidden; }
          @media only screen and (orientation: portrait) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar aside {
              border: 1px solid; } }

@media only screen and (orientation: landscape) and (min-width: 1025px) {
  html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar aside {
    height: 1.25em;
    word-wrap: break-word; } }
          @media only screen and (orientation: landscape) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar.post-sidebar-left aside {
              border: 1px solid; } }
          @media only screen and (orientation: landscape) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar.post-sidebar-right aside {
              height: 1.25em;
              word-wrap: break-word; } }
        html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
          border: 1px solid; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
            html body .content .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
              padding-right: 2.5em; } }
        html body .content .page .page-posts-from-category .posts .post.post-with-sidebar.post-format-status .post-content-between-sidebars {
          border: 0; }
        html body .content .page .page-posts-from-category .posts .post.post-with-sidebar--clicked .post-sidebar {
          visibility: visible; }
      html body .content .page .page-gallery {
        width: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
        html body .content .page .page-gallery .slider {
          transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
          will-change: all; }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-gallery .slider {
              width: 100%;
              overflow-x: auto;
              overflow-y: hidden;
              height: auto;
              border: 1px solid;
              padding: 1.25em; }
              html body .content .page .page-gallery .slider__slides {
                display: table;
                table-layout: fixed;
                width: 100%; }
                html body .content .page .page-gallery .slider__slides .slide {
                  width: calc(100vw - 5em);
                  height: auto;
                  display: table-cell;
                  vertical-align: middle;
                  text-align: center;
                  padding-right: 1.25em; }
                  html body .content .page .page-gallery .slider__slides .slide .figure {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    width: 100%; }
                    html body .content .page .page-gallery .slider__slides .slide .figure img {
                      display: block;
                      height: auto;
                      max-width: 100%;
                      width: auto; }
                    html body .content .page .page-gallery .slider__slides .slide .figure figcaption,
                    html body .content .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                      background-color: white;
                      color: black;
                      font-size: 0.8em;
                      line-height: 1.5;
                      display: inline-block; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            html body .content .page .page-gallery .slider {
              width: 100%;
              overflow-x: auto;
              overflow-y: hidden;
              height: auto;
              border: 1px solid;
              padding: 1.25em; }
              html body .content .page .page-gallery .slider__slides {
                display: table;
                table-layout: fixed;
                width: 100%; }
                html body .content .page .page-gallery .slider__slides .slide {
                  width: 50vw;
                  height: auto;
                  display: table-cell;
                  vertical-align: middle;
                  text-align: center;
                  padding-right: 1.25em; }
                  html body .content .page .page-gallery .slider__slides .slide .figure {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    width: 100%; }
                    html body .content .page .page-gallery .slider__slides .slide .figure img {
                      display: block;
                      height: auto;
                      max-width: 100%;
                      width: auto; }
                    html body .content .page .page-gallery .slider__slides .slide .figure figcaption,
                    html body .content .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                      background-color: white;
                      color: black;
                      font-size: 0.8em;
                      line-height: 1.5;
                      display: inline-block; } }
          @media only screen and (orientation: landscape) {
            html body .content .page .page-gallery .slider {
              width: 100%;
              overflow-x: auto;
              overflow-y: hidden;
              height: auto;
              border: 1px solid;
              padding: 1.25em; }
              html body .content .page .page-gallery .slider__slides {
                display: table;
                table-layout: fixed;
                width: 100%; }
                html body .content .page .page-gallery .slider__slides .slide {
                  width: 33vw;
                  height: auto;
                  display: table-cell;
                  vertical-align: middle;
                  text-align: center;
                  padding-right: 1.25em; }
                  html body .content .page .page-gallery .slider__slides .slide .figure {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    width: 100%; }
                    html body .content .page .page-gallery .slider__slides .slide .figure img {
                      display: block;
                      height: auto;
                      max-width: 100%;
                      width: auto; }
                    html body .content .page .page-gallery .slider__slides .slide .figure figcaption,
                    html body .content .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                      background-color: white;
                      color: black;
                      font-size: 0.8em;
                      line-height: 1.5;
                      display: inline-block; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .page .page-gallery .slider {
              padding-top: 2.5em;
              padding-left: 1.25em;
              padding-bottom: 2.5em;
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .content .page .page-gallery .slider {
              padding-top: 2.5em;
              padding-left: 2.5em;
              padding-bottom: 2.5em;
              padding-right: 2.5em; } }
          html body .content .page .page-gallery .slider:hover {
            cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
          html body .content .page .page-gallery .slider__slides .slide .figure {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%; }
            html body .content .page .page-gallery .slider__slides .slide .figure img {
              display: block;
              height: auto;
              max-width: 100%;
              width: auto; }
            html body .content .page .page-gallery .slider__slides .slide .figure figcaption,
            html body .content .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
              background-color: white;
              color: black;
              font-size: 0.8em;
              line-height: 1.5;
              display: inline-block; }
            html body .content .page .page-gallery .slider__slides .slide .figure img {
              border: 1px solid;
              padding: 0px; }
            html body .content .page .page-gallery .slider__slides .slide .figure figcaption {
              background-color: black;
              color: white; }
      html body .content .page .page-gallery-in-excerpt {
        width: 100%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
        html body .content .page .page-gallery-in-excerpt .slider {
          width: 100%;
          overflow-x: auto;
          overflow-y: hidden;
          height: auto;
          border: 1px solid;
          padding: 1.25em; }
          html body .content .page .page-gallery-in-excerpt .slider__slides {
            display: table;
            table-layout: fixed;
            width: 100%; }
            html body .content .page .page-gallery-in-excerpt .slider__slides .slide {
              width: 33vw;
              height: auto;
              display: table-cell;
              vertical-align: middle;
              text-align: center;
              padding-right: 1.25em; }
              html body .content .page .page-gallery-in-excerpt .slider__slides .slide .figure {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 100%; }
                html body .content .page .page-gallery-in-excerpt .slider__slides .slide .figure img {
                  display: block;
                  height: auto;
                  max-width: 100%;
                  width: auto; }
                html body .content .page .page-gallery-in-excerpt .slider__slides .slide .figure figcaption,
                html body .content .page .page-gallery-in-excerpt .slider__slides .slide .figure .wp-caption-text {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
      html body .content .page .page-grid__top-row .page-title-and-subpages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media only screen and (max-width: 767.9px) {
          html body .content .page .page-grid__top-row .page-title-and-subpages .page-title + .page-subpages {
            margin-top: 2.5em; } }
        @media only screen and (min-width: 768px) {
          html body .content .page .page-grid__top-row .page-title-and-subpages .page-title + .page-subpages {
            margin-top: 2.5em; } }
      html body .content .page .page-grid__top-row .page-excerpt-and-content .page-excerpt + .page-content {
        margin-top: 1.25em; }
      @media only screen and (max-width: 767.9px) {
        html body .content .page .page-grid__top-row + .page-gallery,
        html body .content .page .page-grid__top-row + .page-posts-from-category {
          margin-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .page .page-grid__top-row + .page-gallery,
        html body .content .page .page-grid__top-row + .page-posts-from-category {
          margin-top: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .page .page-grid__top-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          html body .content .page .page-grid__top-row > * {
            -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                    order: 10; }
          html body .content .page .page-grid__top-row .page-featured-image {
            border-bottom: 1px solid;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        html body .content .page .page-grid__top-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          html body .content .page .page-grid__top-row > * {
            -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                    order: 10; }
          html body .content .page .page-grid__top-row .page-featured-image {
            border-bottom: 1px solid;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
        html body .content .page .page-grid__top-row {
          width: 100%;
          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; }
          html body .content .page .page-grid__top-row .page-title-and-subpages {
            width: 13.75em;
            max-width: 20%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (max-width: 767.9px) {
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (min-width: 768px) {
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 2.5em; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body .content .page .page-grid__top-row .page-excerpt-and-content {
            width: 27.5em;
            max-width: 60%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (max-width: 767.9px) {
      html body .content .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (min-width: 768px) {
      html body .content .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 2.5em; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body .content .page .page-grid__top-row .page-featured-image {
            width: calc(100% - 27.5em - 13.75em - 5em);
            min-width: 20%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
      @media only screen and (min-width: 1600.1px) {
        html body .content .page .page-grid__top-row {
          width: 100%;
          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; }
          html body .content .page .page-grid__top-row .page-title-and-subpages {
            width: 13.75em;
            max-width: 20%; } }
    @media only screen and (min-width: 1600.1px) and (max-width: 767.9px) {
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1600.1px) and (min-width: 768px) {
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 2.5em; } }
      @media only screen and (min-width: 1600.1px) {
          html body .content .page .page-grid__top-row .page-excerpt-and-content {
            width: 27.5em;
            max-width: 60%; } }
    @media only screen and (min-width: 1600.1px) and (max-width: 767.9px) {
      html body .content .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1600.1px) and (min-width: 768px) {
      html body .content .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 2.5em; } }
      @media only screen and (min-width: 1600.1px) {
          html body .content .page .page-grid__top-row .page-featured-image {
            width: calc(100% - 27.5em - 13.75em - 5em);
            min-width: 20%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
      @media only screen and (max-width: 767.9px) {
        html body .content .page .page-gallery + .page-posts-from-category {
          margin-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .content .page .page-gallery + .page-posts-from-category {
          margin-top: 2.5em; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
        html body .content .page.has-no-featured-image.has-subpages .page-title-and-subpages {
          max-width: 40%; } }
      @media only screen and (min-width: 1600.1px) {
        html body .content .page.has-no-featured-image.has-subpages .page-title-and-subpages {
          max-width: 40%; } }
      html body .content .content-page {
        width: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 767.9px) {
          html body .content .content-page {
            max-width: calc(100% - 2.5em); } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          html body .content .content-page {
            max-width: calc(100% - 2.5em); } }
        @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body .content .content-page {
            max-width: calc(100% - 5em); } }
        @media only screen and (min-width: 1600.1px) {
          html body .content .content-page {
            max-width: 80%; } }
        html body .content .content-page .page {
          width: 100%;
          min-height: calc(100vh - 16.25em); }
          html body .content .content-page .page .page-title .text {
            font-style: normal;
            font-weight: normal;
            font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
            font-size: 1.563em;
            word-wrap: break-word; }
          html body .content .content-page .page .page-breadcrumb .ul {
            list-style: none;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .content .content-page .page .page-breadcrumb .ul .li {
              margin-bottom: 0.625em;
              margin-right: 0.625em; }
              html body .content .content-page .page .page-breadcrumb .ul .li + .li {
                margin-left: 0; }
            html body .content .content-page .page .page-breadcrumb .ul .li {
              margin-bottom: 1.25em; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-breadcrumb .ul .li {
                margin-bottom: 0.625em; } }
            html body .content .content-page .page .page-breadcrumb .ul .li .link {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .content-page .page .page-breadcrumb .ul .li .link:hover, html body .content .content-page .page .page-breadcrumb .ul .li .link:active {
                text-decoration: line-through; }
            html body .content .content-page .page .page-breadcrumb .ul .li .triangle {
              display: block;
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent transparent black;
              border-width: 0.3125em 0 0.3125em 0.3125em; }
              html body .content .content-page .page .page-breadcrumb .ul .li .triangle--right {
                border-color: transparent transparent transparent black;
                border-width: 0.3125em 0 0.3125em 0.3125em; }
              html body .content .content-page .page .page-breadcrumb .ul .li .triangle--left {
                border-color: transparent black transparent transparent;
                border-width: 0.3125em 0.3125em 0.3125em 0; }
              html body .content .content-page .page .page-breadcrumb .ul .li .triangle--top {
                border-color: transparent transparent black transparent;
                border-width: 0 0.3125em 0.3125em 0.3125em; }
              html body .content .content-page .page .page-breadcrumb .ul .li .triangle--bottom {
                border-color: black transparent transparent transparent;
                border-width: 0.3125em 0.3125em 0 0.3125em; }
            html body .content .content-page .page .page-breadcrumb .ul .li:last-of-type .link {
              background-color: white;
              color: black;
              text-decoration: line-through;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration; }
              html body .content .content-page .page .page-breadcrumb .ul .li:last-of-type .link:hover, html body .content .content-page .page .page-breadcrumb .ul .li:last-of-type .link:active {
                text-decoration: underline; }
          @media only screen and (orientation: landscape) {
            html body .content .content-page .page .page-excerpt {
              max-width: 27.5em; } }
          html body .content .content-page .page .page-excerpt .gallery {
            display: none; }
          html body .content .content-page .page .page-featured-image .figure {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==);
            border: 1px solid;
            padding: 1.25em;
            padding: 1.25em; }
            html body .content .content-page .page .page-featured-image .figure img {
              display: block;
              height: auto;
              max-width: 100%;
              width: auto; }
            html body .content .content-page .page .page-featured-image .figure figcaption,
            html body .content .content-page .page .page-featured-image .figure .wp-caption-text {
              background-color: white;
              color: black;
              font-size: 0.8em;
              line-height: 1.5;
              display: inline-block; }
            html body .content .content-page .page .page-featured-image .figure a {
              background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
            html body .content .content-page .page .page-featured-image .figure .figcaption,
            html body .content .content-page .page .page-featured-image .figure .wp-caption-text,
            html body .content .content-page .page .page-featured-image .figure figcaption {
              display: none; }
            html body .content .content-page .page .page-featured-image .figure img {
              border: 1px solid;
              padding: 0px; }
          @media only screen and (orientation: landscape) {
            html body .content .content-page .page .page-content {
              max-width: 27.5em; } }
          html body .content .content-page .page .page-content .text {
            word-wrap: break-word; }
            html body .content .content-page .page .page-content .text p {
              word-wrap: break-word; }
            html body .content .content-page .page .page-content .text h1,
            html body .content .content-page .page .page-content .text h2,
            html body .content .content-page .page .page-content .text h3,
            html body .content .content-page .page .page-content .text h4,
            html body .content .content-page .page .page-content .text h5,
            html body .content .content-page .page .page-content .text h6 {
              font-size: 1.953em;
              letter-spacing: 0.625em;
              line-height: 1.1; }
            html body .content .content-page .page .page-content .text a,
            html body .content .content-page .page .page-content .text .link {
              background-color: white;
              color: black;
              text-decoration: underline;
              transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: text-decoration;
              background-color: white;
              color: black; }
              html body .content .content-page .page .page-content .text a:hover, html body .content .content-page .page .page-content .text a:active,
              html body .content .content-page .page .page-content .text .link:hover,
              html body .content .content-page .page .page-content .text .link:active {
                text-decoration: line-through; }
            html body .content .content-page .page .page-content .text ol,
            html body .content .content-page .page .page-content .text .ol {
              counter-reset: li; }
              html body .content .content-page .page .page-content .text ol > li,
              html body .content .content-page .page .page-content .text ol > .li,
              html body .content .content-page .page .page-content .text .ol > li,
              html body .content .content-page .page .page-content .text .ol > .li {
                display: block;
                list-style: none; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text ol > li,
                  html body .content .content-page .page .page-content .text ol > .li,
                  html body .content .content-page .page .page-content .text .ol > li,
                  html body .content .content-page .page .page-content .text .ol > .li {
                    margin-right: 0; } }
                html body .content .content-page .page .page-content .text ol > li > *,
                html body .content .content-page .page .page-content .text ol > .li > *,
                html body .content .content-page .page .page-content .text .ol > li > *,
                html body .content .content-page .page .page-content .text .ol > .li > * {
                  display: inline-block; }
                html body .content .content-page .page .page-content .text ol > li::before,
                html body .content .content-page .page .page-content .text ol > .li::before,
                html body .content .content-page .page .page-content .text .ol > li::before,
                html body .content .content-page .page .page-content .text .ol > .li::before {
                  content: counter(li);
                  counter-increment: li; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-right: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-right: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-content .text ol > li::before,
                    html body .content .content-page .page .page-content .text ol > .li::before,
                    html body .content .content-page .page .page-content .text .ol > li::before,
                    html body .content .content-page .page .page-content .text .ol > .li::before {
                      margin-left: 0; } }
            html body .content .content-page .page .page-content .text ul,
            html body .content .content-page .page .page-content .text .ul {
              list-style-type: square;
              margin-left: 1em; }
              html body .content .content-page .page .page-content .text ul li > ul,
              html body .content .content-page .page .page-content .text ul li > .ul,
              html body .content .content-page .page .page-content .text ul li > ol,
              html body .content .content-page .page .page-content .text ul li > .ol,
              html body .content .content-page .page .page-content .text ul .li > ul,
              html body .content .content-page .page .page-content .text ul .li > .ul,
              html body .content .content-page .page .page-content .text ul .li > ol,
              html body .content .content-page .page .page-content .text ul .li > .ol,
              html body .content .content-page .page .page-content .text .ul li > ul,
              html body .content .content-page .page .page-content .text .ul li > .ul,
              html body .content .content-page .page .page-content .text .ul li > ol,
              html body .content .content-page .page .page-content .text .ul li > .ol,
              html body .content .content-page .page .page-content .text .ul .li > ul,
              html body .content .content-page .page .page-content .text .ul .li > .ul,
              html body .content .content-page .page .page-content .text .ul .li > ol,
              html body .content .content-page .page .page-content .text .ul .li > .ol {
                margin-top: 0; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text ul li > ul,
                  html body .content .content-page .page .page-content .text ul li > .ul,
                  html body .content .content-page .page .page-content .text ul li > ol,
                  html body .content .content-page .page .page-content .text ul li > .ol,
                  html body .content .content-page .page .page-content .text ul .li > ul,
                  html body .content .content-page .page .page-content .text ul .li > .ul,
                  html body .content .content-page .page .page-content .text ul .li > ol,
                  html body .content .content-page .page .page-content .text ul .li > .ol,
                  html body .content .content-page .page .page-content .text .ul li > ul,
                  html body .content .content-page .page .page-content .text .ul li > .ul,
                  html body .content .content-page .page .page-content .text .ul li > ol,
                  html body .content .content-page .page .page-content .text .ul li > .ol,
                  html body .content .content-page .page .page-content .text .ul .li > ul,
                  html body .content .content-page .page .page-content .text .ul .li > .ul,
                  html body .content .content-page .page .page-content .text .ul .li > ol,
                  html body .content .content-page .page .page-content .text .ul .li > .ol {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text ul li > ul,
                  html body .content .content-page .page .page-content .text ul li > .ul,
                  html body .content .content-page .page .page-content .text ul li > ol,
                  html body .content .content-page .page .page-content .text ul li > .ol,
                  html body .content .content-page .page .page-content .text ul .li > ul,
                  html body .content .content-page .page .page-content .text ul .li > .ul,
                  html body .content .content-page .page .page-content .text ul .li > ol,
                  html body .content .content-page .page .page-content .text ul .li > .ol,
                  html body .content .content-page .page .page-content .text .ul li > ul,
                  html body .content .content-page .page .page-content .text .ul li > .ul,
                  html body .content .content-page .page .page-content .text .ul li > ol,
                  html body .content .content-page .page .page-content .text .ul li > .ol,
                  html body .content .content-page .page .page-content .text .ul .li > ul,
                  html body .content .content-page .page .page-content .text .ul .li > .ul,
                  html body .content .content-page .page .page-content .text .ul .li > ol,
                  html body .content .content-page .page .page-content .text .ul .li > .ol {
                    padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text ul .li,
                html body .content .content-page .page .page-content .text ul li,
                html body .content .content-page .page .page-content .text .ul .li,
                html body .content .content-page .page .page-content .text .ul li {
                  margin-right: 0; } }
            html body .content .content-page .page .page-content .text blockquote,
            html body .content .content-page .page .page-content .text .blockquote {
              border-left: 1px solid; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text blockquote,
                html body .content .content-page .page .page-content .text .blockquote {
                  padding-right: 2.5em; } }
            html body .content .content-page .page .page-content .text q,
            html body .content .content-page .page .page-content .text .q {
              border-left: 1px solid; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text q,
                html body .content .content-page .page .page-content .text .q {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text q,
                html body .content .content-page .page .page-content .text .q {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-content .text q,
                html body .content .content-page .page .page-content .text .q {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-content .text q,
                html body .content .content-page .page .page-content .text .q {
                  padding-right: 2.5em; } }
            html body .content .content-page .page .page-content .text img,
            html body .content .content-page .page .page-content .text .img {
              height: auto;
              max-width: 100%; }
              html body .content .content-page .page .page-content .text img.alignright,
              html body .content .content-page .page .page-content .text .img.alignright {
                float: right;
                margin: 0 0 1.25em 1.25em; }
              html body .content .content-page .page .page-content .text img.alignleft,
              html body .content .content-page .page .page-content .text .img.alignleft {
                float: left;
                margin: 0 1.25em 1.25em 0; }
              html body .content .content-page .page .page-content .text img.aligncenter,
              html body .content .content-page .page .page-content .text .img.aligncenter {
                display: block;
                margin-left: auto;
                margin-right: auto; }
              html body .content .content-page .page .page-content .text img.alignnone,
              html body .content .content-page .page .page-content .text .img.alignnone {
                text-align: unset; }
            html body .content .content-page .page .page-content .text .figure,
            html body .content .content-page .page .page-content .text figure,
            html body .content .content-page .page .page-content .text .wp-caption {
              display: block;
              max-width: 100% !important; }
              html body .content .content-page .page .page-content .text .figure a,
              html body .content .content-page .page .page-content .text .figure .link,
              html body .content .content-page .page .page-content .text figure a,
              html body .content .content-page .page .page-content .text figure .link,
              html body .content .content-page .page .page-content .text .wp-caption a,
              html body .content .content-page .page .page-content .text .wp-caption .link {
                background-color: transparent;
                color: black;
                text-decoration: underline;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .content-page .page .page-content .text .figure a:hover, html body .content .content-page .page .page-content .text .figure a:active,
                html body .content .content-page .page .page-content .text .figure .link:hover,
                html body .content .content-page .page .page-content .text .figure .link:active,
                html body .content .content-page .page .page-content .text figure a:hover,
                html body .content .content-page .page .page-content .text figure a:active,
                html body .content .content-page .page .page-content .text figure .link:hover,
                html body .content .content-page .page .page-content .text figure .link:active,
                html body .content .content-page .page .page-content .text .wp-caption a:hover,
                html body .content .content-page .page .page-content .text .wp-caption a:active,
                html body .content .content-page .page .page-content .text .wp-caption .link:hover,
                html body .content .content-page .page .page-content .text .wp-caption .link:active {
                  text-decoration: line-through; }
              html body .content .content-page .page .page-content .text .figure figcaption,
              html body .content .content-page .page .page-content .text .figure .figcaption,
              html body .content .content-page .page .page-content .text .figure .wp-caption-text,
              html body .content .content-page .page .page-content .text .figure .gallery-caption,
              html body .content .content-page .page .page-content .text figure figcaption,
              html body .content .content-page .page .page-content .text figure .figcaption,
              html body .content .content-page .page .page-content .text figure .wp-caption-text,
              html body .content .content-page .page .page-content .text figure .gallery-caption,
              html body .content .content-page .page .page-content .text .wp-caption figcaption,
              html body .content .content-page .page .page-content .text .wp-caption .figcaption,
              html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text,
              html body .content .content-page .page .page-content .text .wp-caption .gallery-caption {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
                html body .content .content-page .page .page-content .text .figure figcaption .link,
                html body .content .content-page .page .page-content .text .figure figcaption a,
                html body .content .content-page .page .page-content .text .figure .figcaption .link,
                html body .content .content-page .page .page-content .text .figure .figcaption a,
                html body .content .content-page .page .page-content .text .figure .wp-caption-text .link,
                html body .content .content-page .page .page-content .text .figure .wp-caption-text a,
                html body .content .content-page .page .page-content .text .figure .gallery-caption .link,
                html body .content .content-page .page .page-content .text .figure .gallery-caption a,
                html body .content .content-page .page .page-content .text figure figcaption .link,
                html body .content .content-page .page .page-content .text figure figcaption a,
                html body .content .content-page .page .page-content .text figure .figcaption .link,
                html body .content .content-page .page .page-content .text figure .figcaption a,
                html body .content .content-page .page .page-content .text figure .wp-caption-text .link,
                html body .content .content-page .page .page-content .text figure .wp-caption-text a,
                html body .content .content-page .page .page-content .text figure .gallery-caption .link,
                html body .content .content-page .page .page-content .text figure .gallery-caption a,
                html body .content .content-page .page .page-content .text .wp-caption figcaption .link,
                html body .content .content-page .page .page-content .text .wp-caption figcaption a,
                html body .content .content-page .page .page-content .text .wp-caption .figcaption .link,
                html body .content .content-page .page .page-content .text .wp-caption .figcaption a,
                html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text .link,
                html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text a,
                html body .content .content-page .page .page-content .text .wp-caption .gallery-caption .link,
                html body .content .content-page .page .page-content .text .wp-caption .gallery-caption a {
                  background-color: white;
                  color: black;
                  text-decoration: underline;
                  transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                  will-change: text-decoration; }
                  html body .content .content-page .page .page-content .text .figure figcaption .link:hover, html body .content .content-page .page .page-content .text .figure figcaption .link:active,
                  html body .content .content-page .page .page-content .text .figure figcaption a:hover,
                  html body .content .content-page .page .page-content .text .figure figcaption a:active,
                  html body .content .content-page .page .page-content .text .figure .figcaption .link:hover,
                  html body .content .content-page .page .page-content .text .figure .figcaption .link:active,
                  html body .content .content-page .page .page-content .text .figure .figcaption a:hover,
                  html body .content .content-page .page .page-content .text .figure .figcaption a:active,
                  html body .content .content-page .page .page-content .text .figure .wp-caption-text .link:hover,
                  html body .content .content-page .page .page-content .text .figure .wp-caption-text .link:active,
                  html body .content .content-page .page .page-content .text .figure .wp-caption-text a:hover,
                  html body .content .content-page .page .page-content .text .figure .wp-caption-text a:active,
                  html body .content .content-page .page .page-content .text .figure .gallery-caption .link:hover,
                  html body .content .content-page .page .page-content .text .figure .gallery-caption .link:active,
                  html body .content .content-page .page .page-content .text .figure .gallery-caption a:hover,
                  html body .content .content-page .page .page-content .text .figure .gallery-caption a:active,
                  html body .content .content-page .page .page-content .text figure figcaption .link:hover,
                  html body .content .content-page .page .page-content .text figure figcaption .link:active,
                  html body .content .content-page .page .page-content .text figure figcaption a:hover,
                  html body .content .content-page .page .page-content .text figure figcaption a:active,
                  html body .content .content-page .page .page-content .text figure .figcaption .link:hover,
                  html body .content .content-page .page .page-content .text figure .figcaption .link:active,
                  html body .content .content-page .page .page-content .text figure .figcaption a:hover,
                  html body .content .content-page .page .page-content .text figure .figcaption a:active,
                  html body .content .content-page .page .page-content .text figure .wp-caption-text .link:hover,
                  html body .content .content-page .page .page-content .text figure .wp-caption-text .link:active,
                  html body .content .content-page .page .page-content .text figure .wp-caption-text a:hover,
                  html body .content .content-page .page .page-content .text figure .wp-caption-text a:active,
                  html body .content .content-page .page .page-content .text figure .gallery-caption .link:hover,
                  html body .content .content-page .page .page-content .text figure .gallery-caption .link:active,
                  html body .content .content-page .page .page-content .text figure .gallery-caption a:hover,
                  html body .content .content-page .page .page-content .text figure .gallery-caption a:active,
                  html body .content .content-page .page .page-content .text .wp-caption figcaption .link:hover,
                  html body .content .content-page .page .page-content .text .wp-caption figcaption .link:active,
                  html body .content .content-page .page .page-content .text .wp-caption figcaption a:hover,
                  html body .content .content-page .page .page-content .text .wp-caption figcaption a:active,
                  html body .content .content-page .page .page-content .text .wp-caption .figcaption .link:hover,
                  html body .content .content-page .page .page-content .text .wp-caption .figcaption .link:active,
                  html body .content .content-page .page .page-content .text .wp-caption .figcaption a:hover,
                  html body .content .content-page .page .page-content .text .wp-caption .figcaption a:active,
                  html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text .link:hover,
                  html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text .link:active,
                  html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text a:hover,
                  html body .content .content-page .page .page-content .text .wp-caption .wp-caption-text a:active,
                  html body .content .content-page .page .page-content .text .wp-caption .gallery-caption .link:hover,
                  html body .content .content-page .page .page-content .text .wp-caption .gallery-caption .link:active,
                  html body .content .content-page .page .page-content .text .wp-caption .gallery-caption a:hover,
                  html body .content .content-page .page .page-content .text .wp-caption .gallery-caption a:active {
                    text-decoration: line-through; }
              html body .content .content-page .page .page-content .text .figure.alignright,
              html body .content .content-page .page .page-content .text figure.alignright,
              html body .content .content-page .page .page-content .text .wp-caption.alignright {
                float: right;
                margin: 1.25em 0 1.25em 1.25em; }
              html body .content .content-page .page .page-content .text .figure.alignleft,
              html body .content .content-page .page .page-content .text figure.alignleft,
              html body .content .content-page .page .page-content .text .wp-caption.alignleft {
                float: left;
                margin: 1.25em 1.25em 1.25em 0; }
              html body .content .content-page .page .page-content .text .figure.aligncenter,
              html body .content .content-page .page .page-content .text figure.aligncenter,
              html body .content .content-page .page .page-content .text .wp-caption.aligncenter {
                display: block;
                margin-left: auto;
                margin-right: auto; }
              html body .content .content-page .page .page-content .text .figure.alignnone,
              html body .content .content-page .page .page-content .text figure.alignnone,
              html body .content .content-page .page .page-content .text .wp-caption.alignnone {
                text-align: unset; }
              html body .content .content-page .page .page-content .text .figure + p,
              html body .content .content-page .page .page-content .text figure + p,
              html body .content .content-page .page .page-content .text .wp-caption + p {
                margin-top: 1.25em; }
            html body .content .content-page .page .page-content .text .gist {
              margin: 1.25em 0; }
            html body .content .content-page .page .page-content .text .code,
            html body .content .content-page .page .page-content .text code {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
              display: block;
              word-wrap: normal; }
            html body .content .content-page .page .page-content .text pre,
            html body .content .content-page .page .page-content .text .pre {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
              white-space: pre-wrap; }
            html body .content .content-page .page .page-content .text b,
            html body .content .content-page .page .page-content .text strong,
            html body .content .content-page .page .page-content .text .strong,
            html body .content .content-page .page .page-content .text .b,
            html body .content .content-page .page .page-content .text .bold {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .content-page .page .page-content .text b em,
              html body .content .content-page .page .page-content .text b .em,
              html body .content .content-page .page .page-content .text b i,
              html body .content .content-page .page .page-content .text b .i,
              html body .content .content-page .page .page-content .text strong em,
              html body .content .content-page .page .page-content .text strong .em,
              html body .content .content-page .page .page-content .text strong i,
              html body .content .content-page .page .page-content .text strong .i,
              html body .content .content-page .page .page-content .text .strong em,
              html body .content .content-page .page .page-content .text .strong .em,
              html body .content .content-page .page .page-content .text .strong i,
              html body .content .content-page .page .page-content .text .strong .i,
              html body .content .content-page .page .page-content .text .b em,
              html body .content .content-page .page .page-content .text .b .em,
              html body .content .content-page .page .page-content .text .b i,
              html body .content .content-page .page .page-content .text .b .i,
              html body .content .content-page .page .page-content .text .bold em,
              html body .content .content-page .page .page-content .text .bold .em,
              html body .content .content-page .page .page-content .text .bold i,
              html body .content .content-page .page .page-content .text .bold .i {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .content-page .page .page-content .text em,
            html body .content .content-page .page .page-content .text i,
            html body .content .content-page .page .page-content .text .em,
            html body .content .content-page .page .page-content .text .i {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .content-page .page .page-content .text em b,
              html body .content .content-page .page .page-content .text em strong,
              html body .content .content-page .page .page-content .text em .strong,
              html body .content .content-page .page .page-content .text em .b,
              html body .content .content-page .page .page-content .text em .bold,
              html body .content .content-page .page .page-content .text i b,
              html body .content .content-page .page .page-content .text i strong,
              html body .content .content-page .page .page-content .text i .strong,
              html body .content .content-page .page .page-content .text i .b,
              html body .content .content-page .page .page-content .text i .bold,
              html body .content .content-page .page .page-content .text .em b,
              html body .content .content-page .page .page-content .text .em strong,
              html body .content .content-page .page .page-content .text .em .strong,
              html body .content .content-page .page .page-content .text .em .b,
              html body .content .content-page .page .page-content .text .em .bold,
              html body .content .content-page .page .page-content .text .i b,
              html body .content .content-page .page .page-content .text .i strong,
              html body .content .content-page .page .page-content .text .i .strong,
              html body .content .content-page .page .page-content .text .i .b,
              html body .content .content-page .page .page-content .text .i .bold {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .content-page .page .page-content .text table,
            html body .content .content-page .page .page-content .text .table {
              border-collapse: collapse; }
              html body .content .content-page .page .page-content .text table .th,
              html body .content .content-page .page .page-content .text table th,
              html body .content .content-page .page .page-content .text table .td,
              html body .content .content-page .page .page-content .text table td,
              html body .content .content-page .page .page-content .text .table .th,
              html body .content .content-page .page .page-content .text .table th,
              html body .content .content-page .page .page-content .text .table .td,
              html body .content .content-page .page .page-content .text .table td {
                border-bottom: 1px solid;
                text-align: left; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text table .th,
                  html body .content .content-page .page .page-content .text table th,
                  html body .content .content-page .page .page-content .text table .td,
                  html body .content .content-page .page .page-content .text table td,
                  html body .content .content-page .page .page-content .text .table .th,
                  html body .content .content-page .page .page-content .text .table th,
                  html body .content .content-page .page .page-content .text .table .td,
                  html body .content .content-page .page .page-content .text .table td {
                    padding-bottom: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text table .th,
                  html body .content .content-page .page .page-content .text table th,
                  html body .content .content-page .page .page-content .text table .td,
                  html body .content .content-page .page .page-content .text table td,
                  html body .content .content-page .page .page-content .text .table .th,
                  html body .content .content-page .page .page-content .text .table th,
                  html body .content .content-page .page .page-content .text .table .td,
                  html body .content .content-page .page .page-content .text .table td {
                    padding-bottom: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-content .text table .th,
                  html body .content .content-page .page .page-content .text table th,
                  html body .content .content-page .page .page-content .text table .td,
                  html body .content .content-page .page .page-content .text table td,
                  html body .content .content-page .page .page-content .text .table .th,
                  html body .content .content-page .page .page-content .text .table th,
                  html body .content .content-page .page .page-content .text .table .td,
                  html body .content .content-page .page .page-content .text .table td {
                    padding-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-content .text table .th,
                  html body .content .content-page .page .page-content .text table th,
                  html body .content .content-page .page .page-content .text table .td,
                  html body .content .content-page .page .page-content .text table td,
                  html body .content .content-page .page .page-content .text .table .th,
                  html body .content .content-page .page .page-content .text .table th,
                  html body .content .content-page .page .page-content .text .table .td,
                  html body .content .content-page .page .page-content .text .table td {
                    padding-right: 1.25em; } }
              html body .content .content-page .page .page-content .text table .th,
              html body .content .content-page .page .page-content .text table th,
              html body .content .content-page .page .page-content .text .table .th,
              html body .content .content-page .page .page-content .text .table th {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .content-page .page .page-content .text table .th > *,
                html body .content .content-page .page .page-content .text table th > *,
                html body .content .content-page .page .page-content .text .table .th > *,
                html body .content .content-page .page .page-content .text .table th > * {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl,
              html body .content .content-page .page .page-content .text .dl {
                margin-right: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-top: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-top: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text dl dd,
              html body .content .content-page .page .page-content .text dl .dd,
              html body .content .content-page .page .page-content .text .dl dd,
              html body .content .content-page .page .page-content .text .dl .dd {
                margin-right: 0; } }
            html body .content .content-page .page .page-content .text .address,
            html body .content .content-page .page .page-content .text address {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
            html body .content .content-page .page .page-content .text abbr,
            html body .content .content-page .page .page-content .text .abbr {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
              font-variant: all-petite-caps; }
            html body .content .content-page .page .page-content .text acronym,
            html body .content .content-page .page .page-content .text .acronym {
              font-variant: all-petite-caps; }
            html body .content .content-page .page .page-content .text big,
            html body .content .content-page .page .page-content .text .big {
              font-size: 1.25em; }
            html body .content .content-page .page .page-content .text small,
            html body .content .content-page .page .page-content .text .small {
              font-size: 0.8em; }
            html body .content .content-page .page .page-content .text cite,
            html body .content .content-page .page .page-content .text .cite {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
              display: block; }
              html body .content .content-page .page .page-content .text cite::before,
              html body .content .content-page .page .page-content .text .cite::before {
                content: 'by';
                padding-right: 0.3125em; }
            html body .content .content-page .page .page-content .text del,
            html body .content .content-page .page .page-content .text .del,
            html body .content .content-page .page .page-content .text s,
            html body .content .content-page .page .page-content .text .s {
              text-decoration: line-through; }
            html body .content .content-page .page .page-content .text kbd,
            html body .content .content-page .page .page-content .text .kbd,
            html body .content .content-page .page .page-content .text tt,
            html body .content .content-page .page .page-content .text .tt {
              font-style: normal;
              font-weight: normal;
              font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
            html body .content .content-page .page .page-content .text ins,
            html body .content .content-page .page .page-content .text .ins {
              font-variant: small-caps; }
            html body .content .content-page .page .page-content .text strike,
            html body .content .content-page .page .page-content .text .strike,
            html body .content .content-page .page .page-content .text s,
            html body .content .content-page .page .page-content .text .s {
              text-decoration: line-through; }
            html body .content .content-page .page .page-content .text sub,
            html body .content .content-page .page .page-content .text .sub,
            html body .content .content-page .page .page-content .text sup,
            html body .content .content-page .page .page-content .text .sup {
              font-size: 0.8em;
              bottom: 0;
              top: 0; }
            html body .content .content-page .page .page-content .text sub,
            html body .content .content-page .page .page-content .text .sub {
              vertical-align: sub; }
            html body .content .content-page .page .page-content .text sup,
            html body .content .content-page .page .page-content .text .sup {
              vertical-align: super; }
            html body .content .content-page .page .page-content .text iframe {
              border: 1px solid;
              border: 1px solid !important; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-content .text > * + * {
                margin-right: 0; } }
          html body .content .content-page .page .page-content .gallery {
            display: none; }
          html body .content .content-page .page .page-subpages {
            border-bottom: 1px solid;
            padding-bottom: 0.625em; }
            html body .content .content-page .page .page-subpages .title {
              display: none; }
            html body .content .content-page .page .page-subpages .ul {
              list-style: none; }
              html body .content .content-page .page .page-subpages .ul .li {
                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; }
                html body .content .content-page .page .page-subpages .ul .li__header {
                  padding: 0.625em 0;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between;
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center; }
                  html body .content .content-page .page .page-subpages .ul .li__header .icon {
                    margin-left: 0.625em; }
                  html body .content .content-page .page .page-subpages .ul .li__header .icon {
                    transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                    will-change: all;
                    width: 1.25em;
                    height: 1.25em;
                    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; }
                    html body .content .content-page .page .page-subpages .ul .li__header .icon:hover {
                      cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
                    html body .content .content-page .page .page-subpages .ul .li__header .icon--expand {
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex; }
                    html body .content .content-page .page .page-subpages .ul .li__header .icon--close {
                      display: none; }
                html body .content .content-page .page .page-subpages .ul .li__children {
                  display: none;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column; }
                html body .content .content-page .page .page-subpages .ul .li--active > .li__header {
                  font-weight: bold;
                  border-bottom: 1px solid;
                  padding-bottom: 0.625em; }
                  html body .content .content-page .page .page-subpages .ul .li--active > .li__header .icon--expand {
                    display: none; }
                  html body .content .content-page .page .page-subpages .ul .li--active > .li__header .icon--close {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex; }
                html body .content .content-page .page .page-subpages .ul .li--active > .li__children {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  margin-left: 0.625em; }
              html body .content .content-page .page .page-subpages .ul .li {
                border-bottom: 1px solid;
                border-color: black; }
                html body .content .content-page .page .page-subpages .ul .li:last-of-type {
                  border-bottom: none; }
                  html body .content .content-page .page .page-subpages .ul .li:last-of-type .li__header {
                    padding-bottom: 0; }
                html body .content .content-page .page .page-subpages .ul .li .li__children .li:first-of-type .li__header {
                  padding-top: 0.625em; }
                html body .content .content-page .page .page-subpages .ul .li .li__children .li:last-of-type .li__header {
                  padding-bottom: 0.625em; }
              html body .content .content-page .page .page-subpages .ul .link {
                background-color: white;
                color: black;
                text-decoration: none;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration; }
                html body .content .content-page .page .page-subpages .ul .link:hover, html body .content .content-page .page .page-subpages .ul .link:active {
                  text-decoration: line-through; }
              html body .content .content-page .page .page-subpages .ul .triangle {
                border-style: solid;
                height: 0;
                width: 0;
                border-color: transparent transparent transparent black;
                border-width: 0.41667em 0 0.41667em 0.41667em; }
                html body .content .content-page .page .page-subpages .ul .triangle--right {
                  border-color: transparent transparent transparent black;
                  border-width: 0.41667em 0 0.41667em 0.41667em; }
                html body .content .content-page .page .page-subpages .ul .triangle--left {
                  border-color: transparent black transparent transparent;
                  border-width: 0.41667em 0.41667em 0.41667em 0; }
                html body .content .content-page .page .page-subpages .ul .triangle--top {
                  border-color: transparent transparent black transparent;
                  border-width: 0 0.41667em 0.41667em 0.41667em; }
                html body .content .content-page .page .page-subpages .ul .triangle--bottom {
                  border-color: black transparent transparent transparent;
                  border-width: 0.41667em 0.41667em 0 0.41667em; }
            html body .content .content-page .page .page-subpages .ul--level-0 {
              border-top: 1px solid; }
          html body .content .content-page .page .page-posts-from-category .title {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            border: 1px solid;
            padding: 0.625em;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-bottom: none; }
          html body .content .content-page .page .page-posts-from-category .posts {
            border: 1px solid;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts {
                padding-top: 2.5em;
                padding-left: 1.25em;
                padding-bottom: 2.5em;
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts {
                padding-top: 2.5em;
                padding-left: 2.5em;
                padding-bottom: 2.5em;
                padding-right: 2.5em; } }
            @media only screen and (orientation: portrait) {
              html body .content .content-page .page .page-posts-from-category .posts .post {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                position: relative;
                width: 100%; } }
            @media only screen and (orientation: landscape) {
              html body .content .content-page .page .page-posts-from-category .posts .post {
                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: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 100%; } }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-sticky {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-sticky .text {
                font-size: 0.8em;
                word-wrap: break-word;
                letter-spacing: 2.5px;
                text-transform: uppercase;
                padding: 0.3125em 0 0.3125em 0.625em;
                width: 3.75em; }
            html body .content .content-page .page .page-posts-from-category .posts .post .sticky {
              background-color: white;
              color: black; }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-title .text {
              word-wrap: break-word; }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-date-and-time .posted-on {
              font-size: 0.8em; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post .post-permalink {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post .post-permalink {
                padding-bottom: 2.5em; } }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure figcaption,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure .figcaption,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure .wp-caption-text,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-featured-image figure figcaption {
                display: none; }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text {
              overflow: hidden;
              width: 100%; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text p + p {
                  margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle {
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  width: 3.75em;
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg);
                  margin-left: 0.625em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__line {
                    border-bottom: 1px solid;
                    width: calc(3.125em); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle {
                    border-style: solid;
                    height: 0;
                    width: 0;
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--right {
                      border-color: transparent transparent transparent black;
                      border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--left {
                      border-color: transparent black transparent transparent;
                      border-width: 0.625em 0.625em 0.625em 0; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--top {
                      border-color: transparent transparent black transparent;
                      border-width: 0 0.625em 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle__triangle--bottom {
                      border-color: black transparent transparent transparent;
                      border-width: 0.625em 0.625em 0 0.625em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--right {
                    -webkit-transform: rotate(0deg);
                            transform: rotate(0deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--left {
                    -webkit-transform: rotate(180deg);
                            transform: rotate(180deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--top {
                    -webkit-transform: rotate(-90deg);
                            transform: rotate(-90deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link .arrow-with-triangle--bottom {
                    -webkit-transform: rotate(90deg);
                            transform: rotate(90deg); }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-excerpt .text .more-link {
                    margin-right: 0; } }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
              word-wrap: break-word;
              overflow: hidden;
              width: 100%; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text p {
                word-wrap: break-word; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text h1,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text h2,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text h3,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text h4,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text h5,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text h6 {
                font-size: 1.953em;
                letter-spacing: 0.625em;
                line-height: 1.1; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text a,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .link {
                background-color: white;
                color: black;
                text-decoration: underline;
                transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                will-change: text-decoration;
                background-color: white;
                color: black; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text a:hover, html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text a:active,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .link:hover,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .link:active {
                  text-decoration: line-through; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol {
                counter-reset: li; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                  display: block;
                  list-style: none; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li {
                      margin-right: 0; } }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li > *,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li > *,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li > *,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li > * {
                    display: inline-block; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                    content: counter(li);
                    counter-increment: li; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-right: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-right: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-bottom: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-bottom: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-left: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ol > .li::before {
                        margin-left: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul {
                list-style-type: square;
                margin-left: 1em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > .ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > .ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > .ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > .ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > .ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > .ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ul,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > ol,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ol {
                  margin-top: 0; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ol {
                      padding-left: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li > .ol {
                      padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ul li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul .li,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ul li {
                    margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                border-left: 1px solid; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .blockquote {
                    padding-right: 2.5em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text q,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .q {
                border-left: 1px solid; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text q,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .q {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text q,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .q {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text q,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .q {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text q,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .q {
                    padding-right: 2.5em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text img,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .img {
                height: auto;
                max-width: 100%; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text img.alignright,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .img.alignright {
                  float: right;
                  margin: 0 0 1.25em 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text img.alignleft,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .img.alignleft {
                  float: left;
                  margin: 0 1.25em 1.25em 0; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text img.aligncenter,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .img.aligncenter {
                  display: block;
                  margin-left: auto;
                  margin-right: auto; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text img.alignnone,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .img.alignnone {
                  text-align: unset; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption {
                display: block;
                max-width: 100% !important; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure a,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .link,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure a,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .link,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption a,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .link {
                  background-color: transparent;
                  color: black;
                  text-decoration: underline;
                  transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                  will-change: text-decoration; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure a:hover, html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure a:active,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .link:hover,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .link:active,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure a:hover,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure a:active,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .link:hover,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .link:active,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption a:hover,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption a:active,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .link:hover,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .link:active {
                    text-decoration: line-through; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text a,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption a {
                    background-color: white;
                    color: black;
                    text-decoration: underline;
                    transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                    will-change: text-decoration; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption .link:hover, html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure figcaption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .figcaption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .wp-caption-text a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure .gallery-caption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure figcaption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .figcaption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .wp-caption-text a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure .gallery-caption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption figcaption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .figcaption a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .wp-caption-text a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption .gallery-caption a:active {
                      text-decoration: line-through; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure.alignright,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure.alignright,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption.alignright {
                  float: right;
                  margin: 1.25em 0 1.25em 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure.alignleft,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure.alignleft,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption.alignleft {
                  float: left;
                  margin: 1.25em 1.25em 1.25em 0; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure.aligncenter,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure.aligncenter,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption.aligncenter {
                  display: block;
                  margin-left: auto;
                  margin-right: auto; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure.alignnone,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure.alignnone,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption.alignnone {
                  text-align: unset; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .figure + p,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text figure + p,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-caption + p {
                  margin-top: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gist {
                margin: 1.25em 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .code,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text code {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                display: block;
                word-wrap: normal; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text pre,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .pre {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                white-space: pre-wrap; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text b,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text strong,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .strong,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .b,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .bold {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text b em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text b .em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text b i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text b .i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text strong em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text strong .em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text strong i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text strong .i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .strong em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .strong .em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .strong i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .strong .i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .b em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .b .em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .b i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .b .i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .bold em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .bold .em,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .bold i,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .bold .i {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text em,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text i,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .em,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .i {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text em b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text em strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text em .strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text em .b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text em .bold,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text i b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text i strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text i .strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text i .b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text i .bold,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .em b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .em strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .em .strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .em .b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .em .bold,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .i b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .i strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .i .strong,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .i .b,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .i .bold {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table {
                border-collapse: collapse; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .td,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table td,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .td,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table td {
                  border-bottom: 1px solid;
                  text-align: left; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table td {
                      padding-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table td {
                      padding-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table td {
                      padding-right: 0.625em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table td {
                      padding-right: 1.25em; } }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th {
                  font-style: normal;
                  font-weight: normal;
                  font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table .th > *,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text table th > *,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table .th > *,
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .table th > * {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl {
                  margin-right: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text dl .dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl dd,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .dl .dd {
                  margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .address,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text address {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text abbr,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .abbr {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
                font-variant: all-petite-caps; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text acronym,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .acronym {
                font-variant: all-petite-caps; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text big,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .big {
                font-size: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text small,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .small {
                font-size: 0.8em; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text cite,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .cite {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
                display: block; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text cite::before,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .cite::before {
                  content: 'by';
                  padding-right: 0.3125em; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text del,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .del,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text s,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .s {
                text-decoration: line-through; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text kbd,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .kbd,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text tt,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .tt {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text ins,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .ins {
                font-variant: small-caps; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text strike,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .strike,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text s,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .s {
                text-decoration: line-through; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text sub,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .sub,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text sup,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .sup {
                font-size: 0.8em;
                bottom: 0;
                top: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text sub,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .sub {
                vertical-align: sub; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text sup,
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .sup {
                vertical-align: super; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text iframe {
                border: 1px solid;
                border: 1px solid !important; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text > * + * {
                  margin-right: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text {
                  margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: "0px"; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 > * {
                  width: calc(100% - (((1 - 1) * 0px) / 1) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-1 > *:nth-child(1n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 > * {
                  width: calc(50% - (((2 - 1) * 1.25em) / 2) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-2 > *:nth-child(2n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 > * {
                  width: calc(33.33333% - (((3 - 1) * 1.25em) / 3) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-3 > *:nth-child(3n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 > * {
                  width: calc(25% - (((4 - 1) * 1.25em) / 4) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-4 > *:nth-child(4n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 > * {
                  width: calc(20% - (((5 - 1) * 1.25em) / 5) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-5 > *:nth-child(5n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 > * {
                  width: calc(16.66667% - (((6 - 1) * 1.25em) / 6) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-6 > *:nth-child(6n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 > * {
                  width: calc(14.28571% - (((7 - 1) * 1.25em) / 7) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-7 > *:nth-child(7n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 > * {
                  width: calc(12.5% - (((8 - 1) * 1.25em) / 8) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-8 > *:nth-child(8n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 {
                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; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 > * {
                  box-sizing: border-box;
                  margin-bottom: 1.25em;
                  margin-right: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 > * {
                  width: calc(11.11111% - (((9 - 1) * 1.25em) / 9) - 1px); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery.gallery-columns-9 > *:nth-child(9n) {
                    margin-right: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery figure {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 100%;
                border: 1px solid;
                padding: 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery figure img {
                  display: block;
                  height: auto;
                  max-width: 100%;
                  width: auto; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery figure figcaption,
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery figure .wp-caption-text {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .gallery figure .gallery-icon {
                  line-height: 0; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle {
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  width: 3.75em;
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg);
                  margin-left: 0.625em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__line {
                    border-bottom: 1px solid;
                    width: calc(3.125em); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle {
                    border-style: solid;
                    height: 0;
                    width: 0;
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--right {
                      border-color: transparent transparent transparent black;
                      border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--left {
                      border-color: transparent black transparent transparent;
                      border-width: 0.625em 0.625em 0.625em 0; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--top {
                      border-color: transparent transparent black transparent;
                      border-width: 0 0.625em 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle__triangle--bottom {
                      border-color: black transparent transparent transparent;
                      border-width: 0.625em 0.625em 0 0.625em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--right {
                    -webkit-transform: rotate(0deg);
                            transform: rotate(0deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--left {
                    -webkit-transform: rotate(180deg);
                            transform: rotate(180deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--top {
                    -webkit-transform: rotate(-90deg);
                            transform: rotate(-90deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link .arrow-with-triangle--bottom {
                    -webkit-transform: rotate(90deg);
                            transform: rotate(90deg); }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .more-link {
                    margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                border: 1px solid; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .attachment img {
                    padding-right: 2.5em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-content .text .wp-embedded-content + p {
                margin-top: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post .post-paginated-content .text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .content-page .page .page-posts-from-category .posts .post .post-paginated-content .text .page-links-title {
                margin-right: 0.625em; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars {
              background-color: "";
              color: ""; }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars a,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .link {
                background-color: "" !important;
                color: "" !important; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title {
                width: 100%; }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link {
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                          justify-content: space-between; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle {
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: nowrap;
                        flex-wrap: nowrap;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    width: 3.75em;
                    -webkit-transform: rotate(0deg);
                            transform: rotate(0deg);
                    margin-left: 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__line {
                      border-bottom: 1px solid;
                      width: calc(3.125em); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle {
                      border-style: solid;
                      height: 0;
                      width: 0;
                      border-color: transparent transparent transparent black;
                      border-width: 0.625em 0 0.625em 0.625em; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--right {
                        border-color: transparent transparent transparent black;
                        border-width: 0.625em 0 0.625em 0.625em; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--left {
                        border-color: transparent black transparent transparent;
                        border-width: 0.625em 0.625em 0.625em 0; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--top {
                        border-color: transparent transparent black transparent;
                        border-width: 0 0.625em 0.625em 0.625em; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle__triangle--bottom {
                        border-color: black transparent transparent transparent;
                        border-width: 0.625em 0.625em 0 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--right {
                      -webkit-transform: rotate(0deg);
                              transform: rotate(0deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--left {
                      -webkit-transform: rotate(180deg);
                              transform: rotate(180deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--top {
                      -webkit-transform: rotate(-90deg);
                              transform: rotate(-90deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link .post-content-between-sidebars .post-title .link .arrow-with-triangle--bottom {
                      -webkit-transform: rotate(90deg);
                              transform: rotate(90deg); }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link.external-link .post-content-between-sidebars .post-title .arrow-with-triangle {
              -webkit-transform: rotate(-15deg);
                      transform: rotate(-15deg); }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-link.external-link .post-content-between-sidebars .post-permalink {
              -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
                  align-self: center; }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              border-top: 1px solid; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure figcaption,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure .figcaption,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure .wp-caption-text,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-image .post-content-between-sidebars .post-first-image figure figcaption {
                display: none; }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-bottom: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-bottom: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-left: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-left: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-right: 1.25em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery {
                padding-right: 2.5em; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: "0px"; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > * {
                width: calc(100% - (((1 - 1) * 0px) / 1) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-1 > *:nth-child(1n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > * {
                width: calc(50% - (((2 - 1) * 1.25em) / 2) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-2 > *:nth-child(2n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > * {
                width: calc(33.33333% - (((3 - 1) * 1.25em) / 3) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-3 > *:nth-child(3n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > * {
                width: calc(25% - (((4 - 1) * 1.25em) / 4) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-4 > *:nth-child(4n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > * {
                width: calc(20% - (((5 - 1) * 1.25em) / 5) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-5 > *:nth-child(5n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > * {
                width: calc(16.66667% - (((6 - 1) * 1.25em) / 6) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-6 > *:nth-child(6n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > * {
                width: calc(14.28571% - (((7 - 1) * 1.25em) / 7) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-7 > *:nth-child(7n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > * {
                width: calc(12.5% - (((8 - 1) * 1.25em) / 8) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-8 > *:nth-child(8n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 {
              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; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > * {
                box-sizing: border-box;
                margin-bottom: 1.25em;
                margin-right: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > * {
                width: calc(11.11111% - (((9 - 1) * 1.25em) / 9) - 1px); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery.gallery-columns-9 > *:nth-child(9n) {
                  margin-right: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              border: 1px solid;
              padding: 1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure figcaption,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .gallery-icon {
                line-height: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .figcaption,
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure .wp-caption-text,
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-gallery .post-content-between-sidebars .post-gallery .gallery figure figcaption {
              display: none; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content {
                margin-right: 0; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-audio .post-content-between-sidebars .post-content .mejs-horizontal-volume-slider {
              background-color: black;
              color: white; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-video .post-content-between-sidebars .post-content .text iframe {
                height: auto; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                background-color: black;
                color: white; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    padding-right: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-content .text {
                    font-size: 1.25em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-aside .post-content-between-sidebars .post-permalink {
                -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                    align-self: center; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars {
              background-color: "";
              color: "";
              border: 0;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars a,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .link {
                background-color: "" !important;
                color: "" !important; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-date-and-time .posted-on {
                font-size: 0.8em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-content {
                border: 1px solid;
                width: 100%; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-content {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-content {
                    padding-bottom: 2.5em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle {
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  width: 3.75em;
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__line {
                    border-bottom: 1px solid;
                    width: calc(3.125em); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle {
                    border-style: solid;
                    height: 0;
                    width: 0;
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--right {
                      border-color: transparent transparent transparent black;
                      border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--left {
                      border-color: transparent black transparent transparent;
                      border-width: 0.625em 0.625em 0.625em 0; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--top {
                      border-color: transparent transparent black transparent;
                      border-width: 0 0.625em 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle__triangle--bottom {
                      border-color: black transparent transparent transparent;
                      border-width: 0.625em 0.625em 0 0.625em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--right {
                    -webkit-transform: rotate(0deg);
                            transform: rotate(0deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--left {
                    -webkit-transform: rotate(180deg);
                            transform: rotate(180deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--top {
                    -webkit-transform: rotate(-90deg);
                            transform: rotate(-90deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .arrow-with-triangle--bottom {
                    -webkit-transform: rotate(90deg);
                            transform: rotate(90deg); }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                  font-size: 0.8em; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                      padding-top: 2.5em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-status .post-content-between-sidebars .post-author-linking-to-post .post-author-link {
                      padding-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars > * {
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content {
              background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==);
              padding: 0 !important;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content blockquote {
                  font-size: 1.25em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                background-color: white;
                color: black;
                border: 0.07812em solid;
                -webkit-transform: translateX(-2.5em) skew(5deg);
                        transform: translateX(-2.5em) skew(5deg); }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    margin-right: 2.5em; } }
                @media only screen and (orientation: landscape) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text {
                    padding: 3.75em 3.75em; } }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text blockquote,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-content .text q {
                  border: none;
                  padding: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-quote .post-content-between-sidebars .post-permalink {
              -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
                  align-self: center; }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text {
                  margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                border: 0.07812em solid;
                background-color: white;
                color: black;
                max-width: 70%;
                -webkit-transform: translateX(0.625em) skew(5deg);
                        transform: translateX(0.625em) skew(5deg); }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    padding-right: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p {
                    font-size: 0.8em; } }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-chat .post-content-between-sidebars .post-content .text p:nth-child(even) {
                  -ms-flex-item-align: end;
                      align-self: flex-end;
                  -webkit-transform: translateX(-0.625em) skew(-5deg);
                          transform: translateX(-0.625em) skew(-5deg); }
            @media only screen and (orientation: portrait) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.has-excerpt.has-thumbnail .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal .post-content-between-sidebars {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars {
              background-color: "";
              color: ""; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars a,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard .post-content-between-sidebars .link {
                background-color: "" !important;
                color: "" !important; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard .post-featured-image {
                border-top: 1px solid;
                border-bottom: 1px solid; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal.has-thumbnail .post-title {
                min-width: 30%; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal.has-thumbnail .post-featured-image {
                margin: 2.5em 1.25em; }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-horizontal.has-thumbnail .post-featured-image figure {
                  border: 1px solid;
                  padding: 1.25em;
                  padding: 1.25em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-top: 2.5em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-top: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-left: 1.25em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-left: 2.5em; } }

@media only screen and (min-width: 768px) and (max-width: 767.9px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-right: 1.25em; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image {
    margin-right: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
                border: 1px solid;
                padding: 1.25em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-top: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-left: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-left: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 767.9px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-right: 1.25em; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-standard.display-vertical.has-thumbnail .post-featured-image figure {
      padding-right: 2.5em; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment {
              border: 0;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              background-color: "";
              color: ""; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                border: 1px solid;
                width: 100%; }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-bottom: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-left: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-left: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-right: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt {
                    padding-right: 2.5em; } }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text {
                  word-wrap: break-word; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text p,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text p {
                    word-wrap: break-word; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h1,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h2,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h3,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h4,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h5,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text h6,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h1,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h2,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h3,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h4,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h5,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text h6 {
                    font-size: 1.953em;
                    letter-spacing: 0.625em;
                    line-height: 1.1; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text a,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .link,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text a,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .link {
                    background-color: white;
                    color: black;
                    text-decoration: underline;
                    transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                    will-change: text-decoration;
                    background-color: white;
                    color: black; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text a:hover, html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .link:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text a:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text a:active,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .link:hover,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .link:active {
                      text-decoration: line-through; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol {
                    counter-reset: li; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                      display: block;
                      list-style: none; }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-bottom: 1.25em; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-bottom: 1.25em; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-top: 0; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-top: 0; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-left: 0; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-left: 0; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-right: 0; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li {
                          margin-right: 0; } }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li > * {
                        display: inline-block; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                        content: counter(li);
                        counter-increment: li; }
                        @media only screen and (max-width: 767.9px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-right: 1.25em; } }
                        @media only screen and (min-width: 768px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-right: 2.5em; } }
                        @media only screen and (max-width: 767.9px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-top: 0; } }
                        @media only screen and (min-width: 768px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-top: 0; } }
                        @media only screen and (max-width: 767.9px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-bottom: 0; } }
                        @media only screen and (min-width: 768px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-bottom: 0; } }
                        @media only screen and (max-width: 767.9px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-left: 0; } }
                        @media only screen and (min-width: 768px) {
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ol > .li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > li::before,
                          html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ol > .li::before {
                            margin-left: 0; } }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul {
                    list-style-type: square;
                    margin-left: 1em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                      margin-top: 0; }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                          padding-left: 1.25em; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li > .ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ul,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > ol,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li > .ol {
                          padding-left: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-bottom: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-bottom: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-left: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-left: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-right: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ul li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul .li,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ul li {
                        margin-right: 0; } }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                    border-left: 1px solid; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-top: 2.5em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-top: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-bottom: 2.5em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-bottom: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-left: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-left: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-right: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text blockquote,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .blockquote {
                        padding-right: 2.5em; } }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                    border-left: 1px solid; }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                        padding-left: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                        padding-left: 2.5em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                        padding-right: 1.25em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text q,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .q {
                        padding-right: 2.5em; } }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img {
                    height: auto;
                    max-width: 100%; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.alignright {
                      float: right;
                      margin: 0 0 1.25em 1.25em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.alignleft {
                      float: left;
                      margin: 0 1.25em 1.25em 0; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.aligncenter {
                      display: block;
                      margin-left: auto;
                      margin-right: auto; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text img.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .img.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text img.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .img.alignnone {
                      text-align: unset; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption {
                    display: block;
                    max-width: 100% !important; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure a,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .link,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure a,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .link,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption a,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .link,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure a,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .link,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure a,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .link,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption a,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .link {
                      background-color: transparent;
                      color: black;
                      text-decoration: underline;
                      transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                      will-change: text-decoration; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure a:hover, html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure a:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .link:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .link:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure a:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure a:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .link:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .link:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption a:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption a:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .link:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .link:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure a:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure a:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .link:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .link:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure a:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure a:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .link:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .link:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption a:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption a:active,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .link:hover,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .link:active {
                        text-decoration: line-through; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption {
                      background-color: white;
                      color: black;
                      font-size: 0.8em;
                      line-height: 1.5;
                      display: inline-block; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a {
                        background-color: white;
                        color: black;
                        text-decoration: underline;
                        transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
                        will-change: text-decoration; }
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption .link:hover, html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .wp-caption-text a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure .gallery-caption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .wp-caption-text a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure .gallery-caption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .wp-caption-text a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption .gallery-caption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .wp-caption-text a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure .gallery-caption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .wp-caption-text a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure .gallery-caption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .figcaption a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .wp-caption-text a:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption .link:active,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a:hover,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption .gallery-caption a:active {
                          text-decoration: line-through; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.alignright,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.alignright {
                      float: right;
                      margin: 1.25em 0 1.25em 1.25em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.alignleft,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.alignleft {
                      float: left;
                      margin: 1.25em 1.25em 1.25em 0; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.aligncenter,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.aligncenter {
                      display: block;
                      margin-left: auto;
                      margin-right: auto; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure.alignnone,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption.alignnone {
                      text-align: unset; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .figure + p,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text figure + p,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .wp-caption + p,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .figure + p,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text figure + p,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .wp-caption + p {
                      margin-top: 1.25em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .gist,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .gist {
                    margin: 1.25em 0; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .code,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text code,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .code,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text code {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                    display: block;
                    word-wrap: normal; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text pre,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .pre,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text pre,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .pre {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
                    white-space: pre-wrap; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text b .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strong .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strong .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .b .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .bold .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text b .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strong .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strong .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .b .i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold .em,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold i,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .bold .i {
                      font-style: normal;
                      font-weight: normal;
                      font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text em .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text i .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .em .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .i .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text em .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text i .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .em .bold,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i .strong,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i .b,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .i .bold {
                      font-style: normal;
                      font-weight: normal;
                      font-family: nimbus_sans_lbold_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table {
                    border-collapse: collapse; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                      border-bottom: 1px solid;
                      text-align: left; }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                          padding-bottom: 1.25em; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                          padding-bottom: 1.25em; } }
                      @media only screen and (max-width: 767.9px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                          padding-right: 0.625em; } }
                      @media only screen and (min-width: 768px) {
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .td,
                        html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table td {
                          padding-right: 1.25em; } }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th {
                      font-style: normal;
                      font-weight: normal;
                      font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table .th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text table th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table .th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .table th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table .th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text table th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table .th > *,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .table th > * {
                        font-style: normal;
                        font-weight: normal;
                        font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-top: 2.5em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-top: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl {
                      margin-right: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-left: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-left: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text dl .dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl dd,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .dl .dd {
                      margin-right: 0; } }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .address,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text address,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .address,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text address {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lregular_italic, Arial, Helvetica Neue, Helvetica, sans-serif; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text abbr,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .abbr,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text abbr,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .abbr {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lbold, Arial, Helvetica Neue, Helvetica, sans-serif;
                    font-variant: all-petite-caps; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text acronym,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .acronym,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text acronym,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .acronym {
                    font-variant: all-petite-caps; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text big,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .big,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text big,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .big {
                    font-size: 1.25em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text small,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .small,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text small,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .small {
                    font-size: 0.8em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text cite,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .cite,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text cite,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .cite {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
                    display: block; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text cite::before,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .cite::before,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text cite::before,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .cite::before {
                      content: 'by';
                      padding-right: 0.3125em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text del,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .del,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text s,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .s,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text del,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .del,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text s,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .s {
                    text-decoration: line-through; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text kbd,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .kbd,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text tt,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .tt,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text kbd,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .kbd,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text tt,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .tt {
                    font-style: normal;
                    font-weight: normal;
                    font-family: nimbus_monoregular, Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text ins,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .ins,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text ins,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .ins {
                    font-variant: small-caps; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text strike,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .strike,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text s,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .s,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text strike,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .strike,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text s,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .s {
                    text-decoration: line-through; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sup,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sup,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sup,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sup {
                    font-size: 0.8em;
                    bottom: 0;
                    top: 0; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sub,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sub {
                    vertical-align: sub; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text sup,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text .sup,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text sup,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text .sup {
                    vertical-align: super; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text iframe,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text iframe {
                    border: 1px solid;
                    border: 1px solid !important; }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-top: 2.5em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-top: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .text > * + *,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .text > * + * {
                      margin-right: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-top: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-top: 2.5em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more {
                    margin-right: 0; } }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: nowrap;
                        flex-wrap: nowrap;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    width: 3.75em;
                    -webkit-transform: rotate(0deg);
                            transform: rotate(0deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__line,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__line {
                      border-bottom: 1px solid;
                      width: calc(3.125em); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle {
                      border-style: solid;
                      height: 0;
                      width: 0;
                      border-color: transparent transparent transparent black;
                      border-width: 0.625em 0 0.625em 0.625em; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--right,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--right {
                        border-color: transparent transparent transparent black;
                        border-width: 0.625em 0 0.625em 0.625em; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--left,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--left {
                        border-color: transparent black transparent transparent;
                        border-width: 0.625em 0.625em 0.625em 0; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--top,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--top {
                        border-color: transparent transparent black transparent;
                        border-width: 0 0.625em 0.625em 0.625em; }
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--bottom,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle__triangle--bottom {
                        border-color: black transparent transparent transparent;
                        border-width: 0.625em 0.625em 0 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--right,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--right {
                      -webkit-transform: rotate(0deg);
                              transform: rotate(0deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--left,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--left {
                      -webkit-transform: rotate(180deg);
                              transform: rotate(180deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--top,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--top {
                      -webkit-transform: rotate(-90deg);
                              transform: rotate(-90deg); }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle--bottom,
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle--bottom {
                      -webkit-transform: rotate(90deg);
                              transform: rotate(90deg); }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-left: 0.625em; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-left: 1.25em; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-top: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-top: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-bottom: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-bottom: 0; } }
                    @media only screen and (max-width: 767.9px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-right: 0; } }
                    @media only screen and (min-width: 768px) {
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-content .comment-read-more .comment-read-more-link .arrow-with-triangle,
                      html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-excerpt .comment-read-more .comment-read-more-link .arrow-with-triangle {
                        margin-right: 0; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-date-and-time,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows {
                font-size: 0.8em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows {
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; }
                html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                  -webkit-box-align: center;
                      -ms-flex-align: center;
                          align-items: center;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: nowrap;
                      flex-wrap: nowrap;
                  -webkit-box-pack: center;
                      -ms-flex-pack: center;
                          justify-content: center;
                  width: 3.75em;
                  -webkit-transform: rotate(0deg);
                          transform: rotate(0deg);
                  position: relative; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__line {
                    border-bottom: 1px solid;
                    width: calc(3.125em); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle {
                    border-style: solid;
                    height: 0;
                    width: 0;
                    border-color: transparent transparent transparent black;
                    border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--right {
                      border-color: transparent transparent transparent black;
                      border-width: 0.625em 0 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--left {
                      border-color: transparent black transparent transparent;
                      border-width: 0.625em 0.625em 0.625em 0; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--top {
                      border-color: transparent transparent black transparent;
                      border-width: 0 0.625em 0.625em 0.625em; }
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle__triangle--bottom {
                      border-color: black transparent transparent transparent;
                      border-width: 0.625em 0.625em 0 0.625em; }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--right {
                    -webkit-transform: rotate(0deg);
                            transform: rotate(0deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--left {
                    -webkit-transform: rotate(180deg);
                            transform: rotate(180deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--top {
                    -webkit-transform: rotate(-90deg);
                            transform: rotate(-90deg); }
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle--bottom {
                    -webkit-transform: rotate(90deg);
                            transform: rotate(90deg); }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-top: 2.5em; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-top: 2.5em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-bottom: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-bottom: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .arrow-with-triangle {
                      margin-right: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .comment-title {
                    padding-bottom: 2.5em; } }
                @media only screen and (min-width: 768px) {
                  html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .comment-post-title-with-arrows .comment-title {
                    padding-bottom: 2.5em; } }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment a,
              html body .content .content-page .page .page-posts-from-category .posts .post.post-format-comment .link {
                background-color: "" !important;
                color: "" !important; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
                width: 100%; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
                position: absolute; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-left {
                top: -1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-right {
                bottom: -1.25em; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
                width: 100%; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
                position: absolute; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-left {
                top: -1.25em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar-right {
                bottom: -1.25em; } }
            @media only screen and (min-width: 1025px) and (max-width: 1600px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
                width: 37.5em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
                padding-top: 1.25em;
                width: calc((100% - 37.5em) / 2); } }
            @media only screen and (min-width: 1600.1px) {
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
                width: 37.5em; }
              html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
                padding-top: 1.25em;
                width: calc((100% - 37.5em) / 2); } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar {
              visibility: hidden; }
              @media only screen and (orientation: portrait) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar aside {
                  border: 1px solid; } }

@media only screen and (orientation: landscape) and (min-width: 1025px) {
  html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar aside {
    height: 1.25em;
    word-wrap: break-word; } }
              @media only screen and (orientation: landscape) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar.post-sidebar-left aside {
                  border: 1px solid; } }
              @media only screen and (orientation: landscape) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-sidebar.post-sidebar-right aside {
                  height: 1.25em;
                  word-wrap: break-word; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
              border: 1px solid; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-title,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-meta,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-excerpt,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-paginated-content,
                html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar .post-content-between-sidebars .post-footer {
                  padding-right: 2.5em; } }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar.post-format-status .post-content-between-sidebars {
              border: 0; }
            html body .content .content-page .page .page-posts-from-category .posts .post.post-with-sidebar--clicked .post-sidebar {
              visibility: visible; }
          html body .content .content-page .page .page-gallery {
            width: 100%;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
            html body .content .content-page .page .page-gallery .slider {
              transition: all 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
              will-change: all; }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-gallery .slider {
                  width: 100%;
                  overflow-x: auto;
                  overflow-y: hidden;
                  height: auto;
                  border: 1px solid;
                  padding: 1.25em; }
                  html body .content .content-page .page .page-gallery .slider__slides {
                    display: table;
                    table-layout: fixed;
                    width: 100%; }
                    html body .content .content-page .page .page-gallery .slider__slides .slide {
                      width: calc(100vw - 5em);
                      height: auto;
                      display: table-cell;
                      vertical-align: middle;
                      text-align: center;
                      padding-right: 1.25em; }
                      html body .content .content-page .page .page-gallery .slider__slides .slide .figure {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                                flex-direction: column;
                        width: 100%; }
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure img {
                          display: block;
                          height: auto;
                          max-width: 100%;
                          width: auto; }
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure figcaption,
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                          background-color: white;
                          color: black;
                          font-size: 0.8em;
                          line-height: 1.5;
                          display: inline-block; } }
              @media only screen and (min-width: 768px) and (max-width: 1024px) {
                html body .content .content-page .page .page-gallery .slider {
                  width: 100%;
                  overflow-x: auto;
                  overflow-y: hidden;
                  height: auto;
                  border: 1px solid;
                  padding: 1.25em; }
                  html body .content .content-page .page .page-gallery .slider__slides {
                    display: table;
                    table-layout: fixed;
                    width: 100%; }
                    html body .content .content-page .page .page-gallery .slider__slides .slide {
                      width: 50vw;
                      height: auto;
                      display: table-cell;
                      vertical-align: middle;
                      text-align: center;
                      padding-right: 1.25em; }
                      html body .content .content-page .page .page-gallery .slider__slides .slide .figure {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                                flex-direction: column;
                        width: 100%; }
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure img {
                          display: block;
                          height: auto;
                          max-width: 100%;
                          width: auto; }
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure figcaption,
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                          background-color: white;
                          color: black;
                          font-size: 0.8em;
                          line-height: 1.5;
                          display: inline-block; } }
              @media only screen and (orientation: landscape) {
                html body .content .content-page .page .page-gallery .slider {
                  width: 100%;
                  overflow-x: auto;
                  overflow-y: hidden;
                  height: auto;
                  border: 1px solid;
                  padding: 1.25em; }
                  html body .content .content-page .page .page-gallery .slider__slides {
                    display: table;
                    table-layout: fixed;
                    width: 100%; }
                    html body .content .content-page .page .page-gallery .slider__slides .slide {
                      width: 33vw;
                      height: auto;
                      display: table-cell;
                      vertical-align: middle;
                      text-align: center;
                      padding-right: 1.25em; }
                      html body .content .content-page .page .page-gallery .slider__slides .slide .figure {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                            -ms-flex-direction: column;
                                flex-direction: column;
                        width: 100%; }
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure img {
                          display: block;
                          height: auto;
                          max-width: 100%;
                          width: auto; }
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure figcaption,
                        html body .content .content-page .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                          background-color: white;
                          color: black;
                          font-size: 0.8em;
                          line-height: 1.5;
                          display: inline-block; } }
              @media only screen and (max-width: 767.9px) {
                html body .content .content-page .page .page-gallery .slider {
                  padding-top: 2.5em;
                  padding-left: 1.25em;
                  padding-bottom: 2.5em;
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .content .content-page .page .page-gallery .slider {
                  padding-top: 2.5em;
                  padding-left: 2.5em;
                  padding-bottom: 2.5em;
                  padding-right: 2.5em; } }
              html body .content .content-page .page .page-gallery .slider:hover {
                cursor: url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.png") 20 0, url("/wp-content/themes/studio-spilo/assets/images/brutalist_line_SVGicon_cursor2-64x64--white.cur"), pointer; }
              html body .content .content-page .page .page-gallery .slider__slides .slide .figure {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                width: 100%; }
                html body .content .content-page .page .page-gallery .slider__slides .slide .figure img {
                  display: block;
                  height: auto;
                  max-width: 100%;
                  width: auto; }
                html body .content .content-page .page .page-gallery .slider__slides .slide .figure figcaption,
                html body .content .content-page .page .page-gallery .slider__slides .slide .figure .wp-caption-text {
                  background-color: white;
                  color: black;
                  font-size: 0.8em;
                  line-height: 1.5;
                  display: inline-block; }
                html body .content .content-page .page .page-gallery .slider__slides .slide .figure img {
                  border: 1px solid;
                  padding: 0px; }
                html body .content .content-page .page .page-gallery .slider__slides .slide .figure figcaption {
                  background-color: black;
                  color: white; }
          html body .content .content-page .page .page-gallery-in-excerpt {
            width: 100%;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
            html body .content .content-page .page .page-gallery-in-excerpt .slider {
              width: 100%;
              overflow-x: auto;
              overflow-y: hidden;
              height: auto;
              border: 1px solid;
              padding: 1.25em; }
              html body .content .content-page .page .page-gallery-in-excerpt .slider__slides {
                display: table;
                table-layout: fixed;
                width: 100%; }
                html body .content .content-page .page .page-gallery-in-excerpt .slider__slides .slide {
                  width: 33vw;
                  height: auto;
                  display: table-cell;
                  vertical-align: middle;
                  text-align: center;
                  padding-right: 1.25em; }
                  html body .content .content-page .page .page-gallery-in-excerpt .slider__slides .slide .figure {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    width: 100%; }
                    html body .content .content-page .page .page-gallery-in-excerpt .slider__slides .slide .figure img {
                      display: block;
                      height: auto;
                      max-width: 100%;
                      width: auto; }
                    html body .content .content-page .page .page-gallery-in-excerpt .slider__slides .slide .figure figcaption,
                    html body .content .content-page .page .page-gallery-in-excerpt .slider__slides .slide .figure .wp-caption-text {
                      background-color: white;
                      color: black;
                      font-size: 0.8em;
                      line-height: 1.5;
                      display: inline-block; }
          html body .content .content-page .page .page-grid__top-row .page-title-and-subpages {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-grid__top-row .page-title-and-subpages .page-title + .page-subpages {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .content .content-page .page .page-grid__top-row .page-title-and-subpages .page-title + .page-subpages {
                margin-top: 2.5em; } }
          html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content .page-excerpt + .page-content {
            margin-top: 1.25em; }
          @media only screen and (max-width: 767.9px) {
            html body .content .content-page .page .page-grid__top-row + .page-gallery,
            html body .content .content-page .page .page-grid__top-row + .page-posts-from-category {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .content-page .page .page-grid__top-row + .page-gallery,
            html body .content .content-page .page .page-grid__top-row + .page-posts-from-category {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .content-page .page .page-grid__top-row {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              html body .content .content-page .page .page-grid__top-row > * {
                -webkit-box-ordinal-group: 11;
                    -ms-flex-order: 10;
                        order: 10; }
              html body .content .content-page .page .page-grid__top-row .page-featured-image {
                border-bottom: 1px solid;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            html body .content .content-page .page .page-grid__top-row {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              html body .content .content-page .page .page-grid__top-row > * {
                -webkit-box-ordinal-group: 11;
                    -ms-flex-order: 10;
                        order: 10; }
              html body .content .content-page .page .page-grid__top-row .page-featured-image {
                border-bottom: 1px solid;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1; } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
            html body .content .content-page .page .page-grid__top-row {
              width: 100%;
              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; }
              html body .content .content-page .page .page-grid__top-row .page-title-and-subpages {
                width: 13.75em;
                max-width: 20%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (max-width: 767.9px) {
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (min-width: 768px) {
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 2.5em; } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
              html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content {
                width: 27.5em;
                max-width: 60%; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (max-width: 767.9px) {
      html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) and (min-width: 768px) {
      html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 2.5em; } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
              html body .content .content-page .page .page-grid__top-row .page-featured-image {
                width: calc(100% - 27.5em - 13.75em - 5em);
                min-width: 20%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end; } }
          @media only screen and (min-width: 1600.1px) {
            html body .content .content-page .page .page-grid__top-row {
              width: 100%;
              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; }
              html body .content .content-page .page .page-grid__top-row .page-title-and-subpages {
                width: 13.75em;
                max-width: 20%; } }
    @media only screen and (min-width: 1600.1px) and (max-width: 767.9px) {
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1600.1px) and (min-width: 768px) {
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-excerpt-and-content,
      html body .content .content-page .page .page-grid__top-row .page-title-and-subpages + .page-featured-image {
        margin-left: 2.5em; } }
          @media only screen and (min-width: 1600.1px) {
              html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content {
                width: 27.5em;
                max-width: 60%; } }
    @media only screen and (min-width: 1600.1px) and (max-width: 767.9px) {
      html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 1.25em; } }
    @media only screen and (min-width: 1600.1px) and (min-width: 768px) {
      html body .content .content-page .page .page-grid__top-row .page-excerpt-and-content + .page-featured-image {
        margin-left: 2.5em; } }
          @media only screen and (min-width: 1600.1px) {
              html body .content .content-page .page .page-grid__top-row .page-featured-image {
                width: calc(100% - 27.5em - 13.75em - 5em);
                min-width: 20%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .content-page .page .page-gallery + .page-posts-from-category {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .content .content-page .page .page-gallery + .page-posts-from-category {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
            html body .content .content-page .page.has-no-featured-image.has-subpages .page-title-and-subpages {
              max-width: 40%; } }
          @media only screen and (min-width: 1600.1px) {
            html body .content .content-page .page.has-no-featured-image.has-subpages .page-title-and-subpages {
              max-width: 40%; } }
          @media only screen and (max-width: 767.9px) {
            html body .content .content-page .page {
              border: 1px solid; } }
  @media only screen and (max-width: 767.9px) and (max-width: 767.9px) {
    html body .content .content-page .page {
      padding-bottom: 2.5em; } }
  @media only screen and (max-width: 767.9px) and (min-width: 768px) {
    html body .content .content-page .page {
      padding-bottom: 2.5em; } }
  @media only screen and (max-width: 767.9px) and (max-width: 767.9px) {
    html body .content .content-page .page .page-title-and-subpages,
    html body .content .content-page .page .page-excerpt-and-content,
    html body .content .content-page .page .page-gallery,
    html body .content .content-page .page .page-posts-from-category {
      margin-top: 2.5em;
      margin-left: 1.25em;
      margin-right: 1.25em; } }
  @media only screen and (max-width: 767.9px) and (min-width: 768px) {
    html body .content .content-page .page .page-title-and-subpages,
    html body .content .content-page .page .page-excerpt-and-content,
    html body .content .content-page .page .page-gallery,
    html body .content .content-page .page .page-posts-from-category {
      margin-top: 2.5em;
      margin-left: 2.5em;
      margin-right: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
              html body .content .content-page .page .page-featured-image .figure {
                border: none;
                padding: 0; }
                html body .content .content-page .page .page-featured-image .figure img {
                  border-bottom: 1px solid;
                  border: none; }
              html body .content .content-page .page .page-gallery {
                width: auto; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            html body .content .content-page .page {
              border: 1px solid; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767.9px) {
    html body .content .content-page .page {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
    html body .content .content-page .page {
      padding-bottom: 2.5em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 767.9px) {
    html body .content .content-page .page .page-title-and-subpages,
    html body .content .content-page .page .page-excerpt-and-content,
    html body .content .content-page .page .page-gallery,
    html body .content .content-page .page .page-posts-from-category {
      margin-top: 2.5em;
      margin-left: 1.25em;
      margin-right: 1.25em; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
    html body .content .content-page .page .page-title-and-subpages,
    html body .content .content-page .page .page-excerpt-and-content,
    html body .content .content-page .page .page-gallery,
    html body .content .content-page .page .page-posts-from-category {
      margin-top: 2.5em;
      margin-left: 2.5em;
      margin-right: 2.5em; } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
              html body .content .content-page .page .page-featured-image .figure {
                border: none;
                padding: 0; }
                html body .content .content-page .page .page-featured-image .figure img {
                  border-bottom: 1px solid;
                  border: none; }
              html body .content .content-page .page .page-gallery {
                width: auto; } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
            html body .content .content-page .page {
              border: 1px solid; } }
  @media only screen and (min-width: 1025px) and (max-width: 1600px) and (max-width: 767.9px) {
    html body .content .content-page .page {
      padding-top: 2.5em;
      padding-left: 1.25em;
      padding-bottom: 2.5em;
      padding-right: 1.25em; } }
  @media only screen and (min-width: 1025px) and (max-width: 1600px) and (min-width: 768px) {
    html body .content .content-page .page {
      padding-top: 2.5em;
      padding-left: 2.5em;
      padding-bottom: 2.5em;
      padding-right: 2.5em; } }
          @media only screen and (min-width: 1600.1px) {
            html body .content .content-page .page {
              border: 1px solid; } }
  @media only screen and (min-width: 1600.1px) and (max-width: 767.9px) {
    html body .content .content-page .page {
      padding-top: 2.5em;
      padding-left: 1.25em;
      padding-bottom: 2.5em;
      padding-right: 1.25em; } }
  @media only screen and (min-width: 1600.1px) and (min-width: 768px) {
    html body .content .content-page .page {
      padding-top: 2.5em;
      padding-left: 2.5em;
      padding-bottom: 2.5em;
      padding-right: 2.5em; } }
          html body .content .content-page .page.page-contact .page-excerpt-and-content {
            width: auto;
            max-width: none; }
            @media only screen and (orientation: landscape) {
              html body .content .content-page .page.page-contact .page-excerpt-and-content .page-content {
                max-width: none; } }
            html body .content .content-page .page.page-contact .page-excerpt-and-content .page-content .text ul {
              list-style: none;
              margin: 0 !important;
              overflow: hidden; }
              html body .content .content-page .page.page-contact .page-excerpt-and-content .page-content .text ul li {
                font-style: normal;
                font-weight: normal;
                font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
                font-size: 1.563em;
                word-wrap: break-word;
                width: 37.5em;
                height: 1.25em;
                overflow: hidden;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap; }
                html body .content .content-page .page.page-contact .page-excerpt-and-content .page-content .text ul li a {
                  margin-left: 0.3125em; }
                html body .content .content-page .page.page-contact .page-excerpt-and-content .page-content .text ul li + li {
                  margin-top: 0.625em; }
    html body .sidebar {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVQImWNgYGD4jwVTHQAAz6cE/Jh9DFsAAAAASUVORK5CYII=);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%; }
      @media only screen and (max-width: 767.9px) {
        html body .sidebar {
          padding-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .sidebar {
          padding-top: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .sidebar {
          padding-bottom: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .sidebar {
          padding-bottom: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .sidebar {
          margin-top: 2.5em; } }
      @media only screen and (min-width: 768px) {
        html body .sidebar {
          margin-top: 2.5em; } }
      @media only screen and (max-width: 767.9px) {
        html body .sidebar {
          margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        html body .sidebar {
          margin-bottom: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .sidebar {
          margin-left: 0; } }
      @media only screen and (min-width: 768px) {
        html body .sidebar {
          margin-left: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .sidebar {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        html body .sidebar {
          margin-right: 0; } }
      html body .sidebar .sidebar-title {
        display: none; }
      html body .sidebar .sidebar-widget-list {
        width: 100%;
        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; }
        html body .sidebar .sidebar-widget-list .widget-list-title {
          display: none; }
        html body .sidebar .sidebar-widget-list .widget-list-items {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * + * {
              margin-right: 0; } }
          html body .sidebar .sidebar-widget-list .widget-list-items .navigation {
            display: none; }
        html body .sidebar .sidebar-widget-list .widget-list-items > * {
          background-color: white;
          color: black;
          border: 1px solid;
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-bottom: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-bottom: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-left: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-left: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-right: 1.25em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              padding-right: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              max-width: calc(100% - 2.5em); } }
          @media only screen and (min-width: 768px) and (max-width: 1024px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              max-width: calc(100% - 5em); } }
          @media only screen and (min-width: 1025px) and (max-width: 1600px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              max-width: 37.5em; } }
          @media only screen and (min-width: 1600.1px) {
            html body .sidebar .sidebar-widget-list .widget-list-items > * {
              max-width: 37.5em; } }
          html body .sidebar .sidebar-widget-list .widget-list-items > * a,
          html body .sidebar .sidebar-widget-list .widget-list-items > * .link {
            background-color: white;
            color: black;
            text-decoration: underline;
            transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
            will-change: text-decoration; }
            html body .sidebar .sidebar-widget-list .widget-list-items > * a:hover, html body .sidebar .sidebar-widget-list .widget-list-items > * a:active,
            html body .sidebar .sidebar-widget-list .widget-list-items > * .link:hover,
            html body .sidebar .sidebar-widget-list .widget-list-items > * .link:active {
              text-decoration: line-through; }
        html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary {
          width: 100%; }
          html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .widget-title {
            display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .list-item + .list-item {
                margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .widget--topics-summary .list-items .navigation {
              display: none; }
        html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary {
          width: 100%; }
          html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .shortcode-title {
            display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .list-item + .list-item {
                margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .shortcode--topics-summary .list-items .navigation {
              display: none; }
        html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-title + .list-items {
              margin-right: 0; } }
          html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .post + .post {
                margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .list-items .navigation {
              display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row; }
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar {
                  position: unset; }
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar-left {
                  top: 0; }
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar-right {
                  bottom: 0; } }
            @media only screen and (min-width: 768px) and (max-width: 1024px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row; }
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar {
                  position: unset; }
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar-left {
                  top: 0; }
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar-right {
                  bottom: 0; } }
            @media only screen and (min-width: 1025px) and (max-width: 1600px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                width: 100%; }
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar {
                padding-top: 1.25em;
                width: auto; } }
            @media only screen and (min-width: 1600.1px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                width: 100%; }
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar {
                padding-top: 1.25em;
                width: auto; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar {
              max-width: none;
              width: auto;
              visibility: visible; }
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar .post-date,
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar aside {
                border: 0; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars .post-title {
              padding: 0 !important; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-sidebar-left {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
              border: 1px solid;
              -webkit-box-ordinal-group: 3;
                  -ms-flex-order: 2;
                      order: 2;
              width: 100%; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-top: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-top: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-left: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-left: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  padding-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-top: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-top: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--summaries .post-format-summary .post-content-between-sidebars {
                  margin-right: 0; } }
        html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-title + .list-items {
              margin-right: 0; } }
          html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .list-item:last-of-type {
                  margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-items .navigation {
              display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              width: 2.5em; }
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar figcaption,
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar .figcaption,
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar .wp-caption-text,
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-avatar figcaption {
                display: none; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item .list-item-primary-and-secondary-text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-right: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-right: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--with-sparklines .list-item > *:last-child {
                  margin-right: 0; } }
        html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-title + .list-items {
              margin-right: 0; } }
          html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .list-item:last-of-type {
                  margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-items .navigation {
              display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              width: 2.5em; }
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar figcaption,
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar .figcaption,
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar .wp-caption-text,
              html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-avatar figcaption {
                display: none; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item .list-item-primary-and-secondary-text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
            html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-right: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-right: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .topic-list--post-formats .list-item > *:last-child {
                  margin-right: 0; } }
        html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-title + .list-items {
              margin-right: 0; } }
          html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-right: 1.25em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-right: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-bottom: 2.5em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item:last-of-type {
                  margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .navigation {
              display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              width: 100%;
              width: 2.5em; }
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar img {
                display: block;
                height: auto;
                max-width: 100%;
                width: auto; }
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar figcaption,
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar .wp-caption-text {
                background-color: white;
                color: black;
                font-size: 0.8em;
                line-height: 1.5;
                display: inline-block; }
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar .figcaption,
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar .wp-caption-text,
              html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-avatar figcaption {
                display: none; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item .list-item-primary-and-secondary-text {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
            html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-right: 0.625em; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-right: 1.25em; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > * {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-top: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-bottom: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-left: 0; } }
              @media only screen and (max-width: 767.9px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-right: 0; } }
              @media only screen and (min-width: 768px) {
                html body .sidebar .sidebar-widget-list .widget-list-items .post-list--for-a-post-type .list-items .list-item > *:last-child {
                  margin-right: 0; } }
        html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date {
          width: 100%; }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-top: 2.5em; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-bottom: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-left: 0; } }
          @media only screen and (max-width: 767.9px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-right: 0; } }
          @media only screen and (min-width: 768px) {
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-title + .list-items {
              margin-right: 0; } }
          html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .list-item + .list-item {
                margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .navigation {
              display: none; }
          html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%; }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-top: 2.5em; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-top: 2.5em; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-left: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-left: 0; } }
            @media only screen and (max-width: 767.9px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-right: 0; } }
            @media only screen and (min-width: 768px) {
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months + .archive-year-and-months {
                margin-right: 0; } }
            html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
              width: 100%; }
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-right: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-right: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > * {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-top: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-top: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-bottom: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-left: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-left: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-right: 0; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months > *:last-child {
                    margin-right: 0; } }
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-year,
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month {
                min-width: 3.75em; }
              html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                border: 1px solid;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center; }
                html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                  -webkit-box-align: start;
                      -ms-flex-align: start;
                          align-items: flex-start;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-right: 0.625em; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-right: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-bottom: 1.25em; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-bottom: 1.25em; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-top: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-top: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-left: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-left: 0; } }
                  @media only screen and (max-width: 767.9px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-right: 0; } }
                  @media only screen and (min-width: 768px) {
                    html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list .archive-month:last-of-type {
                      margin-right: 0; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-top: 1.25em; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-top: 1.25em; } }
                @media only screen and (max-width: 767.9px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-left: 0.625em; } }
                @media only screen and (min-width: 768px) {
                  html body .sidebar .sidebar-widget-list .widget-list-items .archive-list--by-date .list-items .archive-year-and-months .archive-month-list {
                    padding-left: 1.25em; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer {
        padding-top: 2.5em; } }
    @media only screen and (min-width: 768px) {
      html body .footer {
        padding-top: 2.5em; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer {
        padding-bottom: 2.5em; } }
    @media only screen and (min-width: 768px) {
      html body .footer {
        padding-bottom: 2.5em; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-copyright {
        margin-top: 1.25em; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-copyright {
        margin-top: 1.25em; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-copyright {
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-copyright {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-copyright {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-copyright {
        margin-left: 0; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-copyright {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-copyright {
        margin-right: 0; } }
    html body .footer .footer-copyright .link {
      background-color: white;
      color: black;
      text-decoration: underline;
      transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
      will-change: text-decoration; }
      html body .footer .footer-copyright .link:hover, html body .footer .footer-copyright .link:active {
        text-decoration: line-through; }
    html body .footer .footer-navigation .menu {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      @media only screen and (max-width: 767.9px) {
        html body .footer .footer-navigation .menu li + li {
          margin-top: 1.25em; } }
      @media only screen and (min-width: 768px) {
        html body .footer .footer-navigation .menu li + li {
          margin-top: 1.25em; } }
      @media only screen and (max-width: 767.9px) {
        html body .footer .footer-navigation .menu li + li {
          margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        html body .footer .footer-navigation .menu li + li {
          margin-bottom: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .footer .footer-navigation .menu li + li {
          margin-left: 0; } }
      @media only screen and (min-width: 768px) {
        html body .footer .footer-navigation .menu li + li {
          margin-left: 0; } }
      @media only screen and (max-width: 767.9px) {
        html body .footer .footer-navigation .menu li + li {
          margin-right: 0; } }
      @media only screen and (min-width: 768px) {
        html body .footer .footer-navigation .menu li + li {
          margin-right: 0; } }
      html body .footer .footer-navigation .menu li > ul,
      html body .footer .footer-navigation .menu li > .ul,
      html body .footer .footer-navigation .menu li > ol,
      html body .footer .footer-navigation .menu li > .ol,
      html body .footer .footer-navigation .menu .li > ul,
      html body .footer .footer-navigation .menu .li > .ul,
      html body .footer .footer-navigation .menu .li > ol,
      html body .footer .footer-navigation .menu .li > .ol {
        margin-top: 0; }
        @media only screen and (max-width: 767.9px) {
          html body .footer .footer-navigation .menu li > ul,
          html body .footer .footer-navigation .menu li > .ul,
          html body .footer .footer-navigation .menu li > ol,
          html body .footer .footer-navigation .menu li > .ol,
          html body .footer .footer-navigation .menu .li > ul,
          html body .footer .footer-navigation .menu .li > .ul,
          html body .footer .footer-navigation .menu .li > ol,
          html body .footer .footer-navigation .menu .li > .ol {
            padding-left: 1.25em; } }
        @media only screen and (min-width: 768px) {
          html body .footer .footer-navigation .menu li > ul,
          html body .footer .footer-navigation .menu li > .ul,
          html body .footer .footer-navigation .menu li > ol,
          html body .footer .footer-navigation .menu li > .ol,
          html body .footer .footer-navigation .menu .li > ul,
          html body .footer .footer-navigation .menu .li > .ul,
          html body .footer .footer-navigation .menu .li > ol,
          html body .footer .footer-navigation .menu .li > .ol {
            padding-left: 2.5em; } }
      html body .footer .footer-navigation .menu .li,
      html body .footer .footer-navigation .menu li {
        border-bottom: 1px solid;
        margin-bottom: 0.625em;
        padding-bottom: 0.625em; }
      html body .footer .footer-navigation .menu li a {
        background-color: white;
        color: black;
        text-decoration: none;
        transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
        will-change: text-decoration; }
        html body .footer .footer-navigation .menu li a:hover, html body .footer .footer-navigation .menu li a:active {
          text-decoration: line-through; }
      html body .footer .footer-navigation .menu li.page_item_has_children {
        border-bottom: none;
        padding-bottom: 0; }
        html body .footer .footer-navigation .menu li.page_item_has_children a + ul {
          border-top: 1px solid;
          margin-top: 0.625em;
          padding-top: 0.625em; }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-credits {
        margin-top: 1.25em; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-credits {
        margin-top: 1.25em; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-credits {
        margin-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-credits {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-credits {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-credits {
        margin-left: 0; } }
    @media only screen and (max-width: 767.9px) {
      html body .footer .footer-credits {
        margin-right: 0; } }
    @media only screen and (min-width: 768px) {
      html body .footer .footer-credits {
        margin-right: 0; } }
    html body .footer .footer-credits .link {
      background-color: white;
      color: black;
      text-decoration: underline;
      transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
      will-change: text-decoration; }
      html body .footer .footer-credits .link:hover, html body .footer .footer-credits .link:active {
        text-decoration: line-through; }
    html body .footer-navigation ul li.current-menu-item a {
      text-decoration: line-through; }
    html body .hidden {
      display: none; }
    html body .screen-reader-text {
      display: none; }

html body.page-template-page-template-archives .content {
  max-width: none; }

@media only screen and (max-width: 767.9px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-bottom: 2.5em; } }

@media only screen and (min-width: 768px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-bottom: 2.5em; } }

@media only screen and (max-width: 767.9px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-top: 0; } }

@media only screen and (min-width: 768px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-top: 0; } }

@media only screen and (max-width: 767.9px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-left: 0; } }

@media only screen and (min-width: 768px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-left: 0; } }

@media only screen and (max-width: 767.9px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-right: 0; } }

@media only screen and (min-width: 768px) {
  html body.blog .header-menu, html body.single-post .header-menu, html body.page-template-page-template-post-format-standard .header-menu, html body.page-template-page-template-post-formats .header-menu, html body.page-template-page-template-archives .header-menu, html body.page-template-page-template-topics .header-menu, html body.page-template-page-template-tags .header-menu, html body.page-template-page-template-categories .header-menu, html body.page-template-page-template-archives-by-date .header-menu, html body.archive .header-menu {
    margin-right: 0; } }

html body.home .header .header-image {
  height: auto; }
  html body.home .header .header-image figure {
    height: auto; }
    html body.home .header .header-image figure img {
      height: auto; }

html body.home .footer .footer-navigation ul li.current-menu-item {
  display: none; }

html body.page-template-default .header, html body.error404 .header {
  max-width: none;
  width: auto; }

html body.page-template-default .content, html body.error404 .content {
  max-width: none;
  width: 100%; }

html body.page-template-default .header, html body.error404 .header {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media only screen and (max-width: 767.9px) {
    html body.page-template-default .header, html body.error404 .header {
      padding-top: 1.25em; } }
  @media only screen and (min-width: 768px) {
    html body.page-template-default .header, html body.error404 .header {
      padding-top: 1.25em; } }
  @media only screen and (max-width: 767.9px) {
    html body.page-template-default .header, html body.error404 .header {
      padding-bottom: 1.25em; } }
  @media only screen and (min-width: 768px) {
    html body.page-template-default .header, html body.error404 .header {
      padding-bottom: 1.25em; } }

html body.page-template-default .header, html body.error404 .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  html body.page-template-default .header .header-logo,
  html body.page-template-default .header .header-menu-hamburger, html body.error404 .header .header-logo,
  html body.error404 .header .header-menu-hamburger {
    margin: 0 1.25em; }
  @media only screen and (max-width: 767.9px) {
    html body.page-template-default .header, html body.error404 .header {
      width: 100%;
      max-width: 44.16667em; } }

html body.page-template-default .header-menu, html body.error404 .header-menu {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1.25em; }
  @media only screen and (max-width: 767.9px) {
    html body.page-template-default .header-menu, html body.error404 .header-menu {
      max-width: calc(100% - 2.5em); } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    html body.page-template-default .header-menu, html body.error404 .header-menu {
      max-width: calc(100% - 2.5em); } }
  @media only screen and (min-width: 1025px) and (max-width: 1600px) {
    html body.page-template-default .header-menu, html body.error404 .header-menu {
      max-width: calc(100% - 5em); } }
  @media only screen and (min-width: 1600.1px) {
    html body.page-template-default .header-menu, html body.error404 .header-menu {
      max-width: 80%; } }

html body.page-template-default .footer,
html body.page-template-default .sidebar, html body.error404 .footer,
html body.error404 .sidebar {
  display: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes pulse {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  10% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

html body.page-template-page-template-home .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 44.16667em; }
  html body.page-template-page-template-home .header .header-logo,
  html body.page-template-page-template-home .header .header-menu-hamburger {
    margin: 0 1.25em; }

html body.page-template-page-template-home .header {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media only screen and (max-width: 767.9px) {
    html body.page-template-page-template-home .header {
      padding-top: 1.25em; } }
  @media only screen and (min-width: 768px) {
    html body.page-template-page-template-home .header {
      padding-top: 1.25em; } }
  @media only screen and (max-width: 767.9px) {
    html body.page-template-page-template-home .header {
      padding-bottom: 1.25em; } }
  @media only screen and (min-width: 768px) {
    html body.page-template-page-template-home .header {
      padding-bottom: 1.25em; } }

html body.page-template-page-template-home .header-menu {
  max-width: 44.16667em;
  margin-left: 1.25em;
  margin-right: 1.25em;
  width: calc(100% - 2.5em); }
  @media only screen and (min-width: 768px) {
    html body.page-template-page-template-home .header-menu {
      margin-top: 1.25em;
      margin-bottom: 1.25em !important; } }

html body.page-template-page-template-home .content {
  max-width: none; }
  html body.page-template-page-template-home .content .studio-spilo-home__about .page-about {
    width: 100%;
    max-width: 44.16667em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-title,
    html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-featured-image,
    html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-excerpt {
      margin: 1.25em; }
    html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-title {
      display: none; }
    html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-excerpt {
      max-width: none !important; }
      @media only screen and (orientation: landscape) {
        html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-excerpt {
          max-width: 27.5em; } }
      html body.page-template-page-template-home .content .studio-spilo-home__about .page-about .page-excerpt .gallery {
        display: none; }
  html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about {
    position: relative;
    overflow: hidden; }
    html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .page-excerpt .text {
      font-style: normal;
      font-weight: normal;
      font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
      word-wrap: break-word; }
      @media only screen and (max-width: 767.9px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .page-excerpt .text {
          font-size: 1.563em; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .page-excerpt .text {
          font-size: 1.953em; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .page-excerpt .text {
          font-size: 2.441em; } }
      @media only screen and (min-width: 1600.1px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .page-excerpt .text {
          font-size: 2.441em; } }
    html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .page-excerpt .text p {
      text-align: justify;
      letter-spacing: .385em;
      text-decoration: none; }
    html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: calc(100% - 1.25em);
      width: 100%;
      max-width: 44.16667em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      overflow: hidden; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .page-title,
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .page-featured-image,
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .page-excerpt {
        margin: 1.25em; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer__text {
        display: none; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer__chars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer__chars .char {
          padding: 0.625em; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .spacer__chars {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-style: normal;
        font-weight: normal;
        font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
        word-wrap: break-word; }
        @media only screen and (max-width: 767.9px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .spacer__chars {
            font-size: 1.563em; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .spacer__chars {
            font-size: 1.953em; } }
        @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .spacer__chars {
            font-size: 2.441em; } }
        @media only screen and (min-width: 1600.1px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .spacer__chars {
            font-size: 2.441em; } }
        html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .spacer__chars .char {
          padding: 0.1em 0.625em; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--0 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.01s;
                animation-delay: 19.01s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--1 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.02s;
                animation-delay: 14.02s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--2 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.03s;
                animation-delay: 15.03s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--3 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.04s;
                animation-delay: 2.04s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--4 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.05s;
                animation-delay: 4.05s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--5 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.06s;
                animation-delay: 18.06s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--6 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.07s;
                animation-delay: 9.07s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--7 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.08s;
                animation-delay: 17.08s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--8 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.09s;
                animation-delay: 11.09s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--9 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 12.1s;
                animation-delay: 12.1s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--10 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.11s;
                animation-delay: 19.11s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--11 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.12s;
                animation-delay: 4.12s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--12 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.13s;
                animation-delay: 17.13s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--13 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 12.14s;
                animation-delay: 12.14s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--14 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.15s;
                animation-delay: 14.15s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--15 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.16s;
                animation-delay: 14.16s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--16 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.17s;
                animation-delay: 19.17s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--17 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.18s;
                animation-delay: 3.18s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--18 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.19s;
                animation-delay: 3.19s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--19 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.2s;
                animation-delay: 8.2s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--20 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.21s;
                animation-delay: 15.21s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--21 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.22s;
                animation-delay: 14.22s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--22 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.23s;
                animation-delay: 14.23s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--23 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.24s;
                animation-delay: 2.24s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--24 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.25s;
                animation-delay: 9.25s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--25 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.26s;
                animation-delay: 5.26s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--26 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.27s;
                animation-delay: 7.27s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--27 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.28s;
                animation-delay: 16.28s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--28 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.29s;
                animation-delay: 16.29s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--29 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.3s;
                animation-delay: 9.3s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--30 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.31s;
                animation-delay: 19.31s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--31 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.32s;
                animation-delay: 14.32s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--32 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.33s;
                animation-delay: 10.33s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--33 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 6.34s;
                animation-delay: 6.34s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--34 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.35s;
                animation-delay: 17.35s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--35 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.36s;
                animation-delay: 16.36s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--36 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.37s;
                animation-delay: 2.37s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--37 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.38s;
                animation-delay: 2.38s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--38 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.39s;
                animation-delay: 14.39s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--39 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.4s;
                animation-delay: 19.4s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--40 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.41s;
                animation-delay: 18.41s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--41 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.42s;
                animation-delay: 18.42s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--42 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.43s;
                animation-delay: 19.43s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--43 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.44s;
                animation-delay: 10.44s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--44 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.45s;
                animation-delay: 18.45s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--45 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.46s;
                animation-delay: 14.46s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--46 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.47s;
                animation-delay: 10.47s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--47 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 6.48s;
                animation-delay: 6.48s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--48 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.49s;
                animation-delay: 7.49s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--49 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.5s;
                animation-delay: 5.5s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--50 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.51s;
                animation-delay: 8.51s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--51 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.52s;
                animation-delay: 9.52s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--52 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.53s;
                animation-delay: 17.53s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--53 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.54s;
                animation-delay: 14.54s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--54 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.55s;
                animation-delay: 16.55s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--55 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.56s;
                animation-delay: 2.56s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--56 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.57s;
                animation-delay: 19.57s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--57 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.58s;
                animation-delay: 7.58s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--58 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.59s;
                animation-delay: 3.59s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--59 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.6s;
                animation-delay: 11.6s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--60 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.61s;
                animation-delay: 17.61s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--61 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.62s;
                animation-delay: 20.62s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--62 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.63s;
                animation-delay: 18.63s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--63 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.64s;
                animation-delay: 9.64s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--64 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.65s;
                animation-delay: 11.65s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--65 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 6.66s;
                animation-delay: 6.66s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--66 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.67s;
                animation-delay: 20.67s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--67 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.68s;
                animation-delay: 11.68s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--68 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.69s;
                animation-delay: 13.69s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--69 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.7s;
                animation-delay: 15.7s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--70 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.71s;
                animation-delay: 2.71s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--71 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.72s;
                animation-delay: 19.72s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--72 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.73s;
                animation-delay: 5.73s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--73 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.74s;
                animation-delay: 2.74s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--74 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.75s;
                animation-delay: 4.75s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--75 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.76s;
                animation-delay: 14.76s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--76 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.77s;
                animation-delay: 4.77s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--77 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.78s;
                animation-delay: 15.78s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--78 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.79s;
                animation-delay: 8.79s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--79 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.8s;
                animation-delay: 16.8s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--80 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.81s;
                animation-delay: 19.81s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--81 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.82s;
                animation-delay: 11.82s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--82 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.83s;
                animation-delay: 5.83s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--83 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.84s;
                animation-delay: 14.84s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--84 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.85s;
                animation-delay: 16.85s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--85 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.86s;
                animation-delay: 20.86s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--86 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.87s;
                animation-delay: 7.87s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--87 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.88s;
                animation-delay: 13.88s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--88 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.89s;
                animation-delay: 16.89s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--89 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.9s;
                animation-delay: 3.9s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--90 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.91s;
                animation-delay: 2.91s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--91 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.92s;
                animation-delay: 4.92s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--92 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.93s;
                animation-delay: 7.93s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--93 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.94s;
                animation-delay: 3.94s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--94 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.95s;
                animation-delay: 5.95s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--95 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.96s;
                animation-delay: 17.96s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--96 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.97s;
                animation-delay: 17.97s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--97 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.98s;
                animation-delay: 10.98s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--98 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.99s;
                animation-delay: 17.99s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--99 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7s;
                animation-delay: 7s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--100 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.01s;
                animation-delay: 9.01s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--101 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.02s;
                animation-delay: 18.02s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--102 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.03s;
                animation-delay: 14.03s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--103 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.04s;
                animation-delay: 5.04s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--104 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.05s;
                animation-delay: 17.05s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--105 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.06s;
                animation-delay: 16.06s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--106 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.07s;
                animation-delay: 10.07s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--107 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.08s;
                animation-delay: 3.08s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--108 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.09s;
                animation-delay: 15.09s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--109 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 21.1s;
                animation-delay: 21.1s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--110 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.11s;
                animation-delay: 13.11s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--111 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 21.12s;
                animation-delay: 21.12s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--112 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.13s;
                animation-delay: 11.13s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--113 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.14s;
                animation-delay: 14.14s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--114 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.15s;
                animation-delay: 3.15s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--115 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.16s;
                animation-delay: 3.16s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--116 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.17s;
                animation-delay: 13.17s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--117 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.18s;
                animation-delay: 4.18s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--118 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.19s;
                animation-delay: 17.19s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--wavy-support .page-about .spacer .char--119 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.2s;
                animation-delay: 19.2s; }
  html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about {
    position: relative;
    overflow: hidden; }
    html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .page-excerpt .text {
      font-style: normal;
      font-weight: normal;
      font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
      word-wrap: break-word; }
      @media only screen and (max-width: 767.9px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .page-excerpt .text {
          font-size: 1.563em; } }
      @media only screen and (min-width: 768px) and (max-width: 1024px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .page-excerpt .text {
          font-size: 1.953em; } }
      @media only screen and (min-width: 1025px) and (max-width: 1600px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .page-excerpt .text {
          font-size: 2.441em; } }
      @media only screen and (min-width: 1600.1px) {
        html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .page-excerpt .text {
          font-size: 2.441em; } }
    html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .page-excerpt .text p {
      text-align: justify;
      letter-spacing: .385em;
      text-decoration: none; }
    html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: calc(100% - 1.25em);
      width: 100%;
      max-width: 44.16667em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      overflow: hidden; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .page-title,
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .page-featured-image,
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .page-excerpt {
        margin: 1.25em; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer__text {
        display: none; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer__chars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer__chars .char {
          padding: 0.625em; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .spacer__chars {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-style: normal;
        font-weight: normal;
        font-family: nimbus_sans_lregular, Arial, Helvetica Neue, Helvetica, sans-serif;
        word-wrap: break-word; }
        @media only screen and (max-width: 767.9px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .spacer__chars {
            font-size: 1.563em; } }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .spacer__chars {
            font-size: 1.953em; } }
        @media only screen and (min-width: 1025px) and (max-width: 1600px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .spacer__chars {
            font-size: 2.441em; } }
        @media only screen and (min-width: 1600.1px) {
          html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .spacer__chars {
            font-size: 2.441em; } }
        html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .spacer__chars .char {
          padding: 0.1em 0.625em; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--0 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.01s;
                animation-delay: 18.01s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--1 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.02s;
                animation-delay: 8.02s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--2 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.03s;
                animation-delay: 10.03s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--3 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.04s;
                animation-delay: 5.04s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--4 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 1.05s;
                animation-delay: 1.05s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--5 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.06s;
                animation-delay: 5.06s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--6 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.07s;
                animation-delay: 15.07s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--7 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.08s;
                animation-delay: 18.08s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--8 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.09s;
                animation-delay: 19.09s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--9 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.1s;
                animation-delay: 2.1s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--10 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.11s;
                animation-delay: 10.11s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--11 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.12s;
                animation-delay: 16.12s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--12 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.13s;
                animation-delay: 8.13s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--13 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.14s;
                animation-delay: 4.14s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--14 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.15s;
                animation-delay: 5.15s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--15 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.16s;
                animation-delay: 7.16s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--16 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.17s;
                animation-delay: 14.17s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--17 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.18s;
                animation-delay: 9.18s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--18 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.19s;
                animation-delay: 4.19s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--19 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.2s;
                animation-delay: 8.2s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--20 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.21s;
                animation-delay: 9.21s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--21 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.22s;
                animation-delay: 11.22s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--22 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.23s;
                animation-delay: 18.23s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--23 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.24s;
                animation-delay: 9.24s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--24 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.25s;
                animation-delay: 20.25s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--25 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.26s;
                animation-delay: 20.26s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--26 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.27s;
                animation-delay: 11.27s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--27 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.28s;
                animation-delay: 16.28s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--28 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.29s;
                animation-delay: 20.29s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--29 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.3s;
                animation-delay: 20.3s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--30 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.31s;
                animation-delay: 13.31s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--31 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.32s;
                animation-delay: 9.32s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--32 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.33s;
                animation-delay: 17.33s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--33 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.34s;
                animation-delay: 20.34s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--34 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.35s;
                animation-delay: 3.35s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--35 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.36s;
                animation-delay: 13.36s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--36 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.37s;
                animation-delay: 7.37s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--37 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 1.38s;
                animation-delay: 1.38s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--38 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.39s;
                animation-delay: 8.39s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--39 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.4s;
                animation-delay: 18.4s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--40 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 1.41s;
                animation-delay: 1.41s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--41 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.42s;
                animation-delay: 2.42s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--42 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.43s;
                animation-delay: 9.43s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--43 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.44s;
                animation-delay: 11.44s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--44 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.45s;
                animation-delay: 3.45s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--45 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.46s;
                animation-delay: 15.46s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--46 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.47s;
                animation-delay: 18.47s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--47 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.48s;
                animation-delay: 20.48s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--48 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.49s;
                animation-delay: 3.49s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--49 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.5s;
                animation-delay: 5.5s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--50 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.51s;
                animation-delay: 5.51s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--51 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.52s;
                animation-delay: 2.52s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--52 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.53s;
                animation-delay: 16.53s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--53 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 1.54s;
                animation-delay: 1.54s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--54 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.55s;
                animation-delay: 10.55s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--55 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.56s;
                animation-delay: 2.56s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--56 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.57s;
                animation-delay: 8.57s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--57 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.58s;
                animation-delay: 16.58s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--58 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.59s;
                animation-delay: 11.59s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--59 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 12.6s;
                animation-delay: 12.6s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--60 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.61s;
                animation-delay: 7.61s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--61 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.62s;
                animation-delay: 2.62s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--62 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.63s;
                animation-delay: 18.63s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--63 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.64s;
                animation-delay: 15.64s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--64 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.65s;
                animation-delay: 16.65s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--65 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 13.66s;
                animation-delay: 13.66s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--66 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.67s;
                animation-delay: 10.67s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--67 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.68s;
                animation-delay: 10.68s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--68 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 10.69s;
                animation-delay: 10.69s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--69 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.7s;
                animation-delay: 18.7s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--70 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.71s;
                animation-delay: 5.71s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--71 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 1.72s;
                animation-delay: 1.72s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--72 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.73s;
                animation-delay: 5.73s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--73 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.74s;
                animation-delay: 15.74s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--74 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.75s;
                animation-delay: 3.75s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--75 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.76s;
                animation-delay: 5.76s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--76 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.77s;
                animation-delay: 11.77s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--77 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 9.78s;
                animation-delay: 9.78s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--78 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 16.79s;
                animation-delay: 16.79s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--79 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.8s;
                animation-delay: 3.8s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--80 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.81s;
                animation-delay: 4.81s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--81 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.82s;
                animation-delay: 14.82s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--82 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 12.83s;
                animation-delay: 12.83s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--83 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.84s;
                animation-delay: 8.84s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--84 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.85s;
                animation-delay: 17.85s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--85 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.86s;
                animation-delay: 14.86s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--86 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 5.87s;
                animation-delay: 5.87s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--87 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.88s;
                animation-delay: 2.88s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--88 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 1.89s;
                animation-delay: 1.89s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--89 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 12.9s;
                animation-delay: 12.9s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--90 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.91s;
                animation-delay: 18.91s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--91 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.92s;
                animation-delay: 15.92s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--92 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 15.93s;
                animation-delay: 15.93s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--93 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 17.94s;
                animation-delay: 17.94s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--94 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 14.95s;
                animation-delay: 14.95s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--95 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.96s;
                animation-delay: 3.96s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--96 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.97s;
                animation-delay: 11.97s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--97 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.98s;
                animation-delay: 8.98s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--98 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.99s;
                animation-delay: 20.99s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--99 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--100 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.01s;
                animation-delay: 11.01s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--101 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.02s;
                animation-delay: 19.02s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--102 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.03s;
                animation-delay: 7.03s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--103 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 18.04s;
                animation-delay: 18.04s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--104 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.05s;
                animation-delay: 3.05s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--105 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 8.06s;
                animation-delay: 8.06s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--106 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 7.07s;
                animation-delay: 7.07s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--107 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 11.08s;
                animation-delay: 11.08s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--108 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.09s;
                animation-delay: 20.09s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--109 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.1s;
                animation-delay: 3.1s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--110 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 4.11s;
                animation-delay: 4.11s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--111 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 21.12s;
                animation-delay: 21.12s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--112 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 21.13s;
                animation-delay: 21.13s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--113 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 6.14s;
                animation-delay: 6.14s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--114 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 6.15s;
                animation-delay: 6.15s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--115 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 2.16s;
                animation-delay: 2.16s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--116 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 19.17s;
                animation-delay: 19.17s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--117 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 6.18s;
                animation-delay: 6.18s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--118 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 20.19s;
                animation-delay: 20.19s; }
      html body.page-template-page-template-home .content .studio-spilo-home__about--no-wavy-support .page-about .spacer .char--119 {
        -webkit-animation: pulse 20s infinite;
                animation: pulse 20s infinite;
        -webkit-animation-delay: 3.2s;
                animation-delay: 3.2s; }
  html body.page-template-page-template-home .content .studio-spilo-home__themes {
    width: 100%;
    margin: 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;
    margin: 1.25em; }
    @media only screen and (max-width: 767.9px) {
      html body.page-template-page-template-home .content .studio-spilo-home__themes {
        max-width: calc(100% - 2.5em); } }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      html body.page-template-page-template-home .content .studio-spilo-home__themes {
        max-width: calc(100% - 2.5em); } }
    @media only screen and (min-width: 1025px) and (max-width: 1600px) {
      html body.page-template-page-template-home .content .studio-spilo-home__themes {
        max-width: calc(100% - 5em); } }
    @media only screen and (min-width: 1600.1px) {
      html body.page-template-page-template-home .content .studio-spilo-home__themes {
        max-width: 80%; } }
    @media only screen and (min-width: 768px) {
      html body.page-template-page-template-home .content .studio-spilo-home__themes {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEUlEQVQImWNgYGD4jwVTHQAAz6cE/Jh9DFsAAAAASUVORK5CYII=);
        padding: 1.25em;
        width: 100%;
        max-width: 44.16667em; } }
    html body.page-template-page-template-home .content .studio-spilo-home__themes .page {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid;
      background-color: white;
      color: black; }
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-title,
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image,
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-excerpt {
        margin: 1.25em; }
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page + .page {
        margin-top: 1.25em; }
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-title {
        display: none; }
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image {
        max-width: 9.16667em; }
        html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==);
          border: 1px solid;
          padding: 1.25em;
          padding: 1.25em; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure figcaption,
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure .wp-caption-text {
            background-color: white;
            color: black;
            font-size: 0.8em;
            line-height: 1.5;
            display: inline-block; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure a {
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAEElEQVQImWNgYGD4z0AHAABlBAEAGUklEQAAAABJRU5ErkJggg==); }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure .figcaption,
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure .wp-caption-text,
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure figcaption {
            display: none; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure img {
            border: 1px solid;
            padding: 0px; }
        html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-featured-image .figure {
          padding: 0 !important;
          border: 0 !important; }
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-excerpt {
        max-width: 13.75em; }
        html body.page-template-page-template-home .content .studio-spilo-home__themes .page .page-excerpt p + p {
          display: none; }
      html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links {
        max-width: 13.75em;
        margin: 1.25em; }
        html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul {
          list-style: none; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li {
            border-bottom: 1px solid;
            border-color: black; }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li:last-of-type {
              border-bottom: none; }
              html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li:last-of-type .li__header {
                padding-bottom: 0; }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .li__children .li:first-of-type .li__header {
              padding-top: 0.625em; }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .li__children .li:last-of-type .li__header {
              padding-bottom: 0.625em; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .link {
            background-color: white;
            color: black;
            text-decoration: none;
            transition: text-decoration 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946);
            will-change: text-decoration;
            padding: 0.625em 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .link:hover, html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .link:active {
              text-decoration: line-through; }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .link .icon {
              margin-left: 1.25em; }
          html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 3.75em;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle__line {
              border-bottom: 1px solid;
              width: calc(3.125em); }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle__triangle {
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent transparent black;
              border-width: 0.625em 0 0.625em 0.625em; }
              html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle__triangle--right {
                border-color: transparent transparent transparent black;
                border-width: 0.625em 0 0.625em 0.625em; }
              html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle__triangle--left {
                border-color: transparent black transparent transparent;
                border-width: 0.625em 0.625em 0.625em 0; }
              html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle__triangle--top {
                border-color: transparent transparent black transparent;
                border-width: 0 0.625em 0.625em 0.625em; }
              html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle__triangle--bottom {
                border-color: black transparent transparent transparent;
                border-width: 0.625em 0.625em 0 0.625em; }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle--right {
              -webkit-transform: rotate(0deg);
                      transform: rotate(0deg); }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle--left {
              -webkit-transform: rotate(180deg);
                      transform: rotate(180deg); }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle--top {
              -webkit-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
            html body.page-template-page-template-home .content .studio-spilo-home__themes .page .mo-theme-links .ul .li .arrow-with-triangle--bottom {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg); }

html body.page-template-page-template-home .footer,
html body.page-template-page-template-home .sidebar {
  display: none; }

/*# sourceMappingURL=style.css.map */
