/*!
Theme Name: Noto
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description: Noto is a notebook inspired blogging theme, designed for your creative ambitions. From the variety of colors, the use of subtle motion effects and visual cues, this is the perfect solution to explore the rhythm and dynamics of your text‐based content.
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noto
Requires at least: 4.9.9
Tested up to: 5.7.0
Domain Path: /languages/
Tags: blog, entertainment, translation-ready, theme-options, featured-images, custom-colors, custom-menu, custom-logo, one-column, two-columns, three-columns, editor-style, sticky-post, footer-widgets, threaded-comments, rtl-language-support

Noto WordPress Theme, Copyright (C) 2018-2019, Pixelgrade.
Noto is distributed under the terms of the GNU GPL v2 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html

Noto is based on Underscores http://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* stylelint-disable */
/* stylelint-enable */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

li {
  list-style: inherit; }

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

@media screen and (min-width: 900px) {
  .u-hidden-desk {
    display: none; } }

@media not screen and (min-width: 900px) {
  .u-visible-desk {
    display: none; } }

@media not screen and (min-width: 30em) {
  .u-mq-above-xsmall {
    display: none; } }

@media only screen and (min-width: 30em) {
  .u-mq-below-xsmall {
    display: none; } }

@media not screen and (min-width: 42.5em) {
  .u-mq-above-small {
    display: none; } }

@media only screen and (min-width: 42.5em) {
  .u-mq-below-small {
    display: none; } }

@media not screen and (min-width: 50em) {
  .u-mq-above-pad {
    display: none; } }

@media only screen and (min-width: 50em) {
  .u-mq-below-pad {
    display: none; } }

@media not screen and (min-width: 62.5em) {
  .u-mq-above-lap {
    display: none; } }

@media only screen and (min-width: 62.5em) {
  .u-mq-below-lap {
    display: none; } }

@media not screen and (min-width: 80em) {
  .u-mq-above-desk {
    display: none; } }

@media only screen and (min-width: 80em) {
  .u-mq-below-desk {
    display: none; } }

.u-wrap-text {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */ }

.u-hidden {
  display: none; }

/* ==========================================================================
   #FRONTEND + EDITOR STYLES VARS
   ========================================================================== */
/* ==========================================================================
#THE GRID
========================================================================== */
/**
 * Grid Row
 */
.row__wrapper {
  position: relative; }

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -56px;
  margin-top: -56px;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1360px) {
    .row {
      margin-left: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-left: -25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .row {
      margin-top: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-top: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-top: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-top: -25.16854px; } }
  .entry-content > .row:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 62.5em) {
    .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

/**
 * Grid Columns
 */
.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (min-width: 62.5em) {
  .column-1 {
    -ms-flex-preferred-size: calc(8.33333%);
        flex-basis: calc(8.33333%);
    width: 8.33333%; }
  .column-2 {
    -ms-flex-preferred-size: calc(16.66667%);
        flex-basis: calc(16.66667%);
    width: 16.66667%; }
  .column-3 {
    -ms-flex-preferred-size: calc(25%);
        flex-basis: calc(25%);
    width: 25%; }
  .column-4 {
    -ms-flex-preferred-size: calc(33.33333%);
        flex-basis: calc(33.33333%);
    width: 33.33333%; }
  .column-5 {
    -ms-flex-preferred-size: calc(41.66667%);
        flex-basis: calc(41.66667%);
    width: 41.66667%; }
  .column-6 {
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
    width: 50%; }
  .column-7 {
    -ms-flex-preferred-size: calc(58.33333%);
        flex-basis: calc(58.33333%);
    width: 58.33333%; }
  .column-8 {
    -ms-flex-preferred-size: calc(66.66667%);
        flex-basis: calc(66.66667%);
    width: 66.66667%; }
  .column-9 {
    -ms-flex-preferred-size: calc(75%);
        flex-basis: calc(75%);
    width: 75%; }
  .column-10 {
    -ms-flex-preferred-size: calc(83.33333%);
        flex-basis: calc(83.33333%);
    width: 83.33333%; }
  .column-11 {
    -ms-flex-preferred-size: calc(91.66667%);
        flex-basis: calc(91.66667%);
    width: 91.66667%; }
  .column-12 {
    -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
    width: 100%; } }

@media not screen and (min-width: 62.5em) {
  .column--stretch .gallery-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .column--stretch .gallery-item:first-child:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .column--stretch .gallery-item:first-child:nth-last-child(2), .column--stretch .gallery-item:first-child:nth-last-child(2) ~ .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .column--stretch .gallery-item:first-child:nth-last-child(3), .column--stretch .gallery-item:first-child:nth-last-child(3) ~ .gallery-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .column--stretch .gallery-item:first-child:nth-last-child(4), .column--stretch .gallery-item:first-child:nth-last-child(4) ~ .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

/**
 * Grid Columns / Row Items
 */
.column__wrapper {
  margin-top: 56px;
  padding-left: 56px; }
  @media only screen and (max-width: 1360px) {
    .column__wrapper {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .column__wrapper {
      padding-left: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      padding-left: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      padding-left: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      padding-left: 25.16854px; } }

.column {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .debug-row .column {
    background-color: #383c50; }
  .column .gallery,
  .column .tiled-gallery {
    margin-bottom: 0;
    padding-bottom: 0; }

@media not screen and (min-width: 62.5em) {
  .row.row {
    margin-left: 0; }
  .column__wrapper.column__wrapper {
    padding-left: 0; }
    .column__wrapper.column__wrapper:last-child {
      padding-bottom: 0; } }

/* Row Spacing Variants.
   ========================================================================== */
.row-style--strip {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    .row-style--strip {
      padding-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .row-style--strip {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-bottom: 25.16854px; } }
  .entry-content > .row-style--strip:first-child {
    margin-top: -56px; }
    @media only screen and (max-width: 1360px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -25.16854px; } }
  .entry-content > .row-style--strip.row__wrapper:last-child {
    margin-bottom: -56px; }
    @media only screen and (max-width: 1360px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -25.16854px; } }
  .row-style--strip + .row-style--strip {
    margin-top: -56px;
    padding-top: 0; }
    @media only screen and (max-width: 1360px) {
      .row-style--strip + .row-style--strip {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .row-style--strip + .row-style--strip {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .row-style--strip + .row-style--strip {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .row-style--strip + .row-style--strip {
        margin-top: -25.16854px; } }

/* Rows/Columns Style Variants.
   ========================================================================== */
.row-style--strip {
  background-color: #D7F4FF; }
  .row-style--strip:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999vw;
    left: -100vw;
    background-color: inherit; }

.column-style--highlighted {
  padding: 56px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1360px) {
    .column-style--highlighted {
      padding: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column-style--highlighted {
      padding: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column-style--highlighted {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column-style--highlighted {
      padding: 25.16854px; } }

.column-style--boxed {
  padding: 56px;
  background-color: #23252d; }
  @media only screen and (max-width: 1360px) {
    .column-style--boxed {
      padding: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column-style--boxed {
      padding: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column-style--boxed {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column-style--boxed {
      padding: 25.16854px; } }
  .column-style--boxed * {
    color: white; }

.row-style--stretch .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.row-style--stretch .column {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row-style--stretch .column--stretch {
  padding: 0; }

.row-style--stretch .column__wrapper.hide-images img {
  display: none; }

.row-style--stretch .column__wrapper * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.row-style--stretch .column__wrapper .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }

.row-style--stretch .column__wrapper .gallery-item {
  height: auto; }

.row-style--stretch .column__wrapper .gallery-icon {
  position: relative;
  height: 100%;
  width: 100%; }
  .row-style--stretch .column__wrapper .gallery-icon img {
    position: absolute; }

.row-style--stretch .column__wrapper figure {
  height: 100%; }

.row-style--stretch .column__wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

/* Gridable UI Adjustments
   ========================================================================== */
/* @todo
// Remove if necessary - only used for debugging
   ========================================================================== */
.debug-row.debug-row.debug-row .c-row:nth-child(2n) {
  background-color: #33d2da; }

.debug-row.debug-row.debug-row .c-row:nth-child(2n+1) {
  background-color: #2196f3; }

.debug-row.debug-row.debug-row .c-row__item {
  background-color: orange; }

.debug-row.debug-row.debug-row .c-island {
  color: white;
  background-color: #4f5678; }

@media only screen and (min-width: 62.5em) {
  .debug-row.debug-row.debug-row .c-row,
  .debug-row.debug-row.debug-row .c-island {
    position: relative; }
    .debug-row.debug-row.debug-row .c-row:after,
    .debug-row.debug-row.debug-row .c-island:after {
      content: attr(class);
      position: absolute;
      top: 0;
      left: 0;
      padding: 3px 5px;
      font-size: 10px;
      font-family: sans-serif;
      border-bottom-right-radius: 3px;
      color: black;
      background: rgba(255, 255, 255, 0.5); } }

.gridable--row,
.gridable--col {
  overflow: visible; }

p:not(:last-child),
ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
hr:not(:last-child),
table:not(:last-child),
.twocolumn:not(:last-child) {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 13.65854px; } }

blockquote {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0; }
  @media only screen and (max-width: 1360px) {
    blockquote {
      font-size: 25.20302px; } }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 22.91409px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 21.0063px; } }
  @media only screen and (max-width: 400px) {
    blockquote {
      font-size: 19.39178px; } }
  blockquote:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      blockquote:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 13.65854px; } }
  blockquote footer, blockquote cite {
    display: block;
    margin-top: 28px;
    font-style: normal;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        margin-top: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 13.65854px; } }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        font-size: 13.23724px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 12.5533px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 11.93657px; } }
    @media only screen and (max-width: 400px) {
      blockquote footer, blockquote cite {
        font-size: 11.37759px; } }
    blockquote footer a, blockquote cite a {
      border-bottom: 0 !important;
      text-decoration: none !important; }

h1 + h1:not(:first-child), h2 + h1:not(:first-child), h3 + h1:not(:first-child), h4 + h1:not(:first-child), h5 + h1:not(:first-child), h6 + h1:not(:first-child), h1 + h2:not(:first-child), h2 + h2:not(:first-child), h3 + h2:not(:first-child), h4 + h2:not(:first-child), h5 + h2:not(:first-child), h6 + h2:not(:first-child), h1 + h3:not(:first-child), h2 + h3:not(:first-child), h3 + h3:not(:first-child), h4 + h3:not(:first-child), h5 + h3:not(:first-child), h6 + h3:not(:first-child), h1 + h4:not(:first-child), h2 + h4:not(:first-child), h3 + h4:not(:first-child), h4 + h4:not(:first-child), h5 + h4:not(:first-child), h6 + h4:not(:first-child), h1 + h5:not(:first-child), h2 + h5:not(:first-child), h3 + h5:not(:first-child), h4 + h5:not(:first-child), h5 + h5:not(:first-child), h6 + h5:not(:first-child), h1 + h6:not(:first-child), h2 + h6:not(:first-child), h3 + h6:not(:first-child), h4 + h6:not(:first-child), h5 + h6:not(:first-child), h6 + h6:not(:first-child) {
  margin-top: 0; }

li ul, li ol, li dl {
  margin-top: 7px; }
  @media only screen and (max-width: 1360px) {
    li ul, li ol, li dl {
      margin-top: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    li ul, li ol, li dl {
      margin-top: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    li ul, li ol, li dl {
      margin-top: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    li ul, li ol, li dl {
      margin-top: 6.71221px; } }

ul {
  padding-left: 28px;
  list-style: disc; }
  @media only screen and (max-width: 1360px) {
    ul {
      padding-left: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    ul {
      padding-left: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    ul {
      padding-left: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    ul {
      padding-left: 13.65854px; } }

ol {
  padding-left: 28px;
  list-style: decimal; }
  @media only screen and (max-width: 1360px) {
    ol {
      padding-left: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    ol {
      padding-left: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    ol {
      padding-left: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    ol {
      padding-left: 13.65854px; } }

li:not(:last-child),
dl > dl:not(:last-of-type),
dl > dd:not(:last-of-type) {
  margin-bottom: 7px; }
  @media only screen and (max-width: 1360px) {
    li:not(:last-child),
    dl > dl:not(:last-of-type),
    dl > dd:not(:last-of-type) {
      margin-bottom: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    li:not(:last-child),
    dl > dl:not(:last-of-type),
    dl > dd:not(:last-of-type) {
      margin-bottom: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    li:not(:last-child),
    dl > dl:not(:last-of-type),
    dl > dd:not(:last-of-type) {
      margin-bottom: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    li:not(:last-child),
    dl > dl:not(:last-of-type),
    dl > dd:not(:last-of-type) {
      margin-bottom: 6.71221px; } }

dl:after {
  content: "";
  display: table;
  clear: both; }

dt {
  width: 33%;
  float: left;
  clear: both;
  font-weight: bold; }

dd {
  width: 66%;
  float: right;
  clear: right; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  padding: 14px;
  border: 1px solid; }
  @media only screen and (max-width: 1360px) {
    pre {
      padding: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    pre {
      padding: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    pre {
      padding: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    pre {
      padding: 10.42442px; } }
  pre:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      pre:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      pre:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      pre:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      pre:not(:last-child) {
        margin-bottom: 13.65854px; } }

table {
  width: 100%;
  float: none;
  border-collapse: collapse; }
  table:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      table:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      table:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      table:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      table:not(:last-child) {
        margin-bottom: 13.65854px; } }
  table th {
    text-align: left; }
  table th,
  table td {
    vertical-align: middle; }
  table tr,
  table thead,
  table tbody,
  table tfoot {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  table th,
  table td {
    padding: 0.8em;
    max-width: 100%;
    white-space: nowrap; }
    @media only screen and (max-width: 1360px) {
      table th,
      table td {
        padding: 0.79999em; } }
    @media only screen and (max-width: 1024px) {
      table th,
      table td {
        padding: 0.79997em; } }
    @media only screen and (max-width: 768px) {
      table th,
      table td {
        padding: 0.79996em; } }
    @media only screen and (max-width: 320px) {
      table th,
      table td {
        padding: 0.79995em; } }
  table caption {
    padding: 0.8em 0; }
    @media only screen and (max-width: 1360px) {
      table caption {
        padding: 0.79999em 0; } }
    @media only screen and (max-width: 1024px) {
      table caption {
        padding: 0.79997em 0; } }
    @media only screen and (max-width: 768px) {
      table caption {
        padding: 0.79996em 0; } }
    @media only screen and (max-width: 320px) {
      table caption {
        padding: 0.79995em 0; } }
  table th:first-child,
  table td:first-child {
    padding-left: 0; }
  table th:last-child,
  table td:last-child {
    padding-right: 0; }

a {
  text-decoration: none; }
  .u-underlined-links a {
    text-decoration: underline; }

hr {
  width: 100%;
  border: 0;
  border-top: 1px solid;
  margin: 0 auto; }

b,
strong {
  font-weight: bold; }

em,
i,
small {
  font-style: italic; }

a {
  color: #34394B; }
  a img {
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out; }
  a:hover, a:active {
    color: #34394B; }
    a:hover img, a:active img {
      opacity: 0.8; }

.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -42px;
  margin-left: -42px; }
  .o-grid > * {
    border: 0 solid transparent;
    width: 100%; }
  @media only screen and (max-width: 1360px) {
    .o-grid {
      margin-top: -32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid {
      margin-top: -26.77291px; } }
  @media only screen and (max-width: 768px) {
    .o-grid {
      margin-top: -22.66442px; } }
  @media only screen and (max-width: 320px) {
    .o-grid {
      margin-top: -19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .o-grid {
      margin-left: -32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid {
      margin-left: -26.77291px; } }
  @media only screen and (max-width: 768px) {
    .o-grid {
      margin-left: -22.66442px; } }
  @media only screen and (max-width: 320px) {
    .o-grid {
      margin-left: -19.64912px; } }
  .o-grid > * {
    margin-top: 42px;
    padding-left: 42px; }
    @media only screen and (max-width: 1360px) {
      .o-grid > * {
        margin-top: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > * {
        margin-top: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > * {
        margin-top: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > * {
        margin-top: 19.64912px; } }
    @media only screen and (max-width: 1360px) {
      .o-grid > * {
        padding-left: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > * {
        padding-left: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > * {
        padding-left: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > * {
        padding-left: 19.64912px; } }

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

.o-grid--1col > * {
  width: 100%; }

.o-grid--2col > * {
  width: 50%; }

.o-grid--3col > * {
  width: 33.33333%; }

.o-grid--4col > * {
  width: 25%; }

.o-grid--5col > * {
  width: 20%; }

.o-grid--6col > * {
  width: 16.66667%; }

.o-grid--7col > * {
  width: 14.28571%; }

.o-grid--8col > * {
  width: 12.5%; }

.o-grid--9col > * {
  width: 11.11111%; }

@media only screen and (min-width: 30em) {
  .o-grid--1col-\@xsmall > * {
    width: 100%; }
  .o-grid--2col-\@xsmall > * {
    width: 50%; }
  .o-grid--3col-\@xsmall > * {
    width: 33.33333%; }
  .o-grid--4col-\@xsmall > * {
    width: 25%; }
  .o-grid--5col-\@xsmall > * {
    width: 20%; }
  .o-grid--6col-\@xsmall > * {
    width: 16.66667%; }
  .o-grid--7col-\@xsmall > * {
    width: 14.28571%; }
  .o-grid--8col-\@xsmall > * {
    width: 12.5%; }
  .o-grid--9col-\@xsmall > * {
    width: 11.11111%; } }

@media only screen and (min-width: 42.5em) {
  .o-grid--1col-\@small > * {
    width: 100%; }
  .o-grid--2col-\@small > * {
    width: 50%; }
  .o-grid--3col-\@small > * {
    width: 33.33333%; }
  .o-grid--4col-\@small > * {
    width: 25%; }
  .o-grid--5col-\@small > * {
    width: 20%; }
  .o-grid--6col-\@small > * {
    width: 16.66667%; }
  .o-grid--7col-\@small > * {
    width: 14.28571%; }
  .o-grid--8col-\@small > * {
    width: 12.5%; }
  .o-grid--9col-\@small > * {
    width: 11.11111%; } }

@media only screen and (min-width: 50em) {
  .o-grid--1col-\@pad > * {
    width: 100%; }
  .o-grid--2col-\@pad > * {
    width: 50%; }
  .o-grid--3col-\@pad > * {
    width: 33.33333%; }
  .o-grid--4col-\@pad > * {
    width: 25%; }
  .o-grid--5col-\@pad > * {
    width: 20%; }
  .o-grid--6col-\@pad > * {
    width: 16.66667%; }
  .o-grid--7col-\@pad > * {
    width: 14.28571%; }
  .o-grid--8col-\@pad > * {
    width: 12.5%; }
  .o-grid--9col-\@pad > * {
    width: 11.11111%; } }

@media only screen and (min-width: 62.5em) {
  .o-grid--1col-\@lap > * {
    width: 100%; }
  .o-grid--2col-\@lap > * {
    width: 50%; }
  .o-grid--3col-\@lap > * {
    width: 33.33333%; }
  .o-grid--4col-\@lap > * {
    width: 25%; }
  .o-grid--5col-\@lap > * {
    width: 20%; }
  .o-grid--6col-\@lap > * {
    width: 16.66667%; }
  .o-grid--7col-\@lap > * {
    width: 14.28571%; }
  .o-grid--8col-\@lap > * {
    width: 12.5%; }
  .o-grid--9col-\@lap > * {
    width: 11.11111%; } }

@media only screen and (min-width: 80em) {
  .o-grid--1col-\@desk > * {
    width: 100%; }
  .o-grid--2col-\@desk > * {
    width: 50%; }
  .o-grid--3col-\@desk > * {
    width: 33.33333%; }
  .o-grid--4col-\@desk > * {
    width: 25%; }
  .o-grid--5col-\@desk > * {
    width: 20%; }
  .o-grid--6col-\@desk > * {
    width: 16.66667%; }
  .o-grid--7col-\@desk > * {
    width: 14.28571%; }
  .o-grid--8col-\@desk > * {
    width: 12.5%; }
  .o-grid--9col-\@desk > * {
    width: 11.11111%; } }

[class*="o-inline"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  [class*="o-inline"] > :last-child {
    margin-right: 0; }

.o-inline-s {
  margin-top: -14px;
  margin-left: -14px; }
  @media only screen and (max-width: 1360px) {
    .o-inline-s {
      margin-top: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-top: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-top: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-top: -10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .o-inline-s {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-left: -10.42442px; } }
  .o-inline-s > * {
    margin-top: 14px;
    margin-left: 14px; }
    @media only screen and (max-width: 1360px) {
      .o-inline-s > * {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-top: 10.42442px; } }
    @media only screen and (max-width: 1360px) {
      .o-inline-s > * {
        margin-left: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-left: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-left: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-left: 10.42442px; } }

.o-inline-xs {
  margin-top: -7px;
  margin-left: -7px; }
  @media only screen and (max-width: 1360px) {
    .o-inline-xs {
      margin-top: -6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-top: -6.85309px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-top: -6.78192px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-top: -6.71221px; } }
  @media only screen and (max-width: 1360px) {
    .o-inline-xs {
      margin-left: -6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-left: -6.85309px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-left: -6.78192px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-left: -6.71221px; } }
  .o-inline-xs > * {
    margin-top: 7px;
    margin-left: 7px; }
    @media only screen and (max-width: 1360px) {
      .o-inline-xs > * {
        margin-top: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-top: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-top: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-top: 6.71221px; } }
    @media only screen and (max-width: 1360px) {
      .o-inline-xs > * {
        margin-left: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-left: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-left: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-left: 6.71221px; } }

@media only screen and (min-width: 62.5em) {
  .o-layout {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .o-layout__full {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .o-layout__main {
    width: calc(100% - 300px - 4rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .o-layout__side {
    width: 300px;
    margin-left: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .o-layout__side {
      margin-left: 42.87081px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .o-layout__side {
      margin-left: 34.72868px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .o-layout__side {
      margin-left: 29.18567px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .o-layout__side {
      margin-left: 25.16854px; } }

@media only screen and (min-width: 62.5em) {
  .o-layout--blog .o-layout__main {
    width: calc(100% - 300px - 4rem); }
  .o-layout--blog .o-layout__side {
    width: 300px; } }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 16px 2.5em;
  border: 0 solid currentColor;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #34394B;
  background-color: #222;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }
  @media only screen and (max-width: 1360px) {
    .c-btn {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    .c-btn {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    .c-btn {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    .c-btn {
      font-size: 12.84613px; } }
  .u-buttons-rounded .c-btn {
    border-radius: 0.3em; }
  .u-buttons-pill .c-btn {
    border-radius: 999em; }
  .u-underlined-links .c-btn {
    text-decoration: none; }
  .u-buttons-outline .c-btn {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .c-btn:hover, .u-buttons-outline .c-btn:active, .u-buttons-outline .c-btn:focus {
      background: none;
      color: inherit; }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    color: #34394B;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .c-btn--default {
    background-color: #202423;
    color: #FFF; }
    .c-btn--default:hover {
      color: #FFF; }
    .u-buttons-outline .c-btn--default {
      background: none; }

.c-btn-directional {
  position: relative; }
  .c-btn-directional:before, .c-btn-directional:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 100;
    color: inherit;
    margin-top: -1px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .c-btn-directional:before {
    width: 35px;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 1360px) {
      .c-btn-directional:before {
        width: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .c-btn-directional:before {
        width: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .c-btn-directional:before {
        width: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .c-btn-directional:before {
        width: 16.71642px; } }
  .c-btn-directional:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translate(0, calc(0.5px - 50%));
            transform: translate(0, calc(0.5px - 50%)); }

.c-btn-directional--left {
  padding-left: 100px; }
  @media only screen and (max-width: 1360px) {
    .c-btn-directional--left {
      padding-left: 72.72727px; } }
  @media only screen and (max-width: 1024px) {
    .c-btn-directional--left {
      padding-left: 57.14286px; } }
  @media only screen and (max-width: 768px) {
    .c-btn-directional--left {
      padding-left: 47.05882px; } }
  @media only screen and (max-width: 320px) {
    .c-btn-directional--left {
      padding-left: 40px; } }
  .c-btn-directional--left:before {
    left: 35px; }
    @media only screen and (max-width: 1360px) {
      .c-btn-directional--left:before {
        left: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .c-btn-directional--left:before {
        left: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .c-btn-directional--left:before {
        left: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .c-btn-directional--left:before {
        left: 16.71642px; } }
  .c-btn-directional--left:after {
    left: 30px;
    border-right: 5px solid currentColor; }
    @media only screen and (max-width: 1360px) {
      .c-btn-directional--left:after {
        left: 23.7037px; } }
    @media only screen and (max-width: 1024px) {
      .c-btn-directional--left:after {
        left: 19.59184px; } }
    @media only screen and (max-width: 768px) {
      .c-btn-directional--left:after {
        left: 16.69565px; } }
    @media only screen and (max-width: 320px) {
      .c-btn-directional--left:after {
        left: 14.54545px; } }
  .c-btn-directional--left:hover:before {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  .c-btn-directional--left:hover:after {
    -webkit-transform: translate3d(-5px, calc(0.5px - 50%), 0);
            transform: translate3d(-5px, calc(0.5px - 50%), 0); }

.c-btn-directional--right {
  padding-right: 100px;
  text-align: left; }
  @media only screen and (max-width: 1360px) {
    .c-btn-directional--right {
      padding-right: 72.72727px; } }
  @media only screen and (max-width: 1024px) {
    .c-btn-directional--right {
      padding-right: 57.14286px; } }
  @media only screen and (max-width: 768px) {
    .c-btn-directional--right {
      padding-right: 47.05882px; } }
  @media only screen and (max-width: 320px) {
    .c-btn-directional--right {
      padding-right: 40px; } }
  .c-btn-directional--right:before {
    right: 2.33333em; }
  .c-btn-directional--right:after {
    right: calc(7em/3 - 5px);
    border-left: 5px solid currentColor; }
  .c-btn-directional--right:hover:before {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  .c-btn-directional--right:hover:after {
    -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
            transform: translate3d(5px, calc(0.5px - 50%), 0); }

.c-btn-text {
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.button[class][class][class][class][class] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 16px 2.5em;
  border: 0 solid currentColor;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #34394B;
  background-color: #222;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: none; }
  @media only screen and (max-width: 1360px) {
    .button[class][class][class][class][class] {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    .button[class][class][class][class][class] {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    .button[class][class][class][class][class] {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    .button[class][class][class][class][class] {
      font-size: 12.84613px; } }
  .u-buttons-rounded .button[class][class][class][class][class] {
    border-radius: 0.3em; }
  .u-buttons-pill .button[class][class][class][class][class] {
    border-radius: 999em; }
  .u-underlined-links .button[class][class][class][class][class] {
    text-decoration: none; }
  .u-buttons-outline .button[class][class][class][class][class] {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .button[class][class][class][class][class]:hover, .u-buttons-outline .button[class][class][class][class][class]:active, .u-buttons-outline .button[class][class][class][class][class]:focus {
      background: none;
      color: inherit; }
  .button[class][class][class][class][class]:hover, .button[class][class][class][class][class]:active, .button[class][class][class][class][class]:focus {
    color: #34394B;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .button[class][class][class][class][class].default {
    background-color: #202423;
    color: #FFF; }
    .button[class][class][class][class][class].default:hover {
      color: #FFF; }
    .u-buttons-outline .button[class][class][class][class][class].default {
      background: none; }
  .button[class][class][class][class][class].full {
    width: 100%; }
  .button[class][class][class][class][class].arrow {
    position: relative;
    padding-right: 100px;
    text-align: left; }
    .button[class][class][class][class][class].arrow:before, .button[class][class][class][class][class].arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      z-index: 100;
      color: inherit;
      margin-top: -1px;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .button[class][class][class][class][class].arrow:before {
      width: 35px;
      height: 1px;
      background-color: currentColor; }
      @media only screen and (max-width: 1360px) {
        .button[class][class][class][class][class].arrow:before {
          width: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        .button[class][class][class][class][class].arrow:before {
          width: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        .button[class][class][class][class][class].arrow:before {
          width: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        .button[class][class][class][class][class].arrow:before {
          width: 16.71642px; } }
    .button[class][class][class][class][class].arrow:after {
      display: block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      -webkit-transform: translate(0, calc(0.5px - 50%));
              transform: translate(0, calc(0.5px - 50%)); }
    @media only screen and (max-width: 1360px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 72.72727px; } }
    @media only screen and (max-width: 1024px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 57.14286px; } }
    @media only screen and (max-width: 768px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 40px; } }
    .button[class][class][class][class][class].arrow:before {
      right: 2.33333em; }
    .button[class][class][class][class][class].arrow:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .button[class][class][class][class][class].arrow:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .button[class][class][class][class][class].arrow:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }

::-webkit-input-placeholder {
  color: #3B3B3B;
  opacity: .6;
  font-weight: 400;
  font-style: italic; }

::-moz-placeholder {
  color: #3B3B3B;
  opacity: .6;
  font-weight: 400;
  font-style: italic; }

:-ms-input-placeholder {
  color: #3B3B3B;
  opacity: .6;
  font-weight: 400;
  font-style: italic; }

:-moz-placeholder {
  color: #3B3B3B;
  opacity: .6;
  font-weight: 400;
  font-style: italic; }

input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
  width: 100%;
  max-width: 100%;
  padding: 11px 17px 13px;
  border: 2px solid #E0E0E0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #3B3B3B;
  border-radius: 0px;
  font-family: inherit;
  -webkit-font-smoothing: initial; }
  @media only screen and (max-width: 1360px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      padding: 10.56074px 14.73736px 12.16481px; } }
  @media only screen and (max-width: 1024px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      padding: 10.15521px 13.00626px 11.43046px; } }
  @media only screen and (max-width: 768px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      padding: 9.77968px 11.6391px 10.77972px; } }
  @media only screen and (max-width: 320px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      padding: 9.43093px 10.53202px 10.19908px; } }
  @media only screen and (max-width: 1360px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 13.55026px; } }
  input[type="text"]:focus, input[type="text"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #FFB1A5; }
  input[type="text"][disabled], input[type="tel"][disabled], input[type="number"][disabled], input[type="date"][disabled], input[type="email"][disabled], input[type="password"][disabled], input[type="url"][disabled], input[type="search"][disabled] {
    border-color: #C7C7C7;
    background-color: #E0E0E0; }

input[type="checkbox"] {
  position: relative;
  left: 0;
  float: left;
  clear: left;
  border: 2px solid #E0E0E0;
  border-radius: 0px;
  width: 1.7rem !important;
  height: 1.7rem !important;
  margin-right: 0.7rem;
  margin-bottom: 0.6rem;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type="checkbox"]:checked {
    border-color: #49494B;
    background: #49494B url("assets/images/checkbox.svg") center center no-repeat;
    background-size: 100% 100%;
    outline: 0; }

input[type="radio"] {
  position: relative;
  left: 0;
  float: left;
  clear: left;
  border: 2px solid #E0E0E0;
  border-radius: 0px;
  width: 1.7rem !important;
  height: 1.7rem !important;
  margin-right: 0.7rem;
  margin-bottom: 0.6rem;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 50%; }
  input[type="radio"]:checked {
    border: 7px solid #49494B;
    outline: 0; }

input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="reset"] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 16px 2.5em;
  border: 0 solid currentColor;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #34394B;
  background-color: #222;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }
  @media only screen and (max-width: 1360px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 12.84613px; } }
  .u-buttons-rounded input[type="submit"], .u-buttons-rounded
  input[type="button"], .u-buttons-rounded
  button[type="submit"], .u-buttons-rounded
  button[type="reset"] {
    border-radius: 0.3em; }
  .u-buttons-pill input[type="submit"], .u-buttons-pill
  input[type="button"], .u-buttons-pill
  button[type="submit"], .u-buttons-pill
  button[type="reset"] {
    border-radius: 999em; }
  .u-underlined-links input[type="submit"], .u-underlined-links
  input[type="button"], .u-underlined-links
  button[type="submit"], .u-underlined-links
  button[type="reset"] {
    text-decoration: none; }
  .u-buttons-outline input[type="submit"], .u-buttons-outline
  input[type="button"], .u-buttons-outline
  button[type="submit"], .u-buttons-outline
  button[type="reset"] {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline input[type="submit"]:hover, .u-buttons-outline input[type="submit"]:active, .u-buttons-outline input[type="submit"]:focus, .u-buttons-outline
    input[type="button"]:hover, .u-buttons-outline
    input[type="button"]:active, .u-buttons-outline
    input[type="button"]:focus, .u-buttons-outline
    button[type="submit"]:hover, .u-buttons-outline
    button[type="submit"]:active, .u-buttons-outline
    button[type="submit"]:focus, .u-buttons-outline
    button[type="reset"]:hover, .u-buttons-outline
    button[type="reset"]:active, .u-buttons-outline
    button[type="reset"]:focus {
      background: none;
      color: inherit; }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  button[type="submit"]:hover,
  button[type="submit"]:active,
  button[type="submit"]:focus,
  button[type="reset"]:hover,
  button[type="reset"]:active,
  button[type="reset"]:focus {
    color: #34394B;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }

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

input[type="file"]::-webkit-file-upload-button {
  display: block;
  margin-bottom: 0 !important;
  padding: 12px 28px;
  border: 0 solid transparent;
  border-right-width: 1em;
  background-clip: padding-box;
  overflow: visible;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background-color: #3B3B3B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: middle;
  cursor: pointer; }
  input[type="file"]::-webkit-file-upload-button:focus, input[type="file"]::-webkit-file-upload-button:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #3B3B3B; }
  input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #3B3B3B; }

input.disabled,
input[disabled="disabled"],
input[disabled] {
  background: #E0E0E0;
  border-color: #C7C7C7; }

textarea {
  width: 100%;
  max-width: 100%;
  padding: 11px 17px 13px;
  border: 2px solid #E0E0E0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #3B3B3B;
  border-radius: 0px;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  min-height: 120px;
  resize: vertical; }
  @media only screen and (max-width: 1360px) {
    textarea {
      padding: 10.56074px 14.73736px 12.16481px; } }
  @media only screen and (max-width: 1024px) {
    textarea {
      padding: 10.15521px 13.00626px 11.43046px; } }
  @media only screen and (max-width: 768px) {
    textarea {
      padding: 9.77968px 11.6391px 10.77972px; } }
  @media only screen and (max-width: 320px) {
    textarea {
      padding: 9.43093px 10.53202px 10.19908px; } }
  @media only screen and (max-width: 1360px) {
    textarea {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    textarea {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    textarea {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    textarea {
      font-size: 13.55026px; } }
  textarea:focus, textarea:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #FFB1A5; }
  textarea[disabled] {
    border-color: #C7C7C7;
    background-color: #E0E0E0; }

select {
  width: 100%;
  max-width: 100%;
  padding: 11px 17px 13px;
  border: 2px solid #E0E0E0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #3B3B3B;
  border-radius: 0px;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  padding-right: 50px;
  background: #FFFFFF url("assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
  background-size: 9px 5px;
  -webkit-appearance: none; }
  @media only screen and (max-width: 1360px) {
    select {
      padding: 10.56074px 14.73736px 12.16481px; } }
  @media only screen and (max-width: 1024px) {
    select {
      padding: 10.15521px 13.00626px 11.43046px; } }
  @media only screen and (max-width: 768px) {
    select {
      padding: 9.77968px 11.6391px 10.77972px; } }
  @media only screen and (max-width: 320px) {
    select {
      padding: 9.43093px 10.53202px 10.19908px; } }
  @media only screen and (max-width: 1360px) {
    select {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    select {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    select {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    select {
      font-size: 13.55026px; } }
  select:focus, select:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #FFB1A5; }
  select[disabled] {
    border-color: #C7C7C7;
    background-color: #E0E0E0; }
  select[multiple] {
    background: none;
    padding-right: 13px; }

fieldset {
  border: 0; }
  fieldset legend {
    color: #3B3B3B;
    padding: 0 !important; }
  fieldset > div {
    margin-top: 8.4px; }
    @media only screen and (max-width: 1360px) {
      fieldset > div {
        margin-top: 8.24724px; } }
    @media only screen and (max-width: 1024px) {
      fieldset > div {
        margin-top: 8.09995px; } }
    @media only screen and (max-width: 768px) {
      fieldset > div {
        margin-top: 7.95782px; } }
    @media only screen and (max-width: 320px) {
      fieldset > div {
        margin-top: 7.82059px; } }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-inline input[type="submit"],
  .form-inline input[type="button"],
  .form-inline button[type="submit"],
  .form-inline button[type="reset"] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0; }

.select2-container--default .select2-selection--single {
  border: 2px solid #E0E0E0;
  border-radius: 0px;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 11px 17px 13px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #3B3B3B; }
    @media only screen and (max-width: 1360px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10.56074px 14.73736px 12.16481px; } }
    @media only screen and (max-width: 1024px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10.15521px 13.00626px 11.43046px; } }
    @media only screen and (max-width: 768px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 9.77968px 11.6391px 10.77972px; } }
    @media only screen and (max-width: 320px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 9.43093px 10.53202px 10.19908px; } }
    @media only screen and (max-width: 1360px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15.98274px; } }
    @media only screen and (max-width: 1024px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15.08035px; } }
    @media only screen and (max-width: 768px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14.27442px; } }
    @media only screen and (max-width: 400px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 13.55026px; } }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: block;
    min-height: 1.5em; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 17px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%); }

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #E0E0E0; }

.o-wrapper {
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 30em) {
  .o-grid--1col-\@xsmall .c-gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; } }

@media only screen and (min-width: 42.5em) {
  .o-grid--1col-\@small .c-gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; } }

@media only screen and (min-width: 50em) {
  .o-grid--1col-\@pad .c-gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; } }

@media only screen and (min-width: 62.5em) {
  .o-grid--1col-\@lap .c-gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; } }

@media only screen and (min-width: 80em) {
  .o-grid--1col-\@desk .c-gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; } }

.c-gallery--title-left {
  text-align: left; }

.c-gallery--title-center {
  text-align: center; }

.c-gallery--title-right {
  text-align: right; }

.c-gallery {
  pointer-events: none; }
  .c-gallery > *,
  .related-posts-container .c-gallery {
    pointer-events: auto; }

.c-gallery--packed {
  display: block; }
  @media only screen and (min-width: 42.5em) {
    .c-gallery--packed .c-card {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .c-gallery--packed .c-gallery__item {
      position: relative; }
    .c-gallery--packed .c-card__frame,
    .c-gallery--packed .c-card__aside {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .c-gallery--packed .c-card__frame {
      padding-top: 0; }
    .c-gallery--packed .c-card__content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 10; } }
  @media not screen and (min-width: 42.5em) {
    .c-gallery--packed .c-card {
      position: relative !important;
      left: 0 !important; }
    .c-gallery--packed .c-gallery__item {
      padding-top: 0 !important; }
    .c-gallery--packed .c-card__frame img {
      position: static; } }
  @media only screen and (min-width: 30em) {
    .c-gallery--packed.o-grid--1col-\@xsmall {
      display: block; }
      .c-gallery--packed.o-grid--1col-\@xsmall .c-gallery__item {
        padding-top: 0 !important; }
      .c-gallery--packed.o-grid--1col-\@xsmall .c-card__frame,
      .c-gallery--packed.o-grid--1col-\@xsmall .c-card__frame img {
        position: static;
        height: auto; }
    .c-gallery--packed.o-grid--2col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--2col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--2col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--3col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--3col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--3col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--4col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--4col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--4col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--5col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--5col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .c-gallery--packed.o-grid--5col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .c-gallery--packed.o-grid--6col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--6col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .c-gallery--packed.o-grid--6col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--7col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--7col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .c-gallery--packed.o-grid--7col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .c-gallery--packed.o-grid--8col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--8col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .c-gallery--packed.o-grid--8col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--9col-\@xsmall > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--9col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .c-gallery--packed.o-grid--9col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 42.5em) {
    .c-gallery--packed.o-grid--1col-\@small {
      display: block; }
      .c-gallery--packed.o-grid--1col-\@small .c-gallery__item {
        padding-top: 0 !important; }
      .c-gallery--packed.o-grid--1col-\@small .c-card__frame,
      .c-gallery--packed.o-grid--1col-\@small .c-card__frame img {
        position: static;
        height: auto; }
    .c-gallery--packed.o-grid--2col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--2col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--2col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--3col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--3col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--3col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--4col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--4col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--4col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--5col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--5col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .c-gallery--packed.o-grid--5col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .c-gallery--packed.o-grid--6col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--6col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .c-gallery--packed.o-grid--6col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--7col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--7col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .c-gallery--packed.o-grid--7col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .c-gallery--packed.o-grid--8col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--8col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .c-gallery--packed.o-grid--8col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--9col-\@small > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--9col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .c-gallery--packed.o-grid--9col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 50em) {
    .c-gallery--packed.o-grid--1col-\@pad {
      display: block; }
      .c-gallery--packed.o-grid--1col-\@pad .c-gallery__item {
        padding-top: 0 !important; }
      .c-gallery--packed.o-grid--1col-\@pad .c-card__frame,
      .c-gallery--packed.o-grid--1col-\@pad .c-card__frame img {
        position: static;
        height: auto; }
    .c-gallery--packed.o-grid--2col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--2col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--2col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--3col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--3col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--3col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--4col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--4col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--4col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--5col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--5col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .c-gallery--packed.o-grid--5col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .c-gallery--packed.o-grid--6col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--6col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .c-gallery--packed.o-grid--6col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--7col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--7col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .c-gallery--packed.o-grid--7col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .c-gallery--packed.o-grid--8col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--8col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .c-gallery--packed.o-grid--8col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--9col-\@pad > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--9col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .c-gallery--packed.o-grid--9col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 62.5em) {
    .c-gallery--packed.o-grid--1col-\@lap {
      display: block; }
      .c-gallery--packed.o-grid--1col-\@lap .c-gallery__item {
        padding-top: 0 !important; }
      .c-gallery--packed.o-grid--1col-\@lap .c-card__frame,
      .c-gallery--packed.o-grid--1col-\@lap .c-card__frame img {
        position: static;
        height: auto; }
    .c-gallery--packed.o-grid--2col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--2col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--2col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--3col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--3col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--3col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--4col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--4col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--4col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--5col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--5col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .c-gallery--packed.o-grid--5col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .c-gallery--packed.o-grid--6col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--6col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .c-gallery--packed.o-grid--6col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--7col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--7col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .c-gallery--packed.o-grid--7col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .c-gallery--packed.o-grid--8col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--8col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .c-gallery--packed.o-grid--8col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--9col-\@lap > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--9col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .c-gallery--packed.o-grid--9col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 80em) {
    .c-gallery--packed.o-grid--1col-\@desk {
      display: block; }
      .c-gallery--packed.o-grid--1col-\@desk .c-gallery__item {
        padding-top: 0 !important; }
      .c-gallery--packed.o-grid--1col-\@desk .c-card__frame,
      .c-gallery--packed.o-grid--1col-\@desk .c-card__frame img {
        position: static;
        height: auto; }
    .c-gallery--packed.o-grid--2col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--2col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--2col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--3col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--3col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--3col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--4col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--4col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--4col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .c-gallery--packed.o-grid--5col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--5col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .c-gallery--packed.o-grid--5col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .c-gallery--packed.o-grid--6col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--6col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .c-gallery--packed.o-grid--6col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .c-gallery--packed.o-grid--7col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--7col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .c-gallery--packed.o-grid--7col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .c-gallery--packed.o-grid--8col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--8col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .c-gallery--packed.o-grid--8col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .c-gallery--packed.o-grid--9col-\@desk > .c-gallery__item--landscape,
    .c-gallery--packed.o-grid--9col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .c-gallery--packed.o-grid--9col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }

.c-gallery--cropped .c-card__frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-gallery--cropped .c-card__frame img {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: none;
              transform: none; } }

.c-gallery--masonry .c-card__frame {
  padding-top: 0; }

.c-gallery--masonry :not(.has-post-thumbnail) > .c-card .c-card__content {
  margin-top: 0; }

@media only screen and (min-width: 30em) {
  .c-gallery--mosaic.o-grid--2col-\@xsmall > .c-gallery__item:nth-of-type(n) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--2col-\@xsmall > .c-gallery__item:nth-of-type(3n+1) {
    width: 100%; }
  .c-gallery--mosaic.o-grid--3col-\@xsmall > .c-gallery__item:nth-of-type(n) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--3col-\@xsmall > .c-gallery__item:nth-of-type(5n+1),
  .c-gallery--mosaic.o-grid--3col-\@xsmall > .c-gallery__item:nth-of-type(5n+2) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--4col-\@xsmall > .c-gallery__item:nth-of-type(n) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--4col-\@xsmall > .c-gallery__item:nth-of-type(7n+1),
  .c-gallery--mosaic.o-grid--4col-\@xsmall > .c-gallery__item:nth-of-type(7n+2),
  .c-gallery--mosaic.o-grid--4col-\@xsmall > .c-gallery__item:nth-of-type(7n+3) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--5col-\@xsmall > .c-gallery__item:nth-of-type(n) {
    width: 20%; }
  .c-gallery--mosaic.o-grid--5col-\@xsmall > .c-gallery__item:nth-of-type(9n+1),
  .c-gallery--mosaic.o-grid--5col-\@xsmall > .c-gallery__item:nth-of-type(9n+2),
  .c-gallery--mosaic.o-grid--5col-\@xsmall > .c-gallery__item:nth-of-type(9n+3),
  .c-gallery--mosaic.o-grid--5col-\@xsmall > .c-gallery__item:nth-of-type(9n+4) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--6col-\@xsmall > .c-gallery__item:nth-of-type(n) {
    width: 16.66667%; }
  .c-gallery--mosaic.o-grid--6col-\@xsmall > .c-gallery__item:nth-of-type(11n+1),
  .c-gallery--mosaic.o-grid--6col-\@xsmall > .c-gallery__item:nth-of-type(11n+2),
  .c-gallery--mosaic.o-grid--6col-\@xsmall > .c-gallery__item:nth-of-type(11n+3),
  .c-gallery--mosaic.o-grid--6col-\@xsmall > .c-gallery__item:nth-of-type(11n+4),
  .c-gallery--mosaic.o-grid--6col-\@xsmall > .c-gallery__item:nth-of-type(11n+5) {
    width: 20%; } }

@media only screen and (min-width: 42.5em) {
  .c-gallery--mosaic.o-grid--2col-\@small > .c-gallery__item:nth-of-type(n) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--2col-\@small > .c-gallery__item:nth-of-type(3n+1) {
    width: 100%; }
  .c-gallery--mosaic.o-grid--3col-\@small > .c-gallery__item:nth-of-type(n) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--3col-\@small > .c-gallery__item:nth-of-type(5n+1),
  .c-gallery--mosaic.o-grid--3col-\@small > .c-gallery__item:nth-of-type(5n+2) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--4col-\@small > .c-gallery__item:nth-of-type(n) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--4col-\@small > .c-gallery__item:nth-of-type(7n+1),
  .c-gallery--mosaic.o-grid--4col-\@small > .c-gallery__item:nth-of-type(7n+2),
  .c-gallery--mosaic.o-grid--4col-\@small > .c-gallery__item:nth-of-type(7n+3) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--5col-\@small > .c-gallery__item:nth-of-type(n) {
    width: 20%; }
  .c-gallery--mosaic.o-grid--5col-\@small > .c-gallery__item:nth-of-type(9n+1),
  .c-gallery--mosaic.o-grid--5col-\@small > .c-gallery__item:nth-of-type(9n+2),
  .c-gallery--mosaic.o-grid--5col-\@small > .c-gallery__item:nth-of-type(9n+3),
  .c-gallery--mosaic.o-grid--5col-\@small > .c-gallery__item:nth-of-type(9n+4) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--6col-\@small > .c-gallery__item:nth-of-type(n) {
    width: 16.66667%; }
  .c-gallery--mosaic.o-grid--6col-\@small > .c-gallery__item:nth-of-type(11n+1),
  .c-gallery--mosaic.o-grid--6col-\@small > .c-gallery__item:nth-of-type(11n+2),
  .c-gallery--mosaic.o-grid--6col-\@small > .c-gallery__item:nth-of-type(11n+3),
  .c-gallery--mosaic.o-grid--6col-\@small > .c-gallery__item:nth-of-type(11n+4),
  .c-gallery--mosaic.o-grid--6col-\@small > .c-gallery__item:nth-of-type(11n+5) {
    width: 20%; } }

@media only screen and (min-width: 50em) {
  .c-gallery--mosaic.o-grid--2col-\@pad > .c-gallery__item:nth-of-type(n) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--2col-\@pad > .c-gallery__item:nth-of-type(3n+1) {
    width: 100%; }
  .c-gallery--mosaic.o-grid--3col-\@pad > .c-gallery__item:nth-of-type(n) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--3col-\@pad > .c-gallery__item:nth-of-type(5n+1),
  .c-gallery--mosaic.o-grid--3col-\@pad > .c-gallery__item:nth-of-type(5n+2) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--4col-\@pad > .c-gallery__item:nth-of-type(n) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--4col-\@pad > .c-gallery__item:nth-of-type(7n+1),
  .c-gallery--mosaic.o-grid--4col-\@pad > .c-gallery__item:nth-of-type(7n+2),
  .c-gallery--mosaic.o-grid--4col-\@pad > .c-gallery__item:nth-of-type(7n+3) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--5col-\@pad > .c-gallery__item:nth-of-type(n) {
    width: 20%; }
  .c-gallery--mosaic.o-grid--5col-\@pad > .c-gallery__item:nth-of-type(9n+1),
  .c-gallery--mosaic.o-grid--5col-\@pad > .c-gallery__item:nth-of-type(9n+2),
  .c-gallery--mosaic.o-grid--5col-\@pad > .c-gallery__item:nth-of-type(9n+3),
  .c-gallery--mosaic.o-grid--5col-\@pad > .c-gallery__item:nth-of-type(9n+4) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--6col-\@pad > .c-gallery__item:nth-of-type(n) {
    width: 16.66667%; }
  .c-gallery--mosaic.o-grid--6col-\@pad > .c-gallery__item:nth-of-type(11n+1),
  .c-gallery--mosaic.o-grid--6col-\@pad > .c-gallery__item:nth-of-type(11n+2),
  .c-gallery--mosaic.o-grid--6col-\@pad > .c-gallery__item:nth-of-type(11n+3),
  .c-gallery--mosaic.o-grid--6col-\@pad > .c-gallery__item:nth-of-type(11n+4),
  .c-gallery--mosaic.o-grid--6col-\@pad > .c-gallery__item:nth-of-type(11n+5) {
    width: 20%; } }

@media only screen and (min-width: 62.5em) {
  .c-gallery--mosaic.o-grid--2col-\@lap > .c-gallery__item:nth-of-type(n) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--2col-\@lap > .c-gallery__item:nth-of-type(3n+1) {
    width: 100%; }
  .c-gallery--mosaic.o-grid--3col-\@lap > .c-gallery__item:nth-of-type(n) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--3col-\@lap > .c-gallery__item:nth-of-type(5n+1),
  .c-gallery--mosaic.o-grid--3col-\@lap > .c-gallery__item:nth-of-type(5n+2) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--4col-\@lap > .c-gallery__item:nth-of-type(n) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--4col-\@lap > .c-gallery__item:nth-of-type(7n+1),
  .c-gallery--mosaic.o-grid--4col-\@lap > .c-gallery__item:nth-of-type(7n+2),
  .c-gallery--mosaic.o-grid--4col-\@lap > .c-gallery__item:nth-of-type(7n+3) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--5col-\@lap > .c-gallery__item:nth-of-type(n) {
    width: 20%; }
  .c-gallery--mosaic.o-grid--5col-\@lap > .c-gallery__item:nth-of-type(9n+1),
  .c-gallery--mosaic.o-grid--5col-\@lap > .c-gallery__item:nth-of-type(9n+2),
  .c-gallery--mosaic.o-grid--5col-\@lap > .c-gallery__item:nth-of-type(9n+3),
  .c-gallery--mosaic.o-grid--5col-\@lap > .c-gallery__item:nth-of-type(9n+4) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--6col-\@lap > .c-gallery__item:nth-of-type(n) {
    width: 16.66667%; }
  .c-gallery--mosaic.o-grid--6col-\@lap > .c-gallery__item:nth-of-type(11n+1),
  .c-gallery--mosaic.o-grid--6col-\@lap > .c-gallery__item:nth-of-type(11n+2),
  .c-gallery--mosaic.o-grid--6col-\@lap > .c-gallery__item:nth-of-type(11n+3),
  .c-gallery--mosaic.o-grid--6col-\@lap > .c-gallery__item:nth-of-type(11n+4),
  .c-gallery--mosaic.o-grid--6col-\@lap > .c-gallery__item:nth-of-type(11n+5) {
    width: 20%; } }

@media only screen and (min-width: 80em) {
  .c-gallery--mosaic.o-grid--2col-\@desk > .c-gallery__item:nth-of-type(n) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--2col-\@desk > .c-gallery__item:nth-of-type(3n+1) {
    width: 100%; }
  .c-gallery--mosaic.o-grid--3col-\@desk > .c-gallery__item:nth-of-type(n) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--3col-\@desk > .c-gallery__item:nth-of-type(5n+1),
  .c-gallery--mosaic.o-grid--3col-\@desk > .c-gallery__item:nth-of-type(5n+2) {
    width: 50%; }
  .c-gallery--mosaic.o-grid--4col-\@desk > .c-gallery__item:nth-of-type(n) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--4col-\@desk > .c-gallery__item:nth-of-type(7n+1),
  .c-gallery--mosaic.o-grid--4col-\@desk > .c-gallery__item:nth-of-type(7n+2),
  .c-gallery--mosaic.o-grid--4col-\@desk > .c-gallery__item:nth-of-type(7n+3) {
    width: 33.33333%; }
  .c-gallery--mosaic.o-grid--5col-\@desk > .c-gallery__item:nth-of-type(n) {
    width: 20%; }
  .c-gallery--mosaic.o-grid--5col-\@desk > .c-gallery__item:nth-of-type(9n+1),
  .c-gallery--mosaic.o-grid--5col-\@desk > .c-gallery__item:nth-of-type(9n+2),
  .c-gallery--mosaic.o-grid--5col-\@desk > .c-gallery__item:nth-of-type(9n+3),
  .c-gallery--mosaic.o-grid--5col-\@desk > .c-gallery__item:nth-of-type(9n+4) {
    width: 25%; }
  .c-gallery--mosaic.o-grid--6col-\@desk > .c-gallery__item:nth-of-type(n) {
    width: 16.66667%; }
  .c-gallery--mosaic.o-grid--6col-\@desk > .c-gallery__item:nth-of-type(11n+1),
  .c-gallery--mosaic.o-grid--6col-\@desk > .c-gallery__item:nth-of-type(11n+2),
  .c-gallery--mosaic.o-grid--6col-\@desk > .c-gallery__item:nth-of-type(11n+3),
  .c-gallery--mosaic.o-grid--6col-\@desk > .c-gallery__item:nth-of-type(11n+4),
  .c-gallery--mosaic.o-grid--6col-\@desk > .c-gallery__item:nth-of-type(11n+5) {
    width: 20%; } }

.c-gallery--title-above .c-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.c-gallery--title-above .c-card__content {
  top: auto;
  bottom: 100%;
  padding-top: 0;
  padding-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 13.65854px; } }

.c-gallery--title-overlay .c-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 13.65854px; } }
  .c-gallery--title-overlay .c-card__content > * {
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.c-gallery--title-overlay .c-card__aside + .c-card__content {
  margin-top: 0; }

.c-gallery--title-overlay article:not(.has-post-thumbnail) > .c-card .c-card__content {
  opacity: 1; }

.c-gallery--title-overlay .c-card__letter {
  display: none; }

@media only screen and (min-width: 62.5em) {
  .c-gallery--title-overlay .c-card:hover .c-card__content {
    opacity: 1; } }

[class*="c-gallery--title-top"] .c-card__content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

[class*="c-gallery--title-bottom"] .c-card__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

[class*="c-gallery--title-middle"] .c-card__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[class*="c-gallery--title"][class*="-left"] .c-card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left; }

[class*="c-gallery--title"][class*="-left"] .c-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

[class*="c-gallery--title"][class*="-right"] .c-card__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right; }

[class*="c-gallery--title"][class*="-right"] .c-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

[class*="c-gallery--title"][class*="-center"] .c-card__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

[class*="c-gallery--title"][class*="-center"] .c-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media not screen and (min-width: 42.5em) {
  .c-gallery__item {
    width: 100%; }
  .c-gallery--packed {
    height: auto !important; }
    .c-gallery--packed .c-gallery__item,
    .c-gallery--packed .c-card__frame img {
      position: static !important; } }

.c-gallery--portfolio .c-card__title {
  padding-top: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.c-gallery--portfolio .c-card__meta {
  padding-top: 7px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 6.71221px; } }

.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.c-card__aside {
  position: relative; }

.c-card__frame {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-card__frame img {
    display: block; }

.c-card__frame-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-card:hover .c-card__frame-hover {
    opacity: 1; }

.c-card__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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .c-card__aside + .c-card__content {
    margin-top: 24.9998px; }
    @media only screen and (max-width: 1360px) {
      .c-card__aside + .c-card__content {
        margin-top: 19.87562px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__aside + .c-card__content {
        margin-top: 16.49472px; } }
    @media only screen and (max-width: 768px) {
      .c-card__aside + .c-card__content {
        margin-top: 14.09681px; } }
    @media only screen and (max-width: 320px) {
      .c-card__aside + .c-card__content {
        margin-top: 12.3076px; } }
  .c-card__content > :not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1360px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 10.46729px; } }

.c-card__letter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 250px;
  line-height: 1.735;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transform: translateY(-50%) translateY(10px) translateX(-50%);
          transform: translateY(-50%) translateY(10px) translateX(-50%);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
  @media only screen and (max-width: 1360px) {
    .c-card__letter {
      font-size: 153.84615px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__letter {
      font-size: 111.11111px; } }
  @media only screen and (max-width: 768px) {
    .c-card__letter {
      font-size: 86.95652px; } }
  @media only screen and (max-width: 400px) {
    .c-card__letter {
      font-size: 71.42857px; } }
  .c-card:hover .c-card__letter {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
  .has-post-thumbnail.jetpack-portfolio .c-card__letter {
    display: none; }

.has-post-thumbnail > .c-card .c-card__letter {
  opacity: 0;
  color: #FFF; }

@media only screen and (min-width: 62.5em) {
  .has-post-thumbnail > .c-card:hover .c-card__letter {
    opacity: 0.7; } }

.c-card {
  position: relative; }

.c-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }

.c-card__content a,
.c-card__frame a {
  position: relative;
  z-index: 100; }

.c-card__term-list {
  list-style: none;
  padding-left: 0; }
  .c-card__term-list > li {
    display: inline; }
  .c-card__term-list > li:not(:last-child):after {
    content: ", "; }
  .c-card__term-list a {
    text-decoration: none; }

.c-card__meta {
  width: 100%; }

.c-card__excerpt {
  max-width: 100%; }

.c-card__badge {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 1;
  background: currentColor; }
  @media only screen and (max-width: 1360px) {
    .c-card__badge {
      right: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__badge {
      right: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .c-card__badge {
      right: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .c-card__badge {
      right: 13.65854px; } }
  .c-card__badge:before, .c-card__badge:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid currentColor; }
  .c-card__badge:before, .c-card__badge:after {
    border-top-color: currentColor; }
  .c-card__badge:after {
    left: auto;
    right: 0;
    border-left: 10px solid transparent;
    border-right: none; }
  .sticky .c-card__badge {
    display: block; }

.c-card__footer {
  margin-top: auto; }

.c-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit; }
  .c-meta, .c-meta ul {
    margin-top: -7px;
    margin-left: -7px; }
    @media only screen and (max-width: 1360px) {
      .c-meta, .c-meta ul {
        margin-top: -6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta, .c-meta ul {
        margin-top: -6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-meta, .c-meta ul {
        margin-top: -6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-meta, .c-meta ul {
        margin-top: -6.71221px; } }
    @media only screen and (max-width: 1360px) {
      .c-meta, .c-meta ul {
        margin-left: -6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta, .c-meta ul {
        margin-left: -6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-meta, .c-meta ul {
        margin-left: -6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-meta, .c-meta ul {
        margin-left: -6.71221px; } }
    .c-meta > *, .c-meta ul > * {
      padding-top: 7px;
      padding-left: 7px; }
      @media only screen and (max-width: 1360px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.92576px; } }
      @media only screen and (max-width: 1024px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.85309px; } }
      @media only screen and (max-width: 768px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.78192px; } }
      @media only screen and (max-width: 320px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.71221px; } }
      @media only screen and (max-width: 1360px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 6.92576px; } }
      @media only screen and (max-width: 1024px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 6.85309px; } }
      @media only screen and (max-width: 768px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 6.78192px; } }
      @media only screen and (max-width: 320px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 6.71221px; } }
  .c-meta:empty {
    display: none; }
  .c-meta ul {
    padding-left: 0;
    list-style: none; }
  .c-meta li {
    display: inline-block;
    margin-bottom: 0; }
    .c-meta li:not(:last-child):after {
      content: ", "; }
  .c-meta a {
    color: inherit;
    text-decoration: none;
    border-bottom: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

@media only screen and (min-width: 42.5em) {
  .twocolumn {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }
  @media only screen and (min-width: 42.5em) and (max-width: 1360px) {
    .twocolumn {
      -webkit-column-gap: 22.17822px;
         -moz-column-gap: 22.17822px;
              column-gap: 22.17822px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 1024px) {
    .twocolumn {
      -webkit-column-gap: 18.36066px;
         -moz-column-gap: 18.36066px;
              column-gap: 18.36066px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 768px) {
    .twocolumn {
      -webkit-column-gap: 15.66434px;
         -moz-column-gap: 15.66434px;
              column-gap: 15.66434px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 320px) {
    .twocolumn {
      -webkit-column-gap: 13.65854px;
         -moz-column-gap: 13.65854px;
              column-gap: 13.65854px; } }

.slick-arrow {
  position: relative;
  position: absolute;
  top: -55px;
  height: 20px;
  z-index: 30;
  width: 25px;
  cursor: pointer; }
  .slick-arrow:before, .slick-arrow:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 100;
    color: inherit;
    margin-top: -1px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .slick-arrow:before {
    width: 35px;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 1360px) {
      .slick-arrow:before {
        width: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .slick-arrow:before {
        width: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .slick-arrow:before {
        width: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .slick-arrow:before {
        width: 16.71642px; } }
  .slick-arrow:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translate(0, calc(0.5px - 50%));
            transform: translate(0, calc(0.5px - 50%)); }
  .u-widget-title-sideways .slick-arrow,
  .featured-posts-slideshow[class] .slick-arrow {
    top: 0;
    height: 100%; }
  .slick-arrow.slick-disabled {
    opacity: 0.3; }
    .u-widget-title-sideways .slick-arrow.slick-disabled {
      opacity: 0; }

.slick-next[class] {
  padding-right: 55px;
  padding-right: 0;
  right: 0; }
  @media only screen and (max-width: 1360px) {
    .slick-next[class] {
      padding-right: 42.15569px; } }
  @media only screen and (max-width: 1024px) {
    .slick-next[class] {
      padding-right: 34.17476px; } }
  @media only screen and (max-width: 768px) {
    .slick-next[class] {
      padding-right: 28.73469px; } }
  @media only screen and (max-width: 320px) {
    .slick-next[class] {
      padding-right: 24.78873px; } }
  .slick-next[class]:before {
    right: 5px; }
  .slick-next[class]:after {
    right: 0;
    border-left: 5px solid currentColor; }
  @media only screen and (max-width: 1360px) {
    .slick-next[class] {
      padding-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .slick-next[class] {
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    .slick-next[class] {
      padding-right: 0; } }
  @media only screen and (max-width: 320px) {
    .slick-next[class] {
      padding-right: 0; } }
  .u-widget-title-sideways .slick-next[class] {
    right: -35px; }
  .featured-posts-slideshow[class] .slick-next[class] {
    right: 25px; }

.slick-prev[class] {
  padding-left: 55px;
  padding-left: 0;
  right: 45px; }
  @media only screen and (max-width: 1360px) {
    .slick-prev[class] {
      padding-left: 42.15569px; } }
  @media only screen and (max-width: 1024px) {
    .slick-prev[class] {
      padding-left: 34.17476px; } }
  @media only screen and (max-width: 768px) {
    .slick-prev[class] {
      padding-left: 28.73469px; } }
  @media only screen and (max-width: 320px) {
    .slick-prev[class] {
      padding-left: 24.78873px; } }
  .slick-prev[class]:before {
    left: 5px; }
  .slick-prev[class]:after {
    left: 0;
    border-right: 5px solid currentColor; }
  @media only screen and (max-width: 1360px) {
    .slick-prev[class] {
      padding-left: 0; } }
  @media only screen and (max-width: 1024px) {
    .slick-prev[class] {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .slick-prev[class] {
      padding-left: 0; } }
  @media only screen and (max-width: 320px) {
    .slick-prev[class] {
      padding-left: 0; } }
  .u-widget-title-sideways .slick-prev[class] {
    left: -35px; }
  .featured-posts-slideshow[class] .slick-prev[class] {
    left: 25px; }

.edit-link {
  display: none;
  z-index: 0; }
  @media only screen and (min-width: 62.5em) {
    .edit-link {
      display: block; } }
  .edit-link a {
    font-size: 90%;
    text-decoration: none;
    border-bottom: 1px solid; }

p .alignleft {
  margin-left: 0 !important;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: 42px; }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-top: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-top: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-top: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-top: 16.71642px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-bottom: 16.71642px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-right: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-right: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-right: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-right: 19.64912px; } }

p .alignright {
  margin-right: 0 !important;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 42px; }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-top: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-top: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-top: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-top: 16.71642px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-bottom: 16.71642px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-left: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-left: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-left: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-left: 19.64912px; } }

p .alignleft,
p .alignright,
p .aligncenter,
p .alignnone {
  clear: none; }

p .alignnone {
  display: inline-block; }

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-top: 49px;
  margin-bottom: 49px;
  max-width: 100%; }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 37.82871px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 30.8055px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 25.98177px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 22.46418px; } }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 37.82871px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 30.8055px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 25.98177px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 22.46418px; } }
  .alignleft:not(.wp-block-gallery), .alignleft img,
  .alignright:not(.wp-block-gallery),
  .alignright img,
  .aligncenter:not(.wp-block-gallery),
  .aligncenter img,
  .alignnone:not(.wp-block-gallery),
  .alignnone img {
    display: block; }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.entry-content .aligncenter + p, .entry-content
.alignnone + p {
  margin-top: 49px; }
  @media only screen and (max-width: 1360px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 37.82871px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 30.8055px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 25.98177px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 22.46418px; } }

.alignleft.alignleft,
.alignright.alignright {
  max-width: 100%; }

.alignleft {
  margin-right: 56px;
  float: left;
  clear: left; }
  @media only screen and (max-width: 1360px) {
    .alignleft {
      margin-right: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft {
      margin-right: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .alignleft {
      margin-right: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .alignleft {
      margin-right: 25.16854px; } }

.alignright {
  margin-left: 56px;
  float: right;
  clear: right; }
  @media only screen and (max-width: 1360px) {
    .alignright {
      margin-left: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .alignright {
      margin-left: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .alignright {
      margin-left: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .alignright {
      margin-left: 25.16854px; } }

.aligncenter, .aligncenter img {
  margin-left: auto;
  margin-right: auto; }

figure {
  width: 100%; }
  figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
    margin-top: 49px; }
    @media only screen and (max-width: 1360px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 37.82871px; } }
    @media only screen and (max-width: 1024px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 30.8055px; } }
    @media only screen and (max-width: 768px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 25.98177px; } }
    @media only screen and (max-width: 320px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 22.46418px; } }

.wp-caption-text,
.gallery-caption {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px; }
  @media only screen and (max-width: 1360px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.55026px; } }
  .wp-caption-text:not(:first-child),
  .gallery-caption:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 10.42442px; } }

/**
 * Style Author Box displayed below post
 */
.c-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media not screen and (min-width: 42.5em) {
    .c-author.has-description {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .c-author.has-description .c-author__avatar + .c-author__details {
        padding-left: 0; } }
  .c-author:not(.has-description) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.c-author__name {
  display: block; }

.c-author__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 22%;
  margin-bottom: 14px; }
  @media only screen and (max-width: 1360px) {
    .c-author__avatar {
      margin-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-author__avatar {
      margin-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-author__avatar {
      margin-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-author__avatar {
      margin-bottom: 10.42442px; } }
  @media only screen and (min-width: 42.5em) {
    .c-author__avatar {
      margin-bottom: 0; } }
  @media not screen and (min-width: 42.5em) {
    .c-author__avatar {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .c-author__avatar img {
    display: block; }
  .c-author__avatar + .c-author__details {
    padding-left: 42px; }
    @media only screen and (max-width: 1360px) {
      .c-author__avatar + .c-author__details {
        padding-left: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .c-author__avatar + .c-author__details {
        padding-left: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .c-author__avatar + .c-author__details {
        padding-left: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .c-author__avatar + .c-author__details {
        padding-left: 19.64912px; } }

.c-author__label {
  display: block; }
  .c-author__label:after {
    padding-bottom: 7px; }
    @media only screen and (max-width: 1360px) {
      .c-author__label:after {
        padding-bottom: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-author__label:after {
        padding-bottom: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-author__label:after {
        padding-bottom: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-author__label:after {
        padding-bottom: 6.71221px; } }

.c-author__links > :not(:last-child):after,
.c-author__link-website:not(:last-child):after {
  content: "\2022";
  padding-left: .75em;
  padding-right: .6em;
  text-decoration: none; }

.c-author__links {
  margin-top: 0;
  margin-right: 0; }
  .c-author__links:after {
    padding-bottom: 0; }
  .c-author__links a:hover {
    text-decoration: none; }

[class*="grav-clone"] {
  display: none !important; }

.comment {
  position: relative; }
  .comment .edit-link {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
  .comment .children {
    margin-left: 42px;
    margin-top: 28px; }
    @media only screen and (max-width: 1360px) {
      .comment .children {
        margin-left: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .comment .children {
        margin-left: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .comment .children {
        margin-left: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .comment .children {
        margin-left: 19.64912px; } }
    @media only screen and (max-width: 1360px) {
      .comment .children {
        margin-top: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .comment .children {
        margin-top: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .comment .children {
        margin-top: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .comment .children {
        margin-top: 13.65854px; } }
    .comment .children .children {
      margin-left: 0; }
    @media not screen and (min-width: 62.5em) {
      .comment .children {
        margin-left: 20px; } }

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .comment-list .children {
    list-style: none; }
  .comment-list > li + li {
    margin-top: 28px; }
    @media only screen and (max-width: 1360px) {
      .comment-list > li + li {
        margin-top: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .comment-list > li + li {
        margin-top: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .comment-list > li + li {
        margin-top: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .comment-list > li + li {
        margin-top: 13.65854px; } }

.comment-list,
.comment-respond {
  margin-top: 42px; }
  @media only screen and (max-width: 1360px) {
    .comment-list,
    .comment-respond {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .comment-list,
    .comment-respond {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .comment-list,
    .comment-respond {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .comment-list,
    .comment-respond {
      margin-top: 19.64912px; } }

.comment-list + .comment-respond {
  margin-top: 56px; }
  @media only screen and (max-width: 1360px) {
    .comment-list + .comment-respond {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .comment-list + .comment-respond {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .comment-list + .comment-respond {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .comment-list + .comment-respond {
      margin-top: 25.16854px; } }

.comment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .comment__wrapper:hover .edit-link {
    opacity: 1; }

.comment__body > * + * {
  padding-top: 7px; }
  @media only screen and (max-width: 1360px) {
    .comment__body > * + * {
      padding-top: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .comment__body > * + * {
      padding-top: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .comment__body > * + * {
      padding-top: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .comment__body > * + * {
      padding-top: 6.71221px; } }

.comment__avatar {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden; }
  .comment__avatar .avatar {
    display: block;
    margin: 0; }
  @media not screen and (min-width: 62.5em) {
    .comment__avatar {
      max-width: 32px; } }

.comment__metadata a,
.comment-reply-title a,
.edit-link a,
.reply a,
.logged-in-as a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.6; }
  @media only screen and (max-width: 1360px) {
    .comment__metadata a,
    .comment-reply-title a,
    .edit-link a,
    .reply a,
    .logged-in-as a {
      font-size: 11.37656px; } }
  @media only screen and (max-width: 1024px) {
    .comment__metadata a,
    .comment-reply-title a,
    .edit-link a,
    .reply a,
    .logged-in-as a {
      font-size: 10.81471px; } }
  @media only screen and (max-width: 768px) {
    .comment__metadata a,
    .comment-reply-title a,
    .edit-link a,
    .reply a,
    .logged-in-as a {
      font-size: 10.30574px; } }
  @media only screen and (max-width: 400px) {
    .comment__metadata a,
    .comment-reply-title a,
    .edit-link a,
    .reply a,
    .logged-in-as a {
      font-size: 9.84252px; } }
  .comment__metadata a:not(:first-child),
  .comment-reply-title a:not(:first-child),
  .edit-link a:not(:first-child),
  .reply a:not(:first-child),
  .logged-in-as a:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 10.46729px; } }
  .comment__metadata a:not(:last-child),
  .comment-reply-title a:not(:last-child),
  .edit-link a:not(:last-child),
  .reply a:not(:last-child),
  .logged-in-as a:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .comment__metadata a:not(:last-child),
      .comment-reply-title a:not(:last-child),
      .edit-link a:not(:last-child),
      .reply a:not(:last-child),
      .logged-in-as a:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .comment__metadata a:not(:last-child),
      .comment-reply-title a:not(:last-child),
      .edit-link a:not(:last-child),
      .reply a:not(:last-child),
      .logged-in-as a:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .comment__metadata a:not(:last-child),
      .comment-reply-title a:not(:last-child),
      .edit-link a:not(:last-child),
      .reply a:not(:last-child),
      .logged-in-as a:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .comment__metadata a:not(:last-child),
      .comment-reply-title a:not(:last-child),
      .edit-link a:not(:last-child),
      .reply a:not(:last-child),
      .logged-in-as a:not(:last-child) {
        margin-bottom: 10.42442px; } }
  .u-underlined-links .comment__metadata a, .u-underlined-links
  .comment-reply-title a, .u-underlined-links
  .edit-link a, .u-underlined-links
  .reply a, .u-underlined-links
  .logged-in-as a {
    text-decoration: none; }

.comment__metadata {
  display: inline-block;
  margin-left: 5px; }
  .comment__metadata a {
    text-decoration: none;
    color: inherit; }

.reply a {
  margin-bottom: 14px;
  display: block; }
  @media only screen and (max-width: 1360px) {
    .reply a {
      margin-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .reply a {
      margin-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .reply a {
      margin-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .reply a {
      margin-bottom: 10.42442px; } }

.comment__metadata a,
.reply.reply a {
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .comment__metadata a:hover,
  .reply.reply a:hover {
    opacity: 0.8; }

.c-comments-toggle__label {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 16px 2.5em;
  border: 0 solid currentColor;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #34394B;
  background-color: #222;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  display: block;
  background-color: #000; }
  @media only screen and (max-width: 1360px) {
    .c-comments-toggle__label {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    .c-comments-toggle__label {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    .c-comments-toggle__label {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    .c-comments-toggle__label {
      font-size: 12.84613px; } }
  .u-buttons-rounded .c-comments-toggle__label {
    border-radius: 0.3em; }
  .u-buttons-pill .c-comments-toggle__label {
    border-radius: 999em; }
  .u-underlined-links .c-comments-toggle__label {
    text-decoration: none; }
  .u-buttons-outline .c-comments-toggle__label {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .c-comments-toggle__label:hover, .u-buttons-outline .c-comments-toggle__label:active, .u-buttons-outline .c-comments-toggle__label:focus {
      background: none;
      color: inherit; }
  .c-comments-toggle__label:hover, .c-comments-toggle__label:active, .c-comments-toggle__label:focus {
    color: #34394B;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }

.comment__content {
  font-size: 15px;
  line-height: 1.66667; }
  @media only screen and (max-width: 1360px) {
    .comment__content {
      font-size: 14.15929px; } }
  @media only screen and (max-width: 1024px) {
    .comment__content {
      font-size: 13.40782px; } }
  @media only screen and (max-width: 768px) {
    .comment__content {
      font-size: 12.7321px; } }
  @media only screen and (max-width: 400px) {
    .comment__content {
      font-size: 12.12121px; } }

.comment-reply-title[class] {
  margin-bottom: 7px; }
  @media only screen and (max-width: 1360px) {
    .comment-reply-title[class] {
      margin-bottom: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .comment-reply-title[class] {
      margin-bottom: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .comment-reply-title[class] {
      margin-bottom: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .comment-reply-title[class] {
      margin-bottom: 6.71221px; } }

.comment-reply-title small {
  font: inherit; }

.comment__author {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    .comment__author {
      font-size: 22.05072px; } }
  @media only screen and (max-width: 1024px) {
    .comment__author {
      font-size: 20.39429px; } }
  @media only screen and (max-width: 768px) {
    .comment__author {
      font-size: 18.96933px; } }
  @media only screen and (max-width: 400px) {
    .comment__author {
      font-size: 17.7305px; } }
  .comment__author:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .comment__author:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .comment__author:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .comment__author:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .comment__author:not(:first-child) {
        margin-top: 10.46729px; } }
  .u-underlined-links .comment__author a {
    text-decoration: none; }

.bypostauthor {
  color: inherit; }
  .bypostauthor .comment__author {
    color: #000; }

.says {
  display: none; }

@media not screen and (min-width: 62.5em) {
  .c-author {
    text-align: center; }
  .c-author__avatar {
    margin-left: auto;
    margin-right: auto; } }

.comment-form {
  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; }
  .comment-form > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .comment-form p:not(:last-child) {
    margin-bottom: 1.2rem; }
  .comment-form p.form-submit {
    margin-bottom: 0; }
  .comment-form input[type="checkbox"] {
    position: static;
    margin-bottom: 0.25em;
    vertical-align: middle; }
  .comment-form label {
    display: block;
    font-size: 90%;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: #3B3B3B;
    padding-bottom: 8.4px;
    margin: 0;
    cursor: pointer; }
    @media only screen and (max-width: 1360px) {
      .comment-form label {
        font-size: 15.98274px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form label {
        font-size: 15.08035px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label {
        font-size: 14.27442px; } }
    @media only screen and (max-width: 400px) {
      .comment-form label {
        font-size: 13.55026px; } }
    @media only screen and (max-width: 1360px) {
      .comment-form label {
        padding-bottom: 8.24724px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form label {
        padding-bottom: 8.09995px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label {
        padding-bottom: 7.95782px; } }
    @media only screen and (max-width: 320px) {
      .comment-form label {
        padding-bottom: 7.82059px; } }

.comment-notes {
  font-size: 85%; }

.comment-form-author,
.comment-form-email {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%; }

@media only screen and (min-width: 62.5em) {
  .comment-form-subscriptions,
  .comment-form .form-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%; }
  .comment-form .form-submit {
    margin-left: auto; } }

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%; }

.comment__text {
  display: block;
  width: 100%;
  max-width: 100%; }

.comment-form .form-submit {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  text-align: right; }

.comment-form-subscriptions {
  margin-top: 3.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1360px) {
    .comment-form-subscriptions {
      margin-top: 3.49532px; } }
  @media only screen and (max-width: 1024px) {
    .comment-form-subscriptions {
      margin-top: 3.49065px; } }
  @media only screen and (max-width: 768px) {
    .comment-form-subscriptions {
      margin-top: 3.48599px; } }
  @media only screen and (max-width: 320px) {
    .comment-form-subscriptions {
      margin-top: 3.48134px; } }
  .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 13.65854px; } }

.comment-subscription-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .comment-subscription-form:first-of-type {
    margin-bottom: 10px; }
    @media only screen and (max-width: 1360px) {
      .comment-subscription-form:first-of-type {
        margin-bottom: 9.69697px; } }
    @media only screen and (max-width: 1024px) {
      .comment-subscription-form:first-of-type {
        margin-bottom: 9.41176px; } }
    @media only screen and (max-width: 768px) {
      .comment-subscription-form:first-of-type {
        margin-bottom: 9.14286px; } }
    @media only screen and (max-width: 320px) {
      .comment-subscription-form:first-of-type {
        margin-bottom: 8.88889px; } }
  .comment-subscription-form input[type="checkbox"] {
    -webkit-appearance: none !important;
    margin-bottom: 0; }

label.subscribe-label.subscribe-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  label.subscribe-label.subscribe-label:before {
    content: none; }

.subscribe-label {
  display: inline-block !important; }

.comment-form-cookies-consent label,
.wpgdprc-checkbox label {
  font-weight: normal; }

.c-comments-toggle__checkbox {
  display: none; }
  .c-comments-toggle__checkbox:not(:checked) ~ .comment-list,
  .c-comments-toggle__checkbox:not(:checked) ~ .comment-respond,
  .c-comments-toggle__checkbox:not(:checked) ~ .no-comments {
    display: none; }
  .c-comments-toggle__checkbox:not(:checked) ~ .c-comments-toggle__label .c-comments-toggle__text:after {
    -webkit-transform: scaleY(-1) translateY(-3px);
            transform: scaleY(-1) translateY(-3px); }

.c-comments-toggle__label {
  display: block; }

.c-comments-toggle__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
  .c-comments-toggle__icon svg {
    display: block; }

.c-comments-toggle__text:after {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-bottom-color: currentColor;
  margin-left: 10px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

ul.page-numbers[class][class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 77px;
  margin-left: -14px; }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-top: 57.50292px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-top: 45.88454px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-top: 38.17196px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-top: 32.67905px; } }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-left: -10.42442px; } }
  ul.page-numbers[class][class] > * {
    padding-left: 14px; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] > * {
        padding-left: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] > * {
        padding-left: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] > * {
        padding-left: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] > * {
        padding-left: 10.42442px; } }
  ul.page-numbers[class][class] li {
    margin-bottom: 0; }
  ul.page-numbers[class][class] a {
    text-decoration: none; }
    ul.page-numbers[class][class] a:before, ul.page-numbers[class][class] a:after {
      content: none; }
  ul.page-numbers[class][class] .next,
  ul.page-numbers[class][class] .prev {
    text-transform: none; }
    ul.page-numbers[class][class] .next:after,
    ul.page-numbers[class][class] .prev:after {
      padding: 0; }

.posts-navigation {
  padding-top: 42px;
  padding-bottom: 42px; }
  @media only screen and (max-width: 1360px) {
    .posts-navigation {
      padding-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .posts-navigation {
      padding-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .posts-navigation {
      padding-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .posts-navigation {
      padding-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .posts-navigation {
      padding-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .posts-navigation {
      padding-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .posts-navigation {
      padding-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .posts-navigation {
      padding-bottom: 19.64912px; } }
  .posts-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -42px;
    margin-left: -42px; }
    .posts-navigation .nav-links > * {
      border: 0 solid transparent;
      width: 100%; }
    @media only screen and (max-width: 1360px) {
      .posts-navigation .nav-links {
        margin-top: -32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .posts-navigation .nav-links {
        margin-top: -26.77291px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links {
        margin-top: -22.66442px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links {
        margin-top: -19.64912px; } }
    @media only screen and (max-width: 1360px) {
      .posts-navigation .nav-links {
        margin-left: -32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .posts-navigation .nav-links {
        margin-left: -26.77291px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links {
        margin-left: -22.66442px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links {
        margin-left: -19.64912px; } }
    .posts-navigation .nav-links > * {
      margin-top: 42px;
      padding-left: 42px; }
      @media only screen and (max-width: 1360px) {
        .posts-navigation .nav-links > * {
          margin-top: 32.70073px; } }
      @media only screen and (max-width: 1024px) {
        .posts-navigation .nav-links > * {
          margin-top: 26.77291px; } }
      @media only screen and (max-width: 768px) {
        .posts-navigation .nav-links > * {
          margin-top: 22.66442px; } }
      @media only screen and (max-width: 320px) {
        .posts-navigation .nav-links > * {
          margin-top: 19.64912px; } }
      @media only screen and (max-width: 1360px) {
        .posts-navigation .nav-links > * {
          padding-left: 32.70073px; } }
      @media only screen and (max-width: 1024px) {
        .posts-navigation .nav-links > * {
          padding-left: 26.77291px; } }
      @media only screen and (max-width: 768px) {
        .posts-navigation .nav-links > * {
          padding-left: 22.66442px; } }
      @media only screen and (max-width: 320px) {
        .posts-navigation .nav-links > * {
          padding-left: 19.64912px; } }
    .posts-navigation .nav-links > :first-child {
      margin-right: auto; }
    .posts-navigation .nav-links > :last-child {
      margin-left: auto; }
    .posts-navigation .nav-links a {
      display: inline-block;
      /* [1] */
      vertical-align: middle;
      /* [2] */
      text-align: center;
      /* [4] */
      cursor: pointer;
      /* [5] */ }

.post-navigation .nav-links {
  margin-left: -56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links {
      margin-left: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links {
      margin-left: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links {
      margin-left: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links {
      margin-left: -25.16854px; } }
  .post-navigation .nav-links > * {
    margin-left: 56px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 18em;
            flex: 1 1 18em;
    width: 10em; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links > * {
        margin-left: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links > * {
        margin-left: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links > * {
        margin-left: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links > * {
        margin-left: 25.16854px; } }
  .post-navigation .nav-links a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .post-navigation .nav-links [class*="title"] a {
    text-decoration: none;
    color: inherit; }

.post-navigation .nav-title {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  will-change: transform; }

.post-navigation .nav-next {
  text-align: right; }

@media not screen and (min-width: 30em) {
  .post-navigation .nav-next,
  .post-navigation .nav-previous {
    text-align: center; }
  .post-navigation .nav-links__label {
    margin-bottom: 0; }
  .post-navigation .nav-title {
    padding-top: 0; } }

.meta, .entry-content .cats,
.entry-content .tags, .entry-header .cats {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.meta__title, .entry-content .cats__title, .entry-content .tags__title {
  margin-right: 14px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 1.21429;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1360px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 13.23724px; } }
  @media only screen and (max-width: 1024px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 12.5533px; } }
  @media only screen and (max-width: 768px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 11.93657px; } }
  @media only screen and (max-width: 400px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 11.37759px; } }

.meta__title:after, .entry-content .cats__title:after, .entry-content .tags__title:after {
  content: ": "; }

.meta__title--above {
  margin-bottom: 7px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media only screen and (max-width: 1360px) {
    .meta__title--above {
      margin-bottom: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .meta__title--above {
      margin-bottom: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .meta__title--above {
      margin-bottom: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .meta__title--above {
      margin-bottom: 6.71221px; } }

.meta__item--text:not(:last-child):after, .entry-content .tags > a:not(:last-child):after {
  content: ","; }

.entry-content .cats {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both; }
  .entry-content .cats__title {
    margin-top: 5px; }
  .entry-content .cats[class] > a {
    padding: 0.5em 1.25em;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.entry-content .tags {
  margin-top: 42px;
  clear: both; }
  @media only screen and (max-width: 1360px) {
    .entry-content .tags {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .tags {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .tags {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .tags {
      margin-top: 19.64912px; } }
  .entry-content .tags__title {
    margin-top: 5px; }
  .entry-content .tags > a {
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    font-style: italic;
    line-height: 1.2;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .entry-content .tags > a:hover {
      opacity: 0.6; }

.u-container-width {
  max-width: 1300px; }

.u-container-sides-spacing {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1360px) {
    .u-container-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 1024px) {
    .u-container-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .u-container-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 320px) {
    .u-container-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 1360px) {
    .u-container-sides-spacing {
      padding-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .u-container-sides-spacing {
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    .u-container-sides-spacing {
      padding-right: 0; } }
  @media only screen and (max-width: 320px) {
    .u-container-sides-spacing {
      padding-right: 0; } }

.mce-content-body {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 1360px) {
    .mce-content-body {
      margin-left: 0; } }
  @media only screen and (max-width: 1024px) {
    .mce-content-body {
      margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    .mce-content-body {
      margin-left: 0; } }
  @media only screen and (max-width: 320px) {
    .mce-content-body {
      margin-left: 0; } }
  @media only screen and (max-width: 1360px) {
    .mce-content-body {
      margin-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .mce-content-body {
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .mce-content-body {
      margin-right: 0; } }
  @media only screen and (max-width: 320px) {
    .mce-content-body {
      margin-right: 0; } }

.u-content-top-spacing {
  padding-top: 0; }
  @media only screen and (max-width: 1360px) {
    .u-content-top-spacing {
      padding-top: 0; } }
  @media only screen and (max-width: 1024px) {
    .u-content-top-spacing {
      padding-top: 0; } }
  @media only screen and (max-width: 768px) {
    .u-content-top-spacing {
      padding-top: 0; } }
  @media only screen and (max-width: 320px) {
    .u-content-top-spacing {
      padding-top: 0; } }

.u-content-bottom-spacing {
  padding-bottom: 0; }
  @media only screen and (max-width: 1360px) {
    .u-content-bottom-spacing {
      padding-bottom: 0; } }
  @media only screen and (max-width: 1024px) {
    .u-content-bottom-spacing {
      padding-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .u-content-bottom-spacing {
      padding-bottom: 0; } }
  @media only screen and (max-width: 320px) {
    .u-content-bottom-spacing {
      padding-bottom: 0; } }

.u-content-bottom-spacing + .u-content-top-spacing {
  padding-top: 0; }

.u-content-background {
  background-color: #FFFFFF; }

.content-area > :not([class*="align"]):not([class*="gallery"]):not(blockquote) {
  margin-right: auto;
  margin-left: auto;
  max-width: 660px; }
  .full-width .content-area > :not([class*="align"]):not([class*="gallery"]):not(blockquote) {
    max-width: none; }

.site {
  border: 0 solid transparent; }

html {
  font-size: 87.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #49494B; }
  @media only screen and (max-width: 1360px) {
    body {
      font-size: 16.88239px; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 15.89544px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 15.01752px; } }
  @media only screen and (max-width: 400px) {
    body {
      font-size: 14.2315px; } }

.h0 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h0 {
      font-size: 58.99441px; } }
  @media only screen and (max-width: 1024px) {
    .h0 {
      font-size: 49.96845px; } }
  @media only screen and (max-width: 768px) {
    .h0 {
      font-size: 43.33789px; } }
  @media only screen and (max-width: 400px) {
    .h0 {
      font-size: 38.26087px; } }
  .h0:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .h0:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .h0:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .h0:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .h0:not(:first-child) {
        margin-top: 10.42442px; } }
  .h0:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .h0:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .h0:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .h0:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .h0:not(:last-child) {
        margin-bottom: 10.42442px; } }

.h1, h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h1, h1 {
      font-size: 38.03536px; } }
  @media only screen and (max-width: 1024px) {
    .h1, h1 {
      font-size: 33.49481px; } }
  @media only screen and (max-width: 768px) {
    .h1, h1 {
      font-size: 29.92272px; } }
  @media only screen and (max-width: 400px) {
    .h1, h1 {
      font-size: 27.03911px; } }
  .h1:not(:first-child), h1:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 10.46729px; } }
  .h1:not(:last-child), h1:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 16.71642px; } }

.h2, h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h2, h2 {
      font-size: 28.32998px; } }
  @media only screen and (max-width: 1024px) {
    .h2, h2 {
      font-size: 25.41516px; } }
  @media only screen and (max-width: 768px) {
    .h2, h2 {
      font-size: 23.04419px; } }
  @media only screen and (max-width: 400px) {
    .h2, h2 {
      font-size: 21.07784px; } }
  .h2:not(:first-child), h2:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 10.46729px; } }
  .h2:not(:last-child), h2:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 16.71642px; } }

.h3, h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h3, h3 {
      font-size: 22.05072px; } }
  @media only screen and (max-width: 1024px) {
    .h3, h3 {
      font-size: 20.39429px; } }
  @media only screen and (max-width: 768px) {
    .h3, h3 {
      font-size: 18.96933px; } }
  @media only screen and (max-width: 400px) {
    .h3, h3 {
      font-size: 17.7305px; } }
  .h3:not(:first-child), h3:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 10.46729px; } }
  .h3:not(:last-child), h3:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 16.71642px; } }

.h4, h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h4, h4 {
      font-size: 22.05072px; } }
  @media only screen and (max-width: 1024px) {
    .h4, h4 {
      font-size: 20.39429px; } }
  @media only screen and (max-width: 768px) {
    .h4, h4 {
      font-size: 18.96933px; } }
  @media only screen and (max-width: 400px) {
    .h4, h4 {
      font-size: 17.7305px; } }
  .h4:not(:first-child), h4:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 10.46729px; } }
  .h4:not(:last-child), h4:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 16.71642px; } }

.h5, h5 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h5, h5 {
      font-size: 13.23724px; } }
  @media only screen and (max-width: 1024px) {
    .h5, h5 {
      font-size: 12.5533px; } }
  @media only screen and (max-width: 768px) {
    .h5, h5 {
      font-size: 11.93657px; } }
  @media only screen and (max-width: 400px) {
    .h5, h5 {
      font-size: 11.37759px; } }
  .h5:not(:first-child), h5:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .h5:not(:first-child), h5:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .h5:not(:first-child), h5:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .h5:not(:first-child), h5:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .h5:not(:first-child), h5:not(:first-child) {
        margin-top: 10.46729px; } }
  .h5:not(:last-child), h5:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 13.65854px; } }

.h6, h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #34394B; }
  @media only screen and (max-width: 1360px) {
    .h6, h6 {
      font-size: 11.37656px; } }
  @media only screen and (max-width: 1024px) {
    .h6, h6 {
      font-size: 10.81471px; } }
  @media only screen and (max-width: 768px) {
    .h6, h6 {
      font-size: 10.30574px; } }
  @media only screen and (max-width: 400px) {
    .h6, h6 {
      font-size: 9.84252px; } }
  .h6:not(:first-child), h6:not(:first-child) {
    margin-top: 21px; }
    @media only screen and (max-width: 1360px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 10.46729px; } }
  .h6:not(:last-child), h6:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 10.42442px; } }

h1 + h1:not(:first-child), h2 + h1:not(:first-child), h3 + h1:not(:first-child), h4 + h1:not(:first-child), h5 + h1:not(:first-child), h6 + h1:not(:first-child), h1 + h2:not(:first-child), h2 + h2:not(:first-child), h3 + h2:not(:first-child), h4 + h2:not(:first-child), h5 + h2:not(:first-child), h6 + h2:not(:first-child), h1 + h3:not(:first-child), h2 + h3:not(:first-child), h3 + h3:not(:first-child), h4 + h3:not(:first-child), h5 + h3:not(:first-child), h6 + h3:not(:first-child), h1 + h4:not(:first-child), h2 + h4:not(:first-child), h3 + h4:not(:first-child), h4 + h4:not(:first-child), h5 + h4:not(:first-child), h6 + h4:not(:first-child), h1 + h5:not(:first-child), h2 + h5:not(:first-child), h3 + h5:not(:first-child), h4 + h5:not(:first-child), h5 + h5:not(:first-child), h6 + h5:not(:first-child), h1 + h6:not(:first-child), h2 + h6:not(:first-child), h3 + h6:not(:first-child), h4 + h6:not(:first-child), h5 + h6:not(:first-child), h6 + h6:not(:first-child) {
  margin-top: 0; }

p:not(:last-child),
ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
hr:not(:last-child),
table:not(:last-child),
.twocolumn:not(:last-child) {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 13.65854px; } }

blockquote {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0; }
  @media only screen and (max-width: 1360px) {
    blockquote {
      font-size: 25.20302px; } }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 22.91409px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 21.0063px; } }
  @media only screen and (max-width: 400px) {
    blockquote {
      font-size: 19.39178px; } }
  blockquote:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      blockquote:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 13.65854px; } }
  blockquote footer, blockquote cite {
    display: block;
    margin-top: 28px;
    font-style: normal;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        margin-top: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 13.65854px; } }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        font-size: 13.23724px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 12.5533px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 11.93657px; } }
    @media only screen and (max-width: 400px) {
      blockquote footer, blockquote cite {
        font-size: 11.37759px; } }
    blockquote footer a, blockquote cite a {
      border-bottom: 0 !important;
      text-decoration: none !important; }

.u-blog-grid-width {
  max-width: 1300px; }

.u-blog-sides-spacing {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1360px) {
    .u-blog-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 1024px) {
    .u-blog-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .u-blog-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 320px) {
    .u-blog-sides-spacing {
      padding-left: 0; } }
  @media only screen and (max-width: 1360px) {
    .u-blog-sides-spacing {
      padding-right: 0; } }
  @media only screen and (max-width: 1024px) {
    .u-blog-sides-spacing {
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    .u-blog-sides-spacing {
      padding-right: 0; } }
  @media only screen and (max-width: 320px) {
    .u-blog-sides-spacing {
      padding-right: 0; } }

.c-gallery--blog {
  margin-top: -150px;
  margin-left: -40px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-top: -103.22581px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-top: -78.68852px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-top: -63.57616px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-top: -53.33333px; } }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-left: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-left: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-left: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-left: -18.82353px; } }
  .c-gallery--blog > * {
    margin-top: 150px;
    padding-left: 40px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        margin-top: 103.22581px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        margin-top: 78.68852px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        margin-top: 63.57616px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        margin-top: 53.33333px; } }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        padding-left: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        padding-left: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        padding-left: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        padding-left: 18.82353px; } }

.c-card__title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    .c-card__title {
      font-size: 28.32998px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__title {
      font-size: 25.41516px; } }
  @media only screen and (max-width: 768px) {
    .c-card__title {
      font-size: 23.04419px; } }
  @media only screen and (max-width: 400px) {
    .c-card__title {
      font-size: 21.07784px; } }

.c-card__excerpt {
  color: #000000; }

.c-card__footer {
  color: #000000; }

.c-card__thumbnail-background {
  background-color: #383E5A; }

.no-customify .c-gallery--blog {
  display: block; }
  .no-customify .c-gallery--blog .c-card__frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .no-customify .c-gallery--blog .c-card__frame img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: none;
                transform: none; } }
  @media only screen and (min-width: 42.5em) {
    .no-customify .c-gallery--blog .c-card {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .no-customify .c-gallery--blog .c-gallery__item {
      position: relative; }
    .no-customify .c-gallery--blog .c-card__frame,
    .no-customify .c-gallery--blog .c-card__aside {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .no-customify .c-gallery--blog .c-card__frame {
      padding-top: 0; }
    .no-customify .c-gallery--blog .c-card__content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 10; } }
  @media not screen and (min-width: 42.5em) {
    .no-customify .c-gallery--blog .c-card {
      position: relative !important;
      left: 0 !important; }
    .no-customify .c-gallery--blog .c-gallery__item {
      padding-top: 0 !important; }
    .no-customify .c-gallery--blog .c-card__frame img {
      position: static; } }
  @media only screen and (min-width: 30em) {
    .no-customify .c-gallery--blog.o-grid--1col-\@xsmall {
      display: block; }
      .no-customify .c-gallery--blog.o-grid--1col-\@xsmall .c-gallery__item {
        padding-top: 0 !important; }
      .no-customify .c-gallery--blog.o-grid--1col-\@xsmall .c-card__frame,
      .no-customify .c-gallery--blog.o-grid--1col-\@xsmall .c-card__frame img {
        position: static;
        height: auto; }
    .no-customify .c-gallery--blog.o-grid--2col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--2col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--2col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--3col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--4col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--5col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--6col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--7col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--8col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@xsmall > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--9col-\@xsmall > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@xsmall > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 42.5em) {
    .no-customify .c-gallery--blog.o-grid--1col-\@small {
      display: block; }
      .no-customify .c-gallery--blog.o-grid--1col-\@small .c-gallery__item {
        padding-top: 0 !important; }
      .no-customify .c-gallery--blog.o-grid--1col-\@small .c-card__frame,
      .no-customify .c-gallery--blog.o-grid--1col-\@small .c-card__frame img {
        position: static;
        height: auto; }
    .no-customify .c-gallery--blog.o-grid--2col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--2col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--2col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--3col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--4col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--5col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--6col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--7col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--8col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@small > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--9col-\@small > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@small > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 50em) {
    .no-customify .c-gallery--blog.o-grid--1col-\@pad {
      display: block; }
      .no-customify .c-gallery--blog.o-grid--1col-\@pad .c-gallery__item {
        padding-top: 0 !important; }
      .no-customify .c-gallery--blog.o-grid--1col-\@pad .c-card__frame,
      .no-customify .c-gallery--blog.o-grid--1col-\@pad .c-card__frame img {
        position: static;
        height: auto; }
    .no-customify .c-gallery--blog.o-grid--2col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--2col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--2col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--3col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--4col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--5col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--6col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--7col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--8col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@pad > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--9col-\@pad > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@pad > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 62.5em) {
    .no-customify .c-gallery--blog.o-grid--1col-\@lap {
      display: block; }
      .no-customify .c-gallery--blog.o-grid--1col-\@lap .c-gallery__item {
        padding-top: 0 !important; }
      .no-customify .c-gallery--blog.o-grid--1col-\@lap .c-card__frame,
      .no-customify .c-gallery--blog.o-grid--1col-\@lap .c-card__frame img {
        position: static;
        height: auto; }
    .no-customify .c-gallery--blog.o-grid--2col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--2col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--2col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--3col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--4col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--5col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--6col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--7col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--8col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@lap > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--9col-\@lap > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@lap > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 80em) {
    .no-customify .c-gallery--blog.o-grid--1col-\@desk {
      display: block; }
      .no-customify .c-gallery--blog.o-grid--1col-\@desk .c-gallery__item {
        padding-top: 0 !important; }
      .no-customify .c-gallery--blog.o-grid--1col-\@desk .c-card__frame,
      .no-customify .c-gallery--blog.o-grid--1col-\@desk .c-card__frame img {
        position: static;
        height: auto; }
    .no-customify .c-gallery--blog.o-grid--2col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--2col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--2col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--3col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--3col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--4col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--4col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 100%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--5col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 40%; }
    .no-customify .c-gallery--blog.o-grid--5col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 80%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--6col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 33.33333%; }
    .no-customify .c-gallery--blog.o-grid--6col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 66.66667%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--7col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 28.57143%; }
    .no-customify .c-gallery--blog.o-grid--7col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 57.14286%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--8col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 25%; }
    .no-customify .c-gallery--blog.o-grid--8col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 50%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@desk > .c-gallery__item--landscape,
    .no-customify .c-gallery--blog.o-grid--9col-\@desk > .c-gallery__item--portrait.jetpack-portfolio-tag-featured {
      width: 22.22222%; }
    .no-customify .c-gallery--blog.o-grid--9col-\@desk > .c-gallery__item--landscape.jetpack-portfolio-tag-featured {
      width: 44.44444%; } }
  @media only screen and (min-width: 42.5em) {
    .no-customify .c-gallery--blog .c-gallery__item {
      padding-top: calc(75.83333% - 154.7px); } }
  @media only screen and (min-width: 62.5em) {
    .no-customify .c-gallery--blog .c-gallery__item {
      padding-top: calc(56.875% - 213.85px); } }
  @media only screen and (min-width: 80em) {
    .no-customify .c-gallery--blog .c-gallery__item {
      padding-top: calc(56.875% - 341.25px); } }
  .no-customify .c-gallery--blog .c-card {
    left: 40px; }
    @media only screen and (max-width: 1360px) {
      .no-customify .c-gallery--blog .c-card {
        left: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .no-customify .c-gallery--blog .c-card {
        left: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .no-customify .c-gallery--blog .c-card {
        left: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .no-customify .c-gallery--blog .c-card {
        left: 18.82353px; } }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

::selection {
  background: #000000;
  color: #FFFFFF; }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

[class*="gallery-columns-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  [class*="gallery-columns-"] > * {
    border: 0 solid transparent;
    width: 100%; }

@media only screen and (min-width: 42.5em) {
  .gallery-columns-2 > * {
    width: 100%; }
  .gallery-columns-3 > * {
    width: 50%; }
  .gallery-columns-4 > * {
    width: 33.33333%; }
  .gallery-columns-5 > * {
    width: 25%; }
  .gallery-columns-6 > * {
    width: 20%; }
  .gallery-columns-7 > * {
    width: 16.66667%; }
  .gallery-columns-8 > * {
    width: 14.28571%; }
  .gallery-columns-9 > * {
    width: 12.5%; } }

@media only screen and (min-width: 80em) {
  .gallery-columns-1 > * {
    width: 100%; }
  .gallery-columns-2 > * {
    width: 50%; }
  .gallery-columns-3 > * {
    width: 33.33333%; }
  .gallery-columns-4 > * {
    width: 25%; }
  .gallery-columns-5 > * {
    width: 20%; }
  .gallery-columns-6 > * {
    width: 16.66667%; }
  .gallery-columns-7 > * {
    width: 14.28571%; }
  .gallery-columns-8 > * {
    width: 12.5%; }
  .gallery-columns-9 > * {
    width: 11.11111%; } }

.u-gallery-spacing--none, .u-gallery-spacing--none > * {
  margin-top: 0;
  margin-left: 0; }

.gallery {
  margin-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    .gallery {
      margin-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .gallery {
      margin-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .gallery {
      margin-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .gallery {
      margin-bottom: 25.16854px; } }

.u-gallery-spacing--small {
  margin-top: -14px;
  margin-left: -14px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--small {
      margin-top: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--small {
      margin-top: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--small {
      margin-top: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--small {
      margin-top: -10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--small {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--small {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--small {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--small {
      margin-left: -10.42442px; } }
  .u-gallery-spacing--small > * {
    margin-top: 14px;
    padding-left: 14px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--small > * {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--small > * {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--small > * {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--small > * {
        margin-top: 10.42442px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--small > * {
        padding-left: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--small > * {
        padding-left: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--small > * {
        padding-left: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--small > * {
        padding-left: 10.42442px; } }

.u-gallery-spacing--medium {
  margin-top: -42px;
  margin-left: -42px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--medium {
      margin-top: -32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--medium {
      margin-top: -26.77291px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--medium {
      margin-top: -22.66442px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--medium {
      margin-top: -19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--medium {
      margin-left: -32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--medium {
      margin-left: -26.77291px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--medium {
      margin-left: -22.66442px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--medium {
      margin-left: -19.64912px; } }
  .u-gallery-spacing--medium > * {
    margin-top: 42px;
    padding-left: 42px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--medium > * {
        margin-top: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--medium > * {
        margin-top: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--medium > * {
        margin-top: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--medium > * {
        margin-top: 19.64912px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--medium > * {
        padding-left: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--medium > * {
        padding-left: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--medium > * {
        padding-left: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--medium > * {
        padding-left: 19.64912px; } }

.u-gallery-spacing--large {
  margin-top: -56px;
  margin-left: -56px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--large {
      margin-top: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--large {
      margin-top: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--large {
      margin-top: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--large {
      margin-top: -25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--large {
      margin-left: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--large {
      margin-left: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--large {
      margin-left: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--large {
      margin-left: -25.16854px; } }
  .u-gallery-spacing--large > * {
    margin-top: 56px;
    padding-left: 56px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--large > * {
        margin-top: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--large > * {
        margin-top: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--large > * {
        margin-top: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--large > * {
        margin-top: 25.16854px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--large > * {
        padding-left: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--large > * {
        padding-left: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--large > * {
        padding-left: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--large > * {
        padding-left: 25.16854px; } }

.u-gallery-spacing--xlarge {
  margin-top: -112px;
  margin-left: -112px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--xlarge {
      margin-top: -80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--xlarge {
      margin-top: -62.65734px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--xlarge {
      margin-top: -51.3467px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--xlarge {
      margin-top: -43.49515px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--xlarge {
      margin-left: -80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--xlarge {
      margin-left: -62.65734px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--xlarge {
      margin-left: -51.3467px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--xlarge {
      margin-left: -43.49515px; } }
  .u-gallery-spacing--xlarge > * {
    margin-top: 112px;
    padding-left: 112px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 80.35874px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 62.65734px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 51.3467px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 43.49515px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 80.35874px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 62.65734px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 51.3467px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 43.49515px; } }

.gallery-item a {
  padding: 0; }

.gallery-item a, .gallery-item img {
  display: block; }

.gallery-item[class][class] a {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0; }

.tiled-gallery img {
  -o-object-fit: cover;
     object-fit: cover; }

@media not screen and (min-width: 62.5em) {
  .entry-footer__wrapper {
    padding-bottom: 3em; } }

.c-footer__widget:first-child:nth-last-child(3), .c-footer__widget:first-child:nth-last-child(3) ~ .widget {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.c-footer__widget:first-child:nth-last-child(2), .c-footer__widget:first-child:nth-last-child(2) ~ .widget {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.c-footer__zone:empty {
  display: none; }

.c-footer__zone--bottom {
  text-align: center; }
  .c-footer__zone--bottom .menu > * {
    display: inline-block; }
  .c-footer__zone--bottom * + .c-footer__copyright-text {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 10.42442px; } }

.u-footer-layout-stacked .c-footer__gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  text-align: center; }
  .u-footer-layout-stacked .c-footer__gallery .c-gallery__item {
    width: auto;
    padding-right: 0; }
  @media not screen and (min-width: 62.5em) {
    .u-footer-layout-stacked .c-footer__gallery {
      margin-left: 0; }
      .u-footer-layout-stacked .c-footer__gallery .c-gallery__item {
        width: 100%; } }

.u-footer-layout-stacked .c-footer__widget {
  text-align: center; }
  .u-footer-layout-stacked .c-footer__widget .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.c-footer {
  color: #757575; }
  .c-footer a {
    color: #000; }
  .c-footer h1, .c-footer h2, .c-footer h3, .c-footer h4, .c-footer h5, .c-footer h6 {
    color: inherit; }

.u-footer-top-spacing {
  padding-top: 112px; }
  @media only screen and (max-width: 1360px) {
    .u-footer-top-spacing {
      padding-top: 80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .u-footer-top-spacing {
      padding-top: 62.65734px; } }
  @media only screen and (max-width: 768px) {
    .u-footer-top-spacing {
      padding-top: 51.3467px; } }
  @media only screen and (max-width: 320px) {
    .u-footer-top-spacing {
      padding-top: 43.49515px; } }

.u-footer-bottom-spacing {
  padding-bottom: 112px; }
  @media only screen and (max-width: 1360px) {
    .u-footer-bottom-spacing {
      padding-bottom: 80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .u-footer-bottom-spacing {
      padding-bottom: 62.65734px; } }
  @media only screen and (max-width: 768px) {
    .u-footer-bottom-spacing {
      padding-bottom: 51.3467px; } }
  @media only screen and (max-width: 320px) {
    .u-footer-bottom-spacing {
      padding-bottom: 43.49515px; } }

.u-footer-background {
  background-color: #34394B; }

/* ==========================================================================
   #FRONTEND + EDITOR STYLES VARS
   ========================================================================== */
/* ==========================================================================
#THE GRID
========================================================================== */
/**
 * Grid Row
 */
.row__wrapper {
  position: relative; }

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -56px;
  margin-top: -56px;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1360px) {
    .row {
      margin-left: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-left: -25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .row {
      margin-top: -42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-top: -34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-top: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-top: -25.16854px; } }
  .entry-content > .row:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 62.5em) {
    .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

/**
 * Grid Columns
 */
.column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (min-width: 62.5em) {
  .column-1 {
    -ms-flex-preferred-size: calc(8.33333%);
        flex-basis: calc(8.33333%);
    width: 8.33333%; }
  .column-2 {
    -ms-flex-preferred-size: calc(16.66667%);
        flex-basis: calc(16.66667%);
    width: 16.66667%; }
  .column-3 {
    -ms-flex-preferred-size: calc(25%);
        flex-basis: calc(25%);
    width: 25%; }
  .column-4 {
    -ms-flex-preferred-size: calc(33.33333%);
        flex-basis: calc(33.33333%);
    width: 33.33333%; }
  .column-5 {
    -ms-flex-preferred-size: calc(41.66667%);
        flex-basis: calc(41.66667%);
    width: 41.66667%; }
  .column-6 {
    -ms-flex-preferred-size: calc(50%);
        flex-basis: calc(50%);
    width: 50%; }
  .column-7 {
    -ms-flex-preferred-size: calc(58.33333%);
        flex-basis: calc(58.33333%);
    width: 58.33333%; }
  .column-8 {
    -ms-flex-preferred-size: calc(66.66667%);
        flex-basis: calc(66.66667%);
    width: 66.66667%; }
  .column-9 {
    -ms-flex-preferred-size: calc(75%);
        flex-basis: calc(75%);
    width: 75%; }
  .column-10 {
    -ms-flex-preferred-size: calc(83.33333%);
        flex-basis: calc(83.33333%);
    width: 83.33333%; }
  .column-11 {
    -ms-flex-preferred-size: calc(91.66667%);
        flex-basis: calc(91.66667%);
    width: 91.66667%; }
  .column-12 {
    -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
    width: 100%; } }

@media not screen and (min-width: 62.5em) {
  .column--stretch .gallery-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .column--stretch .gallery-item:first-child:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .column--stretch .gallery-item:first-child:nth-last-child(2), .column--stretch .gallery-item:first-child:nth-last-child(2) ~ .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .column--stretch .gallery-item:first-child:nth-last-child(3), .column--stretch .gallery-item:first-child:nth-last-child(3) ~ .gallery-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .column--stretch .gallery-item:first-child:nth-last-child(4), .column--stretch .gallery-item:first-child:nth-last-child(4) ~ .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

/**
 * Grid Columns / Row Items
 */
.column__wrapper {
  margin-top: 56px;
  padding-left: 56px; }
  @media only screen and (max-width: 1360px) {
    .column__wrapper {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .column__wrapper {
      padding-left: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      padding-left: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      padding-left: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      padding-left: 25.16854px; } }

.column {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .debug-row .column {
    background-color: #383c50; }
  .column .gallery,
  .column .tiled-gallery {
    margin-bottom: 0;
    padding-bottom: 0; }

@media not screen and (min-width: 62.5em) {
  .row.row {
    margin-left: 0; }
  .column__wrapper.column__wrapper {
    padding-left: 0; }
    .column__wrapper.column__wrapper:last-child {
      padding-bottom: 0; } }

/* Row Spacing Variants.
   ========================================================================== */
.row-style--strip {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    .row-style--strip {
      padding-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .row-style--strip {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-bottom: 25.16854px; } }
  .entry-content > .row-style--strip:first-child {
    margin-top: -56px; }
    @media only screen and (max-width: 1360px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -25.16854px; } }
  .entry-content > .row-style--strip.row__wrapper:last-child {
    margin-bottom: -56px; }
    @media only screen and (max-width: 1360px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -25.16854px; } }
  .row-style--strip + .row-style--strip {
    margin-top: -56px;
    padding-top: 0; }
    @media only screen and (max-width: 1360px) {
      .row-style--strip + .row-style--strip {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .row-style--strip + .row-style--strip {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .row-style--strip + .row-style--strip {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .row-style--strip + .row-style--strip {
        margin-top: -25.16854px; } }

/* Rows/Columns Style Variants.
   ========================================================================== */
.row-style--strip {
  background-color: #D7F4FF; }
  .row-style--strip:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999vw;
    left: -100vw;
    background-color: inherit; }

.column-style--highlighted {
  padding: 56px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1360px) {
    .column-style--highlighted {
      padding: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column-style--highlighted {
      padding: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column-style--highlighted {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column-style--highlighted {
      padding: 25.16854px; } }

.column-style--boxed {
  padding: 56px;
  background-color: #23252d; }
  @media only screen and (max-width: 1360px) {
    .column-style--boxed {
      padding: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .column-style--boxed {
      padding: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .column-style--boxed {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column-style--boxed {
      padding: 25.16854px; } }
  .column-style--boxed * {
    color: white; }

.row-style--stretch .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.row-style--stretch .column {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row-style--stretch .column--stretch {
  padding: 0; }

.row-style--stretch .column__wrapper.hide-images img {
  display: none; }

.row-style--stretch .column__wrapper * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.row-style--stretch .column__wrapper .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }

.row-style--stretch .column__wrapper .gallery-item {
  height: auto; }

.row-style--stretch .column__wrapper .gallery-icon {
  position: relative;
  height: 100%;
  width: 100%; }
  .row-style--stretch .column__wrapper .gallery-icon img {
    position: absolute; }

.row-style--stretch .column__wrapper figure {
  height: 100%; }

.row-style--stretch .column__wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

/* Gridable UI Adjustments
   ========================================================================== */
/* @todo
// Remove if necessary - only used for debugging
   ========================================================================== */
.debug-row.debug-row.debug-row .c-row:nth-child(2n) {
  background-color: #33d2da; }

.debug-row.debug-row.debug-row .c-row:nth-child(2n+1) {
  background-color: #2196f3; }

.debug-row.debug-row.debug-row .c-row__item {
  background-color: orange; }

.debug-row.debug-row.debug-row .c-island {
  color: white;
  background-color: #4f5678; }

@media only screen and (min-width: 62.5em) {
  .debug-row.debug-row.debug-row .c-row,
  .debug-row.debug-row.debug-row .c-island {
    position: relative; }
    .debug-row.debug-row.debug-row .c-row:after,
    .debug-row.debug-row.debug-row .c-island:after {
      content: attr(class);
      position: absolute;
      top: 0;
      left: 0;
      padding: 3px 5px;
      font-size: 10px;
      font-family: sans-serif;
      border-bottom-right-radius: 3px;
      color: black;
      background: rgba(255, 255, 255, 0.5); } }

.gridable--row,
.gridable--col {
  overflow: visible; }

div.wpcf7 {
  margin-left: auto;
  margin-right: auto; }

.wpcf7-form-control-wrap {
  display: block; }

span.wpcf7-list-item {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0; }
  @media only screen and (max-width: 1360px) {
    span.wpcf7-list-item {
      margin-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    span.wpcf7-list-item {
      margin-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    span.wpcf7-list-item {
      margin-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    span.wpcf7-list-item {
      margin-bottom: 10.42442px; } }
  span.wpcf7-list-item.last {
    margin-bottom: 0; }

.wpcf7-list-item-label,
.wpcf7-form label {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #3B3B3B;
  padding-bottom: 8.4px;
  margin: 0;
  cursor: pointer;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 1360px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 13.55026px; } }
  @media only screen and (max-width: 1360px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 8.24724px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 8.09995px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 7.95782px; } }
  @media only screen and (max-width: 320px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 7.82059px; } }
  .wpcf7-list-item-label:before,
  .wpcf7-form label:before {
    margin-bottom: 0 !important; }

.wpcf7-form p {
  margin-bottom: 35px;
  padding: 0; }
  @media only screen and (max-width: 1360px) {
    .wpcf7-form p {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-form p {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-form p {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .wpcf7-form p {
      margin-bottom: 16.71642px; } }
  .wpcf7-form p:before, .wpcf7-form p:after {
    margin: 0; }

.div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0; }

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contact-form > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .contact-form > div {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .contact-form > div {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .contact-form > div {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .contact-form > div {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .contact-form > div {
        margin-bottom: 16.71642px; } }
    .contact-form > div input[type='text'],
    .contact-form > div input[type='email'],
    .contact-form > div textarea {
      width: 100%;
      max-width: none;
      margin-bottom: 0;
      float: none; }
    .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
      font-size: 17px;
      line-height: 1.5;
      font-weight: 500;
      letter-spacing: 0;
      text-transform: none;
      color: #3B3B3B;
      padding-bottom: 8.4px;
      margin: 0;
      cursor: pointer; }
      @media only screen and (max-width: 1360px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 15.98274px; } }
      @media only screen and (max-width: 1024px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 15.08035px; } }
      @media only screen and (max-width: 768px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 14.27442px; } }
      @media only screen and (max-width: 400px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 13.55026px; } }
      @media only screen and (max-width: 1360px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 8.24724px; } }
      @media only screen and (max-width: 1024px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 8.09995px; } }
      @media only screen and (max-width: 768px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 7.95782px; } }
      @media only screen and (max-width: 320px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 7.82059px; } }
    .contact-form > div > label, .contact-form > div > label.checkbox, .contact-form > div > label.radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .contact-form > div > label > input[type="checkbox"],
    .contact-form > div > label > input[type="radio"] {
      margin-bottom: 0; }

.nf-form-cont .list-radio-wrap .nf-field-element li,
.nf-form-cont .list-checkbox-wrap .nf-field-element li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem !important; }
  .nf-form-cont .list-radio-wrap .nf-field-element li:last-child,
  .nf-form-cont .list-checkbox-wrap .nf-field-element li:last-child {
    margin-bottom: 0 !important; }

.nf-form-cont .list-radio-wrap .nf-field-element li input,
.nf-form-cont .list-checkbox-wrap .nf-field-element li input,
.nf-form-cont .nf-field-element input[type="checkbox"] {
  width: 1.7rem !important;
  margin-right: 0.7rem !important;
  margin-top: 0; }

.nf-form-cont .list-radio-wrap .nf-field-element li label,
.nf-form-cont .list-checkbox-wrap .nf-field-element li label {
  padding-bottom: 0;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 0; }
  .nf-form-cont .list-radio-wrap .nf-field-element li label:before,
  .nf-form-cont .list-checkbox-wrap .nf-field-element li label:before {
    margin-bottom: 0; }

.nf-form-cont .label-right .checkbox-wrap .nf-field-element {
  width: auto; }

.nf-form-cont .label-right .nf-field-label {
  padding: 0;
  line-height: 1.5; }

.nf-form-cont .nf-field-container {
  margin-bottom: 35px;
  line-height: 1; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 16.71642px; } }

.nf-form-cont .nf-field-label label {
  font-weight: 400; }

.nf-form-cont .label-above .nf-field-label label {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #3B3B3B;
  padding-bottom: 8.4px;
  margin: 0;
  cursor: pointer;
  margin-bottom: 0; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 13.55026px; } }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 8.24724px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 8.09995px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 7.95782px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 7.82059px; } }

.nf-form-cont .nf-before-form-content {
  margin-bottom: 8.4px; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 8.24724px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 8.09995px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 7.95782px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 7.82059px; } }

.pika-single .pika-lendar .pika-button,
.pika-single .pika-lendar .pika-next,
.pika-single .pika-lendar .pika-prev {
  font-size: 12px;
  display: block;
  margin: 0;
  padding: 5px;
  border: 0;
  background-color: #e5e5e5;
  color: #666;
  overflow: hidden; }

.pika-single .pika-lendar .pika-next,
.pika-single .pika-lendar .pika-prev {
  background-color: transparent; }

.pika-single .pika-lendar .pika-button:hover {
  background: #191919;
  color: #FFFFFF; }

div.wpforms-container[class] {
  margin-left: auto;
  margin-right: auto; }
  div.wpforms-container[class] .wpforms-form ul:before {
    margin: 0 !important; }
  div.wpforms-container[class] .wpforms-form .wpforms-field-label {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    color: #3B3B3B;
    padding-bottom: 8.4px;
    margin: 0;
    cursor: pointer;
    margin-bottom: 0; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 15.98274px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 15.08035px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 14.27442px; } }
    @media only screen and (max-width: 400px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 13.55026px; } }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 8.24724px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 8.09995px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 7.95782px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 7.82059px; } }
    div.wpforms-container[class] .wpforms-form .wpforms-field-label:after {
      margin-top: 0; }
  div.wpforms-container[class] .wpforms-form .wpforms-field-label-inline {
    display: inline-block;
    line-height: 23px; }
  div.wpforms-container[class] .wpforms-form input,
  div.wpforms-container[class] .wpforms-form select,
  div.wpforms-container[class] .wpforms-form textarea {
    width: 100%;
    max-width: 100%;
    padding: 11px 17px 13px;
    border: 2px solid #E0E0E0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #3B3B3B;
    border-radius: 0px;
    font-family: inherit;
    -webkit-font-smoothing: initial;
    height: auto;
    line-height: 1.15; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        padding: 10.56074px 14.73736px 12.16481px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        padding: 10.15521px 13.00626px 11.43046px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        padding: 9.77968px 11.6391px 10.77972px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        padding: 9.43093px 10.53202px 10.19908px; } }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 15.98274px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 15.08035px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 14.27442px; } }
    @media only screen and (max-width: 400px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 13.55026px; } }
    div.wpforms-container[class] .wpforms-form input:focus, div.wpforms-container[class] .wpforms-form input:active,
    div.wpforms-container[class] .wpforms-form select:focus,
    div.wpforms-container[class] .wpforms-form select:active,
    div.wpforms-container[class] .wpforms-form textarea:focus,
    div.wpforms-container[class] .wpforms-form textarea:active {
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #FFB1A5; }
    div.wpforms-container[class] .wpforms-form input[disabled],
    div.wpforms-container[class] .wpforms-form select[disabled],
    div.wpforms-container[class] .wpforms-form textarea[disabled] {
      border-color: #C7C7C7;
      background-color: #E0E0E0; }
  div.wpforms-container[class] .wpforms-form select {
    width: 100%;
    max-width: 100%;
    padding: 11px 17px 13px;
    border: 2px solid #E0E0E0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #3B3B3B;
    border-radius: 0px;
    font-family: inherit;
    -webkit-font-smoothing: initial;
    padding-right: 50px;
    background: #FFFFFF url("assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
    background-size: 9px 5px;
    -webkit-appearance: none; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 10.56074px 14.73736px 12.16481px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 10.15521px 13.00626px 11.43046px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 9.77968px 11.6391px 10.77972px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 9.43093px 10.53202px 10.19908px; } }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 15.98274px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 15.08035px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 14.27442px; } }
    @media only screen and (max-width: 400px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 13.55026px; } }
    div.wpforms-container[class] .wpforms-form select:focus, div.wpforms-container[class] .wpforms-form select:active {
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #FFB1A5; }
    div.wpforms-container[class] .wpforms-form select[disabled] {
      border-color: #C7C7C7;
      background-color: #E0E0E0; }
  div.wpforms-container[class] .wpforms-form input[type="checkbox"] {
    position: relative;
    left: 0;
    float: left;
    clear: left;
    border: 2px solid #E0E0E0;
    border-radius: 0px;
    width: 1.7rem !important;
    height: 1.7rem !important;
    margin-right: 0.7rem;
    margin-bottom: 0.6rem;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0; }
    div.wpforms-container[class] .wpforms-form input[type="checkbox"]:checked {
      border-color: #3B3B3B;
      background: #3B3B3B url("assets/images/checkbox.svg") center center no-repeat;
      background-size: 100% 100%;
      outline: 0; }
  div.wpforms-container[class] .wpforms-form input[type="radio"] {
    position: relative;
    left: 0;
    float: left;
    clear: left;
    border: 2px solid #E0E0E0;
    border-radius: 0px;
    width: 1.7rem !important;
    height: 1.7rem !important;
    margin-right: 0.7rem;
    margin-bottom: 0.6rem;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border-radius: 50%; }
    div.wpforms-container[class] .wpforms-form input[type="radio"]:checked {
      border: 7px solid #3B3B3B;
      outline: 0; }
  div.wpforms-container[class] .wpforms-field {
    margin-bottom: 28px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 13.65854px; } }
    div.wpforms-container[class] .wpforms-field .wpforms-field-row.wpforms-field-row {
      max-width: none; }
  div.wpforms-container[class] .wpforms-form .wpforms-submit {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */ }
  div.wpforms-container[class] .wpforms-field-radio li,
  div.wpforms-container[class] .wpforms-field-checkbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.6rem !important; }
    div.wpforms-container[class] .wpforms-field-radio li input,
    div.wpforms-container[class] .wpforms-field-checkbox li input {
      margin-bottom: 0 !important; }

.wpforms-container.half .wpforms-field {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.wpforms-container.half .wpforms-field-textarea {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.entry-content .contact-form label,
.entry-content .contact-form label.checkbox,
.entry-content .contact-form label.radio {
  font-weight: 400; }

.entry-content .contact-form label.radio,
.entry-content .contact-form label.checkbox-multiple {
  margin-bottom: 0.6rem; }

.infinite-scroll .c-gallery--blog {
  padding-bottom: 112px;
  position: relative; }
  @media only screen and (max-width: 1360px) {
    .infinite-scroll .c-gallery--blog {
      padding-bottom: 80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .infinite-scroll .c-gallery--blog {
      padding-bottom: 62.65734px; } }
  @media only screen and (max-width: 768px) {
    .infinite-scroll .c-gallery--blog {
      padding-bottom: 51.3467px; } }
  @media only screen and (max-width: 320px) {
    .infinite-scroll .c-gallery--blog {
      padding-bottom: 43.49515px; } }

.infinite-scroll .infinite-loader,
.infinite-scroll #infinite-handle {
  position: absolute;
  bottom: 0 !important;
  left: 50% !important;
  width: auto;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.infinite-scroll .infinite-loader {
  padding: 0; }

.infinite-scroll .pagination {
  display: none; }

.infinite-scroll.infinity-end .infinite-loader {
  display: none; }

body #infinite-handle span {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  margin-bottom: 0 !important; }

#infinite-footer {
  z-index: 1000;
  padding: 0 20px;
  background-color: #FFFFFF;
  border-top: 1px solid currentColor;
  font-family: inherit; }
  #infinite-footer .container {
    padding: 5px 0;
    width: auto !important;
    border: 0;
    background-color: transparent; }
  #infinite-footer .blog-credits,
  #infinite-footer .blog-info a {
    font-size: 14px; }
    @media only screen and (max-width: 1360px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 13.23724px; } }
    @media only screen and (max-width: 1024px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 12.5533px; } }
    @media only screen and (max-width: 768px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 11.93657px; } }
    @media only screen and (max-width: 400px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 11.37759px; } }
  #infinite-footer .blog-credits {
    color: #C1C1C1; }
    #infinite-footer .blog-credits a {
      color: #000; }

.infinity-end .c-gallery--blog {
  padding-bottom: 0; }

.related-posts-container {
  position: relative;
  padding: 56px 0; }
  @media only screen and (max-width: 1360px) {
    .related-posts-container {
      padding: 42.87081px 0; } }
  @media only screen and (max-width: 1024px) {
    .related-posts-container {
      padding: 34.72868px 0; } }
  @media only screen and (max-width: 768px) {
    .related-posts-container {
      padding: 29.18567px 0; } }
  @media only screen and (max-width: 320px) {
    .related-posts-container {
      padding: 25.16854px 0; } }
  .related-posts-container .c-card__frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .related-posts-container .c-card__frame img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: none;
                transform: none; } }
  .related-posts-container .c-card__excerpt > *:last-child {
    margin-bottom: 0; }
  .related-posts-container:before, .related-posts-container:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    width: calc(50vw - 50%);
    height: 100%;
    background-color: inherit;
    z-index: 1; }
  .related-posts-container:after {
    left: 100%; }
  .related-posts-container:before {
    right: 100%; }

.wp-block-separator.is-style-dots:before {
  color: inherit; }

.wp-block-separator {
  border-bottom-color: currentColor;
  margin: 1.5em auto; }
  .wp-block-separator[class][class]:not([class*="is-style"]) {
    max-width: 100px; }

.wp-block-audio[class] {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-audio[class] audio {
    width: 100%; }

.wp-block-cover[class][class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.125em;
  margin-bottom: 1.125em; }
  .wp-block-cover[class][class] p {
    position: relative;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0; }

p.wp-block-subhead {
  color: inherit; }

.wp-block-code,
.wp-block-preformatted pre,
.wp-block-verse pre,
pre.wp-block-verse {
  color: inherit; }

.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit,
.editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit {
  margin-right: 0;
  margin-bottom: 0; }

.wp-block-image .alignleft,
.editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > *,
.editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
  margin-top: 3em;
  margin-bottom: 3em; }
  @media only screen and (min-width: 899px) {
    .wp-block-image .alignleft,
    .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > *,
    .editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
      margin-right: 3em;
      width: auto; } }

.editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit,
.editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit {
  margin-left: 0;
  margin-bottom: 0; }

.wp-block-image .alignright,
.editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > *,
.editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
  margin-top: 3em;
  margin-bottom: 3em; }
  @media only screen and (min-width: 899px) {
    .wp-block-image .alignright,
    .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > *,
    .editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
      margin-left: 3em;
      width: auto; } }

.wp-block-image .aligncenter > figcaption {
  display: block; }

figure.wp-block-pullquote {
  border: 0;
  padding: 0; }

.wp-block-pullquote[class] p {
  font: inherit; }

.wp-block-pullquote.is-style-solid-color {
  padding: 28px; }
  @media only screen and (max-width: 1360px) {
    .wp-block-pullquote.is-style-solid-color {
      padding: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .wp-block-pullquote.is-style-solid-color {
      padding: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .wp-block-pullquote.is-style-solid-color {
      padding: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .wp-block-pullquote.is-style-solid-color {
      padding: 13.65854px; } }

.wp-block-quote__citation[class],
.wp-block-quote[class] cite,
.wp-block-quote[class] footer {
  color: inherit;
  text-align: center; }

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
  display: block; }

.u-underlined-links .wp-block-button__link {
  text-decoration: none; }

.wp-block-gallery[class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wp-block-table td {
  white-space: pre-wrap; }

.wp-block-categories-list.aligncenter {
  text-align: center;
  list-style-position: inside; }
  .wp-block-categories-list.aligncenter ul {
    list-style-position: inside; }

[data-align=right] .editor-block-list__block-edit {
  clear: right; }
  [data-align=right] .editor-block-list__block-edit .wp-block-image {
    max-width: 260px; }

[data-align=left] .editor-block-list__block-edit {
  clear: left; }
  [data-align=left] .editor-block-list__block-edit .wp-block-image {
    max-width: 260px; }

@media only screen and (min-width: 50em) {
  .is-style-two-columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em; } }

@media only screen and (min-width: 62.5em) {
  body.blog .c-navbar__zone--branding > .header {
    -webkit-transform: translateY(0px) rotate(1deg);
            transform: translateY(0px) rotate(1deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  body.blog .c-navbar__zone--branding:hover > .header {
    -webkit-transform: translateY(-30px) rotate(-1deg);
            transform: translateY(-30px) rotate(-1deg); } }

body:not(.blog) .c-navbar__zone--branding .c-branding {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body:not(.blog) .c-navbar__zone--branding .profile-photo {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

body:not(.blog) .c-navbar__zone--branding:hover .c-branding {
  -webkit-transform: translateY(-13.33333px);
          transform: translateY(-13.33333px); }

body:not(.blog) .c-navbar__zone--branding:hover .profile-photo {
  -webkit-transform: scale(0.92) rotate(2deg);
          transform: scale(0.92) rotate(2deg); }

body:not(.blog) .c-navbar__zone--branding:hover .header:after {
  -webkit-transform: translateY(-20px) rotate(0deg);
          transform: translateY(-20px) rotate(0deg); }

.c-navbar__zone--branding a:hover img {
  opacity: 1; }

.header {
  position: relative; }

.site-title {
  display: inline-block;
  font-family: "Bungee", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-transform: none; }
  @media only screen and (max-width: 1360px) {
    .site-title {
      font-size: 34.85149px; } }
  @media only screen and (max-width: 1024px) {
    .site-title {
      font-size: 30.87719px; } }
  @media only screen and (max-width: 768px) {
    .site-title {
      font-size: 27.71654px; } }
  @media only screen and (max-width: 400px) {
    .site-title {
      font-size: 25.14286px; } }

@media only screen and (min-width: 62.5em) {
  body.blog .header {
    margin-top: -62px;
    padding: 25px;
    background: #FFF4F4; }
  body.blog * + .c-logo {
    margin-top: 1.5em; }
  body.blog * + .c-logo__title,
  body.blog * + .site-description {
    margin-top: 1em; }
  body.blog .site-description {
    font-size: 1.13333em;
    line-height: 1.52941; }
  body.blog .c-logo__title {
    margin-bottom: -0.5em; }
  body:not(.blog) .c-branding {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 3fr auto auto auto 2fr; }
    body:not(.blog) .c-branding:before {
      content: "";
      display: block;
      grid-row: 1 / 2;
      min-height: 10px; } }
    @media only screen and (min-width: 62.5em) and (min-width: 30em) {
      body:not(.blog) .c-branding:before {
        min-height: 30px; } }

@media only screen and (min-width: 62.5em) {
    body:not(.blog) .c-branding:after {
      content: "";
      display: block;
      grid-row: 5 / 6; }
  body:not(.blog) .c-profile-photo {
    grid-column: 1;
    grid-row: 1 / 6; }
  body:not(.blog) .c-logo {
    grid-column: 2;
    grid-row: 2 / 3; }
  body:not(.blog) .c-logo__title {
    grid-column: 2;
    grid-row: 3 / 4; }
  body:not(.blog) .site-description {
    grid-column: 2;
    grid-row: 4 / 5; }
  body:not(.blog) .header {
    margin-top: -67px; }
  body:not(.blog) .c-branding {
    margin-top: -50px; }
  body:not(.blog) .header {
    padding: 28px;
    padding-bottom: 0; }
    body:not(.blog) .header:after {
      position: absolute;
      content: "";
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #ffffff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  body:not(.blog) .c-profile-photo {
    padding-right: 28px; }
  body:not(.blog) .profile-photo-link {
    max-width: 150px; }
  body:not(.blog) .site-description {
    font-size: 0.86667em;
    line-height: 1.46154;
    margin-top: 0.5em; } }

@media not screen and (min-width: 62.5em) {
  .header {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: auto;
    padding: 0 10px;
    background: #ffffff; }
  .c-profile-photo {
    margin-top: -10px; }
  .profile-photo-link {
    max-width: 85px; }
  .c-branding {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 3fr auto auto auto 2fr; }
    .c-branding:before {
      content: "";
      display: block;
      grid-row: 1 / 2;
      min-height: 10px; }
    .c-branding:after {
      content: "";
      display: block;
      grid-row: 5 / 6; }
  .c-profile-photo {
    grid-column: 1;
    grid-row: 1 / 6; }
  .c-logo {
    grid-column: 2;
    grid-row: 2 / 3; }
  .c-logo__title {
    grid-column: 2;
    grid-row: 3 / 4; }
  .site-description {
    grid-column: 2;
    grid-row: 4 / 5; }
  .site-description {
    display: none; }
  .c-logo,
  .c-logo__title,
  .site-description {
    margin-right: 0; }
    .c-profile-photo ~ .c-logo, .c-profile-photo ~
    .c-logo__title, .c-profile-photo ~
    .site-description {
      margin-left: 10px; }
  :not(.c-profile-photo) + .c-logo__title,
  :not(.c-profile-photo) + .site-description {
    margin-top: 1em; } }

.profile-photo-link__label {
  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;
  color: #FFFFFF; }
  .profile-photo-link__label:after {
    content: "";
    background: #34394B; }
  .profile-photo-link__label span {
    position: relative;
    z-index: 10; }

.profile-photo-link {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .profile-photo-link svg {
    display: block;
    max-width: 100%;
    height: auto;
    background-color: #FFFFFF; }

.profile-photo-link__label,
.profile-photo-link__label:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.profile-photo-link--default svg {
  color: #383E5A; }

.profile-photo-link--admin {
  position: relative; }
  .profile-photo-link--admin[class] {
    cursor: pointer !important; }
  .profile-photo-link--admin .profile-photo-link__label,
  .profile-photo-link--admin .profile-photo-link__label:after {
    opacity: 0; }
  .profile-photo-link--admin .profile-photo-link__label,
  .profile-photo-link--admin .profile-photo-link__label:after {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .profile-photo-link--admin:hover .profile-photo-link__label:after {
    opacity: 0.5; }
  .profile-photo-link--admin:hover .profile-photo-link__label {
    opacity: 1; }

.comments-area {
  width: 100%; }

.c-comments-toggle__label {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 16px 2.5em;
  border: 0 solid currentColor;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #34394B;
  background-color: #222;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  position: relative;
  color: inherit;
  -webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block; }
  @media only screen and (max-width: 1360px) {
    .c-comments-toggle__label {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    .c-comments-toggle__label {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    .c-comments-toggle__label {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    .c-comments-toggle__label {
      font-size: 12.84613px; } }
  .u-buttons-rounded .c-comments-toggle__label {
    border-radius: 0.3em; }
  .u-buttons-pill .c-comments-toggle__label {
    border-radius: 999em; }
  .u-underlined-links .c-comments-toggle__label {
    text-decoration: none; }
  .u-buttons-outline .c-comments-toggle__label {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .c-comments-toggle__label:hover, .u-buttons-outline .c-comments-toggle__label:active, .u-buttons-outline .c-comments-toggle__label:focus {
      background: none;
      color: inherit; }
  .c-comments-toggle__label:hover, .c-comments-toggle__label:active, .c-comments-toggle__label:focus {
    color: #34394B;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .c-comments-toggle__label:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 0;
    z-index: -1;
    background: #FFB1A5;
    opacity: 0.4; }
    .u-buttons-rounded .c-comments-toggle__label:before {
      border-radius: .3em; }
    .u-buttons-pill .c-comments-toggle__label:before {
      border-radius: 999em; }
  .c-comments-toggle__label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid currentColor; }
    .u-buttons-solid .c-comments-toggle__label:after {
      border: 0; }
    .u-buttons-rounded .c-comments-toggle__label:after {
      border-radius: .3em; }
    .u-buttons-pill .c-comments-toggle__label:after {
      border-radius: 999em; }
  .u-buttons-outline .c-comments-toggle__label {
    border: 0; }
  .c-comments-toggle__label:before {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(0, 1) translateZ(0);
            transform: scale(0, 1) translateZ(0); }
  .c-comments-toggle__label:hover:before {
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); }
  .c-comments-toggle__label:hover {
    -webkit-transform: translateX(16px);
            transform: translateX(16px); }
    .u-buttons-solid .c-comments-toggle__label:hover {
      background-color: transparent;
      color: #34394B; }
    .c-comments-toggle__label:hover:after {
      border: 2px solid; }
    .c-comments-toggle__label:hover:before {
      left: -16px; }

.comment-respond .submit {
  position: relative;
  color: inherit;
  -webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .comment-respond .submit:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 0;
    z-index: -1;
    background: #FFB1A5;
    opacity: 0.4; }
    .u-buttons-rounded .comment-respond .submit:before {
      border-radius: .3em; }
    .u-buttons-pill .comment-respond .submit:before {
      border-radius: 999em; }
  .comment-respond .submit:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid currentColor; }
    .u-buttons-solid .comment-respond .submit:after {
      border: 0; }
    .u-buttons-rounded .comment-respond .submit:after {
      border-radius: .3em; }
    .u-buttons-pill .comment-respond .submit:after {
      border-radius: 999em; }
  .u-buttons-outline .comment-respond .submit {
    border: 0; }
  .comment-respond .submit:before {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(0, 1) translateZ(0);
            transform: scale(0, 1) translateZ(0); }
  .comment-respond .submit:hover:before {
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); }
  .comment-respond .submit:hover {
    -webkit-transform: translateX(16px);
            transform: translateX(16px); }
    .u-buttons-solid .comment-respond .submit:hover {
      background: transparent;
      color: #34394B; }
    .comment-respond .submit:hover:after {
      border: 2px solid currentColor; }
    .comment-respond .submit:hover:before {
      left: -16px; }
  .u-buttons-solid .comment-respond .submit {
    color: #fff; }

.c-header__author .c-author {
  display: block;
  text-align: left; }
  @media only screen and (min-width: 80em) {
    .c-header__author .c-author[class][class] {
      text-align: right;
      max-width: 10em;
      margin-left: auto; } }

@media only screen and (min-width: 80em) {
  .c-header__author .c-author__avatar img {
    margin-left: auto; } }

.c-header__author .c-author__avatar {
  max-width: none; }

.c-header__author .c-author__avatar + .c-author__details {
  margin-top: 2rem;
  padding-left: 0; }

.c-header__author .c-author__name {
  margin-bottom: 1rem;
  color: #E79696; }

.c-header__author .c-author__details {
  font-size: 0.720em; }
  .c-header__author .c-author__details .c-author__description {
    opacity: 0.8; }

.c-header__author .c-author__avatar,
.c-header__author .c-author__footer {
  display: none; }

.c-header__author .c-author__description[class] {
  margin-bottom: 0; }

.entry-footer .c-author {
  margin-top: 42px;
  margin-bottom: 42px;
  padding: 42px;
  background: #FFF4F4; }
  @media only screen and (max-width: 1360px) {
    .entry-footer .c-author {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .entry-footer .c-author {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .entry-footer .c-author {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .entry-footer .c-author {
      margin-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .entry-footer .c-author {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .entry-footer .c-author {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .entry-footer .c-author {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .entry-footer .c-author {
      margin-bottom: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .entry-footer .c-author {
      padding: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .entry-footer .c-author {
      padding: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .entry-footer .c-author {
      padding: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .entry-footer .c-author {
      padding: 19.64912px; } }

.entry-footer .c-author__avatar {
  display: block;
  border-radius: 0;
  overflow: hidden;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg); }
  .entry-footer .c-author__avatar + .c-author__details {
    padding-left: 2rem; }
  .entry-footer .c-author__avatar img {
    margin-top: 0;
    margin-bottom: 0; }

.entry-footer .c-author__name:not(:last-child) {
  margin-bottom: 1rem; }

.entry-footer .c-author__description {
  margin-bottom: 1.5rem; }

.entry-footer .c-author__links a, .entry-footer .c-author__links a:hover, .entry-footer .c-author__links a:active {
  color: inherit; }

.u-underlined-links .entry-footer .c-author__links a {
  text-decoration: none; }

.c-navbar__zone--left,
.c-navbar__zone--right {
  z-index: 100; }

.c-navbar__zone--left {
  min-height: 59px; }

.u-underlined-links .c-branding a {
  text-decoration: none; }

.c-navbar__zone nav,
.c-navbar__zone .menu-social-menu-container,
.c-navbar__zone .menu {
  height: 100%; }

.c-navbar__zone .menu,
.c-navbar__zone .sub-menu {
  padding-left: 0;
  list-style: none; }

.c-navbar__zone .menu li {
  margin-bottom: 0; }

.c-navbar__zone .menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 1em; }
  .c-navbar__zone .menu a, .c-navbar__zone .menu a:hover, .c-navbar__zone .menu a:active {
    color: inherit; }
  .u-underlined-links .c-navbar__zone .menu a {
    text-decoration: none; }

.c-navbar__zone .menu-item-has-children > .sub-menu {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }

.c-navbar__zone .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto; }

.c-navbar__zone .menu-item-has-children > a:after {
  content: "+";
  padding-left: 0.5em; }
  .lite-version .c-navbar__zone .menu-item-has-children > a:after {
    content: ""; }

@media only screen and (min-width: 62.5em) {
  .c-navbar__zone--left {
    position: relative;
    z-index: 200; }
    .c-navbar__zone--left .sub-menu a {
      opacity: 0.6;
      font-size: 93.75%;
      -webkit-transition: opacity 0.15s ease;
      transition: opacity 0.15s ease; }
    .c-navbar__zone--left .sub-menu li:hover > a {
      opacity: 1; }
    .c-navbar__zone--left .menu > li {
      color: #FFFFFF; }
      .c-navbar__zone--left .menu > li:hover {
        color: #34394B; }
        .c-navbar__zone--left .menu > li:hover > a {
          -webkit-transition: color .2s .1s ease-out;
          transition: color .2s .1s ease-out; }
      .c-navbar__zone--left .menu > li > a {
        position: relative;
        padding-left: 1.5em;
        padding-right: 1.5em;
        color: inherit;
        -webkit-transition: color .2s .2s ease-out;
        transition: color .2s .2s ease-out;
        text-decoration: none; }
        .c-navbar__zone--left .menu > li > a:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          bottom: -.5rem;
          left: 0;
          z-index: -1;
          background-color: #fff;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition: -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
          -webkit-transform-origin: 50% 100%;
                  transform-origin: 50% 100%;
          -webkit-transform: scale(1, 0) rotate(0);
                  transform: scale(1, 0) rotate(0); }
      .c-navbar__zone--left .menu > li:nth-child(1):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(2):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(3):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(-1deg);
                transform: scale(1, 1) rotate(-1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(4):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(2deg);
                transform: scale(1, 1) rotate(2deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(5):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(0deg);
                transform: scale(1, 1) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(6):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(7):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(8):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(-2deg);
                transform: scale(1, 1) rotate(-2deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(9):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(10):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(3deg);
                transform: scale(1, 1) rotate(3deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(11):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(-2deg);
                transform: scale(1, 1) rotate(-2deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(12):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(13):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(-2deg);
                transform: scale(1, 1) rotate(-2deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(14):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(15):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(0deg);
                transform: scale(1, 1) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(16):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(2deg);
                transform: scale(1, 1) rotate(2deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(17):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(0deg);
                transform: scale(1, 1) rotate(0deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(18):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(19):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(1deg);
                transform: scale(1, 1) rotate(1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .c-navbar__zone--left .menu > li:nth-child(20):hover > a:before {
        -webkit-transform: scale(1, 1) rotate(-1deg);
                transform: scale(1, 1) rotate(-1deg);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } }

.c-navbar__zone--left,
.c-navbar__zone--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--left,
    .c-navbar__zone--right {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--left,
    .c-navbar__zone--right {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--left,
    .c-navbar__zone--right {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    .c-navbar__zone--left,
    .c-navbar__zone--right {
      font-size: 12.84613px; } }

.site-logo img,
.custom-logo-link img {
  width: auto; }
  .blog .site-logo img, .blog
  .custom-logo-link img {
    max-height: none; }
    @media not screen and (min-width: 62.5em) {
      .blog .site-logo img, .blog
      .custom-logo-link img {
        max-height: 20vw; } }

.c-branding a, .c-branding img {
  display: block; }

@media only screen and (min-width: 62.5em) {
  .c-navbar__zone--right {
    background: none; }
    .c-navbar__zone--right .menu[class] > li {
      color: inherit; }
    .c-navbar__zone--right a {
      opacity: 0.6;
      font-size: 93.75%;
      -webkit-transition: opacity 0.15s ease;
      transition: opacity 0.15s ease; }
      .c-navbar__zone--right a:hover {
        opacity: initial; } }

.c-navbar__zone--right .menu-item-has-children > a:after {
  content: "";
  padding-left: 0; }

@media only screen and (min-width: 62.5em) {
  .c-navbar__zone .menu,
  .c-navbar__zone .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-navbar__zone .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    opacity: 0;
    pointer-events: none; }
  .c-navbar__content,
  .c-navbar__shadow {
    display: none; } }

@media not screen and (min-width: 62.5em) {
  .c-navbar__zone--left,
  .c-navbar__zone--right {
    display: none; }
    .c-navbar__content .c-navbar__zone--left, .c-navbar__content
    .c-navbar__zone--right {
      display: block; }
  .c-navbar__content {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    z-index: 300;
    padding-top: 62px;
    width: 70%;
    background: #34394B;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .c-navbar__content .menu-item-has-children:hover,
    .c-navbar__content .c-navbar__zone--left .sub-menu {
      background: none; }
    .c-navbar__content .menu-item-has-children > .sub-menu {
      display: none;
      margin-top: 0;
      background: rgba(0, 0, 0, 0.2); }
    .c-navbar__content .menu-item-has-children.hover > a:after {
      content: "-"; }
    .c-navbar__content .menu-item-has-children.hover > .sub-menu {
      display: block; }
    .c-navbar__checkbox:checked ~ .c-navbar__content {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
  .c-navbar__label {
    position: fixed;
    right: 0;
    z-index: 310;
    background: #34394B;
    color: #FFFFFF; }
  .c-navbar__zone--left .menu > li {
    color: #FFFFFF; } }

.admin-bar .c-navbar__label {
  top: 32px; }

.demo-site .c-navbar__label {
  top: 80px; }

.admin-bar.demo-site .c-navbar__label {
  top: 112px; }

@media (max-width: 782px) {
  .admin-bar .c-navbar__label {
    top: 46px; }
  .admin-bar.demo-site .c-navbar__label {
    top: 126px; } }

@media (max-width: 700px) {
  .admin-bar.demo-site .c-navbar__label {
    top: 146px; } }

.c-navbar__shadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 290;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .c-navbar__checkbox:checked ~ .c-navbar__shadow {
    opacity: 1;
    pointer-events: auto; }

@media (max-width: 600px) {
  .c-navbar__label[class] {
    position: static;
    padding-top: 0;
    grid-column: 3 / -1;
    grid-row: 1 / 2; } }

.c-navbar__checkbox {
  display: none; }

.c-navbar__label {
  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;
  cursor: pointer; }
  @media only screen and (min-width: 62.5em) {
    .c-navbar__label {
      display: none; } }

.admin-bar .c-navbar__content {
  top: 32px; }

.demo-site .c-navbar__content {
  top: 80px; }

.admin-bar.demo-site .c-navbar__content {
  top: 112px; }

@media (max-width: 782px) {
  .admin-bar .c-navbar__content {
    top: 46px; }
  .admin-bar.demo-site .c-navbar__content {
    top: 126px; } }

@media (max-width: 700px) {
  .admin-bar.demo-site .c-navbar__content {
    top: 146px; } }

.jetpack-social-navigation .screen-reader-text {
  width: auto;
  height: auto;
  position: static !important;
  text-transform: capitalize;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0; }

.site-footer {
  position: relative;
  padding-top: 4rem; }
  @media not screen and (min-width: 62.5em) {
    .site-footer {
      position: static !important; } }

.c-footer {
  color: #FFFFFF; }
  .c-footer a {
    color: #FFF4F4;
    text-decoration: none; }
  .c-footer .widget__title {
    color: inherit; }

.c-footer__zone--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media not screen and (min-width: 62.5em) {
    .c-footer__zone--bottom {
      -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; } }
  .c-footer__zone--bottom .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media not screen and (min-width: 62.5em) {
      .c-footer__zone--bottom .menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .c-footer__zone--bottom .menu > * + *:before {
      content: "/";
      margin-left: 1rem;
      margin-right: 1rem;
      pointer-events: none; }
    .c-footer__zone--bottom .menu a {
      color: inherit;
      text-decoration: none; }

.c-footer__zone + .c-footer__zone {
  margin-top: 4rem; }

.back-to-top {
  display: none; }
  .back-to-top.is-visible {
    display: block; }

.u-footer-background {
  background-color: #34394B; }

.c-meta__decoration {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0;
  color: #FFB1A5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: absolute;
  z-index: -1;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: 0;
  overflow: hidden;
  max-width: 200px;
  min-width: 100px;
  border-bottom-left-radius: 999em;
  border-top-right-radius: 999em;
  pointer-events: none; }
  .c-meta__decoration:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 999em;
    border-top-right-radius: 999em;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, currentColor), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, currentColor 50%, rgba(255, 255, 255, 0));
    z-index: -1;
    opacity: 0.4; }

.c-meta {
  position: relative; }
  .c-meta > *, .c-meta ul > * {
    padding-top: 0;
    padding-left: 0;
    margin-top: 7px;
    margin-left: 7px; }
    @media only screen and (max-width: 1360px) {
      .c-meta > *, .c-meta ul > * {
        margin-top: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta > *, .c-meta ul > * {
        margin-top: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-meta > *, .c-meta ul > * {
        margin-top: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-meta > *, .c-meta ul > * {
        margin-top: 6.71221px; } }
    @media only screen and (max-width: 1360px) {
      .c-meta > *, .c-meta ul > * {
        margin-left: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta > *, .c-meta ul > * {
        margin-left: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-meta > *, .c-meta ul > * {
        margin-left: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-meta > *, .c-meta ul > * {
        margin-left: 6.71221px; } }

.c-card__aside {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  overflow: visible;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out; }
  .c-noto__item--no-image .c-card__aside {
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }

.c-card__frame {
  overflow: visible; }
  .c-card__frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: -50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: auto; }

.c-card {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.c-card__excerpt {
  font-size: 15px; }

.c-card__letter[class] {
  height: auto;
  width: auto;
  font-family: "IBM Plex Sans", sans-serif;
  font-style: italic;
  color: #FFF4F4;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 250px;
  line-height: 1.735;
  font-weight: 300;
  text-transform: uppercase; }
  @media only screen and (max-width: 1360px) {
    .c-card__letter[class] {
      font-size: 153.84615px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__letter[class] {
      font-size: 111.11111px; } }
  @media only screen and (max-width: 768px) {
    .c-card__letter[class] {
      font-size: 86.95652px; } }
  @media only screen and (max-width: 400px) {
    .c-card__letter[class] {
      font-size: 71.42857px; } }
  .c-noto__item:not(.c-noto__item--no-image) .c-card__letter[class] {
    display: none; }

.c-card__thumbnail-background {
  background: none; }

.c-card__letter {
  padding-left: 0.5em;
  padding-right: 0.5em; }

.c-card__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-card__content[class],
.c-card__title[class] {
  margin-top: 0; }

.c-card__meta {
  width: auto;
  font-weight: 500; }
  .c-card__meta li:not(:first-child) {
    display: none; }
  .c-card__meta li:not(:last-child):after {
    content: ""; }

.c-meta__separator:after {
  content: " \B7 "; }

@media not screen and (min-width: 62.5em) {
  .related-posts-container .c-card {
    margin: 0;
    padding: 0; }
  .c-card__aside {
    opacity: 0.25; }
  .c-card__frame {
    -webkit-transform: none !important;
            transform: none !important; }
  .c-card__letter {
    font-size: 150vw; }
  .c-meta__decoration,
  .c-card__action:before {
    display: none; }
  .c-noto--body {
    padding-bottom: 4rem; }
    .c-noto--body > article:nth-child(2n) .c-card__aside {
      left: 100%;
      -webkit-transform: translate3d(-8vw, -50%, 0);
              transform: translate3d(-8vw, -50%, 0); }
    .c-noto--body > article:nth-child(2n+1) .c-card__aside {
      right: 100%;
      left: auto;
      -webkit-transform: translate3d(8vw, -50%, 0);
              transform: translate3d(8vw, -50%, 0); }
    .c-noto--body > article:nth-child(2n+1) .c-card__excerpt {
      text-align: right; }
    .c-noto--body > .widget[class] {
      margin-top: 4rem;
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .c-noto--body > .pagination {
      padding: 0 6.25vw; } }

@media only screen and (min-width: 62.5em) {
  .c-card__action {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    padding: 16px 2.5em;
    border: 0 solid currentColor;
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    color: #34394B;
    background-color: #222;
    border-radius: 0;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    position: relative;
    color: inherit;
    -webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .c-card__action {
      font-size: 15.07475px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .c-card__action {
      font-size: 14.25065px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .c-card__action {
      font-size: 13.51199px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 400px) {
    .c-card__action {
      font-size: 12.84613px; } }

@media only screen and (min-width: 62.5em) {
    .u-buttons-rounded .c-card__action {
      border-radius: 0.3em; }
    .u-buttons-pill .c-card__action {
      border-radius: 999em; }
    .u-underlined-links .c-card__action {
      text-decoration: none; }
    .u-buttons-outline .c-card__action {
      background: none;
      border: 2px solid currentColor; }
      .u-buttons-outline .c-card__action:hover, .u-buttons-outline .c-card__action:active, .u-buttons-outline .c-card__action:focus {
        background: none;
        color: inherit; }
    .c-card__action:hover, .c-card__action:active, .c-card__action:focus {
      color: #34394B;
      background-color: #000;
      opacity: 1;
      text-decoration: none; }
    .c-card__action:before {
      content: "";
      position: absolute;
      top: 7px;
      right: 7px;
      bottom: 7px;
      left: 0;
      z-index: -1;
      background: #FFB1A5;
      opacity: 0.4; }
      .u-buttons-rounded .c-card__action:before {
        border-radius: .3em; }
      .u-buttons-pill .c-card__action:before {
        border-radius: 999em; }
    .c-card__action:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 2px solid currentColor; }
      .u-buttons-solid .c-card__action:after {
        border: 0; }
      .u-buttons-rounded .c-card__action:after {
        border-radius: .3em; }
      .u-buttons-pill .c-card__action:after {
        border-radius: 999em; }
    .u-buttons-outline .c-card__action {
      border: 0; }
    .c-card:hover .c-card__action {
      -webkit-transform: translateX(16px);
              transform: translateX(16px); }
      .u-buttons-solid .c-card:hover .c-card__action {
        background-color: transparent;
        color: #34394B; }
        .u-buttons-solid .c-card:hover .c-card__action:after {
          border: 2px solid; }
    .c-card__action:before {
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition-property: left, -webkit-transform;
      transition-property: left, -webkit-transform;
      transition-property: transform, left;
      transition-property: transform, left, -webkit-transform;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scale(0, 1) translateZ(0);
              transform: scale(0, 1) translateZ(0); }
      .c-card:hover .c-card__action:before {
        -webkit-transform: scale(1, 1) translateZ(0);
                transform: scale(1, 1) translateZ(0);
        left: -16px; }
  .c-meta__decoration {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .c-card:hover .c-meta__decoration {
      -webkit-transform: translateX(-1.5rem) translateZ(0);
              transform: translateX(-1.5rem) translateZ(0); }
    .c-meta__decoration:after {
      opacity: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform; }
      .c-card:hover .c-meta__decoration:after {
        opacity: 0.4;
        -webkit-transform: translateZ(0);
                transform: translateZ(0); }
  .c-card .c-card__title,
  .c-card .wave-svg-mask,
  .c-card .wave-svg {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .c-card .wave-svg-mask {
    direction: rtl; }
  .c-card .wave-svg {
    width: 200%; }
  .c-card:hover .c-card__title,
  .c-card:hover .wave-svg-mask {
    -webkit-transform: translateX(-21px);
            transform: translateX(-21px); }
  .c-card:hover .wave-svg {
    -webkit-transform: translateX(21px);
            transform: translateX(21px); }
  .c-card__meta > div:not(.c-meta__decoration) {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
    .c-card:hover .c-card__meta > div:not(.c-meta__decoration) {
      -webkit-transform: none;
              transform: none; }
    .c-card__meta > div:not(.c-meta__decoration) .not-li:after {
      -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: transform, opacity;
      transition-property: transform, opacity, -webkit-transform;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0; }
      .c-card:hover .c-card__meta > div:not(.c-meta__decoration) .not-li:after {
        -webkit-transform: none;
                transform: none;
        opacity: 1; }
  .c-card__excerpt {
    -webkit-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .c-card:hover .c-card__excerpt {
      color: #E79696; }
  .has-post-thumbnail .c-card__letter {
    display: none; } }

.single .c-author,
.page .c-author {
  text-align: left; }

.single .entry-thumbnail img,
.page .entry-thumbnail img {
  display: block; }

@media only screen and (min-width: 62.5em) {
  .single .c-noto,
  .page .c-noto {
    grid-template-columns: 2rem 2rem [start] repeat(14, 1fr) [middle] repeat(14, 1fr) [end] 1fr 1fr; }
  .single .content-area,
  .page .content-area {
    position: relative;
    z-index: 10; } }

@media only screen and (min-width: 80em) {
  .single .site-content:before,
  .page .site-content:before {
    bottom: 2rem;
    width: calc(36.66667% - (24rem/30)); }
  .single .content-area,
  .page .content-area {
    padding: 6rem 0 0;
    display: grid;
    grid-template-columns: [edge-start] 2fr [eso] 2fr [mso] 1fr [ms] 2fr [cso] 4rem [cs] 4rem 4em [pso] 1fr [ps] 26em [ce] 4rem [ceo] 2fr [me] 4fr [edge-end]; }
    .single .content-area > *,
    .page .content-area > * {
      grid-column: cs / ce; }
    .single .content-area .intro,
    .page .content-area .intro {
      grid-column: cso / ce; }
    .single .content-area .sharedaddy:not(.sharedaddy--official),
    .page .content-area .sharedaddy:not(.sharedaddy--official) {
      grid-column: cso / cs;
      grid-row-end: span 3; }
    .single .content-area .header-category,
    .single .content-area .entry-title,
    .page .content-area .header-category,
    .page .content-area .entry-title {
      grid-column: ms / ce; }
  .single .content-area > :not([class*="align"]):not([class*="gallery"]):not(blockquote),
  .page .content-area > :not([class*="align"]):not([class*="gallery"]):not(blockquote) {
    margin-left: 0;
    margin-right: 0;
    max-width: none; } }

.entry-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    .entry-title {
      font-size: 58.99441px; } }
  @media only screen and (max-width: 1024px) {
    .entry-title {
      font-size: 49.96845px; } }
  @media only screen and (max-width: 768px) {
    .entry-title {
      font-size: 43.33789px; } }
  @media only screen and (max-width: 400px) {
    .entry-title {
      font-size: 38.26087px; } }
  .entry-title:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .entry-title:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .entry-title:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .entry-title:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .entry-title:not(:first-child) {
        margin-top: 10.42442px; } }
  .entry-title:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .entry-title:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .entry-title:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .entry-title:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .entry-title:not(:last-child) {
        margin-bottom: 10.42442px; } }

.header-category {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .header-category a {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    color: #FFB1A5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    .header-category a:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-bottom-left-radius: 999em;
      border-top-right-radius: 999em;
      overflow: hidden;
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, currentColor), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, currentColor 50%, rgba(255, 255, 255, 0));
      z-index: -1;
      opacity: 0.4; }
    .header-category a, .header-category a:hover, .header-category a:active {
      color: inherit; }
    .u-underlined-links .header-category a {
      text-decoration: none; }
    .header-category a:after {
      left: -2rem;
      right: -1rem;
      color: #E79696; }

@media only screen and (min-width: 80em) {
  .entry-image--portrait .content-area .header-stuff {
    grid-column: edge-start / pso;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right; }
  .entry-image--portrait .content-area .entry-thumbnail[class] {
    margin-left: 3rem; }
  .entry-image--portrait .content-area .entry-thumbnail {
    grid-column: ps / me; }
  .entry-image--portrait .c-header__author {
    margin-top: auto;
    grid-row-end: span 2; }
  .entry-image--none .header-stuff,
  .entry-image--landscape .header-stuff {
    grid-row-end: span 2;
    margin-top: auto; }
    .entry-image--none .header-stuff .header-category,
    .entry-image--landscape .header-stuff .header-category {
      margin-left: 1.5rem; }
  .entry-image--none .header-meta,
  .entry-image--landscape .header-meta {
    grid-column-start: cso; }
  .entry-image--landscape .c-header__author {
    grid-column: edge-start / mso;
    grid-row: 1 / span 4;
    align-self: flex-end; }
  .entry-image--landscape .entry-thumbnail[class][class],
  .entry-image--landscape .header-stuff[class][class] {
    grid-column: ms / me; }
  .entry-image--none .c-header__author {
    grid-column: edge-start / mso;
    grid-row: 1 / span 2;
    align-self: flex-end; }
  .entry-image--none .header-stuff[class][class] {
    grid-column: ms / ceo; } }

.entry-image--portrait .c-header__author,
.entry-image--portrait .header-meta,
.entry-image--portrait .entry-thumbnail {
  margin-bottom: 3rem; }

.entry-image--none .header-meta,
.entry-image--none .c-header__author,
.entry-image--none .header-stuff,
.entry-image--none .entry-thumbnail,
.entry-image--landscape .header-meta,
.entry-image--landscape .c-header__author,
.entry-image--landscape .header-stuff,
.entry-image--landscape .entry-thumbnail {
  margin-bottom: 3rem; }

.header-dropcap {
  display: none; }

.header-stuff img {
  display: block; }

@media only screen and (min-width: 80em) {
  #primary .header-meta {
    margin-left: -1rem; }
    #primary .header-meta > * {
      margin-left: 1rem; } }

.header-meta .byline {
  display: none; }

.header-meta .posted-on .updated:not(.published) {
  display: none; }

.header-meta a, .header-meta a:hover, .header-meta a:active {
  color: inherit; }

.u-underlined-links .header-meta a {
  text-decoration: none; }

.cats a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 16px 2.5em;
  border: 0 solid currentColor;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #34394B;
  background-color: #222;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  position: relative;
  color: inherit;
  -webkit-transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.15s ease-out, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: 1rem;
  margin-right: 1rem; }
  @media only screen and (max-width: 1360px) {
    .cats a {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 1024px) {
    .cats a {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 768px) {
    .cats a {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 400px) {
    .cats a {
      font-size: 12.84613px; } }
  .u-buttons-rounded .cats a {
    border-radius: 0.3em; }
  .u-buttons-pill .cats a {
    border-radius: 999em; }
  .u-underlined-links .cats a {
    text-decoration: none; }
  .u-buttons-outline .cats a {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .cats a:hover, .u-buttons-outline .cats a:active, .u-buttons-outline .cats a:focus {
      background: none;
      color: inherit; }
  .cats a:hover, .cats a:active, .cats a:focus {
    color: #34394B;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .cats a:before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 0;
    z-index: -1;
    background: #FFB1A5;
    opacity: 0.4; }
    .u-buttons-rounded .cats a:before {
      border-radius: .3em; }
    .u-buttons-pill .cats a:before {
      border-radius: 999em; }
  .cats a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid currentColor; }
    .u-buttons-solid .cats a:after {
      border: 0; }
    .u-buttons-rounded .cats a:after {
      border-radius: .3em; }
    .u-buttons-pill .cats a:after {
      border-radius: 999em; }
  .u-buttons-outline .cats a {
    border: 0; }
  .cats a:before {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: left, -webkit-transform;
    transition-property: left, -webkit-transform;
    transition-property: transform, left;
    transition-property: transform, left, -webkit-transform;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: scale(0, 1) translateZ(0);
            transform: scale(0, 1) translateZ(0); }
  .cats a:hover:before {
    -webkit-transform: scale(1, 1) translateZ(0);
            transform: scale(1, 1) translateZ(0); }
  .cats a:hover {
    -webkit-transform: translateX(16px);
            transform: translateX(16px); }
    .u-buttons-solid .cats a:hover {
      background: transparent;
      color: #34394B; }
    .cats a:hover:after {
      border: 2px solid currentColor; }
    .cats a:hover:before {
      left: -10px; }

.cats__title {
  display: none; }

.cats,
.tags,
.sharedaddy--official {
  margin-top: 2rem; }

.post-navigation .nav-previous,
.post-navigation .nav-next {
  margin-top: 2rem; }
  @media not screen and (min-width: 30em) {
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
      text-align: left; } }

.post-navigation .nav-links > * {
  -ms-flex-preferred-size: 15em;
      flex-basis: 15em; }

.post-navigation .nav-links__label {
  font-weight: 500; }

.comments-area {
  margin-top: 3rem; }

@media not screen and (min-width: 80em) {
  .content-area {
    padding: 3.5rem 1.3125rem; }
  .c-footer {
    padding: 0 1.3125rem; } }

.single .content-area > .related-posts-container[class],
.page .content-area > .related-posts-container[class] {
  max-width: none;
  grid-column: ms / end;
  display: none; }

.related-posts-container:before, .related-posts-container:after {
  content: none; }

.header-stuff,
.entry-image--landscape .header-meta {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3; }

.header-stuff + .intro,
.header-stuff + .entry-thumbnail,
.header-stuff + .entry-thumbnail + .intro,
.header-stuff + .entry-thumbnail + .header-meta,
.header-stuff + .entry-thumbnail + .header-meta + .intro,
.entry-image--none .header-meta,
.entry-image--none .header-meta + .intro,
.header-stuff + .entry-thumbnail + .c-header__author + .header-meta + .intro {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2; }

.sharedaddy:not(.sharedaddy--official) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.entry-image--portrait .c-header__author {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 80em) {
  .content-area > .alignleft {
    margin-right: 0; }
  .content-area > .alignright {
    margin-left: 0; }
  .content-area > .aligncenter,
  .content-area > .alignnone {
    grid-column: ms / me; }
  .content-area > .gallery,
  .content-area > .jetpack-slideshow {
    grid-column: ms / me; } }

@media only screen and (min-width: 62.5em) {
  .wp-caption.aligncenter {
    grid-column: edge-start / me;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0;
    margin-right: 0; }
    .wp-caption.aligncenter > .wp-caption-text {
      -ms-flex-preferred-size: calc(13.33333% - 0.53333rem);
          flex-basis: calc(13.33333% - 0.53333rem);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-left: 0;
      padding-left: 0;
      border-right: 2px solid currentColor;
      padding-right: 1.25rem;
      margin-right: 1.25rem;
      text-align: right; }
    .wp-caption.aligncenter > img {
      width: calc(80% + 0.53333rem);
      margin-left: 0;
      margin-right: 0; } }

.wp-caption {
  width: auto !important;
  max-width: 100%; }

.wp-caption-text {
  border-left: 2px solid currentColor;
  padding-left: 1.25rem; }

.wp-caption-text,
figcaption {
  font-size: 0.7225em;
  line-height: 1.5; }

.aligncenter figcaption {
  text-align: center; }

.alignleft[class],
.alignright[class] {
  margin-top: 0;
  grid-row-end: span 3; }

.alignleft[class] {
  grid-column: edge-start / cso;
  max-width: 100%; }

.alignright[class] {
  grid-column: ceo/edge-end;
  max-width: 100%;
  margin-left: 0; }

.gallery-caption {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 17px; }
  @media only screen and (max-width: 1360px) {
    .gallery-caption {
      font-size: 15.98274px; } }
  @media only screen and (max-width: 1024px) {
    .gallery-caption {
      font-size: 15.08035px; } }
  @media only screen and (max-width: 768px) {
    .gallery-caption {
      font-size: 14.27442px; } }
  @media only screen and (max-width: 400px) {
    .gallery-caption {
      font-size: 13.55026px; } }
  .gallery-caption:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .gallery-caption:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .gallery-caption:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .gallery-caption:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .gallery-caption:not(:first-child) {
        margin-top: 10.42442px; } }

img.branded {
  border-radius: 35%; }

h6, .h6 {
  opacity: 0.6; }

table tbody,
table tfoot,
table thead,
table tr {
  border-bottom: 0; }

table th:first-child,
table td:first-child {
  padding-left: 0.8em; }

table th:last-child,
table td:last-child {
  padding-right: 0.8em; }

table > tr:nth-child(even) td,
tbody > tr:nth-child(even) td {
  position: relative; }

table > tr:nth-child(even) td:before,
tbody > tr:nth-child(even) td:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.05;
  pointer-events: none; }

.intro[class],
.is-style-lead[class] {
  font-size: 1.55556em;
  line-height: 1.25em;
  color: #E79696;
  font-style: italic; }

.dropcap {
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 600;
  margin: .05em .1em 0 0;
  line-height: .68;
  float: left; }

.has-drop-cap[class][class]:first-letter {
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 600;
  margin: .05em .1em 0 0;
  line-height: .68;
  float: left; }

.content-area blockquote,
.content-area .wp-block-quote,
.content-area .wp-block-pullquote {
  position: relative;
  padding-left: 5rem; }

.content-area blockquote .wave-svg {
  margin-left: -5rem;
  margin-bottom: 1.5rem; }

.content-area blockquote:before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  margin-top: 1.5rem;
  font-size: 1.777em;
  line-height: 1.8;
  text-align: center; }

.content-area blockquote:after {
  content: close-quote;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0; }

pre {
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  padding: 14px;
  border: 1px solid; }
  @media only screen and (max-width: 1360px) {
    pre {
      padding: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    pre {
      padding: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    pre {
      padding: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    pre {
      padding: 10.42442px; } }
  pre:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      pre:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      pre:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      pre:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      pre:not(:last-child) {
        margin-bottom: 13.65854px; } }

hr {
  margin-top: 1.5rem; }
  hr:not(:last-child) {
    margin-bottom: 3.5rem; }
  hr:not([class]) {
    border: 0;
    height: 1em;
    background-image: url("assets/images/separator.svg");
    background-size: 1em 1em;
    background-repeat: no-repeat;
    background-position: center center; }

p.small {
  font-size: 87%; }

.highlight,
.entry-content em,
.mce-content-body em {
  padding: 0.1em 0.5em;
  border-radius: 0 1em 0 1em;
  background-image: linear-gradient(100deg, var(--sm-light-tertiary) 80%, rgba(255, 255, 255, 0));
  font-style: normal; }

.not-found {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 154px; }
  @media only screen and (max-width: 1360px) {
    .not-found {
      margin-bottom: 105.52463px; } }
  @media only screen and (max-width: 1024px) {
    .not-found {
      margin-bottom: 80.26059px; } }
  @media only screen and (max-width: 768px) {
    .not-found {
      margin-bottom: 64.7569px; } }
  @media only screen and (max-width: 320px) {
    .not-found {
      margin-bottom: 54.27313px; } }
  .not-found .page-title {
    width: 100%;
    text-align: center;
    margin-bottom: 60.2px; }
    @media only screen and (max-width: 1360px) {
      .not-found .page-title {
        margin-bottom: 45.85575px; } }
    @media only screen and (max-width: 1024px) {
      .not-found .page-title {
        margin-bottom: 37.03191px; } }
    @media only screen and (max-width: 768px) {
      .not-found .page-title {
        margin-bottom: 31.05594px; } }
    @media only screen and (max-width: 320px) {
      .not-found .page-title {
        margin-bottom: 26.7407px; } }
  .not-found .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .not-found .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .not-found .search-form .search-field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: auto;
      margin-right: 14px; }
    .not-found .search-form .search-submit {
      max-width: 192px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: currentColor; }

.sharedaddy:not(.sharedaddy--official) .sd-title {
  display: none; }

.sharedaddy:not(.sharedaddy--official) .sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left: 0; }

.sharedaddy:not(.sharedaddy--official) .sd-content ul li a.sd-button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.sharedaddy:not(.sharedaddy--official) .sd-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sharedaddy:not(.sharedaddy--official) .sd-content {
  position: relative; }

.sharedaddy:not(.sharedaddy--official) .sharing-hidden .inner {
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

#content .sharedaddy:not(.sharedaddy--official)[class] .sd-social-icon .sd-content.sd-content ul li[class*=share-] a.sd-button {
  padding: 0;
  background: none;
  color: inherit !important; }
  #content .sharedaddy:not(.sharedaddy--official)[class] .sd-social-icon .sd-content.sd-content ul li[class*=share-] a.sd-button:before {
    width: auto;
    height: auto;
    color: inherit; }

#content .sharedaddy:not(.sharedaddy--official)[class] .sd-content li {
  display: block; }
  #content .sharedaddy:not(.sharedaddy--official)[class] .sd-content li.share-end {
    display: none; }
  #content .sharedaddy:not(.sharedaddy--official)[class] .sd-content li a {
    border: 0;
    padding: 0; }
    #content .sharedaddy:not(.sharedaddy--official)[class] .sd-content li a:before {
      display: block;
      font-size: 24px; }
    #content .sharedaddy:not(.sharedaddy--official)[class] .sd-content li a span {
      display: none; }

@media only screen and (min-width: 80em) {
  .sharedaddy:not(.sharedaddy--official) .sd-content ul li {
    margin: 10px 0 0 0; }
    .sharedaddy:not(.sharedaddy--official) .sd-content ul li:first-child {
      margin-top: 0; } }

@media not screen and (min-width: 80em) {
  .sharedaddy:not(.sharedaddy--official) .sd-content {
    margin-top: 2rem; }
    .sharedaddy:not(.sharedaddy--official) .sd-content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0 !important; }
      .sharedaddy:not(.sharedaddy--official) .sd-content ul > li + li {
        margin-left: 1rem; } }

.sharedaddy--official .sd-content ul {
  margin-bottom: 0 !important; }

.sharedaddy--official .sd-content li a {
  display: block; }

.sharedaddy--official h3.sd-title[class] {
  font: inherit; }
  .sharedaddy--official h3.sd-title[class]:before {
    content: none; }

ul.page-numbers {
  list-style: none;
  padding-left: 0;
  margin-top: 4rem;
  margin-left: -14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit; }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers {
      margin-left: -10.42442px; } }
  ul.page-numbers > * {
    padding-left: 1em; }
  ul.page-numbers.page-numbers li {
    margin-bottom: 0; }
  ul.page-numbers > li > :not(.prev):not(.next) {
    display: block;
    min-width: 2em;
    line-height: 2;
    padding-left: 0.2em;
    text-align: center;
    font-style: normal; }
  ul.page-numbers > li > .current {
    background-color: #FFF4F4; }
  ul.page-numbers a {
    text-decoration: none; }
    ul.page-numbers a:before, ul.page-numbers a:after {
      content: none; }
  ul.page-numbers .prev {
    padding-right: 2rem; }
  ul.page-numbers .next {
    padding-left: 2rem; }
  ul.page-numbers .next,
  ul.page-numbers .prev {
    font-size: 1.6em; }
    ul.page-numbers .next:after,
    ul.page-numbers .prev:after {
      padding: 0; }

ul.page-numbers.page-numbers a:before, ul.page-numbers.page-numbers a:after {
  content: none; }

.c-reading-progress {
  position: fixed;
  right: 0;
  top: 350px;
  z-index: 15;
  background-color: #ffffff;
  border: 2px solid currentColor;
  border-right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .c-reading-progress progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .c-reading-progress progress::-webkit-progress-bar {
      background: transparent; }
    .c-reading-progress progress::-moz-progress-bar {
      background: transparent; }
    .c-reading-progress progress progress[value]::-moz-progress-bar {
      background: currentColor; }
    .c-reading-progress progress::-webkit-progress-value {
      background-color: currentColor; }
  @media not screen and (min-width: 62.5em) {
    .c-reading-progress {
      display: none; } }

.c-reading-progress__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  padding-left: 1.5em;
  color: #ffffff;
  mix-blend-mode: difference;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-reading-progress__label > span {
    font-size: 2.43em;
    font-style: normal; }
  .c-reading-progress__label > p {
    margin-left: 0.75em; }

.c-reading-progress:not(.c-reading-progress--loaded) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .c-reading-progress:not(.c-reading-progress--loaded) .c-reading-progress__label {
    opacity: 0; }

.pull-left,
.pull-right {
  margin-bottom: 28px;
  grid-row-end: span 3; }
  @media only screen and (max-width: 1360px) {
    .pull-left,
    .pull-right {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .pull-left,
    .pull-right {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .pull-left,
    .pull-right {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .pull-left,
    .pull-right {
      margin-bottom: 13.65854px; } }

.pull-left blockquote,
.pull-right blockquote,
blockquote.pull-left,
blockquote.pull-right {
  padding-left: 0;
  font: inherit;
  font-size: 0.7225em;
  line-height: 1.5; }
  .pull-left blockquote .wave-svg-mask,
  .pull-right blockquote .wave-svg-mask,
  blockquote.pull-left .wave-svg-mask,
  blockquote.pull-right .wave-svg-mask {
    margin-left: 0;
    opacity: 0.5; }
  .pull-left blockquote .wave-svg,
  .pull-right blockquote .wave-svg,
  blockquote.pull-left .wave-svg,
  blockquote.pull-right .wave-svg {
    margin-bottom: 1rem; }
  .pull-left blockquote:before, .pull-left blockquote:after,
  .pull-right blockquote:before,
  .pull-right blockquote:after,
  blockquote.pull-left:before,
  blockquote.pull-left:after,
  blockquote.pull-right:before,
  blockquote.pull-right:after {
    content: ""; }

.pull-left {
  margin-right: 28px;
  text-align: right; }
  @media only screen and (max-width: 1360px) {
    .pull-left {
      margin-right: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .pull-left {
      margin-right: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .pull-left {
      margin-right: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .pull-left {
      margin-right: 13.65854px; } }

.pull-right {
  margin-left: 28px; }
  @media only screen and (max-width: 1360px) {
    .pull-right {
      margin-left: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .pull-right {
      margin-left: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .pull-right {
      margin-left: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .pull-right {
      margin-left: 13.65854px; } }

@media not screen and (min-width: 80em) {
  .pull-left,
  .pull-right {
    max-width: 40%; }
  .pull-left {
    float: left; }
  .pull-right {
    float: right; } }

@media only screen and (min-width: 80em) {
  .pull-left,
  .pull-right {
    margin-bottom: 0; }
  .pull-left {
    margin-right: 0; }
    .pull-left[class] {
      grid-column: eso / cso; }
  .pull-right {
    margin-left: 0; }
    .pull-right[class] {
      grid-column: ceo / edge-end; } }

body:not(.blog) .c-noto__item--post-it {
  display: none; }

.c-noto__item--widget {
  padding: 35px;
  background: #FFF4F4; }
  .c-noto__item--widget.centered[class] {
    text-align: center; }
    .c-noto__item--widget.centered[class] img {
      margin: 0 auto; }
  .c-noto__item--widget.small {
    padding: 25px;
    background-color: #FFF5C1; }
  .c-noto__item--widget.post-it {
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    letter-spacing: -0.01875em; }
    @media only screen and (min-width: 62.5em) {
      .c-noto__item--widget.post-it {
        margin-right: -3.5em;
        margin-bottom: 50px;
        grid-column: 13 / span 4;
        align-self: flex-end;
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
        border-radius: 6em;
        font-size: 105%; } }
    @media not screen and (min-width: 62.5em) {
      .c-noto__item--widget.post-it .wave-svg {
        display: none !important; } }
    .c-noto__item--widget.post-it a {
      text-decoration: underline; }
      .c-noto__item--widget.post-it a:hover {
        text-decoration: underline;
        opacity: 0.8; }
    .c-noto__item--widget.post-it .wave-svg {
      opacity: 0.6;
      width: 20px;
      margin: 0 auto;
      margin-top: 19px;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }

.c-noto .widget h1:not(:last-child), .c-noto .widget h2:not(:last-child), .c-noto .widget h3:not(:last-child), .c-noto .widget h4:not(:last-child), .c-noto .widget h5:not(:last-child), .c-noto .widget h6:not(:last-child),
.c-noto .widget p:not(:last-child), .c-noto .widget ul:not(:last-child), .c-noto .widget ol:not(:last-child), .c-noto .widget hr:not(:last-child) {
  margin-bottom: 14px; }
  @media only screen and (max-width: 1360px) {
    .c-noto .widget h1:not(:last-child), .c-noto .widget h2:not(:last-child), .c-noto .widget h3:not(:last-child), .c-noto .widget h4:not(:last-child), .c-noto .widget h5:not(:last-child), .c-noto .widget h6:not(:last-child),
    .c-noto .widget p:not(:last-child), .c-noto .widget ul:not(:last-child), .c-noto .widget ol:not(:last-child), .c-noto .widget hr:not(:last-child) {
      margin-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-noto .widget h1:not(:last-child), .c-noto .widget h2:not(:last-child), .c-noto .widget h3:not(:last-child), .c-noto .widget h4:not(:last-child), .c-noto .widget h5:not(:last-child), .c-noto .widget h6:not(:last-child),
    .c-noto .widget p:not(:last-child), .c-noto .widget ul:not(:last-child), .c-noto .widget ol:not(:last-child), .c-noto .widget hr:not(:last-child) {
      margin-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-noto .widget h1:not(:last-child), .c-noto .widget h2:not(:last-child), .c-noto .widget h3:not(:last-child), .c-noto .widget h4:not(:last-child), .c-noto .widget h5:not(:last-child), .c-noto .widget h6:not(:last-child),
    .c-noto .widget p:not(:last-child), .c-noto .widget ul:not(:last-child), .c-noto .widget ol:not(:last-child), .c-noto .widget hr:not(:last-child) {
      margin-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-noto .widget h1:not(:last-child), .c-noto .widget h2:not(:last-child), .c-noto .widget h3:not(:last-child), .c-noto .widget h4:not(:last-child), .c-noto .widget h5:not(:last-child), .c-noto .widget h6:not(:last-child),
    .c-noto .widget p:not(:last-child), .c-noto .widget ul:not(:last-child), .c-noto .widget ol:not(:last-child), .c-noto .widget hr:not(:last-child) {
      margin-bottom: 10.42442px; } }

.c-noto .widget hr {
  height: 12px; }

.c-noto .widget img {
  margin: 0; }

.c-noto .widget .button {
  font-size: 95%;
  padding: 10px 2em; }

.c-noto .widget .textwidget h4:first-child, .c-noto .widget .textwidget h5:first-child, .c-noto .widget .textwidget h6:first-child {
  margin-top: -10px; }

.widget-area--below-post > * {
  margin-top: 4rem; }

.widget_categories li:not(:last-child), .widget_archive li:not(:last-child), .widget_meta li:not(:last-child), .widget_recent_comments li:not(:last-child), .widget_recent_entries li:not(:last-child), .widget_rss li:not(:last-child), .widget_pages li:not(:last-child), .widget_nav_menu li:not(:last-child) {
  margin-bottom: 10px; }

.widget_categories ul, .widget_archive ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_pages ul, .widget_nav_menu ul {
  list-style: none;
  padding-left: 0; }
  .widget_categories ul ul, .widget_archive ul ul, .widget_meta ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_pages ul ul, .widget_nav_menu ul ul {
    margin-top: 10px; }
    @media only screen and (max-width: 1360px) {
      .widget_categories ul ul, .widget_archive ul ul, .widget_meta ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_pages ul ul, .widget_nav_menu ul ul {
        margin-top: 9.69697px; } }
    @media only screen and (max-width: 1024px) {
      .widget_categories ul ul, .widget_archive ul ul, .widget_meta ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_pages ul ul, .widget_nav_menu ul ul {
        margin-top: 9.41176px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories ul ul, .widget_archive ul ul, .widget_meta ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_pages ul ul, .widget_nav_menu ul ul {
        margin-top: 9.14286px; } }
    @media only screen and (max-width: 320px) {
      .widget_categories ul ul, .widget_archive ul ul, .widget_meta ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_pages ul ul, .widget_nav_menu ul ul {
        margin-top: 8.88889px; } }

.widget_categories a, .widget_archive a, .widget_meta a, .widget_recent_comments a, .widget_recent_entries a, .widget_rss a, .widget_pages a, .widget_nav_menu a {
  text-decoration: none; }

.widget_categories a:hover, .widget_archive a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_recent_entries a:hover, .widget_rss a:hover, .widget_pages a:hover, .widget_nav_menu a:hover {
  text-decoration: underline; }

.widget_rss li:not(:last-child) {
  margin-bottom: 2rem; }

.widget_rss li .rsswidget {
  display: block; }

.widget_rss li .rss-date {
  display: block;
  opacity: 0.5; }

.widget_rss li cite {
  display: block;
  margin-top: 7px;
  opacity: 0.5; }
  @media only screen and (max-width: 1360px) {
    .widget_rss li cite {
      margin-top: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .widget_rss li cite {
      margin-top: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .widget_rss li cite {
      margin-top: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .widget_rss li cite {
      margin-top: 6.71221px; } }

.widget_recent_comments .comment-author-link {
  font-style: italic; }

.widget_recent_comments .recentcomments > a {
  text-decoration: underline; }

.widget_tag_cloud a {
  margin-right: 0.5em;
  line-height: 2.25rem;
  font-style: italic;
  text-transform: lowercase;
  text-decoration: none; }
  .widget_tag_cloud a:hover {
    text-decoration: underline; }

.widget_calendar table caption {
  margin-bottom: 0;
  text-align: left; }

.widget_calendar table tbody tr {
  background: transparent; }

.widget_calendar table th {
  line-height: 1.93; }

.widget_calendar table td, .widget_calendar table th {
  padding: 0 0.5rem; }

.widget_calendar table [id="today"] {
  text-decoration: underline;
  font-weight: 700; }

.widget_media_gallery [class*="gallery-columns-"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media not screen and (min-width: 50em) {
    .widget_media_gallery [class*="gallery-columns-"]:not(.gallery-columns-1) > .gallery-item {
      width: 50%; } }
  .widget-area--main .widget_media_gallery [class*="gallery-columns-"] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.widget_wpcom_social_media_icons_widget ul {
  padding: 0;
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .widget_wpcom_social_media_icons_widget ul li {
    width: 44px;
    height: 44px;
    margin: 0 0 0 1rem;
    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;
    border-radius: 50%;
    background-color: #49494B;
    -webkit-transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer; }
    .widget_wpcom_social_media_icons_widget ul li:hover {
      background-color: #E79696; }
  .widget_wpcom_social_media_icons_widget ul a {
    font-size: 24px;
    color: #FFFFFF;
    display: inline-block; }
    @media only screen and (max-width: 1360px) {
      .widget_wpcom_social_media_icons_widget ul a {
        font-size: 22.05072px; } }
    @media only screen and (max-width: 1024px) {
      .widget_wpcom_social_media_icons_widget ul a {
        font-size: 20.39429px; } }
    @media only screen and (max-width: 768px) {
      .widget_wpcom_social_media_icons_widget ul a {
        font-size: 18.96933px; } }
    @media only screen and (max-width: 400px) {
      .widget_wpcom_social_media_icons_widget ul a {
        font-size: 17.7305px; } }
    .widget_wpcom_social_media_icons_widget ul a.genericon {
      font-size: 18px; }
      @media only screen and (max-width: 1360px) {
        .widget_wpcom_social_media_icons_widget ul a.genericon {
          font-size: 16.88239px; } }
      @media only screen and (max-width: 1024px) {
        .widget_wpcom_social_media_icons_widget ul a.genericon {
          font-size: 15.89544px; } }
      @media only screen and (max-width: 768px) {
        .widget_wpcom_social_media_icons_widget ul a.genericon {
          font-size: 15.01752px; } }
      @media only screen and (max-width: 400px) {
        .widget_wpcom_social_media_icons_widget ul a.genericon {
          font-size: 14.2315px; } }

.jetpack_subscription_widget #subscribe-text,
.jetpack_subscription_widget #subscribe-email {
  margin-bottom: 18.66667px; }
  @media only screen and (max-width: 1360px) {
    .jetpack_subscription_widget #subscribe-text,
    .jetpack_subscription_widget #subscribe-email {
      margin-bottom: 15.51342px; } }
  @media only screen and (max-width: 1024px) {
    .jetpack_subscription_widget #subscribe-text,
    .jetpack_subscription_widget #subscribe-email {
      margin-bottom: 13.27154px; } }
  @media only screen and (max-width: 768px) {
    .jetpack_subscription_widget #subscribe-text,
    .jetpack_subscription_widget #subscribe-email {
      margin-bottom: 11.5958px; } }
  @media only screen and (max-width: 320px) {
    .jetpack_subscription_widget #subscribe-text,
    .jetpack_subscription_widget #subscribe-email {
      margin-bottom: 10.2958px; } }

.jetpack_subscription_widget #subscribe-email input,
.jetpack_subscription_widget input {
  width: 100%; }

.widget .search-form .search-submit {
  width: 100%;
  margin-top: 7px; }
  @media only screen and (max-width: 1360px) {
    .widget .search-form .search-submit {
      margin-top: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .widget .search-form .search-submit {
      margin-top: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .widget .search-form .search-submit {
      margin-top: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .widget .search-form .search-submit {
      margin-top: 6.71221px; } }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.button.solid, body .jetpack_subscription_widget input[type=submit] {
  color: #FFFFFF;
  background-color: #34394B;
  border-color: #34394B; }
  .button.solid:hover, body .jetpack_subscription_widget input:hover[type=submit] {
    color: initial; }

@media only screen and (min-width: 62.5em) {
  .c-navbar__zone--right > nav {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
  .c-navbar__zone--right.is-hidden > nav {
    opacity: 0; } }

.c-navbar__zone--left {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  html:not(.is-ready) .c-navbar__zone--left {
    opacity: 0; }

.c-noto__item {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  opacity: 0; }
  .c-noto__item.is-visible {
    opacity: 1; }

.c-navbar__zone--middle {
  opacity: 0; }

.u-featured-images-animation .c-noto__item,
.u-featured-images-animation .c-branding {
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.u-featured-images-animation .is-visible.has-focus {
  z-index: 10; }
  .u-featured-images-animation .is-visible.has-focus .c-card__aside {
    opacity: 1; }

.u-featured-images-animation .c-noto__item.is-visible.has-no-focus,
.is-loaded .u-featured-images-animation .has-no-focus .c-branding {
  opacity: 0.2; }

.c-noto__item .c-card__frame {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.c-noto__item:nth-child(20n + 1).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(20px) translateY(20px);
          transform: rotate(2deg) translateX(20px) translateY(20px); }

.c-noto__item:nth-child(20n + 2).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(-10px) translateY(-10px);
          transform: rotate(2deg) translateX(-10px) translateY(-10px); }

.c-noto__item:nth-child(20n + 3).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(0px) translateY(20px);
          transform: rotate(2deg) translateX(0px) translateY(20px); }

.c-noto__item:nth-child(20n + 4).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(20px) translateY(0px);
          transform: rotate(2deg) translateX(20px) translateY(0px); }

.c-noto__item:nth-child(20n + 5).has-focus .c-card__frame {
  -webkit-transform: rotate(-2deg) translateX(-20px) translateY(-20px);
          transform: rotate(-2deg) translateX(-20px) translateY(-20px); }

.c-noto__item:nth-child(20n + 6).has-focus .c-card__frame {
  -webkit-transform: rotate(-1deg) translateX(10px) translateY(10px);
          transform: rotate(-1deg) translateX(10px) translateY(10px); }

.c-noto__item:nth-child(20n + 7).has-focus .c-card__frame {
  -webkit-transform: rotate(-1deg) translateX(20px) translateY(10px);
          transform: rotate(-1deg) translateX(20px) translateY(10px); }

.c-noto__item:nth-child(20n + 8).has-focus .c-card__frame {
  -webkit-transform: rotate(-1deg) translateX(10px) translateY(10px);
          transform: rotate(-1deg) translateX(10px) translateY(10px); }

.c-noto__item:nth-child(20n + 9).has-focus .c-card__frame {
  -webkit-transform: rotate(1deg) translateX(-10px) translateY(10px);
          transform: rotate(1deg) translateX(-10px) translateY(10px); }

.c-noto__item:nth-child(20n + 10).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(20px) translateY(0px);
          transform: rotate(2deg) translateX(20px) translateY(0px); }

.c-noto__item:nth-child(20n + 11).has-focus .c-card__frame {
  -webkit-transform: rotate(-1deg) translateX(-20px) translateY(-20px);
          transform: rotate(-1deg) translateX(-20px) translateY(-20px); }

.c-noto__item:nth-child(20n + 12).has-focus .c-card__frame {
  -webkit-transform: rotate(1deg) translateX(10px) translateY(0px);
          transform: rotate(1deg) translateX(10px) translateY(0px); }

.c-noto__item:nth-child(20n + 13).has-focus .c-card__frame {
  -webkit-transform: rotate(-2deg) translateX(10px) translateY(-10px);
          transform: rotate(-2deg) translateX(10px) translateY(-10px); }

.c-noto__item:nth-child(20n + 14).has-focus .c-card__frame {
  -webkit-transform: rotate(-1deg) translateX(-20px) translateY(20px);
          transform: rotate(-1deg) translateX(-20px) translateY(20px); }

.c-noto__item:nth-child(20n + 15).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(10px) translateY(10px);
          transform: rotate(2deg) translateX(10px) translateY(10px); }

.c-noto__item:nth-child(20n + 16).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(-20px) translateY(-20px);
          transform: rotate(2deg) translateX(-20px) translateY(-20px); }

.c-noto__item:nth-child(20n + 17).has-focus .c-card__frame {
  -webkit-transform: rotate(1deg) translateX(10px) translateY(-10px);
          transform: rotate(1deg) translateX(10px) translateY(-10px); }

.c-noto__item:nth-child(20n + 18).has-focus .c-card__frame {
  -webkit-transform: rotate(-2deg) translateX(20px) translateY(-20px);
          transform: rotate(-2deg) translateX(20px) translateY(-20px); }

.c-noto__item:nth-child(20n + 19).has-focus .c-card__frame {
  -webkit-transform: rotate(2deg) translateX(20px) translateY(-20px);
          transform: rotate(2deg) translateX(20px) translateY(-20px); }

.c-noto__item:nth-child(20n + 20).has-focus .c-card__frame {
  -webkit-transform: rotate(-2deg) translateX(-20px) translateY(0px);
          transform: rotate(-2deg) translateX(-20px) translateY(0px); }

.c-burger {
  position: relative;
  display: block;
  width: 19px;
  margin-top: 0.32em;
  margin-bottom: 0.32em;
  font-size: 19px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out; }

.c-burger__slice {
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor; }

.c-burger__slice--top,
.c-burger__slice--bottom {
  position: absolute;
  top: 0;
  left: 0; }

.c-burger__slice--top {
  -webkit-transform: translateY(-0.31579em);
          transform: translateY(-0.31579em); }

.c-burger__slice--bottom {
  -webkit-transform: translateY(0.31579em);
          transform: translateY(0.31579em); }

/*
Provides a simple transition where the slice in the middle fades out
and the top and bottom ones rotate to form an X
 */
.c-burger--fade .c-burger__slice {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.c-burger--close .c-burger__slice--top, .c-navbar__checkbox:checked ~ * .c-burger--fade .c-burger__slice--top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.c-burger--close .c-burger__slice--middle, .c-navbar__checkbox:checked ~ * .c-burger--fade .c-burger__slice--middle {
  opacity: 0; }

.c-burger--close .c-burger__slice--bottom, .c-navbar__checkbox:checked ~ * .c-burger--fade .c-burger__slice--bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

@media only screen and (min-width: 42.5em) {
  .c-burger {
    font-size: 24px; } }

.c-search-overlay {
  padding: 24px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9200;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
  .admin-bar .c-search-overlay {
    top: 32px; }
  .demo-site .c-search-overlay {
    top: 80px; }
  .admin-bar.demo-site .c-search-overlay {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-search-overlay {
      top: 46px; }
    .admin-bar.demo-site .c-search-overlay {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-search-overlay {
      top: 146px; } }
  .show-search-overlay .c-search-overlay {
    opacity: 1;
    pointer-events: auto; }
  .c-search-overlay__close-button {
    border: 0;
    padding: 0;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: inherit; }
    .c-search-overlay__close-button:before, .c-search-overlay__close-button:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2em;
      height: 2em;
      margin-top: -1em;
      margin-left: -1em;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: currentColor; }
    .c-search-overlay__close-button:before {
      height: 2px;
      margin-top: -1px; }
    .c-search-overlay__close-button:after {
      width: 2px;
      margin-left: -1px; }
  .c-search-overlay .search-field {
    padding: 0;
    border: 0;
    color: #34394B;
    background-color: transparent; }
  .c-search-overlay ::-webkit-input-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay ::-moz-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay :-ms-input-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay :-moz-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay .search-submit {
    display: none; }
  @media only screen and (min-width: 62.5em) {
    .c-search-overlay {
      padding: 8rem; }
      .c-search-overlay__description {
        font-size: 20px; }
      .c-search-overlay .search-field[class] {
        font-size: 100px; } }

body.show-search-overlay {
  overflow: hidden; }

.search-trigger[class] {
  grid-column: 31 / span 3;
  grid-row: 1 / span 1;
  z-index: 200;
  color: #FFF4F4; }
  .search-trigger[class] svg {
    display: block;
    width: 20px;
    height: 21px; }
  .search-trigger[class] button {
    padding: 0;
    border: 0;
    margin: 0;
    background: none;
    color: inherit; }
  @media not screen and (min-width: 62.5em) {
    .search-trigger[class] {
      grid-column: 2 / span 1;
      grid-row: 1 / span 1;
      background: #34394B;
      color: #FFF4F4; }
      .c-noto--header .search-trigger[class] {
        display: none; } }
  @media only screen and (min-width: 62.5em) {
    .c-noto--body .search-trigger[class] {
      display: none; } }

.c-noto {
  position: relative;
  display: grid; }

@media not screen and (min-width: 62.5em) {
  .c-noto {
    grid-template-columns: auto minmax(60px, 1fr) minmax(60px, 1fr);
    grid-template-rows: auto 1fr;
    margin-top: 0 !important; }
    .c-noto:before {
      content: "";
      grid-column: 1 / 4;
      grid-row: 1 / 2;
      background: #34394B; }
    .c-noto > * {
      grid-column: 1 / -1; }
  .c-noto--body {
    overflow: hidden; }
    .c-noto--body > .c-noto__item {
      margin-top: 4rem !important;
      padding-left: 2rem;
      padding-right: 2rem; }
    .c-noto--body .c-card,
    .c-noto--body .widget {
      max-width: 40em;
      margin-left: auto;
      margin-right: auto; }
  .c-navbar__zone--middle {
    grid-column: 1 / 2;
    grid-row: 1 / 3; }
    .c-navbar__zone--middle:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      background-color: #34394B; } }

@media only screen and (min-width: 62.5em) {
  .c-noto {
    grid-template-columns: 2rem 1fr [start] repeat(14, 1fr) [middle] repeat(14, 1fr) [end] 1fr 1fr; }
  .c-noto--header {
    padding-top: 25px;
    pointer-events: none; }
    .c-noto--header > * {
      pointer-events: auto; }
  .c-noto--body > *,
  .c-noto--body .entry-header[class] {
    grid-column: start / 32; }
  body.blog .c-noto--body {
    padding-bottom: 8rem; }
  > .entry-header {
    grid-row-start: 4;
    grid-column-end: span 11;
    padding-bottom: 8rem; }
  .c-navbar__zone--left {
    grid-column: 14 / span 17;
    grid-row: 1 / 2; }
  .c-navbar__zone--middle {
    grid-row: 1 / 3; }
    body.blog .c-navbar__zone--middle {
      grid-column: start / 12; }
    body:not(.blog) .c-navbar__zone--middle {
      grid-column: start / 14; }
  .c-navbar__zone--right {
    grid-column: 12 / span 19;
    grid-row: 1 / 2; }
  .site-footer {
    grid-column: 1 / -1; }
  .site-footer.u-container-sides-spacing {
    padding-left: 6rem;
    padding-right: 6rem; }
  .navigation {
    grid-column: 19 / span 12;
    margin-left: auto; }
  .c-noto__item {
    margin-top: 45px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .c-noto__item:nth-child(6) {
      grid-column: 19 / span 12; }
      .c-noto__item:nth-child(6).c-noto__item--post .c-card__title span {
        font-size: 1.75em; }
      .c-noto__item:nth-child(6).c-noto__item--post .c-card__title {
        -ms-flex-item-align: end;
            align-self: flex-end;
        text-align: right; }
      .c-noto__item:nth-child(6).c-noto__item--post .c-card__meta,
      .c-noto__item:nth-child(6).c-noto__item--post .c-card__excerpt,
      .c-noto__item:nth-child(6).c-noto__item--post .c-card__footer {
        margin-left: 25%; }
      .c-noto__item:nth-child(6).c-noto__item--post .c-card__title {
        text-align: right; }
    .c-noto__item:nth-child(7) {
      grid-column: start / span 11;
      grid-row-end: span 2;
      align-self: center; }
      .c-noto__item:nth-child(7).c-noto__item--post .c-card__title span {
        font-size: 1.75em; }
      .c-noto__item:nth-child(7).c-noto__item--post .c-card__excerpt,
      .c-noto__item:nth-child(7).c-noto__item--post .c-card__footer {
        margin-left: 18.18182%; }
    .c-noto__item:nth-child(8) {
      grid-column: 16 / span 5; }
    .c-noto__item:nth-child(9) {
      grid-column: 23 / span 8;
      margin-top: 90px;
      margin-bottom: 45px; }
      .c-noto__item:nth-child(9).c-noto__item--post .c-card__title span {
        font-size: 1.3125em; }
    .c-noto__item:nth-child(12n+10) {
      grid-column: start / span 13; }
      .c-noto__item:nth-child(12n+10).c-noto__item--post .c-card__title span {
        font-size: 1.75em; }
      .c-noto__item:nth-child(12n+10).c-noto__item--post .c-card__excerpt,
      .c-noto__item:nth-child(12n+10).c-noto__item--post .c-card__footer {
        margin-right: 38.46154%; }
    .c-noto__item:nth-child(12n+11) {
      grid-column: 19 / span 13;
      align-self: flex-end; }
      .c-noto__item:nth-child(12n+11).c-noto__item--post .c-card__title span {
        font-size: 1.75em; }
      .c-noto__item:nth-child(12n+11).c-noto__item--post .c-card__title {
        -ms-flex-item-align: end;
            align-self: flex-end;
        text-align: right; }
      .c-noto__item:nth-child(12n+11).c-noto__item--post .c-card__meta,
      .c-noto__item:nth-child(12n+11).c-noto__item--post .c-card__excerpt,
      .c-noto__item:nth-child(12n+11).c-noto__item--post .c-card__footer {
        margin-left: 53.84615%; }
    .c-noto__item:nth-child(12n+12) {
      grid-column: start / span 7; }
    .c-noto__item:nth-child(12n+13) {
      grid-column: 12 / span 5; }
      .c-noto__item:nth-child(12n+13).c-noto__item--post .c-card__title span {
        font-size: 1.3125em; }
      .c-noto__item:nth-child(12n+13).c-noto__item--widget {
        grid-column: 12 / span 6;
        max-width: 250px; }
    .c-noto__item:nth-child(12n+14) {
      grid-column: 19 / span 5; }
    .c-noto__item:nth-child(12n+15) {
      grid-column: 25 / span 7; }
      .c-noto__item:nth-child(12n+15).c-noto__item--post .c-card__title span {
        font-size: 1.3125em; }
    .c-noto__item:nth-child(12n+16) {
      grid-column: start / span 13;
      align-self: flex-end; }
      .c-noto__item:nth-child(12n+16).c-noto__item--post .c-card__title span {
        font-size: 1.75em; }
      .c-noto__item:nth-child(12n+16).c-noto__item--post .c-card__excerpt,
      .c-noto__item:nth-child(12n+16).c-noto__item--post .c-card__footer {
        margin-left: 53.84615%; }
    .c-noto__item:nth-child(12n+17) {
      grid-column: 18 / span 13;
      align-self: flex-end; }
      .c-noto__item:nth-child(12n+17).c-noto__item--post .c-card__title span {
        font-size: 1.75em; }
      .c-noto__item:nth-child(12n+17).c-noto__item--post .c-card__excerpt,
      .c-noto__item:nth-child(12n+17).c-noto__item--post .c-card__footer {
        margin-right: 38.46154%; }
    .c-noto__item:nth-child(12n+18) {
      grid-column: start / span 5; }
    .c-noto__item:nth-child(12n+19) {
      grid-column: 9 / span 7; }
      .c-noto__item:nth-child(12n+19).c-noto__item--post .c-card__title span {
        font-size: 1.3125em; }
    .c-noto__item:nth-child(12n+20) {
      grid-column: 18 / span 7;
      align-self: flex-start; }
    .c-noto__item:nth-child(12n+21) {
      grid-column: 27 / span 5; }
      .c-noto__item:nth-child(12n+21).c-noto__item--post .c-card__title span {
        font-size: 1.3125em; }
    .c-noto__item:nth-child(6n+12).c-noto__item--post, .c-noto__item:nth-child(6n+14).c-noto__item--post {
      text-align: right; }
      .c-noto__item:nth-child(6n+12).c-noto__item--post .c-card__content, .c-noto__item:nth-child(6n+14).c-noto__item--post .c-card__content {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .c-noto__item:nth-child(6n+12).c-noto__item--post .c-card__meta, .c-noto__item:nth-child(6n+14).c-noto__item--post .c-card__meta {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .c-noto__item:nth-child(6n+12).c-noto__item--post .wave-svg-mask, .c-noto__item:nth-child(6n+14).c-noto__item--post .wave-svg-mask {
        direction: ltr; }
      .c-noto__item:nth-child(6n+12).c-noto__item--post .c-card:hover .c-card__title,
      .c-noto__item:nth-child(6n+12).c-noto__item--post .c-card:hover .wave-svg-mask, .c-noto__item:nth-child(6n+14).c-noto__item--post .c-card:hover .c-card__title,
      .c-noto__item:nth-child(6n+14).c-noto__item--post .c-card:hover .wave-svg-mask {
        -webkit-transform: translateX(21px);
                transform: translateX(21px); }
      .c-noto__item:nth-child(6n+12).c-noto__item--post .c-card:hover .wave-svg, .c-noto__item:nth-child(6n+14).c-noto__item--post .c-card:hover .wave-svg {
        -webkit-transform: translateX(-21px);
                transform: translateX(-21px); } }

.c-noto--body .c-navbar__zone {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2; }

.c-noto--body .c-noto__item--post-it {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media only screen and (min-width: 62.5em) {
    .c-noto--body .c-noto__item--post-it {
      grid-column: 13 / span 4;
      grid-row-end: span 1;
      align-self: flex-end; } }

.c-noto__item {
  position: relative; }

.c-noto__item--widget {
  z-index: 4; }

.c-noto__item--post {
  z-index: 5; }

@media only screen and (min-width: 62.5em) {
  .c-noto__item:not(.c-noto__item--no-image):nth-child(6) .c-card__aside {
    left: auto;
    right: 108.33333%;
    width: 125%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(7) .c-card__aside {
    left: 109.09091%;
    width: 154.54545%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(8) .c-card__aside {
    left: auto;
    right: 120%;
    width: 220%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(9) .c-card__aside {
    left: auto;
    right: 112.5%;
    width: 225%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+10) .c-card__aside {
    left: 107.69231%;
    width: 115.38462%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+10).has-focus + * + * + .c-noto__item--post {
    z-index: 11; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+11) .c-card__aside {
    left: auto;
    right: 107.69231%;
    width: 115.38462%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+11).has-focus + * + * + .c-noto__item--post {
    z-index: 11; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+12) .c-card__aside {
    left: 114.28571%;
    width: 300%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+13) .c-card__aside {
    left: 120%;
    width: 280%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+14) .c-card__aside {
    left: auto;
    right: 120%;
    width: 300%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+15) .c-card__aside {
    left: auto;
    right: 114.28571%;
    width: 300%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+16) .c-card__aside {
    left: 107.69231%;
    width: 115.38462%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+16).has-focus + * + .c-noto__item--post {
    z-index: 11; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+17) .c-card__aside {
    left: auto;
    right: 107.69231%;
    width: 115.38462%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+17).has-focus + * + * + * + .c-noto__item--post {
    z-index: 11; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+18) .c-card__aside {
    left: 120%;
    width: 460%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+19) .c-card__aside {
    left: 114.28571%;
    width: 214.28571%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+20) .c-card__aside {
    left: auto;
    right: 114.28571%;
    width: 214.28571%; }
  .c-noto__item:not(.c-noto__item--no-image):nth-child(12n+21) .c-card__aside {
    left: auto;
    right: 120%;
    width: 460%; } }

@media only screen and (min-width: 62.5em) {
  .c-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto;
    grid-row: auto;
    margin: 0;
    pointer-events: none; }
    .c-border i:after,
    .c-border i:before, .c-border:after, .c-border:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #34394B; }
    .c-border i:before {
      top: auto;
      bottom: 0;
      left: 2rem;
      width: 4rem;
      height: 4rem; }
    .c-border i:after {
      top: 2rem;
      left: calc(2rem + 38.70968% - (24rem/31));
      right: 0;
      height: 4rem; }
    .c-border:before {
      width: 100%;
      height: 2rem; }
    .c-border:after {
      width: 2rem;
      height: 100%; } }

body.u-content-background {
  background-color: #34394B; }

.u-header-height-padding-top[class] {
  padding-top: 0; }

.o-layout__side {
  display: none; }

.u-container-width[class],
.u-blog-grid-width[class] {
  max-width: none; }

.site-content {
  position: relative;
  z-index: 100; }

.u-header-height[class] {
  height: auto; }

.u-header-background[class] {
  background-color: none; }

.wave-svg-mask {
  overflow: hidden; }

.wave-svg {
  display: block;
  height: 12px;
  background-repeat: repeat no-repeat;
  border: 0;
  margin-bottom: 21px; }
  @media only screen and (max-width: 1360px) {
    .wave-svg {
      margin-bottom: 16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .wave-svg {
      margin-bottom: 13.97089px; } }
  @media only screen and (max-width: 768px) {
    .wave-svg {
      margin-bottom: 11.96794px; } }
  @media only screen and (max-width: 320px) {
    .wave-svg {
      margin-bottom: 10.46729px; } }
  .u-pattern-bubbles .wave-svg,
  .u-pattern-lines .wave-svg,
  .u-pattern-triangles .wave-svg {
    background-repeat: space no-repeat; }

[hidden] {
  display: none; }

[class*="gallery-columns-"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-navbar__label-icon,
.search-trigger[class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em; }

.c-navbar__label-icon {
  height: 62px;
  padding-top: 22px; }

.search-trigger[class] {
  margin-right: auto;
  cursor: pointer; }
  .search-trigger[class] .js-search-trigger {
    cursor: inherit; }
  @media not screen and (min-width: 62.5em) {
    .search-trigger[class] {
      height: 62px;
      padding-top: 22px; } }

.site {
  max-width: 1440px;
  margin: 0 auto; }

.c-meta__secondary {
  font-weight: 400; }

.c-noto--header {
  z-index: 300; }

.c-noto--body {
  z-index: 200;
  padding-bottom: 100px; }

.c-footer-layers__background,
.c-footer-layers__accent,
.c-footer-layers__accent:after,
.c-footer-layers__dark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.c-footer-layers__background,
.c-footer-layers__accent,
.c-footer-layers__dark {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

.c-footer-layers__accent:after {
  content: "";
  display: block;
  background-color: #FFB1A5;
  opacity: 0.4; }

@media not screen and (min-width: 62.5em) {
  .c-footer-layers__accent,
  .c-footer-layers__dark {
    display: none; } }

.c-footer-layers__background {
  grid-column: 1 / -1;
  background-color: #FFFFFF;
  z-index: -10; }

.c-footer-layers__accent {
  grid-column: 1 / -1;
  background-color: #FFFFFF;
  top: -1.2rem;
  right: 3rem;
  bottom: 0.2rem;
  z-index: -20;
  -webkit-transform: rotate(1.1deg);
          transform: rotate(1.1deg); }

.c-footer-layers__dark {
  top: -4rem;
  left: 5rem;
  bottom: -2rem;
  background-color: #34394B;
  -webkit-transform: rotate(-0.5deg);
          transform: rotate(-0.5deg);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.u-footer-is-pinned .c-noto--body {
  margin-bottom: 0 !important; }

.u-footer-is-pinned .site-footer {
  position: static !important; }

.c-search-overlay .search-field {
  color: inherit; }

@media only screen and (min-width: 62.5em) {
  .site {
    padding-left: 25px; } }

.post-password-form input[type="submit"] {
  color: currentColor;
  margin-top: 8px; }

html {
  overflow-x: hidden; }

.c-noto--header a, .c-noto--header a:hover, .c-noto--header a:active {
  color: inherit; }

.c-noto--header li:hover,
.c-noto--header [class*='current-menu'] {
  color: #34394B; }
  .u-underlined-header-links .c-noto--header li:hover, .u-underlined-header-links
  .c-noto--header [class*='current-menu'] {
    text-decoration: underline; }

@media only screen and (min-width: 62.5em) {
  .c-noto__item.no-results {
    grid-column: start / span 32; } }

.search-no-results {
  text-align: center; }

.search-trigger[class] {
  color: #fff; }
  .search-trigger[class] svg {
    width: auto;
    height: auto; }

.c-navbar__placeholder {
  display: none; }

.c-meta__primary {
  will-change: transform; }

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