/*!
Theme Name: Felt
Theme URI: https://github.com/pixelgrade/felt-free
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description: Felt is a magazine-style WordPress theme for publishers of all kinds who want to showcase their fresh ideas. Thanks to the modular layout, multiple widget areas and a hand-full of custom and unique widgets, you can highlight what's truly important for your tribe and stand out from the crowd. Its responsive design, multilingual support, and compatibility with the new Gutenberg editor will allow you to adapt this theme to multiple usage scenarios and personalize it to match your needs. No matter if you are a blogger, journalist, designer, DIY artist, photographer or small entrepreneur, this theme will fit perfectly every time.
Version: 2.4.6
Tested up to: 5.7.0
Requires PHP: 5.3.0
Requires at least: WordPress 4.9.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: felt
Domain Path: /languages/
Tags: blog, entertainment, translation-ready, theme-options, featured-images, custom-colors, custom-menu, custom-logo, two-columns, three-columns, four-columns, editor-style, full-width-template, sticky-post, threaded-comments, rtl-language-support

Felt WordPress Theme, Copyright (C) 2018-2019, Pixelgrade.
Felt 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

Felt 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 */
/* stylelint-disable */
/* stylelint-enable */
/**
 *
 * Table of Contents
 * --------------------------------------------------
 *  1.0   - Base Styles
 *  2.0   - Components
 *  3.0   - Widgets
 *  4.0   - Page
 *  5.0   - Header
 *  6.0   - Footer
 *  7.0   - Vendors
 *  8.0   - Overwrites
 * --------------------------------------------------
 */
/**
 * 1.0 - Base styles
 */
/**
 * 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: 42px; }
  @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: 32.70073px; } }
  @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: 26.77291px; } }
  @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: 22.66442px; } }
  @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: 19.64912px; } }

blockquote {
  font-family: "HK Grotesk", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    blockquote {
      font-size: 42.71845px; } }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 37.28814px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 33.08271px; } }
  @media only screen and (max-width: 400px) {
    blockquote {
      font-size: 29.72973px; } }
  blockquote:not(:last-child) {
    margin-bottom: 42px; }
    @media only screen and (max-width: 1360px) {
      blockquote:not(:last-child) {
        margin-bottom: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 19.64912px; } }
  blockquote footer, blockquote cite {
    display: block;
    margin-top: 42px;
    font-style: normal;
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.07;
    font-weight: normal;
    letter-spacing: 0.07143em;
    text-transform: uppercase; }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        margin-top: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 19.64912px; } }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        font-size: 13.52444px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 13.08013px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 12.66408px; } }
    @media only screen and (max-width: 400px) {
      blockquote footer, blockquote cite {
        font-size: 12.27368px; } }
    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: 42px; }
    @media only screen and (max-width: 1360px) {
      table:not(:last-child) {
        margin-bottom: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      table:not(:last-child) {
        margin-bottom: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      table:not(:last-child) {
        margin-bottom: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      table:not(:last-child) {
        margin-bottom: 19.64912px; } }
  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: 7px;
    max-width: 100%;
    white-space: nowrap; }
    @media only screen and (max-width: 1360px) {
      table th,
      table td {
        padding: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      table th,
      table td {
        padding: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      table th,
      table td {
        padding: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      table th,
      table td {
        padding: 6.71221px; } }
  table caption {
    padding: 7px 0; }
    @media only screen and (max-width: 1360px) {
      table caption {
        padding: 6.92576px 0; } }
    @media only screen and (max-width: 1024px) {
      table caption {
        padding: 6.85309px 0; } }
    @media only screen and (max-width: 768px) {
      table caption {
        padding: 6.78192px 0; } }
    @media only screen and (max-width: 320px) {
      table caption {
        padding: 6.71221px 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: #161616; }
  a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  a:hover, a:active {
    color: #191919; }
    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% - 400px - 4rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .o-layout__side {
    width: 400px;
    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: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  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.3821px; } }
  @media only screen and (max-width: 1024px) {
    .c-btn {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .c-btn {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .c-btn {
      font-size: 13.785px; } }
  .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: #FFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .c-btn--default {
    background-color: #111;
    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: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  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.3821px; } }
  @media only screen and (max-width: 1024px) {
    .button[class][class][class][class][class] {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .button[class][class][class][class][class] {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .button[class][class][class][class][class] {
      font-size: 13.785px; } }
  .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: #FFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .button[class][class][class][class][class].default {
    background-color: #111;
    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: currentColor;
  opacity: .6;
  font-style: italic; }

::-moz-placeholder {
  color: currentColor;
  opacity: .6;
  font-style: italic; }

:-ms-input-placeholder {
  color: currentColor;
  opacity: .6;
  font-style: italic; }

:-moz-placeholder {
  color: currentColor;
  opacity: .6;
  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: 0.76471em 1.11765em 0.88235em;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  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: 0.7647em 1.1176em 0.88233em; } }
  @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: 0.76468em 1.11755em 0.88232em; } }
  @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: 0.76467em 1.1175em 0.8823em; } }
  @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: 0.76466em 1.11745em 0.88228em; } }
  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: #383838; }
  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: #EBEBEB;
    background-color: #EBEBEB; }

input[type="checkbox"] {
  position: relative;
  left: 0;
  float: left;
  clear: left;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type="checkbox"]:checked {
    border-color: #3B3B3B;
    background: #FFFFFF 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: 1px solid #E0E0E0;
  border-radius: 0;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 50%; }
  input[type="radio"]:checked {
    border: 7px solid #3B3B3B;
    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: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  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.3821px; } }
  @media only screen and (max-width: 1024px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 13.785px; } }
  .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: #FFF;
    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-in-out;
  transition: all 0.3s ease-in-out;
  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: #EBEBEB;
  border-color: #EBEBEB; }

textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.76471em 1.11765em 0.88235em;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  min-height: 120px;
  resize: vertical; }
  @media only screen and (max-width: 1360px) {
    textarea {
      padding: 0.7647em 1.1176em 0.88233em; } }
  @media only screen and (max-width: 1024px) {
    textarea {
      padding: 0.76468em 1.11755em 0.88232em; } }
  @media only screen and (max-width: 768px) {
    textarea {
      padding: 0.76467em 1.1175em 0.8823em; } }
  @media only screen and (max-width: 320px) {
    textarea {
      padding: 0.76466em 1.11745em 0.88228em; } }
  textarea:focus, textarea:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  textarea[disabled] {
    border-color: #EBEBEB;
    background-color: #EBEBEB; }

select {
  width: 100%;
  max-width: 100%;
  padding: 0.76471em 1.11765em 0.88235em;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  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: 0.7647em 1.1176em 0.88233em; } }
  @media only screen and (max-width: 1024px) {
    select {
      padding: 0.76468em 1.11755em 0.88232em; } }
  @media only screen and (max-width: 768px) {
    select {
      padding: 0.76467em 1.1175em 0.8823em; } }
  @media only screen and (max-width: 320px) {
    select {
      padding: 0.76466em 1.11745em 0.88228em; } }
  select:focus, select:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  select[disabled] {
    border-color: #EBEBEB;
    background-color: #EBEBEB; }
  select[multiple] {
    background: none;
    padding-right: 13px; }

fieldset {
  border: 0; }
  fieldset legend {
    color: #3B3B3B;
    padding: 0 !important; }
  fieldset > div {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      fieldset > div {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      fieldset > div {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      fieldset > div {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      fieldset > div {
        margin-top: 10.42442px; } }

.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: 1px solid #E0E0E0;
  border-radius: 0;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.76471em 1.11765em 0.88235em;
    color: #3B3B3B; }
    @media only screen and (max-width: 1360px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0.7647em 1.1176em 0.88233em; } }
    @media only screen and (max-width: 1024px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0.76468em 1.11755em 0.88232em; } }
    @media only screen and (max-width: 768px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0.76467em 1.1175em 0.8823em; } }
    @media only screen and (max-width: 320px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0.76466em 1.11745em 0.88228em; } }
  .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: 1.11765em;
    -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.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s 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-in-out;
  transition: all 0.3s ease-in-out;
  -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-in-out;
  transition: all 0.3s ease-in-out;
  -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: 21px; }
    @media only screen and (max-width: 1360px) {
      .c-card__aside + .c-card__content {
        margin-top: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__aside + .c-card__content {
        margin-top: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .c-card__aside + .c-card__content {
        margin-top: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .c-card__aside + .c-card__content {
        margin-top: 10.46729px; } }
  .c-card__content > :not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 10.42442px; } }

.c-card__letter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  font-family: "HK Grotesk", sans-serif;
  font-size: 250px;
  line-height: 1.735;
  font-weight: 700;
  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: 42px;
  margin-bottom: 42px;
  margin-right: 42px; }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-bottom: 19.64912px; } }
  @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: 42px;
  margin-bottom: 42px;
  margin-left: 42px; }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-bottom: 19.64912px; } }
  @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: 56px;
  margin-bottom: 56px;
  max-width: 100%; }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 25.16854px; } }
  .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: 56px; }
  @media only screen and (max-width: 1360px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 25.16854px; } }

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

.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 {
  max-width: 100%; }
  figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
    margin-top: 56px; }
    @media only screen and (max-width: 1360px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 25.16854px; } }

.wp-caption-text,
.gallery-caption {
  font-size: 14px; }
  @media only screen and (max-width: 1360px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.52444px; } }
  @media only screen and (max-width: 1024px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.08013px; } }
  @media only screen and (max-width: 768px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 12.66408px; } }
  @media only screen and (max-width: 400px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 12.27368px; } }
  .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; } }

.entry-content a:not([class]) {
  position: relative;
  padding-left: 2px;
  padding-right: 2px;
  border-bottom: 0;
  -webkit-box-shadow: #FFFCFC 0 1.5em inset;
          box-shadow: #FFFCFC 0 1.5em inset;
  background-color: #FFFCFC;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-property: color, opacity, -webkit-box-shadow;
  transition-property: color, opacity, -webkit-box-shadow;
  transition-property: box-shadow, color, opacity;
  transition-property: box-shadow, color, opacity, -webkit-box-shadow;
  text-decoration: none; }
  .entry-content a:not([class]):hover {
    -webkit-box-shadow: #FFFCFC 0 0 inset;
            box-shadow: #FFFCFC 0 0 inset;
    text-decoration: none; }
  .u-underlined-links .entry-content a:not([class]) {
    text-decoration: none;
    border-bottom: 0.07em solid; }

.entry-content .link-reset {
  padding-left: 0;
  padding-right: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none; }
  .entry-content .link-reset:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

.entry-content blockquote {
  position: relative;
  padding-left: 40px;
  border-left: solid #FF6000;
  border-left-width: 10px; }
  @media only screen and (max-width: 1360px) {
    .entry-content blockquote {
      padding-left: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content blockquote {
      padding-left: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .entry-content blockquote {
      padding-left: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .entry-content blockquote {
      padding-left: 18.82353px; } }
  @media only screen and (max-width: 1360px) {
    .entry-content blockquote {
      border-left-width: 9.69697px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content blockquote {
      border-left-width: 9.41176px; } }
  @media only screen and (max-width: 768px) {
    .entry-content blockquote {
      border-left-width: 9.14286px; } }
  @media only screen and (max-width: 320px) {
    .entry-content blockquote {
      border-left-width: 8.88889px; } }
  .entry-content blockquote:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .entry-content blockquote:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content blockquote:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .entry-content blockquote:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .entry-content blockquote:not(:first-child) {
        margin-top: 10.42442px; } }

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

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

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

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

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

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

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

.entry-content .wp-block-image .alignleft,
.entry-content .editor-block-list__layout .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) {
    .entry-content .wp-block-image .alignleft,
    .entry-content .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
      margin-right: 3em;
      width: auto; } }

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

.entry-content .wp-block-image .alignright,
.entry-content .editor-block-list__layout .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) {
    .entry-content .wp-block-image .alignright,
    .entry-content .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
      margin-left: 3em;
      width: auto; } }

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

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

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

.entry-content .wp-block-quote__citation,
.entry-content .wp-block-quote cite,
.entry-content .wp-block-quote footer {
  color: inherit; }

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

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

.entry-content .wp-block-button__link {
  text-decoration: none; }

/**
 * 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: "HK Grotesk", sans-serif;
  font-size: 13px;
  line-height: 1.23077;
  font-weight: normal;
  letter-spacing: 0.07692em;
  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: 12.58304px; } }
  @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: 12.19199px; } }
  @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: 11.82451px; } }
  @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: 11.47854px; } }
  .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: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  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.3821px; } }
  @media only screen and (max-width: 1024px) {
    .c-comments-toggle__label {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .c-comments-toggle__label {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .c-comments-toggle__label {
      font-size: 13.785px; } }
  .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: #FFF;
    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.45783px; } }
  @media only screen and (max-width: 1024px) {
    .comment__content {
      font-size: 13.95349px; } }
  @media only screen and (max-width: 768px) {
    .comment__content {
      font-size: 13.48315px; } }
  @media only screen and (max-width: 400px) {
    .comment__content {
      font-size: 13.04348px; } }

.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: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 500; }
  @media only screen and (max-width: 1360px) {
    .comment__author {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .comment__author {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .comment__author {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .comment__author {
      font-size: 13.785px; } }
  .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: 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%;
    color: currentColor;
    padding-bottom: 14px;
    margin: 0;
    cursor: pointer; }
    @media only screen and (max-width: 1360px) {
      .comment-form label {
        padding-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form label {
        padding-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label {
        padding-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .comment-form label {
        padding-bottom: 10.42442px; } }

.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: 28px;
  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: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .comment-form-subscriptions {
      margin-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .comment-form-subscriptions {
      margin-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .comment-form-subscriptions {
      margin-top: 13.65854px; } }
  .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: "HK Grotesk", 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.52444px; } }
  @media only screen and (max-width: 1024px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 13.08013px; } }
  @media only screen and (max-width: 768px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 12.66408px; } }
  @media only screen and (max-width: 400px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 12.27368px; } }

.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;
    font-family: "HK Grotesk", sans-serif;
    font-size: 17px;
    line-height: 1.17647;
    text-transform: lowercase; }
    @media only screen and (max-width: 1360px) {
      .entry-content .tags > a {
        font-size: 16.29607px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content .tags > a {
        font-size: 15.64812px; } }
    @media only screen and (max-width: 768px) {
      .entry-content .tags > a {
        font-size: 15.04972px; } }
    @media only screen and (max-width: 400px) {
      .entry-content .tags > a {
        font-size: 14.49541px; } }
    .entry-content .tags > a:hover {
      opacity: 0.6; }

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

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

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

.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: #FFFCFC; }

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

.site {
  border: 0 solid transparent; }

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

body {
  font-family: "PT Serif", serif;
  font-size: 20px;
  line-height: 1.6;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    body {
      font-size: 18.964px; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 18.03005px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 17.18377px; } }
  @media only screen and (max-width: 400px) {
    body {
      font-size: 16.41337px; } }

.h0, .c-search-overlay .search-field {
  font-family: "HK Grotesk", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #191919; }
  @media only screen and (max-width: 1360px) {
    .h0, .c-search-overlay .search-field {
      font-size: 42.71845px; } }
  @media only screen and (max-width: 1024px) {
    .h0, .c-search-overlay .search-field {
      font-size: 37.28814px; } }
  @media only screen and (max-width: 768px) {
    .h0, .c-search-overlay .search-field {
      font-size: 33.08271px; } }
  @media only screen and (max-width: 400px) {
    .h0, .c-search-overlay .search-field {
      font-size: 29.72973px; } }
  .h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
        margin-top: 10.42442px; } }
  .h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
        margin-bottom: 10.42442px; } }

.h1, h1 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 36px;
  line-height: 1.22;
  font-weight: 700;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .h1, h1 {
      font-size: 31.61677px; } }
  @media only screen and (max-width: 1024px) {
    .h1, h1 {
      font-size: 28.18505px; } }
  @media only screen and (max-width: 768px) {
    .h1, h1 {
      font-size: 25.42536px; } }
  @media only screen and (max-width: 400px) {
    .h1, h1 {
      font-size: 23.15789px; } }
  .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: "HK Grotesk", sans-serif;
  font-size: 26px;
  line-height: 1.19;
  font-weight: 700;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .h2, h2 {
      font-size: 23.8511px; } }
  @media only screen and (max-width: 1024px) {
    .h2, h2 {
      font-size: 22.0303px; } }
  @media only screen and (max-width: 768px) {
    .h2, h2 {
      font-size: 20.46779px; } }
  @media only screen and (max-width: 400px) {
    .h2, h2 {
      font-size: 19.11223px; } }
  .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: "HK Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.19;
  font-weight: 700;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .h3, h3 {
      font-size: 19.82441px; } }
  @media only screen and (max-width: 1024px) {
    .h3, h3 {
      font-size: 18.77347px; } }
  @media only screen and (max-width: 768px) {
    .h3, h3 {
      font-size: 17.82834px; } }
  @media only screen and (max-width: 400px) {
    .h3, h3 {
      font-size: 16.97381px; } }
  .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: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 500;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .h4, h4 {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .h4, h4 {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .h4, h4 {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .h4, h4 {
      font-size: 13.785px; } }
  .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, .page-links, h5 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.07;
  font-weight: normal;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .h5, .page-links, h5 {
      font-size: 13.52444px; } }
  @media only screen and (max-width: 1024px) {
    .h5, .page-links, h5 {
      font-size: 13.08013px; } }
  @media only screen and (max-width: 768px) {
    .h5, .page-links, h5 {
      font-size: 12.66408px; } }
  @media only screen and (max-width: 400px) {
    .h5, .page-links, h5 {
      font-size: 12.27368px; } }
  .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 13.65854px; } }

.h6, h6 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 13px;
  line-height: 1.23077;
  font-weight: normal;
  letter-spacing: 0.07692em;
  text-transform: uppercase;
  color: #FF6000; }
  @media only screen and (max-width: 1360px) {
    .h6, h6 {
      font-size: 12.58304px; } }
  @media only screen and (max-width: 1024px) {
    .h6, h6 {
      font-size: 12.19199px; } }
  @media only screen and (max-width: 768px) {
    .h6, h6 {
      font-size: 11.82451px; } }
  @media only screen and (max-width: 400px) {
    .h6, h6 {
      font-size: 11.47854px; } }
  .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: 42px; }
  @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: 32.70073px; } }
  @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: 26.77291px; } }
  @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: 22.66442px; } }
  @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: 19.64912px; } }

blockquote {
  font-family: "HK Grotesk", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    blockquote {
      font-size: 42.71845px; } }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 37.28814px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 33.08271px; } }
  @media only screen and (max-width: 400px) {
    blockquote {
      font-size: 29.72973px; } }
  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: "HK Grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.07;
    font-weight: normal;
    letter-spacing: 0.07143em;
    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.52444px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 13.08013px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 12.66408px; } }
    @media only screen and (max-width: 400px) {
      blockquote footer, blockquote cite {
        font-size: 12.27368px; } }
    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: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 1360px) {
    .u-blog-sides-spacing {
      padding-left: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .u-blog-sides-spacing {
      padding-left: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .u-blog-sides-spacing {
      padding-left: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .u-blog-sides-spacing {
      padding-left: 26.66667px; } }
  @media only screen and (max-width: 1360px) {
    .u-blog-sides-spacing {
      padding-right: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .u-blog-sides-spacing {
      padding-right: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .u-blog-sides-spacing {
      padding-right: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .u-blog-sides-spacing {
      padding-right: 26.66667px; } }

.c-gallery--blog {
  margin-top: -40px;
  margin-left: -40px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-top: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-top: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-top: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-top: -18.82353px; } }
  @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: 40px;
    padding-left: 40px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        margin-top: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        margin-top: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        margin-top: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        margin-top: 18.82353px; } }
    @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: "HK Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .c-card__title {
      font-size: 19.82441px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__title {
      font-size: 18.77347px; } }
  @media only screen and (max-width: 768px) {
    .c-card__title {
      font-size: 17.82834px; } }
  @media only screen and (max-width: 400px) {
    .c-card__title {
      font-size: 16.97381px; } }

.c-meta__primary {
  font-family: "HK Grotesk", sans-serif;
  font-size: 13px;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF6000; }
  @media only screen and (max-width: 1360px) {
    .c-meta__primary {
      font-size: 12.58304px; } }
  @media only screen and (max-width: 1024px) {
    .c-meta__primary {
      font-size: 12.19199px; } }
  @media only screen and (max-width: 768px) {
    .c-meta__primary {
      font-size: 11.82451px; } }
  @media only screen and (max-width: 400px) {
    .c-meta__primary {
      font-size: 11.47854px; } }

.c-meta__secondary {
  font-family: "HK Grotesk", sans-serif;
  font-size: 13px;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF6000; }
  @media only screen and (max-width: 1360px) {
    .c-meta__secondary {
      font-size: 12.58304px; } }
  @media only screen and (max-width: 1024px) {
    .c-meta__secondary {
      font-size: 12.19199px; } }
  @media only screen and (max-width: 768px) {
    .c-meta__secondary {
      font-size: 11.82451px; } }
  @media only screen and (max-width: 400px) {
    .c-meta__secondary {
      font-size: 11.47854px; } }

.c-meta__separator {
  color: #FF6000; }

.c-card__excerpt {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  color: #161616; }
  @media only screen and (max-width: 1360px) {
    .c-card__excerpt {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__excerpt {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .c-card__excerpt {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .c-card__excerpt {
      font-size: 13.785px; } }

.c-card__footer {
  color: #000000; }

.c-card__thumbnail-background {
  background-color: #FFF4E8; }

.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; } }

.no-customify .c-gallery--blog .c-card__frame {
  padding-top: 75%; }

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

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

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

/**
 * 2.0 - Components
 */
/**
 * Style Author Box displayed below post
 */
.c-author {
  padding-top: 42px;
  padding-bottom: 42px;
  margin-top: 84px;
  border-top: 2px solid #3B3B3B;
  border-bottom: 2px solid #3B3B3B; }
  @media only screen and (max-width: 1360px) {
    .c-author {
      padding-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .c-author {
      padding-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .c-author {
      padding-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .c-author {
      padding-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .c-author {
      padding-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .c-author {
      padding-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .c-author {
      padding-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .c-author {
      padding-bottom: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .c-author {
      margin-top: 62.22222px; } }
  @media only screen and (max-width: 1024px) {
    .c-author {
      margin-top: 49.41176px; } }
  @media only screen and (max-width: 768px) {
    .c-author {
      margin-top: 40.97561px; } }
  @media only screen and (max-width: 320px) {
    .c-author {
      margin-top: 35px; } }

.c-author__description {
  font-size: 15px;
  margin-top: -14px; }
  @media only screen and (max-width: 1360px) {
    .c-author__description {
      font-size: 14.45783px; } }
  @media only screen and (max-width: 1024px) {
    .c-author__description {
      font-size: 13.95349px; } }
  @media only screen and (max-width: 768px) {
    .c-author__description {
      font-size: 13.48315px; } }
  @media only screen and (max-width: 400px) {
    .c-author__description {
      font-size: 13.04348px; } }
  @media only screen and (max-width: 1360px) {
    .c-author__description {
      margin-top: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-author__description {
      margin-top: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-author__description {
      margin-top: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-author__description {
      margin-top: -10.42442px; } }
  .c-author__description:not(last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1360px) {
      .c-author__description:not(last-child) {
        margin-bottom: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .c-author__description:not(last-child) {
        margin-bottom: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .c-author__description:not(last-child) {
        margin-bottom: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .c-author__description:not(last-child) {
        margin-bottom: 10.46729px; } }

.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__avatar img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0; }

.c-author__label {
  color: #3B3B3B; }
  .c-author .c-author__label:after {
    padding-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .c-author .c-author__label:after {
        padding-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .c-author .c-author__label:after {
        padding-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .c-author .c-author__label:after {
        padding-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .c-author .c-author__label:after {
        padding-bottom: 10.42442px; } }

.c-author__links, .c-author__links * {
  color: inherit; }

.c-author__footer {
  padding-bottom: 0; }
  .c-author__footer > * {
    display: inline-block;
    vertical-align: middle; }
  .c-author__footer a {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .c-author__footer a:hover {
      color: inherit; }

.c-card:focus-within .c-card__letter {
  opacity: .7;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.c-card:focus-within .c-card__frame img {
  opacity: .7; }

.c-card__meta[class][class] a {
  text-decoration: none;
  background: none;
  padding: 0;
  color: inherit; }

.c-card__meta[class][class] a:hover {
  opacity: .6; }

.aspect-ratio-portrait .c-card__frame {
  padding-top: 133.33333%; }

.aspect-ratio-square .c-card__frame {
  padding-top: 100%; }

.aspect-ratio-landscape .c-card__frame {
  padding-top: 75%; }

.widget_featured_posts_slideshow .c-card__frame {
  padding-top: 100%; }

.c-card__link,
.c-card__frame img {
  display: block; }

.c-gallery--title-overlay .c-card__content {
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.2); }
  .c-gallery--title-overlay .c-card__content > * {
    width: 100%; }
  .c-gallery--title-overlay .c-card__content .c-card__excerpt {
    overflow: hidden; }

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

.c-meta__separator {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 14px;
          flex: 1 1 14px;
  width: 14px;
  max-width: 56px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .c-meta__separator:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor; }

.c-gallery--blog .c-card__frame {
  color: white; }

.c-card__letter[class] {
  line-height: 1.7;
  opacity: 0; }

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

.has-post-thumbnail > .c-card .c-card__letter {
  color: #FFFFFF; }

.has-post-thumbnail > .c-card:hover img,
.has-post-thumbnail > .c-card.hover img {
  opacity: .6; }

.header-dropcap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFFCFC;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  pointer-events: none; }
  @media only screen and (max-width: 1360px) {
    .header-dropcap {
      font-size: 42.71845px; } }
  @media only screen and (max-width: 1024px) {
    .header-dropcap {
      font-size: 37.28814px; } }
  @media only screen and (max-width: 768px) {
    .header-dropcap {
      font-size: 33.08271px; } }
  @media only screen and (max-width: 400px) {
    .header-dropcap {
      font-size: 29.72973px; } }
  .header-dropcap:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .header-dropcap:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .header-dropcap:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .header-dropcap:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .header-dropcap:not(:first-child) {
        margin-top: 10.42442px; } }
  .header-dropcap:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .header-dropcap:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .header-dropcap:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .header-dropcap:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .header-dropcap:not(:last-child) {
        margin-bottom: 10.42442px; } }
  @media not screen and (min-width: 42.5em) {
    .header-dropcap {
      display: none; } }
  .header-dropcap[class] {
    line-height: 0.66; }
  .header-dropcap[class]:before, .header-dropcap[class]:after {
    content: none; }

.posted-on .published + .updated {
  display: none; }

ul.page-numbers[class][class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
  margin-bottom: 28px;
  margin-left: -14px;
  list-style: none;
  padding-left: 0; }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-top: 52.70588px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-top: 42.26415px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-top: 35.27559px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-top: 30.27027px; } }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-bottom: 13.65854px; } }
  @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] .prev {
    padding-right: 42px; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 19.64912px; } }
  ul.page-numbers[class][class] .next {
    padding-left: 42px; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] .next {
        padding-left: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] .next {
        padding-left: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] .next {
        padding-left: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] .next {
        padding-left: 19.64912px; } }
  ul.page-numbers[class][class] .next,
  ul.page-numbers[class][class] .prev {
    font-family: "HK Grotesk", sans-serif;
    font-size: 21px;
    line-height: 1.19;
    font-weight: 700;
    text-transform: none; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 19.82441px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 18.77347px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 17.82834px; } }
    @media only screen and (max-width: 400px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 16.97381px; } }
    ul.page-numbers[class][class] .next:not(:last-child),
    ul.page-numbers[class][class] .prev:not(:last-child) {
      margin-bottom: 35px; }
      @media only screen and (max-width: 1360px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 16.71642px; } }
    ul.page-numbers[class][class] .next:after,
    ul.page-numbers[class][class] .prev:after {
      padding: 0; }
  @media not screen and (min-width: 62.5em) {
    ul.page-numbers[class][class] {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

ul.page-numbers > li > :not(.prev):not(.next) {
  display: none;
  min-width: 2em;
  line-height: 2;
  padding-left: 0.2em;
  text-align: center;
  font-style: normal; }
  @media only screen and (min-width: 62.5em) {
    ul.page-numbers > li > :not(.prev):not(.next) {
      display: block; } }

.c-reading-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF6000;
  -webkit-transition: 350ms -webkit-transform ease;
  transition: 350ms -webkit-transform ease;
  transition: 350ms transform ease;
  transition: 350ms transform ease, 350ms -webkit-transform ease;
  will-change: transform; }
  .reading-bar--hide .c-reading-bar {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    pointer-events: none; }
  .c-reading-bar > * {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3); }
  .c-reading-bar .sd-social-icon .sd-content.sd-content ul li[class*='share-'] a.sd-button {
    background: transparent !important; }

.c-reading-bar__wrapper-title {
  font-family: "PT Serif", serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.15s opacity ease-in-out;
  transition: 0.15s opacity ease-in-out; }
  @media only screen and (max-width: 1360px) {
    .c-reading-bar__wrapper-title {
      font-size: 16.29607px; } }
  @media only screen and (max-width: 1024px) {
    .c-reading-bar__wrapper-title {
      font-size: 15.64812px; } }
  @media only screen and (max-width: 768px) {
    .c-reading-bar__wrapper-title {
      font-size: 15.04972px; } }
  @media only screen and (max-width: 400px) {
    .c-reading-bar__wrapper-title {
      font-size: 14.49541px; } }

.c-reading-bar__wrapper-title--next {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  pointer-events: none; }
  .c-reading-bar__wrapper-title--next .post-title__post-name {
    text-decoration: none; }
    .c-reading-bar__wrapper-title--next .post-title__post-name:hover {
      text-decoration: underline; }

.post-title__post-name {
  max-width: 30vw;
  white-space: nowrap;
  text-overflow: ellipsis; }

.show-next-title .c-reading-bar__wrapper-title--next {
  opacity: 1;
  pointer-events: auto; }

.show-next-title .c-reading-bar__wrapper-title--next + .c-reading-bar__wrapper-title--current {
  opacity: 0;
  pointer-events: none; }

.post-title__label {
  font-style: italic;
  margin-right: 5px; }

.c-reading-bar__wrapper-menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left; }

.c-reading-bar__wrapper-menu-trigger,
.c-reading-bar__wrapper-social {
  font-size: 12px; }
  @media only screen and (max-width: 1360px) {
    .c-reading-bar__wrapper-menu-trigger,
    .c-reading-bar__wrapper-social {
      font-size: 11.63467px; } }
  @media only screen and (max-width: 1024px) {
    .c-reading-bar__wrapper-menu-trigger,
    .c-reading-bar__wrapper-social {
      font-size: 11.29093px; } }
  @media only screen and (max-width: 768px) {
    .c-reading-bar__wrapper-menu-trigger,
    .c-reading-bar__wrapper-social {
      font-size: 10.96692px; } }
  @media only screen and (max-width: 400px) {
    .c-reading-bar__wrapper-menu-trigger,
    .c-reading-bar__wrapper-social {
      font-size: 10.66098px; } }
  .c-reading-bar__wrapper-menu-trigger .sharedaddy[class],
  .c-reading-bar__wrapper-social .sharedaddy[class] {
    margin-top: 0; }

.c-reading-bar__menu-trigger {
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 14px;
  margin-left: -14px;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase; }
  @media only screen and (max-width: 1360px) {
    .c-reading-bar__menu-trigger {
      padding: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-reading-bar__menu-trigger {
      padding: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-reading-bar__menu-trigger {
      padding: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-reading-bar__menu-trigger {
      padding: 10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .c-reading-bar__menu-trigger {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-reading-bar__menu-trigger {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-reading-bar__menu-trigger {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-reading-bar__menu-trigger {
      margin-left: -10.42442px; } }

.c-reading-bar__wrapper-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-reading-bar .c-reading-bar__wrapper-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important; }

.c-reading-bar .c-reading-bar__wrapper-social li {
  margin-right: 14px;
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 1360px) {
    .c-reading-bar .c-reading-bar__wrapper-social li {
      margin-right: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-reading-bar .c-reading-bar__wrapper-social li {
      margin-right: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-reading-bar .c-reading-bar__wrapper-social li {
      margin-right: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-reading-bar .c-reading-bar__wrapper-social li {
      margin-right: 10.42442px; } }
  .c-reading-bar .c-reading-bar__wrapper-social li:last-child {
    margin-right: 0; }

.c-reading-bar .c-reading-bar__wrapper-social .sd-social[class*="text"] li {
  opacity: .5;
  -webkit-transition: 0.15s opacity ease-in-out;
  transition: 0.15s opacity ease-in-out; }
  .c-reading-bar .c-reading-bar__wrapper-social .sd-social[class*="text"] li:hover {
    opacity: 1; }

.c-reading-bar .c-reading-bar__wrapper-social .sd-social[class*="text"] a {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }
  .c-reading-bar .c-reading-bar__wrapper-social .sd-social[class*="text"] a:before {
    content: none !important; }
  .c-reading-bar .c-reading-bar__wrapper-social .sd-social[class*="text"] a span {
    margin-left: 0 !important;
    line-height: 1 !important; }

.c-reading-bar__label-social {
  margin-right: 14px; }
  @media only screen and (max-width: 1360px) {
    .c-reading-bar__label-social {
      margin-right: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-reading-bar__label-social {
      margin-right: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-reading-bar__label-social {
      margin-right: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-reading-bar__label-social {
      margin-right: 10.42442px; } }

.search-trigger {
  border: 0;
  padding: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  color: inherit; }
  .search-trigger:first-child:last-child {
    margin-left: auto; }
  .c-navbar__zone--right .search-trigger {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.c-reading-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 3px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: inherit; }

.c-reading-progress::-webkit-progress-bar {
  background-color: transparent; }

.c-reading-progress::-webkit-progress-value {
  background-color: currentColor; }

.c-reading-progress::-moz-progress-bar {
  background-color: currentColor; }

/**
 * 3.0 - Widgets
 */
.widget ul:not(:last-child) {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .widget ul:not(:last-child) {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .widget ul:not(:last-child) {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .widget ul:not(:last-child) {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .widget ul:not(:last-child) {
      margin-bottom: 13.65854px; } }

.widget li:not([class]):not(:last-child) {
  margin-bottom: 7px; }
  @media only screen and (max-width: 1360px) {
    .widget li:not([class]):not(:last-child) {
      margin-bottom: 6.92576px; } }
  @media only screen and (max-width: 1024px) {
    .widget li:not([class]):not(:last-child) {
      margin-bottom: 6.85309px; } }
  @media only screen and (max-width: 768px) {
    .widget li:not([class]):not(:last-child) {
      margin-bottom: 6.78192px; } }
  @media only screen and (max-width: 320px) {
    .widget li:not([class]):not(:last-child) {
      margin-bottom: 6.71221px; } }

.widget .c-meta li:not([class]):not(:last-child) {
  margin-bottom: 0; }

.widget img {
  max-width: 100%; }

.widget .c-card__btn {
  color: #FFFFFF; }
  .widget .c-card__btn:hover {
    text-decoration: none; }

.widget a {
  text-decoration: none; }

.widget.flush {
  padding: 0 !important; }

.widget.divider {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.4); }

.widget_nav_menu ul.menu > li a:hover {
  opacity: 1; }

.widget_nav_menu ul.menu > li.current-menu-item {
  text-decoration: underline; }

.widget_nav_menu ul,
.widget_pages ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .widget_nav_menu ul ul,
  .widget_pages ul ul {
    margin-top: 11px; }

.widget_nav_menu li:not(:last-child),
.widget_pages li:not(:last-child) {
  margin-bottom: 11px; }

.widget_authors > ul > li > a {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 1360px) {
    .widget_authors > ul > li > a {
      margin-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .widget_authors > ul > li > a {
      margin-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .widget_authors > ul > li > a {
      margin-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .widget_authors > ul > li > a {
      margin-bottom: 10.42442px; } }
  .widget_authors > ul > li > a > img {
    margin-right: 7px; }
    @media only screen and (max-width: 1360px) {
      .widget_authors > ul > li > a > img {
        margin-right: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .widget_authors > ul > li > a > img {
        margin-right: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .widget_authors > ul > li > a > img {
        margin-right: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .widget_authors > ul > li > a > img {
        margin-right: 6.71221px; } }
  .widget_authors > ul > li > a > strong {
    font-family: "HK Grotesk", sans-serif;
    font-size: 15px;
    text-transform: uppercase; }

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

.widget_rss cite {
  margin-top: 12px; }

.widget_rss ul a,
.widget_text ul a {
  text-decoration: underline; }
  .widget_rss ul a:hover,
  .widget_text ul a:hover {
    text-decoration: none; }

.widget_text img {
  max-width: 100%; }
  .widget_text img:first-child {
    margin-top: 0; }
  .widget_text img:last-child {
    margin-bottom: 0; }

.widget_media_image img {
  display: block; }

.widget_facebook_likebox {
  overflow: visible !important; }

.widget-area--side .search-form[class],
.widget-area--sidebar-footer .search-form[class],
.widget-area--footer-featured .search-form[class] {
  position: relative; }
  .widget-area--side .search-form[class] input[type="text"],
  .widget-area--sidebar-footer .search-form[class] input[type="text"],
  .widget-area--footer-featured .search-form[class] input[type="text"] {
    padding: 18px;
    padding-right: 60px; }
    @media only screen and (max-width: 1360px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding: 15.22521px; } }
    @media only screen and (max-width: 1024px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding: 13.19165px; } }
    @media only screen and (max-width: 768px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding: 11.6373px; } }
    @media only screen and (max-width: 320px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding: 10.41064px; } }
    @media only screen and (max-width: 1360px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding-right: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding-right: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding-right: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .widget-area--side .search-form[class] input[type="text"],
      .widget-area--sidebar-footer .search-form[class] input[type="text"],
      .widget-area--footer-featured .search-form[class] input[type="text"] {
        padding-right: 26.66667px; } }
  .widget-area--side .search-form[class] .search-submit,
  .widget-area--sidebar-footer .search-form[class] .search-submit,
  .widget-area--footer-featured .search-form[class] .search-submit {
    position: absolute;
    top: 0;
    right: 5px;
    width: auto;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;
    color: transparent;
    background-color: transparent; }
    .widget-area--side .search-form[class] .search-submit:before,
    .widget-area--sidebar-footer .search-form[class] .search-submit:before,
    .widget-area--footer-featured .search-form[class] .search-submit:before {
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url("assets/images/icon-search.svg") center center no-repeat; }
    .widget-area--side .search-form[class] .search-submit:hover:before,
    .widget-area--sidebar-footer .search-form[class] .search-submit:hover:before,
    .widget-area--footer-featured .search-form[class] .search-submit:hover:before {
      -webkit-transform: none;
              transform: none; }

.widget-area--below-post {
  margin-top: 112px; }
  .widget-area--below-post > :not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1360px) {
      .widget-area--below-post > :not(:first-child) {
        margin-top: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      .widget-area--below-post > :not(:first-child) {
        margin-top: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      .widget-area--below-post > :not(:first-child) {
        margin-top: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      .widget-area--below-post > :not(:first-child) {
        margin-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .widget-area--below-post {
      margin-top: 80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .widget-area--below-post {
      margin-top: 62.65734px; } }
  @media only screen and (max-width: 768px) {
    .widget-area--below-post {
      margin-top: 51.3467px; } }
  @media only screen and (max-width: 320px) {
    .widget-area--below-post {
      margin-top: 43.49515px; } }
  .widget-area--below-post .widget__title {
    font-size: 24px;
    color: #161616; }
    @media only screen and (max-width: 1360px) {
      .widget-area--below-post .widget__title {
        font-size: 22.30069px; } }
    @media only screen and (max-width: 1024px) {
      .widget-area--below-post .widget__title {
        font-size: 20.8261px; } }
    @media only screen and (max-width: 768px) {
      .widget-area--below-post .widget__title {
        font-size: 19.53443px; } }
    @media only screen and (max-width: 400px) {
      .widget-area--below-post .widget__title {
        font-size: 18.39362px; } }
  .widget-area--below-post .widget ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget-area--below-post .widget ul li {
      padding-bottom: 0;
      list-style: none; }

.widget-area--side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .widget-area--side .widget_categories ul,
  .widget-area--side .widget_pages ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
    .widget-area--side .widget_categories ul li,
    .widget-area--side .widget_pages ul li {
      margin-right: 0;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      line-height: 1.75; }
      .widget-area--side .widget_categories ul li:last-child,
      .widget-area--side .widget_pages ul li:last-child {
        margin-bottom: 0; }
  .widget-area--side .widget_categories .children,
  .widget-area--side .widget_pages .children {
    margin-top: 7px;
    padding-top: 0;
    padding-bottom: 0; }
  .widget-area--side > .widget:last-child[class][class][class][class] {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }

@media not screen and (min-width: 50em) {
  .widget_categories {
    display: block;
    padding: 0;
    border: 0; } }

.widget_calendar table {
  width: 100%;
  text-align: center; }

.widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
  position: relative;
  padding-bottom: 56px;
  margin-top: 56px; }
  @media only screen and (max-width: 1360px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      padding-bottom: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
      margin-top: 25.16854px; } }
  .widget--stripe:before, .widget.dark:before, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1):before,
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):before, .widget_promo_box:before, .widget--stripe:after, .widget.dark:after, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1):after,
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):after, .widget_promo_box:after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    width: calc(50vw - 50%);
    height: 100%;
    background-color: inherit;
    z-index: 1; }
  .widget--stripe:after, .widget.dark:after, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1):after,
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):after, .widget_promo_box:after {
    left: 100%; }
  .widget--stripe:before, .widget.dark:before, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1):before,
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):before, .widget_promo_box:before {
    right: 100%; }

.o-layout__main:not(.widget-area),
.o-layout__side:not(.widget-area),
.o-layout__full:not(.widget-area) {
  padding-top: 56px; }
  @media only screen and (max-width: 1360px) {
    .o-layout__main:not(.widget-area),
    .o-layout__side:not(.widget-area),
    .o-layout__full:not(.widget-area) {
      padding-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .o-layout__main:not(.widget-area),
    .o-layout__side:not(.widget-area),
    .o-layout__full:not(.widget-area) {
      padding-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__main:not(.widget-area),
    .o-layout__side:not(.widget-area),
    .o-layout__full:not(.widget-area) {
      padding-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .o-layout__main:not(.widget-area),
    .o-layout__side:not(.widget-area),
    .o-layout__full:not(.widget-area) {
      padding-top: 25.16854px; } }

.o-layout {
  padding-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    .o-layout {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .o-layout {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .o-layout {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .o-layout {
      padding-bottom: 25.16854px; } }
  .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
    margin-bottom: -56px; }
    @media only screen and (max-width: 1360px) {
      .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
        margin-bottom: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
        margin-bottom: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
        margin-bottom: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
        margin-bottom: -25.16854px; } }
    .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child:nth-of-type(2n):not(.dark):not(.highlighted):not(.widget_promo_box--dark) {
      margin-bottom: 0; }
  .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) {
    padding-top: 56px; }
    @media only screen and (max-width: 1360px) {
      .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) {
        padding-top: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) {
        padding-top: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) {
        padding-top: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) {
        padding-top: 25.16854px; } }
    @media only screen and (min-width: 62.5em) {
      .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) .widget__title {
        margin-bottom: -60.2px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) .widget__title {
      margin-bottom: -45.85575px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) .widget__title {
      margin-bottom: -37.03191px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) .widget__title {
      margin-bottom: -31.05594px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) .widget__title {
      margin-bottom: -26.7407px; } }
  .o-layout .widget.widget_promo_box,
  .o-layout .widget.highlighted,
  .o-layout .widget.dark {
    border-top: 0 solid transparent;
    border-top-width: 56px;
    background-clip: padding-box;
    margin-top: 0; }
    @media only screen and (max-width: 1360px) {
      .o-layout .widget.widget_promo_box,
      .o-layout .widget.highlighted,
      .o-layout .widget.dark {
        border-top-width: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout .widget.widget_promo_box,
      .o-layout .widget.highlighted,
      .o-layout .widget.dark {
        border-top-width: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .o-layout .widget.widget_promo_box,
      .o-layout .widget.highlighted,
      .o-layout .widget.dark {
        border-top-width: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .o-layout .widget.widget_promo_box,
      .o-layout .widget.highlighted,
      .o-layout .widget.dark {
        border-top-width: 25.16854px; } }
  .o-layout .widget_promo_box,
  .o-layout .widget_categories {
    margin-top: 56px; }
    @media only screen and (max-width: 1360px) {
      .o-layout .widget_promo_box,
      .o-layout .widget_categories {
        margin-top: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout .widget_promo_box,
      .o-layout .widget_categories {
        margin-top: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .o-layout .widget_promo_box,
      .o-layout .widget_categories {
        margin-top: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .o-layout .widget_promo_box,
      .o-layout .widget_categories {
        margin-top: 25.16854px; } }

.widget-area--footer-featured {
  margin-top: 56px; }
  @media only screen and (max-width: 1360px) {
    .widget-area--footer-featured {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .widget-area--footer-featured {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .widget-area--footer-featured {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .widget-area--footer-featured {
      margin-top: 25.16854px; } }
  .widget-area--footer-featured > .widget:first-child {
    border-top-width: 0;
    margin-top: 0; }

.widget-area--footer-featured .widget.widget_promo_box + .widget.widget_promo_box, .widget-area--footer-featured
.widget.highlighted + .widget.widget_promo_box, .widget-area--footer-featured
.widget.dark + .widget.widget_promo_box, .widget-area--footer-featured .widget.widget_promo_box +
.widget.highlighted, .widget-area--footer-featured
.widget.highlighted +
.widget.highlighted, .widget-area--footer-featured
.widget.dark +
.widget.highlighted, .widget-area--footer-featured .widget.widget_promo_box +
.widget.dark, .widget-area--footer-featured
.widget.highlighted +
.widget.dark, .widget-area--footer-featured
.widget.dark +
.widget.dark {
  border-top-width: 0;
  margin-top: 0; }

.o-layout__side .widget.widget_promo_box,
.o-layout__side .widget.highlighted,
.o-layout__side .widget.dark {
  border-top: 0 solid transparent;
  border-top-width: 56px;
  background-clip: padding-box;
  margin-top: 0; }
  @media only screen and (max-width: 1360px) {
    .o-layout__side .widget.widget_promo_box,
    .o-layout__side .widget.highlighted,
    .o-layout__side .widget.dark {
      border-top-width: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget.widget_promo_box,
    .o-layout__side .widget.highlighted,
    .o-layout__side .widget.dark {
      border-top-width: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget.widget_promo_box,
    .o-layout__side .widget.highlighted,
    .o-layout__side .widget.dark {
      border-top-width: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget.widget_promo_box,
    .o-layout__side .widget.highlighted,
    .o-layout__side .widget.dark {
      border-top-width: 25.16854px; } }

.o-layout .widget-area--footer-featured > .widget:nth-of-type(2n+1):last-child:not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget) {
  margin-bottom: 0; }

.widget.dark {
  background-color: #1C1C1C;
  color: #FFFFFF; }
  .widget.dark .widget__title,
  .widget.dark h1, .widget.dark h2, .widget.dark h3, .widget.dark h4, .widget.dark h5, .widget.dark h6 {
    color: inherit; }

.widget_promo_box,
.highlighted,
.dark {
  padding: 42px; }
  @media only screen and (max-width: 1360px) {
    .widget_promo_box,
    .highlighted,
    .dark {
      padding: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .widget_promo_box,
    .highlighted,
    .dark {
      padding: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .widget_promo_box,
    .highlighted,
    .dark {
      padding: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .widget_promo_box,
    .highlighted,
    .dark {
      padding: 19.64912px; } }
  .o-layout--blog .o-layout__side .widget_promo_box, .o-layout--blog .o-layout__side
  .highlighted, .o-layout--blog .o-layout__side
  .dark {
    padding: 28px; }
    @media only screen and (max-width: 1360px) {
      .o-layout--blog .o-layout__side .widget_promo_box, .o-layout--blog .o-layout__side
      .highlighted, .o-layout--blog .o-layout__side
      .dark {
        padding: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout--blog .o-layout__side .widget_promo_box, .o-layout--blog .o-layout__side
      .highlighted, .o-layout--blog .o-layout__side
      .dark {
        padding: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .o-layout--blog .o-layout__side .widget_promo_box, .o-layout--blog .o-layout__side
      .highlighted, .o-layout--blog .o-layout__side
      .dark {
        padding: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .o-layout--blog .o-layout__side .widget_promo_box, .o-layout--blog .o-layout__side
      .highlighted, .o-layout--blog .o-layout__side
      .dark {
        padding: 13.65854px; } }
  @media only screen and (min-width: 62.5em) {
    .widget_promo_box.widget--full,
    .highlighted.widget--full,
    .dark.widget--full {
      padding: 4rem; } }
  .o-layout .widget-area--footer-featured .widget_promo_box.widget-first, .o-layout .widget-area--footer-featured
  .highlighted.widget-first, .o-layout .widget-area--footer-featured
  .dark.widget-first {
    border-top-width: 0; }

.o-layout__full:last-child:nth-of-type(2n) .widget:nth-of-type(2n+1),
.o-layout__full:last-child:nth-of-type(2n+1) .widget:nth-of-type(2n) {
  margin-bottom: 0; }

.o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n) {
  position: relative; }
  .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1):not(.widget_promo_box--dark):not(.dark),
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):not(.widget_promo_box--dark):not(.dark) {
    background-color: #FFF4E8; }
    .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1):not(.widget_promo_box--dark):not(.dark) .slick-list:after,
    .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n):not(.widget_promo_box--dark):not(.dark) .slick-list:after {
      background-color: #FFF4E8; }
  .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1) a,
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n) a {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
  .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
    padding-top: 28px;
    padding-bottom: 28px;
    border: 0; }
    @media only screen and (max-width: 1360px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-top: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-top: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-top: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-top: 13.65854px; } }
    @media only screen and (max-width: 1360px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1).widget_categories,
      .o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n).widget_categories {
        padding-bottom: 13.65854px; } }

.widget_categories_image_grid img,
.c-card__frame img,
.entry-thumbnail img {
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out; }
  .widget_categories_image_grid img:not(.is-loaded):not(.emoji),
  .c-card__frame img:not(.is-loaded):not(.emoji),
  .entry-thumbnail img:not(.is-loaded):not(.emoji) {
    opacity: 0; }

.wordpress-default-widgets ul ul, .widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul, .widget_text ul ul, .widget_tag_cloud ul ul, .widget_search ul ul, .widget_calendar ul ul {
  counter-reset: submenu; }
  .wordpress-default-widgets ul ul > li > a:before, .widget_archive ul ul > li > a:before, .widget_categories ul ul > li > a:before, .widget_meta ul ul > li > a:before, .widget_nav_menu ul ul > li > a:before, .widget_pages ul ul > li > a:before, .widget_recent_comments ul ul > li > a:before, .widget_recent_entries ul ul > li > a:before, .widget_rss ul ul > li > a:before, .widget_text ul ul > li > a:before, .widget_tag_cloud ul ul > li > a:before, .widget_search ul ul > li > a:before, .widget_calendar ul ul > li > a:before {
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu; }

.wordpress-default-widgets ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_text ul, .widget_tag_cloud ul, .widget_search ul, .widget_calendar ul, .wordpress-default-widgets ol, .widget_archive ol, .widget_categories ol, .widget_meta ol, .widget_nav_menu ol, .widget_pages ol, .widget_recent_comments ol, .widget_recent_entries ol, .widget_rss ol, .widget_text ol, .widget_tag_cloud ol, .widget_search ol, .widget_calendar ol {
  list-style: none;
  padding-left: 0; }

@media only screen and (min-width: 62.5em) {
  .widget_promo_box:not(.widget--full):before, .widget_promo_box:not(.widget--full):after {
    content: none; } }

.widget_promo_box {
  padding: 70px 0; }
  @media only screen and (max-width: 1360px) {
    .widget_promo_box {
      padding: 52.70588px 0; } }
  @media only screen and (max-width: 1024px) {
    .widget_promo_box {
      padding: 42.26415px 0; } }
  @media only screen and (max-width: 768px) {
    .widget_promo_box {
      padding: 35.27559px 0; } }
  @media only screen and (max-width: 320px) {
    .widget_promo_box {
      padding: 30.27027px 0; } }
  .widget_promo_box .widget__title {
    display: none; }
  .widget_promo_box > * {
    position: relative; }

.widget_promo_box--light {
  background: #FFF4E8; }

.widget_promo_box--dark {
  color: #FFFFFF;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .widget_promo_box--dark[class][class][class]:before {
    width: auto;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
    background-color: #1c1c1c;
    opacity: 0.95;
    z-index: -1; }
  .widget_promo_box--dark[class][class][class]:after {
    content: none; }
  .widget_promo_box--dark .c-promo__title,
  .widget_promo_box--dark .c-promo__subtitle {
    color: inherit; }
  .widget_promo_box--dark .c-promo__btn[class] {
    background-color: #FFF;
    color: #353535; }
    .u-buttons-outline .widget_promo_box--dark .c-promo__btn[class] {
      background: none;
      color: #fff; }

.c-promo__title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 36px;
  line-height: 1.22;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    .c-promo__title {
      font-size: 31.61677px; } }
  @media only screen and (max-width: 1024px) {
    .c-promo__title {
      font-size: 28.18505px; } }
  @media only screen and (max-width: 768px) {
    .c-promo__title {
      font-size: 25.42536px; } }
  @media only screen and (max-width: 400px) {
    .c-promo__title {
      font-size: 23.15789px; } }
  .c-promo__title:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .c-promo__title:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .c-promo__title:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .c-promo__title:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .c-promo__title:not(:last-child) {
        margin-bottom: 16.71642px; } }

.c-promo__media:not(:first-child) {
  margin-top: 35px; }
  @media only screen and (max-width: 1360px) {
    .c-promo__media:not(:first-child) {
      margin-top: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .c-promo__media:not(:first-child) {
      margin-top: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .c-promo__media:not(:first-child) {
      margin-top: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .c-promo__media:not(:first-child) {
      margin-top: 16.71642px; } }

.c-promo__media:not(:last-child) {
  margin-bottom: 35px; }
  @media only screen and (max-width: 1360px) {
    .c-promo__media:not(:last-child) {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .c-promo__media:not(:last-child) {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .c-promo__media:not(:last-child) {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .c-promo__media:not(:last-child) {
      margin-bottom: 16.71642px; } }

.c-promo__media img {
  display: block; }

@media not screen and (min-width: 62.5em) {
  .c-promo__btn {
    display: block; } }

@media only screen and (min-width: 62.5em) {
  .widget--full .c-promo,
  .widget--content .c-promo {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: auto 32%;
    grid-column-gap: 8.5%; }
  .widget--full .c-promo--reversed,
  .widget--content .c-promo--reversed {
    grid-template-columns: 32% auto;
    grid-column-gap: 8.5%; }
    .widget--full .c-promo--reversed .c-promo__media,
    .widget--content .c-promo--reversed .c-promo__media {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }

@media not screen and (min-width: 62.5em) {
  .widget--full,
  .widget--content {
    padding-left: 0;
    padding-right: 0; } }

.widget--side .c-promo,
.widget--content .c-promo {
  grid-column-gap: 40px; }
  @media only screen and (max-width: 1360px) {
    .widget--side .c-promo,
    .widget--content .c-promo {
      grid-column-gap: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .widget--side .c-promo,
    .widget--content .c-promo {
      grid-column-gap: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .widget--side .c-promo,
    .widget--content .c-promo {
      grid-column-gap: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .widget--side .c-promo,
    .widget--content .c-promo {
      grid-column-gap: 18.82353px; } }

.widget--side .c-promo__description:not(:last-child),
.widget--content .c-promo__description:not(:last-child) {
  margin-bottom: 35px; }
  @media only screen and (max-width: 1360px) {
    .widget--side .c-promo__description:not(:last-child),
    .widget--content .c-promo__description:not(:last-child) {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .widget--side .c-promo__description:not(:last-child),
    .widget--content .c-promo__description:not(:last-child) {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .widget--side .c-promo__description:not(:last-child),
    .widget--content .c-promo__description:not(:last-child) {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .widget--side .c-promo__description:not(:last-child),
    .widget--content .c-promo__description:not(:last-child) {
      margin-bottom: 16.71642px; } }

@media only screen and (min-width: 62.5em) {
  .widget--side .c-promo__title > *,
  .widget--content .c-promo__title > * {
    font-size: 0.72222em; }
  .widget--side.widget_promo_box,
  .widget--content.widget_promo_box {
    padding: 40px; }
  .widget--side:before, .widget--side:after,
  .widget--content:before,
  .widget--content:after {
    content: none; }
  .widget--side .c-promo__media,
  .widget--content .c-promo__media {
    padding-top: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 62.5em) {
  .widget--full .c-promo__media {
    padding-top: 0;
    padding-bottom: 0; }
  .widget--full .c-promo__description > * {
    font-size: 1.125em; } }

.widget--full .c-promo__description:not(:last-child) {
  margin-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    .widget--full .c-promo__description:not(:last-child) {
      margin-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .widget--full .c-promo__description:not(:last-child) {
      margin-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .widget--full .c-promo__description:not(:last-child) {
      margin-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .widget--full .c-promo__description:not(:last-child) {
      margin-bottom: 25.16854px; } }

.widget--side {
  position: relative; }
  .widget--side .c-promo__btn {
    display: block; }
  .widget--side .c-promo__media:not(:first-child) {
    margin-top: 35px; }
    @media only screen and (max-width: 1360px) {
      .widget--side .c-promo__media:not(:first-child) {
        margin-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .widget--side .c-promo__media:not(:first-child) {
        margin-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .widget--side .c-promo__media:not(:first-child) {
        margin-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .widget--side .c-promo__media:not(:first-child) {
        margin-top: 16.71642px; } }
  .widget--side .c-promo__media:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .widget--side .c-promo__media:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .widget--side .c-promo__media:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .widget--side .c-promo__media:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .widget--side .c-promo__media:not(:last-child) {
        margin-bottom: 16.71642px; } }

.widget-area--post {
  float: right;
  clear: right; }
  @media not screen and (min-width: 62.5em) {
    .widget-area--post {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.widget_categories ul {
  max-width: 100%;
  margin: 0;
  text-align: center; }

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

.widget_categories.widget--full, .widget_categories.widget--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  border: solid currentColor;
  border-width: 2px 0;
  font-size: 1.125em; }
  @media only screen and (max-width: 1360px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-top: 10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .widget_categories.widget--full, .widget_categories.widget--content {
      padding-bottom: 10.42442px; } }
  .widget_categories.widget--full .widget__title, .widget_categories.widget--content .widget__title {
    padding: 14px 28px;
    margin-bottom: 0; }
    @media only screen and (max-width: 1360px) {
      .widget_categories.widget--full .widget__title, .widget_categories.widget--content .widget__title {
        padding: 12.89431px 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .widget_categories.widget--full .widget__title, .widget_categories.widget--content .widget__title {
        padding: 11.95049px 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories.widget--full .widget__title, .widget_categories.widget--content .widget__title {
        padding: 11.13541px 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .widget_categories.widget--full .widget__title, .widget_categories.widget--content .widget__title {
        padding: 10.42442px 13.65854px; } }
  .widget_categories.widget--full .children, .widget_categories.widget--content .children {
    display: inline; }
  .widget_categories.widget--full ul, .widget_categories.widget--content ul {
    padding-left: 0;
    list-style: none; }
  .widget_categories.widget--full li, .widget_categories.widget--content li {
    display: inline;
    padding: 7px 21px; }
    @media only screen and (max-width: 1360px) {
      .widget_categories.widget--full li, .widget_categories.widget--content li {
        padding: 6.92576px 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .widget_categories.widget--full li, .widget_categories.widget--content li {
        padding: 6.85309px 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories.widget--full li, .widget_categories.widget--content li {
        padding: 6.78192px 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .widget_categories.widget--full li, .widget_categories.widget--content li {
        padding: 6.71221px 10.46729px; } }
  .widget_categories.widget--full a, .widget_categories.widget--content a {
    color: inherit;
    display: inline-block; }
  .widget_categories.widget--full form, .widget_categories.widget--content form {
    padding-left: 56px; }
    @media only screen and (max-width: 1360px) {
      .widget_categories.widget--full form, .widget_categories.widget--content form {
        padding-left: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .widget_categories.widget--full form, .widget_categories.widget--content form {
        padding-left: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories.widget--full form, .widget_categories.widget--content form {
        padding-left: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .widget_categories.widget--full form, .widget_categories.widget--content form {
        padding-left: 25.16854px; } }

.widget_categories.dark {
  border-top: 0;
  border-bottom: 0; }

.widget_categories_image_grid ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }
  .widget_categories_image_grid ul li {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    line-height: 1.75; }
    .widget_categories_image_grid ul li:last-child {
      margin-bottom: 0; }

.widget_categories_image_grid .children {
  margin-top: 7px;
  padding-top: 0;
  padding-bottom: 0; }

.widget_categories_image_grid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -14px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  @media only screen and (max-width: 1360px) {
    .widget_categories_image_grid ul {
      margin-left: -12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .widget_categories_image_grid ul {
      margin-left: -11.95049px; } }
  @media only screen and (max-width: 768px) {
    .widget_categories_image_grid ul {
      margin-left: -11.13541px; } }
  @media only screen and (max-width: 320px) {
    .widget_categories_image_grid ul {
      margin-left: -10.42442px; } }
  .widget_categories_image_grid ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 14px;
    padding-left: 14px; }
    @media only screen and (max-width: 1360px) {
      .widget_categories_image_grid ul li {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .widget_categories_image_grid ul li {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories_image_grid ul li {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .widget_categories_image_grid ul li {
        margin-bottom: 10.42442px; } }
    @media only screen and (max-width: 1360px) {
      .widget_categories_image_grid ul li {
        padding-left: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .widget_categories_image_grid ul li {
        padding-left: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories_image_grid ul li {
        padding-left: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .widget_categories_image_grid ul li {
        padding-left: 10.42442px; } }

.widget_categories_image_grid.widget--side ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  max-width: 100%; }

.widget-area--post .widget_categories_image_grid .cat-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.widget_categories_image_grid .cat-item a {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 40%;
  font-size: 32px;
  font-family: "HK Grotesk", sans-serif;
  font-weight: 700;
  text-decoration: none;
  min-height: 112px;
  overflow: hidden;
  z-index: 1;
  color: #FFFFFF;
  background-color: #3B3B3B;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media only screen and (max-width: 1360px) {
    .widget_categories_image_grid .cat-item a {
      font-size: 28.32998px; } }
  @media only screen and (max-width: 1024px) {
    .widget_categories_image_grid .cat-item a {
      font-size: 25.41516px; } }
  @media only screen and (max-width: 768px) {
    .widget_categories_image_grid .cat-item a {
      font-size: 23.04419px; } }
  @media only screen and (max-width: 400px) {
    .widget_categories_image_grid .cat-item a {
      font-size: 21.07784px; } }
  .is-IE .widget_categories_image_grid .cat-item a {
    height: 112px; }
  .widget_categories_image_grid .cat-item a span {
    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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .widget_categories_image_grid .cat-item a 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)) {
      .widget_categories_image_grid .cat-item a img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: none;
                transform: none; } }

@media not screen and (min-width: 50em) {
  .widget_categories_image_grid .cat-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

.featured-posts-grid, .featured-posts-6cards .posts-wrapper--right, .featured-posts-list, .widget--content .featured-posts-list,
.widget--full .featured-posts-list, .widget--side .featured-posts-list, .featured-posts-5cards, .featured-posts-6cards, .featured-posts-cards--mobile,
.featured-posts-carousel {
  margin-bottom: 0; }
  .widget--side .featured-posts-grid .c-card__title span, .featured-posts-6cards .widget--side .posts-wrapper--right .c-card__title span, .widget--side .featured-posts-list .c-card__title span, .widget--side .featured-posts-5cards .c-card__title span, .widget--side .featured-posts-6cards .c-card__title span, .widget--side .featured-posts-cards--mobile .c-card__title span, .widget--side .featured-posts-carousel .c-card__title span {
    font-size: inherit !important; }
  .featured-posts-grid .c-card__footer, .featured-posts-list .c-card__footer, .featured-posts-5cards .c-card__footer, .featured-posts-6cards .c-card__footer, .featured-posts-cards--mobile .c-card__footer, .featured-posts-carousel .c-card__footer,
  .featured-posts-grid .c-card__excerpt,
  .featured-posts-list .c-card__excerpt,
  .featured-posts-5cards .c-card__excerpt,
  .featured-posts-6cards .c-card__excerpt,
  .featured-posts-cards--mobile .c-card__excerpt,
  .featured-posts-carousel .c-card__excerpt {
    display: none; }
  .featured-posts-grid > *, .featured-posts-6cards .posts-wrapper--right > *, .featured-posts-list > *, .widget--content .featured-posts-list > *, .widget--full .featured-posts-list > *, .widget--side .featured-posts-list > *, .featured-posts-5cards > *, .featured-posts-6cards > *, .featured-posts-cards--mobile > *, .featured-posts-carousel > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  @media only screen and (min-width: 42.5em) {
    .featured-posts-grid > *, .featured-posts-6cards .posts-wrapper--right > *, .featured-posts-list > *, .widget--content .featured-posts-list > *, .widget--full .featured-posts-list > *, .widget--side .featured-posts-list > *, .featured-posts-5cards > *, .featured-posts-6cards > *, .featured-posts-cards--mobile > *, .featured-posts-carousel > * {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%; } }
  @media not screen and (min-width: 42.5em) {
    .featured-posts-grid, .featured-posts-6cards .posts-wrapper--right, .featured-posts-list, .widget--content .featured-posts-list,
    .widget--full .featured-posts-list, .widget--side .featured-posts-list, .featured-posts-5cards, .featured-posts-6cards, .featured-posts-cards--mobile,
    .featured-posts-carousel {
      display: block; } }

[class*="featured-posts"] .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)) {
    [class*="featured-posts"] .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 not screen and (min-width: 62.5em) {
  .featured-posts-slideshow,
  .featured-posts-carousel,
  .featured-posts-cards--mobile {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); } }

.featured-posts-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: -35px;
  margin-left: -21px;
  padding-top: 1px; }
  .featured-posts-grid > * {
    border: 0 solid transparent;
    width: 100%; }
  @media only screen and (max-width: 1360px) {
    .featured-posts-grid {
      margin-top: -27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-grid {
      margin-top: -22.62626px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-grid {
      margin-top: -19.22747px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-grid {
      margin-top: -16.71642px; } }
  @media only screen and (max-width: 1360px) {
    .featured-posts-grid {
      margin-left: -16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-grid {
      margin-left: -13.97089px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-grid {
      margin-left: -11.96794px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-grid {
      margin-left: -10.46729px; } }
  .featured-posts-grid > * {
    margin-top: 35px;
    padding-left: 21px; }
    @media only screen and (max-width: 1360px) {
      .featured-posts-grid > * {
        margin-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .featured-posts-grid > * {
        margin-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts-grid > * {
        margin-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .featured-posts-grid > * {
        margin-top: 16.71642px; } }
    @media only screen and (max-width: 1360px) {
      .featured-posts-grid > * {
        padding-left: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .featured-posts-grid > * {
        padding-left: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts-grid > * {
        padding-left: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .featured-posts-grid > * {
        padding-left: 10.46729px; } }

.featured-posts-6cards .posts-wrapper--right > *, .featured-posts-list > *, .widget--content .featured-posts-list > *, .widget--full .featured-posts-list > *, .widget--side .featured-posts-list > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.featured-posts-6cards .posts-wrapper--right .c-card__content, .featured-posts-list .c-card__content {
  padding-left: 42px; }
  @media only screen and (max-width: 1360px) {
    .featured-posts-6cards .posts-wrapper--right .c-card__content, .featured-posts-list .c-card__content {
      padding-left: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-6cards .posts-wrapper--right .c-card__content, .featured-posts-list .c-card__content {
      padding-left: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-6cards .posts-wrapper--right .c-card__content, .featured-posts-list .c-card__content {
      padding-left: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-6cards .posts-wrapper--right .c-card__content, .featured-posts-list .c-card__content {
      padding-left: 19.64912px; } }

@media not screen and (min-width: 50em) {
  .featured-posts-5cards [class*="posts-wrapper"], .featured-posts-6cards [class*="posts-wrapper"] {
    margin-top: 0; }
    .featured-posts-5cards [class*="posts-wrapper"] > *, .featured-posts-6cards [class*="posts-wrapper"] > * {
      width: 100%; } }

.featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
.featured-posts-5cards .posts-wrapper--right,
.featured-posts-6cards .posts-wrapper--right {
  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: -35px;
  margin-left: -21px;
  padding-top: 1px; }
  .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
  .featured-posts-5cards .posts-wrapper--right > *,
  .featured-posts-6cards .posts-wrapper--right > * {
    border: 0 solid transparent;
    width: 100%; }
  @media only screen and (max-width: 1360px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-top: -27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-top: -22.62626px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-top: -19.22747px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-top: -16.71642px; } }
  @media only screen and (max-width: 1360px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-left: -16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-left: -13.97089px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-left: -11.96794px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-left: -10.46729px; } }
  .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
  .featured-posts-5cards .posts-wrapper--right > *,
  .featured-posts-6cards .posts-wrapper--right > * {
    margin-top: 35px;
    padding-left: 21px; }
    @media only screen and (max-width: 1360px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        margin-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        margin-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        margin-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        margin-top: 16.71642px; } }
    @media only screen and (max-width: 1360px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        padding-left: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        padding-left: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        padding-left: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        padding-left: 10.46729px; } }
  @media only screen and (min-width: 50em) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-left: 0; }
      .featured-posts-5cards .posts-wrapper--left > *, .featured-posts-6cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > *,
      .featured-posts-6cards .posts-wrapper--right > * {
        padding-left: 0; } }
  @media not screen and (min-width: 50em) {
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right,
    .featured-posts-6cards .posts-wrapper--right {
      margin-top: 0; } }

@media only screen and (min-width: 50em) {
  .featured-posts-5cards, .featured-posts-6cards {
    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-left: -42px;
    padding-top: 1px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .featured-posts-5cards > *, .featured-posts-6cards > * {
      border: 0 solid transparent;
      width: 100%; } }
  @media only screen and (min-width: 50em) and (max-width: 1360px) {
    .featured-posts-5cards, .featured-posts-6cards {
      margin-left: -32.70073px; } }
  @media only screen and (min-width: 50em) and (max-width: 1024px) {
    .featured-posts-5cards, .featured-posts-6cards {
      margin-left: -26.77291px; } }
  @media only screen and (min-width: 50em) and (max-width: 768px) {
    .featured-posts-5cards, .featured-posts-6cards {
      margin-left: -22.66442px; } }
  @media only screen and (min-width: 50em) and (max-width: 320px) {
    .featured-posts-5cards, .featured-posts-6cards {
      margin-left: -19.64912px; } }

@media only screen and (min-width: 50em) {
    .featured-posts-5cards > *, .featured-posts-6cards > * {
      padding-left: 42px; } }
    @media only screen and (min-width: 50em) and (max-width: 1360px) {
      .featured-posts-5cards > *, .featured-posts-6cards > * {
        padding-left: 32.70073px; } }
    @media only screen and (min-width: 50em) and (max-width: 1024px) {
      .featured-posts-5cards > *, .featured-posts-6cards > * {
        padding-left: 26.77291px; } }
    @media only screen and (min-width: 50em) and (max-width: 768px) {
      .featured-posts-5cards > *, .featured-posts-6cards > * {
        padding-left: 22.66442px; } }
    @media only screen and (min-width: 50em) and (max-width: 320px) {
      .featured-posts-5cards > *, .featured-posts-6cards > * {
        padding-left: 19.64912px; } }

@media only screen and (min-width: 50em) {
    .featured-posts-5cards .posts-wrapper--main, .featured-posts-6cards .posts-wrapper--main {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%; }
    .featured-posts-5cards .posts-wrapper--left, .featured-posts-6cards .posts-wrapper--left {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
    .featured-posts--show-readmore.featured-posts-5cards .posts-wrapper--main .c-card__footer, .featured-posts--show-readmore.featured-posts-6cards .posts-wrapper--main .c-card__footer {
      display: block; }
    .featured-posts--show-excerpt.featured-posts-5cards .posts-wrapper--main .c-card__excerpt, .featured-posts--show-excerpt.featured-posts-6cards .posts-wrapper--main .c-card__excerpt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .featured-posts-5cards .posts-wrapper--left .c-card__title, .featured-posts-6cards .posts-wrapper--left .c-card__title,
    .featured-posts-5cards .posts-wrapper--right .c-card__title,
    .featured-posts-6cards .posts-wrapper--right .c-card__title {
      padding-bottom: 0; } }

@media not screen and (min-width: 50em) {
  .featured-posts--show-readmore.featured-posts-5cards .c-card__footer, .featured-posts--show-readmore.featured-posts-6cards .c-card__footer,
  .featured-posts--show-excerpt.featured-posts-5cards .c-card__excerpt,
  .featured-posts--show-excerpt.featured-posts-6cards .c-card__excerpt {
    display: block; } }

@media only screen and (min-width: 62.5em) {
  .widget--side .featured-posts-5cards, .widget--side .featured-posts-6cards {
    display: block; }
    .widget--side .featured-posts-5cards .posts-wrapper--left, .widget--side .featured-posts-6cards .posts-wrapper--left {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .widget--side .featured-posts--show-readmore.featured-posts-5cards .posts-wrapper--main .c-card__footer, .widget--side .featured-posts--show-readmore.featured-posts-6cards .posts-wrapper--main .c-card__footer,
    .widget--side .featured-posts--show-excerpt.featured-posts-5cards .posts-wrapper--main .c-card__excerpt,
    .widget--side .featured-posts--show-excerpt.featured-posts-6cards .posts-wrapper--main .c-card__excerpt {
      display: none; }
    .widget--side .featured-posts-5cards .posts-wrapper--left, .widget--side .featured-posts-6cards .posts-wrapper--left,
    .widget--side .featured-posts-5cards .posts-wrapper--right,
    .widget--side .featured-posts-6cards .posts-wrapper--right,
    .widget--side .featured-posts-5cards .posts-wrapper--main,
    .widget--side .featured-posts-6cards .posts-wrapper--main {
      display: block; }
    .widget--side .featured-posts-5cards .posts-wrapper--left, .widget--side .featured-posts-6cards .posts-wrapper--left,
    .widget--side .featured-posts-5cards .posts-wrapper--right,
    .widget--side .featured-posts-6cards .posts-wrapper--right {
      margin-top: 0; } }

@media only screen and (min-width: 42.5em) {
  [class*="featured-posts"].featured-posts--show-excerpt:not(.featured-posts--show-readmore) .c-card__excerpt,
  [class*="featured-posts"]:not(.featured-posts--show-excerpt):not(.featured-posts--show-readmore) .c-card__title {
    padding-bottom: 0; } }

.featured-posts-5cards {
  margin-top: 0; }
  @media only screen and (min-width: 30em) {
    .featured-posts-5cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .featured-posts-5cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > * {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
  @media only screen and (min-width: 50em) {
    .featured-posts-5cards > * {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
    .featured-posts-5cards .posts-wrapper--main {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .featured-posts-5cards .posts-wrapper--left,
    .featured-posts-5cards .posts-wrapper--right {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%; }
      .featured-posts-5cards .posts-wrapper--left > *,
      .featured-posts-5cards .posts-wrapper--right > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    .featured-posts-5cards .posts-wrapper--left .c-card__excerpt,
    .featured-posts-5cards .posts-wrapper--right .c-card__excerpt {
      display: none; } }

.featured-posts-6cards {
  margin-top: 0; }
  @media only screen and (min-width: 30em) {
    .featured-posts-6cards .posts-wrapper--left {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .featured-posts-6cards .posts-wrapper--left > * {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
    .featured-posts-6cards .posts-wrapper--right {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
      .featured-posts-6cards .posts-wrapper--right > * {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; } }
  @media only screen and (min-width: 50em) {
    .featured-posts-6cards .posts-wrapper--left {
      -ms-flex-preferred-size: 21.64179%;
          flex-basis: 21.64179%; }
      .featured-posts-6cards .posts-wrapper--left > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .featured-posts-6cards .posts-wrapper--left .c-card__excerpt,
      .featured-posts-6cards .posts-wrapper--left .c-card__meta {
        display: none; }
      .featured-posts-6cards .posts-wrapper--left .c-card__title {
        padding-top: 0; }
    .featured-posts-6cards .posts-wrapper--main {
      -ms-flex-preferred-size: 39.55224%;
          flex-basis: 39.55224%; }
    .featured-posts-6cards .posts-wrapper--right {
      -ms-flex-preferred-size: 38.80597%;
          flex-basis: 38.80597%; }
      .featured-posts-6cards .posts-wrapper--right .c-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .featured-posts-6cards .posts-wrapper--right .c-card__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%; }
      .featured-posts-6cards .posts-wrapper--right .c-card__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%; } }
  @media only screen and (min-width: 50em) and (min-width: 42.5em) {
    .featured-posts-6cards .posts-wrapper--right .c-card__aside + .c-card__content {
      margin-top: 0; } }
  @media only screen and (min-width: 50em) {
      .featured-posts-6cards .posts-wrapper--right > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .featured-posts-6cards .posts-wrapper--right .c-card__excerpt {
        display: none; } }
  @media only screen and (min-width: 62.5em) {
    .widget--side .featured-posts-6cards .c-card {
      display: block; }
    .widget--side .featured-posts-6cards .c-card__content {
      padding-left: 0; }
    .widget--side .featured-posts-6cards .c-card__aside + .c-card__content {
      margin-top: 28px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .widget--side .featured-posts-6cards .c-card__aside + .c-card__content {
      margin-top: 22.17822px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .widget--side .featured-posts-6cards .c-card__aside + .c-card__content {
      margin-top: 18.36066px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .widget--side .featured-posts-6cards .c-card__aside + .c-card__content {
      margin-top: 15.66434px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .widget--side .featured-posts-6cards .c-card__aside + .c-card__content {
      margin-top: 13.65854px; } }
  @media only screen and (min-width: 62.5em) {
    .widget--side .featured-posts-6cards .c-card__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .widget--side .featured-posts-6cards .c-card__title {
      padding-top: 21px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .widget--side .featured-posts-6cards .c-card__title {
      padding-top: 16.77903px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .widget--side .featured-posts-6cards .c-card__title {
      padding-top: 13.97089px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .widget--side .featured-posts-6cards .c-card__title {
      padding-top: 11.96794px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .widget--side .featured-posts-6cards .c-card__title {
      padding-top: 10.46729px; } }
  @media not screen and (min-width: 50em) {
    .featured-posts-6cards .posts-wrapper--right .c-card {
      display: block; }
    .featured-posts-6cards .posts-wrapper--right .c-card__content {
      padding-left: 0; } }

.featured-posts-list {
  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: -35px;
  margin-left: -21px;
  padding-top: 1px; }
  .featured-posts-list > * {
    border: 0 solid transparent;
    width: 100%; }
  @media only screen and (max-width: 1360px) {
    .featured-posts-list {
      margin-top: -27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-list {
      margin-top: -22.62626px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-list {
      margin-top: -19.22747px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-list {
      margin-top: -16.71642px; } }
  @media only screen and (max-width: 1360px) {
    .featured-posts-list {
      margin-left: -16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts-list {
      margin-left: -13.97089px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts-list {
      margin-left: -11.96794px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts-list {
      margin-left: -10.46729px; } }
  .featured-posts-list > * {
    margin-top: 35px;
    padding-left: 21px; }
    @media only screen and (max-width: 1360px) {
      .featured-posts-list > * {
        margin-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .featured-posts-list > * {
        margin-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts-list > * {
        margin-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .featured-posts-list > * {
        margin-top: 16.71642px; } }
    @media only screen and (max-width: 1360px) {
      .featured-posts-list > * {
        padding-left: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .featured-posts-list > * {
        padding-left: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .featured-posts-list > * {
        padding-left: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .featured-posts-list > * {
        padding-left: 10.46729px; } }
  .featured-posts-list .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .featured-posts-list .c-card__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
  .featured-posts-list .c-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; }
  @media only screen and (min-width: 42.5em) {
    .featured-posts-list .c-card__aside + .c-card__content {
      margin-top: 0; } }
  @media only screen and (min-width: 62.5em) {
    .widget--side .featured-posts-list .c-card__aside + .c-card__content {
      margin-top: 28px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .widget--side .featured-posts-list .c-card__aside + .c-card__content {
      margin-top: 22.17822px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .widget--side .featured-posts-list .c-card__aside + .c-card__content {
      margin-top: 18.36066px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .widget--side .featured-posts-list .c-card__aside + .c-card__content {
      margin-top: 15.66434px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .widget--side .featured-posts-list .c-card__aside + .c-card__content {
      margin-top: 13.65854px; } }

@media only screen and (min-width: 42.5em) {
  .widget--content .featured-posts-list .c-card,
  .widget--full .featured-posts-list .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .widget--content .featured-posts-list .c-card__aside,
  .widget--full .featured-posts-list .c-card__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
  .widget--content .featured-posts-list .c-card__content,
  .widget--full .featured-posts-list .c-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; } }

@media only screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .widget--content .featured-posts-list .c-card__aside + .c-card__content,
  .widget--full .featured-posts-list .c-card__aside + .c-card__content {
    margin-top: 0; } }

@media not screen and (min-width: 42.5em) {
  .widget--content .featured-posts-list .c-card,
  .widget--full .featured-posts-list .c-card {
    display: block; }
  .widget--content .featured-posts-list .c-card__content,
  .widget--full .featured-posts-list .c-card__content {
    padding-left: 0; } }

@media only screen and (min-width: 42.5em) and (max-width: 62.5em) {
  .widget--side .featured-posts-list .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .widget--side .featured-posts-list .c-card__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%; }
  .widget--side .featured-posts-list .c-card__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%; } }

@media only screen and (min-width: 42.5em) and (max-width: 62.5em) and (min-width: 42.5em) {
  .widget--side .featured-posts-list .c-card__aside + .c-card__content {
    margin-top: 0; } }

@media only screen and (min-width: 42.5em) and (max-width: 62.5em) {
  .widget--side .featured-posts-list .c-card__content {
    margin-top: 0; } }

@media only screen and (max-width: 42.5em), (min-width: 62.5em) {
  .widget--side .featured-posts-list .c-card {
    display: block; }
  .widget--side .featured-posts-list .c-card__content {
    padding-left: 0; } }

[class*="featured-posts"] {
  text-align: left; }

.featured-posts-grid.featured-posts--show-readmore .c-card__footer,
.featured-posts-grid.featured-posts--show-excerpt .c-card__excerpt,
.featured-posts-list.featured-posts--show-readmore .c-card__footer,
.featured-posts-list.featured-posts--show-excerpt .c-card__excerpt,
.featured-posts-carousel.featured-posts--show-readmore .c-card__footer,
.featured-posts-carousel.featured-posts--show-excerpt .c-card__excerpt,
.featured-posts-cards--mobile.featured-posts--show-readmore .c-card__footer,
.featured-posts-cards--mobile.featured-posts--show-excerpt .c-card__excerpt {
  display: block; }

@media only screen and (min-width: 42.5em) {
  .featured-posts-grid.o-grid--1col-\@small > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; } }

@media only screen and (min-width: 42.5em) {
  .featured-posts-grid.o-grid--2col-\@small > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (min-width: 42.5em) {
  .featured-posts-grid.o-grid--3col-\@small > * {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%; } }

@media only screen and (min-width: 42.5em) {
  .featured-posts-grid.o-grid--4col-\@small > * {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; } }

@media only screen and (min-width: 42.5em) {
  .featured-posts-grid.o-grid--5col-\@small > * {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    max-width: 20%; } }

@media only screen and (min-width: 42.5em) {
  .featured-posts-grid.o-grid--6col-\@small > * {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%; } }

@media only screen and (min-width: 62.5em) {
  .widget--side .featured-posts-grid {
    display: block; }
    .widget--side .featured-posts-grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

@media not screen and (min-width: 62.5em) {
  .featured-posts-5cards.featured-posts-cards--desktop {
    display: none; } }

@media only screen and (min-width: 62.5em) {
  .featured-posts-5cards.featured-posts-cards--mobile {
    display: none; } }

@media not screen and (min-width: 62.5em) {
  .featured-posts-6cards.featured-posts-cards--desktop {
    display: none; } }

@media only screen and (min-width: 62.5em) {
  .featured-posts-6cards.featured-posts-cards--mobile {
    display: none; } }

.featured-posts__footer {
  margin-top: 28px;
  text-align: right; }
  @media only screen and (max-width: 1360px) {
    .featured-posts__footer {
      margin-top: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts__footer {
      margin-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts__footer {
      margin-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts__footer {
      margin-top: 13.65854px; } }
  .featured-posts__footer a {
    margin-bottom: 0; }

@media only screen and (min-width: 62.5em) {
  .featured-posts-cards--mobile {
    display: none; } }

#sb_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #sb_instagram #sbi_images {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0 !important; }
    @media only screen and (max-width: 1360px) {
      #sb_instagram #sbi_images {
        margin-left: -6.92576px; } }
    @media only screen and (max-width: 1024px) {
      #sb_instagram #sbi_images {
        margin-left: -6.85309px; } }
    @media only screen and (max-width: 768px) {
      #sb_instagram #sbi_images {
        margin-left: -6.78192px; } }
    @media only screen and (max-width: 320px) {
      #sb_instagram #sbi_images {
        margin-left: -6.71221px; } }
    @media only screen and (max-width: 1360px) {
      #sb_instagram #sbi_images {
        margin-right: -6.92576px; } }
    @media only screen and (max-width: 1024px) {
      #sb_instagram #sbi_images {
        margin-right: -6.85309px; } }
    @media only screen and (max-width: 768px) {
      #sb_instagram #sbi_images {
        margin-right: -6.78192px; } }
    @media only screen and (max-width: 320px) {
      #sb_instagram #sbi_images {
        margin-right: -6.71221px; } }
    @media only screen and (max-width: 1360px) {
      #sb_instagram #sbi_images {
        margin-bottom: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      #sb_instagram #sbi_images {
        margin-bottom: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      #sb_instagram #sbi_images {
        margin-bottom: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      #sb_instagram #sbi_images {
        margin-bottom: 6.71221px; } }
    #sb_instagram #sbi_images .sbi_item {
      padding: 7px !important; }
  #sb_instagram #sbi_load {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    #sb_instagram #sbi_load .sbi_load_btn,
    #sb_instagram #sbi_load .sbi_follow_btn, #sb_instagram #sbi_load .sbi_follow_btn a {
      display: block;
      max-width: 300px;
      margin: auto; }
    #sb_instagram #sbi_load .sbi_load_btn,
    #sb_instagram #sbi_load .sbi_follow_btn a {
      display: inline-block;
      /* [1] */
      vertical-align: middle;
      /* [2] */
      text-align: center;
      /* [4] */
      cursor: pointer;
      /* [5] */
      margin-bottom: 14px !important;
      border-radius: 0; }

.widget--full #sb_instagram #sbi_images {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .widget--full #sb_instagram #sbi_images {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .widget--full #sb_instagram #sbi_images {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .widget--full #sb_instagram #sbi_images {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .widget--full #sb_instagram #sbi_images {
      margin-bottom: 13.65854px; } }

.pw-widget > span {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important; }
  .pw-widget > span > span[class$="ft"] > span[class$="button"] {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    display: block;
    max-width: 300px;
    height: 45px !important;
    margin: auto;
    padding: 12px 28px !important;
    border-radius: 0 !important;
    background: #000 !important; }
    .pw-widget > span > span[class$="ft"] > span[class$="button"] > span[class$="label"] {
      height: 100%; }
    .pw-widget > span > span[class$="ft"] > span[class$="button"] span[class$="string"],
    .pw-widget > span > span[class$="ft"] > span[class$="button"] span[class$="logo"] {
      height: 43px !important;
      line-height: 43px !important;
      color: #fff !important;
      font-size: 16px !important; }

.pw-board-widget > span,
.pw-profile-widget > span {
  max-width: none !important;
  width: 100% !important; }

.pw-pin-widget > span {
  max-width: 300px !important; }

.jetpack_subscription_widget form,
.widget_blog_subscription form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }
  .jetpack_subscription_widget form > *,
  .widget_blog_subscription form > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

.jetpack_subscription_widget input,
.widget_blog_subscription input {
  height: 100%; }

.jetpack_subscription_widget [id="subscribe-text"] p,
.widget_blog_subscription [id="subscribe-text"] p {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .jetpack_subscription_widget [id="subscribe-text"] p,
    .widget_blog_subscription [id="subscribe-text"] p {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .jetpack_subscription_widget [id="subscribe-text"] p,
    .widget_blog_subscription [id="subscribe-text"] p {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .jetpack_subscription_widget [id="subscribe-text"] p,
    .widget_blog_subscription [id="subscribe-text"] p {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .jetpack_subscription_widget [id="subscribe-text"] p,
    .widget_blog_subscription [id="subscribe-text"] p {
      margin-bottom: 13.65854px; } }

.jetpack_subscription_widget [id="subscribe-email"],
.widget_blog_subscription [id="subscribe-email"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }

.jetpack_subscription_widget [id="subscribe-submit"],
.widget_blog_subscription [id="subscribe-submit"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0;
  background: none; }
  .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"],
  .widget_blog_subscription [id="subscribe-submit"] [type="submit"] {
    position: relative;
    padding-right: 100px;
    text-align: left;
    margin: 0; }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before, .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:after,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]: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; }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before {
      width: 35px;
      height: 1px;
      background-color: currentColor; }
      @media only screen and (max-width: 1360px) {
        .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before,
        .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before {
          width: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before,
        .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before {
          width: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before,
        .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before {
          width: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before,
        .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before {
          width: 16.71642px; } }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:after,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]: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) {
      .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"],
      .widget_blog_subscription [id="subscribe-submit"] [type="submit"] {
        padding-right: 72.72727px; } }
    @media only screen and (max-width: 1024px) {
      .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"],
      .widget_blog_subscription [id="subscribe-submit"] [type="submit"] {
        padding-right: 57.14286px; } }
    @media only screen and (max-width: 768px) {
      .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"],
      .widget_blog_subscription [id="subscribe-submit"] [type="submit"] {
        padding-right: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"],
      .widget_blog_subscription [id="subscribe-submit"] [type="submit"] {
        padding-right: 40px; } }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:before,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:before {
      right: 2.33333em; }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:after,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:hover:before,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .jetpack_subscription_widget [id="subscribe-submit"] [type="submit"]:hover:after,
    .widget_blog_subscription [id="subscribe-submit"] [type="submit"]:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }
  .jetpack_subscription_widget [id="subscribe-submit"]:before,
  .widget_blog_subscription [id="subscribe-submit"]:before {
    z-index: 100; }

@media only screen and (min-width: 42.5em) {
  .jetpack_subscription_widget.widget--full, .jetpack_subscription_widget.widget--content,
  .widget_blog_subscription.widget--full,
  .widget_blog_subscription.widget--content {
    text-align: center; } }

.jetpack_subscription_widget.widget--side form,
.widget_blog_subscription.widget--side form {
  display: block; }

.jetpack_subscription_widget.widget--content,
.widget_blog_subscription.widget--content {
  padding: 56px;
  background: #FFFCFC;
  text-align: left; }
  @media only screen and (max-width: 1360px) {
    .jetpack_subscription_widget.widget--content,
    .widget_blog_subscription.widget--content {
      padding: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .jetpack_subscription_widget.widget--content,
    .widget_blog_subscription.widget--content {
      padding: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .jetpack_subscription_widget.widget--content,
    .widget_blog_subscription.widget--content {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .jetpack_subscription_widget.widget--content,
    .widget_blog_subscription.widget--content {
      padding: 25.16854px; } }

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

.widget--full [id="subscribe-submit"],
.widget--content [id="subscribe-submit"] {
  margin-left: 14px; }
  @media only screen and (max-width: 1360px) {
    .widget--full [id="subscribe-submit"],
    .widget--content [id="subscribe-submit"] {
      margin-left: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .widget--full [id="subscribe-submit"],
    .widget--content [id="subscribe-submit"] {
      margin-left: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .widget--full [id="subscribe-submit"],
    .widget--content [id="subscribe-submit"] {
      margin-left: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .widget--full [id="subscribe-submit"],
    .widget--content [id="subscribe-submit"] {
      margin-left: 10.42442px; } }

@media not screen and (min-width: 42.5em) {
  .widget--full form:not([class]),
  .widget--content form:not([class]) {
    display: block; }
  .widget--full [id="subscribe-submit"],
  .widget--content [id="subscribe-submit"] {
    margin-left: 0; }
  .widget--full [id="subscribe-submit"],
  .widget--content [id="subscribe-submit"] {
    width: 100%;
    padding-right: 0; }
    .widget--full [id="subscribe-submit"] button,
    .widget--content [id="subscribe-submit"] button {
      width: 100%; } }

@media only screen and (min-width: 42.5em) {
  .widget--full [id="subscribe-email"],
  .widget--content [id="subscribe-email"] {
    margin-bottom: 0; }
  .widget--full [id="subscribe-submit"],
  .widget--content [id="subscribe-submit"] {
    width: auto; } }

@media not screen and (min-width: 62.5em) {
  .widget_featured_posts_slideshow:not(.featured-posts-cards--mobile) {
    display: none; } }

@media only screen and (min-width: 62.5em) {
  .featured-posts-slideshow {
    /*

    HERO
    ====


    description:
    ------------


    expected markup:
    ----------------

    <div class="c-hero c-hero--two-thirds">

        <div class="c-hero__slider">


            <div class="c-hero__slide">

                <div class="c-hero__background">
                    <img class="c-hero__image | c-hero__video">
                </div><!-- .c-hero__background -->

                <div class="c-hero__wrapper c-hero__wrapper--[ top | right | bottom | left ]">
                    <div class="c-hero__content">
                        ...
                    </div><!-- .c-hero__content -->
                </div><!-- .c-hero__wrapper -->

            </div><!-- .c-hero__slide -->

        </div><!-- .c-hero__slider -->

    </div><!-- .c-hero -->

 */ }
    .featured-posts-slideshow .c-hero {
      position: relative;
      min-height: 100vh;
      color: #FFFFFF;
      -webkit-transform: none !important;
              transform: none !important; }
      .featured-posts-slideshow .c-hero--half {
        min-height: 50vh; }
      .featured-posts-slideshow .c-hero--one-third {
        min-height: 33.333333vh; }
      .featured-posts-slideshow .c-hero--two-thirds {
        min-height: 66.666666vh; }
      .featured-posts-slideshow .c-hero * {
        color: inherit; }
    .featured-posts-slideshow .c-hero__slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .featured-posts-slideshow .c-hero__slide {
      position: relative;
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .featured-posts-slideshow .c-hero__layer {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .featured-posts-slideshow .c-hero__wrapper {
      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;
      text-align: center; }
      .featured-posts-slideshow .c-hero__wrapper--left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: left; }
      .featured-posts-slideshow .c-hero__wrapper--right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
      .featured-posts-slideshow .c-hero__wrapper--top > * {
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .featured-posts-slideshow .c-hero__wrapper--bottom > * {
        -ms-flex-item-align: end;
            align-self: flex-end; }
    .featured-posts-slideshow .c-hero__scroll-arrow {
      cursor: pointer; }
    .featured-posts-slideshow .c-hero__background {
      will-change: transform; }
    .featured-posts-slideshow .c-hero__image,
    .featured-posts-slideshow .c-hero__video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      width: auto;
      height: auto; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .featured-posts-slideshow .c-hero__image,
      .featured-posts-slideshow .c-hero__video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    .featured-posts-slideshow [data-rellax] {
      will-change: transform; }
    .featured-posts-slideshow [data-rellax-container] {
      overflow: hidden; }
      .featured-posts-slideshow [data-rellax-container] [data-rellax] {
        opacity: 0; }
        .featured-posts-slideshow [data-rellax-container] [data-rellax].rellax-active {
          -webkit-animation: fade-in 0.2s bezier(easeOutQuad) forwards;
                  animation: fade-in 0.2s bezier(easeOutQuad) forwards; }
  @-webkit-keyframes fade-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes fade-in {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
    .featured-posts-slideshow .rellax-element.rellax-hidden {
      pointer-events: none;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: none;
      transition: none; }
    .featured-posts-slideshow .c-slider__arrow {
      position: absolute;
      top: 50%;
      z-index: 3000;
      display: inline-block;
      width: 5em;
      height: 100%;
      padding: 0;
      border: 0;
      overflow: hidden;
      background: transparent;
      text-indent: 9999em;
      white-space: nowrap;
      cursor: pointer;
      -webkit-transition: opacity 0.15s ease-out;
      transition: opacity 0.15s ease-out;
      border-radius: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0); }
      .featured-posts-slideshow .c-slider__arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 1em;
        height: 1em;
        border: 2px solid transparent; }
    .featured-posts-slideshow .c-slider__arrow--active {
      opacity: 1; }
    .featured-posts-slideshow .c-slider__arrow--prev {
      left: 0; }
      .featured-posts-slideshow .c-slider__arrow--prev:after {
        border-bottom-color: currentColor;
        border-left-color: currentColor;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .featured-posts-slideshow .c-slider__arrow--next {
      right: 0; }
      .featured-posts-slideshow .c-slider__arrow--next:after {
        border-top-color: currentColor;
        border-right-color: currentColor;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                transform: translate3d(-50%, -50%, 0) rotate(45deg); }
    .featured-posts-slideshow .c-slider__bullets {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      margin: 0;
      list-style: none;
      text-align: center; }
    .featured-posts-slideshow .c-slider__bullet {
      display: block;
      height: 1em;
      width: 1em;
      margin: 0 0.5em;
      padding: 0;
      overflow: hidden;
      border: 2px solid currentColor;
      border-radius: 50%;
      background: transparent;
      text-indent: 10em;
      cursor: pointer; }
    .featured-posts-slideshow .c-slider__bullet--active {
      background-color: currentColor; }
    .featured-posts-slideshow .slick-slide {
      opacity: 1 !important;
      -webkit-transition: none !important;
      transition: none !important;
      will-change: transform; }
    .featured-posts-slideshow .c-hero {
      position: relative;
      padding-top: 60%;
      color: #FFFFFF;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      min-height: 0; }
    .featured-posts-slideshow .c-hero__title {
      font-size: 36px;
      font-family: "HK Grotesk", sans-serif;
      line-height: 1;
      font-weight: 700; }
      .featured-posts-slideshow .c-hero__title:not(:first-child) {
        margin-top: 14px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
        .featured-posts-slideshow .c-hero__title:not(:first-child) {
          margin-top: 12.89431px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
        .featured-posts-slideshow .c-hero__title:not(:first-child) {
          margin-top: 11.95049px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 768px) {
        .featured-posts-slideshow .c-hero__title:not(:first-child) {
          margin-top: 11.13541px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 320px) {
        .featured-posts-slideshow .c-hero__title:not(:first-child) {
          margin-top: 10.42442px; } }

@media only screen and (min-width: 62.5em) {
      .featured-posts-slideshow .c-hero__title:not(:last-child) {
        margin-bottom: 14px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
        .featured-posts-slideshow .c-hero__title:not(:last-child) {
          margin-bottom: 12.89431px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
        .featured-posts-slideshow .c-hero__title:not(:last-child) {
          margin-bottom: 11.95049px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 768px) {
        .featured-posts-slideshow .c-hero__title:not(:last-child) {
          margin-bottom: 11.13541px; } }
      @media only screen and (min-width: 62.5em) and (max-width: 320px) {
        .featured-posts-slideshow .c-hero__title:not(:last-child) {
          margin-bottom: 10.42442px; } }

@media only screen and (min-width: 62.5em) {
    .featured-posts-slideshow .c-hero__content {
      max-width: 45em;
      margin-top: auto;
      padding: 4rem 4rem 2rem;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
      .featured-posts-slideshow .c-hero__content > * {
        padding-bottom: 2rem; }
      .featured-posts-slideshow .c-hero__content .c-hero__excerpt {
        padding-bottom: 3rem; }
    .featured-posts-slideshow[data-show_pagination] .c-hero__content {
      padding-bottom: 4rem; }
    .featured-posts-slideshow .c-hero__meta {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .featured-posts-slideshow .c-hero__meta .c-meta > * > * {
        font-size: 110%;
        font-weight: bold; }
    .o-layout__full .featured-posts-slideshow {
      position: relative;
      z-index: 1000;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); }
    .featured-posts-slideshow .slick-list,
    .featured-posts-slideshow .slick-track,
    .featured-posts-slideshow .slick-slide > * {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .featured-posts-slideshow .slick-dots {
      position: absolute;
      bottom: 2.5rem;
      left: 0;
      right: 0; }
      .featured-posts-slideshow .slick-dots .slick-active {
        color: inherit; } }

.featured-posts-slideshow .c-hero__background-mask,
.featured-posts-slideshow .c-hero__background {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #333; }

.featured-posts-slideshow .c-hero__background-mask {
  overflow: hidden; }

.featured-posts-slideshow .c-hero__slide {
  width: 100%;
  height: 100%; }

.featured-posts-slideshow .c-hero__title,
.featured-posts-slideshow .c-hero__link,
.featured-posts-slideshow .c-meta__primary,
.featured-posts-slideshow .c-meta__secondary {
  color: inherit; }

.featured-posts-slideshow .c-hero__link {
  display: block;
  text-decoration: none; }

.featured-posts-slideshow .c-hero__excerpt {
  display: none; }

.featured-posts-slideshow.featured-posts--show-excerpt .c-hero__excerpt {
  display: block; }

.site-header--inverted {
  min-height: 100vh; }
  .admin-bar .site-header--inverted {
    margin-top: -32px; }
  .demo-site .site-header--inverted {
    margin-top: -80px; }
  .admin-bar.demo-site .site-header--inverted {
    margin-top: -112px; }
  @media (max-width: 782px) {
    .admin-bar .site-header--inverted {
      margin-top: -46px; }
    .admin-bar.demo-site .site-header--inverted {
      margin-top: -126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .site-header--inverted {
      margin-top: -146px; } }
  .admin-bar .site-header--inverted {
    padding-top: 32px; }
  .demo-site .site-header--inverted {
    padding-top: 80px; }
  .admin-bar.demo-site .site-header--inverted {
    padding-top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .site-header--inverted {
      padding-top: 46px; }
    .admin-bar.demo-site .site-header--inverted {
      padding-top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .site-header--inverted {
      padding-top: 146px; } }
  .site-header--inverted .site-description {
    background: transparent;
    color: inherit; }
  .site-header--inverted .widget_featured_posts_slideshow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .site-header--inverted .widget_featured_posts_slideshow .widget__title {
      display: none; }
  .site-header--inverted .c-hero,
  .site-header--inverted .featured-posts-slideshow {
    padding-top: 0;
    height: 100%; }
  .site-header--inverted .c-navbar__zone--left {
    position: relative;
    z-index: 20; }
  .site-header--inverted .c-navbar,
  .site-header--inverted .c-navbar [class*=current-menu],
  .site-header--inverted .c-navbar li,
  .site-header--inverted .c-navbar li:hover {
    color: #FFFFFF; }
  .site-header--inverted .c-navbar [class*="current-menu"],
  .site-header--inverted .c-navbar li:hover {
    color: #FFFFFF; }

.slick-prev,
.slick-next {
  background-color: transparent;
  border: 0; }
  .slick-prev:active, .slick-prev:hover,
  .slick-next:active,
  .slick-next:hover {
    outline: 0; }

.widget_top-posts ul {
  margin-left: -28px;
  margin-right: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 1360px) {
    .widget_top-posts ul {
      margin-left: -22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .widget_top-posts ul {
      margin-left: -18.36066px; } }
  @media only screen and (max-width: 768px) {
    .widget_top-posts ul {
      margin-left: -15.66434px; } }
  @media only screen and (max-width: 320px) {
    .widget_top-posts ul {
      margin-left: -13.65854px; } }
  @media only screen and (max-width: 1360px) {
    .widget_top-posts ul {
      margin-right: -22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .widget_top-posts ul {
      margin-right: -18.36066px; } }
  @media only screen and (max-width: 768px) {
    .widget_top-posts ul {
      margin-right: -15.66434px; } }
  @media only screen and (max-width: 320px) {
    .widget_top-posts ul {
      margin-right: -13.65854px; } }
  .widget_top-posts ul li {
    padding-left: 28px;
    padding-right: 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%; }
    @media only screen and (max-width: 1360px) {
      .widget_top-posts ul li {
        padding-left: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .widget_top-posts ul li {
        padding-left: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .widget_top-posts ul li {
        padding-left: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .widget_top-posts ul li {
        padding-left: 13.65854px; } }
    @media only screen and (max-width: 1360px) {
      .widget_top-posts ul li {
        padding-right: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .widget_top-posts ul li {
        padding-right: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .widget_top-posts ul li {
        padding-right: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .widget_top-posts ul li {
        padding-right: 13.65854px; } }
    .widget_top-posts ul li .bum-view {
      float: none;
      display: block; }
    .widget_top-posts ul li img {
      display: block;
      float: none;
      width: 100%;
      max-width: none; }
    .widget_top-posts ul li a {
      font-family: "PT Serif", serif;
      font-size: 18px;
      font-weight: 600; }
      @media only screen and (max-width: 1360px) {
        .widget_top-posts ul li a {
          font-size: 17.19855px; } }
      @media only screen and (max-width: 1024px) {
        .widget_top-posts ul li a {
          font-size: 16.46542px; } }
      @media only screen and (max-width: 768px) {
        .widget_top-posts ul li a {
          font-size: 15.79224px; } }
      @media only screen and (max-width: 400px) {
        .widget_top-posts ul li a {
          font-size: 15.17195px; } }
    .widget_top-posts ul li .widgets-list-layout-links {
      margin-top: 28px;
      float: none;
      width: 100%; }
      @media only screen and (max-width: 1360px) {
        .widget_top-posts ul li .widgets-list-layout-links {
          margin-top: 22.17822px; } }
      @media only screen and (max-width: 1024px) {
        .widget_top-posts ul li .widgets-list-layout-links {
          margin-top: 18.36066px; } }
      @media only screen and (max-width: 768px) {
        .widget_top-posts ul li .widgets-list-layout-links {
          margin-top: 15.66434px; } }
      @media only screen and (max-width: 320px) {
        .widget_top-posts ul li .widgets-list-layout-links {
          margin-top: 13.65854px; } }
    @media not screen and (min-width: 42.5em) {
      .widget_top-posts ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }

.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
  float: none;
  width: 100%;
  max-width: none; }
  @media not screen and (min-width: 42.5em) {
    .widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
      float: left;
      width: 70px;
      margin-right: 14px; } }

@media not screen and (min-width: 42.5em) {
  .widget_top-posts .widgets-list-layout .widgets-list-layout-links {
    margin-top: 14px;
    padding-left: 84px; } }

.widget_top-posts .widgets-grid-layout {
  margin-left: -28px;
  margin-right: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 1360px) {
    .widget_top-posts .widgets-grid-layout {
      margin-left: -22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .widget_top-posts .widgets-grid-layout {
      margin-left: -18.36066px; } }
  @media only screen and (max-width: 768px) {
    .widget_top-posts .widgets-grid-layout {
      margin-left: -15.66434px; } }
  @media only screen and (max-width: 320px) {
    .widget_top-posts .widgets-grid-layout {
      margin-left: -13.65854px; } }
  @media only screen and (max-width: 1360px) {
    .widget_top-posts .widgets-grid-layout {
      margin-right: -22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .widget_top-posts .widgets-grid-layout {
      margin-right: -18.36066px; } }
  @media only screen and (max-width: 768px) {
    .widget_top-posts .widgets-grid-layout {
      margin-right: -15.66434px; } }
  @media only screen and (max-width: 320px) {
    .widget_top-posts .widgets-grid-layout {
      margin-right: -13.65854px; } }
  .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
    padding-left: 28px;
    padding-right: 28px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    max-width: none; }
    @media only screen and (max-width: 1360px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-left: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-left: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-left: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-left: 13.65854px; } }
    @media only screen and (max-width: 1360px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-right: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-right: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-right: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        padding-right: 13.65854px; } }
    @media not screen and (min-width: 42.5em) {
      .widget_top-posts .widgets-grid-layout .widget-grid-view-image {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }

.widget--side.widget_top-posts ul li,
.widget--side.widget_top-posts .widgets-grid-layout .widget-grid-view-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.widget--side.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
  float: left;
  width: 70px;
  margin-right: 14px; }

.widget--side.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
  margin-top: 14px;
  padding-left: 84px; }
  @media only screen and (max-width: 1360px) {
    .widget--side.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
      margin-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .widget--side.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
      margin-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .widget--side.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
      margin-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .widget--side.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
      margin-top: 10.42442px; } }

@media only screen and (min-width: 62.5em) {
  .u-widget-title-sideways .o-layout__main {
    width: calc(100% - 400px - 6.5rem); }
  .u-widget-title-sideways .o-layout__side {
    margin-left: 6.5rem; }
  .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) {
    position: relative; }
    .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) .widget__title {
      position: absolute;
      bottom: 100%;
      right: 100%;
      z-index: 1;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 1.5rem;
      margin-bottom: -0.3rem;
      font-size: 16px;
      line-height: 1.1875;
      font-weight: normal;
      letter-spacing: normal;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      white-space: nowrap; } }
    @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
      .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) .widget__title {
        font-size: 15.3821px; } }
    @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
      .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) .widget__title {
        font-size: 14.81014px; } }
    @media only screen and (min-width: 62.5em) and (max-width: 768px) {
      .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) .widget__title {
        font-size: 14.2792px; } }
    @media only screen and (min-width: 62.5em) and (max-width: 400px) {
      .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) .widget__title {
        font-size: 13.785px; } }

@media only screen and (min-width: 62.5em) {
      .u-widget-title-sideways .widget-area .widget:not(.widget_categories):not(.widget--footer) .widget__title span {
        font-size: inherit; } }

/**
 * 4.0 - Page
 */
@media only screen and (min-width: 62.5em) {
  body.single-post.entry-image--portrait.has-sidebar .entry-content:not(.comment__content), body.single-post.entry-image--portrait.has-sidebar
  .entry-footer, body.single-post.entry-image--portrait.has-sidebar
  .entry-aside, body.single-post.entry-image--portrait.has-sidebar
  .comments-area {
    border-right: 4rem solid transparent; }
  body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways .entry-content:not(.comment__content), body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways
  .entry-footer, body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways
  .entry-aside, body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways
  .comments-area {
    border-right: 6.5rem solid transparent; } }

@media only screen and (min-width: 62.5em) {
  .single.has-sidebar.entry-image--portrait .entry-content:not(.comment__content),
  .single.has-sidebar.entry-image--portrait .entry-footer,
  .single.has-sidebar.entry-image--portrait .entry-aside,
  .single.has-sidebar.entry-image--portrait .comments-area {
    margin-right: 300px; } }

@media not screen and (min-width: 1124px) {
  .single.has-sidebar .entry-aside,
  .single.has-sidebar .entry-footer,
  .single.has-sidebar .comments-area {
    padding-right: 0; } }

@media only screen and (min-width: 62.5em) {
  .widget-area--post {
    width: 300px; } }

@media not screen and (min-width: 62.5em) {
  .widget-area--post {
    position: static !important;
    float: none !important; } }

.blog .site-main {
  position: relative;
  z-index: 11;
  overflow: hidden; }

.home .site-main {
  position: relative; }
  .home .site-main > * {
    position: relative; }

.single .edit-link,
.page .edit-link {
  margin-top: 28px;
  margin-bottom: 28px;
  display: block;
  text-align: right; }
  @media only screen and (max-width: 1360px) {
    .single .edit-link,
    .page .edit-link {
      margin-top: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .single .edit-link,
    .page .edit-link {
      margin-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .single .edit-link,
    .page .edit-link {
      margin-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .single .edit-link,
    .page .edit-link {
      margin-top: 13.65854px; } }
  @media only screen and (max-width: 1360px) {
    .single .edit-link,
    .page .edit-link {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .single .edit-link,
    .page .edit-link {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .single .edit-link,
    .page .edit-link {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .single .edit-link,
    .page .edit-link {
      margin-bottom: 13.65854px; } }

.single .entry-content,
.page .entry-content {
  word-break: break-word; }

.single .entry-footer,
.page .entry-footer {
  position: relative;
  margin-top: 42px;
  margin-bottom: 42px; }
  @media only screen and (max-width: 1360px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-top: 19.64912px; } }
  @media only screen and (max-width: 1360px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-footer,
    .page .entry-footer {
      margin-bottom: 19.64912px; } }

.single .entry-aside:empty,
.page .entry-aside:empty {
  display: none; }

.single .o-layout > *,
.page .o-layout > * {
  margin-top: 0; }

.single .entry-header,
.page .entry-header {
  position: relative;
  padding-top: 42px; }
  @media only screen and (max-width: 1360px) {
    .single .entry-header,
    .page .entry-header {
      padding-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .single .entry-header,
    .page .entry-header {
      padding-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-header,
    .page .entry-header {
      padding-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-header,
    .page .entry-header {
      padding-top: 19.64912px; } }
  .single .entry-header:after,
  .page .entry-header:after {
    content: "";
    position: absolute;
    top: 100%;
    padding-top: 112px; }
    @media only screen and (max-width: 1360px) {
      .single .entry-header:after,
      .page .entry-header:after {
        padding-top: 80.35874px; } }
    @media only screen and (max-width: 1024px) {
      .single .entry-header:after,
      .page .entry-header:after {
        padding-top: 62.65734px; } }
    @media only screen and (max-width: 768px) {
      .single .entry-header:after,
      .page .entry-header:after {
        padding-top: 51.3467px; } }
    @media only screen and (max-width: 320px) {
      .single .entry-header:after,
      .page .entry-header:after {
        padding-top: 43.49515px; } }
  .single .entry-header > :not(:first-child),
  .page .entry-header > :not(:first-child) {
    padding-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .single .entry-header > :not(:first-child),
      .page .entry-header > :not(:first-child) {
        padding-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .single .entry-header > :not(:first-child),
      .page .entry-header > :not(:first-child) {
        padding-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .single .entry-header > :not(:first-child),
      .page .entry-header > :not(:first-child) {
        padding-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .single .entry-header > :not(:first-child),
      .page .entry-header > :not(:first-child) {
        padding-top: 10.42442px; } }

.single .o-layout__main .entry-header,
.page .o-layout__main .entry-header {
  padding-top: 0; }

.single .entry-aside,
.page .entry-aside {
  margin-bottom: 42px; }
  @media only screen and (max-width: 1360px) {
    .single .entry-aside,
    .page .entry-aside {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .single .entry-aside,
    .page .entry-aside {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-aside,
    .page .entry-aside {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-aside,
    .page .entry-aside {
      margin-bottom: 19.64912px; } }

.single .cat-links,
.page .cat-links {
  display: block; }

.single .entry-title,
.page .entry-title {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.5em;
  /* 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) */ }

.single .entry-thumbnail,
.page .entry-thumbnail {
  padding-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    .single .entry-thumbnail,
    .page .entry-thumbnail {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .single .entry-thumbnail,
    .page .entry-thumbnail {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-thumbnail,
    .page .entry-thumbnail {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-thumbnail,
    .page .entry-thumbnail {
      padding-bottom: 25.16854px; } }
  .single .entry-thumbnail img,
  .page .entry-thumbnail img {
    display: block;
    width: 100%; }

.entry-image--portrait .entry-header {
  padding-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .entry-image--portrait .entry-header {
      padding-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .entry-image--portrait .entry-header {
      padding-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .entry-image--portrait .entry-header {
      padding-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .entry-image--portrait .entry-header {
      padding-bottom: 13.65854px; } }

.post-password-form input[type="submit"] {
  margin-top: 14px;
  width: 100%; }
  @media only screen and (max-width: 1360px) {
    .post-password-form input[type="submit"] {
      margin-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .post-password-form input[type="submit"] {
      margin-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .post-password-form input[type="submit"] {
      margin-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .post-password-form input[type="submit"] {
      margin-top: 10.42442px; } }

.page-links {
  margin-top: 28px;
  margin-bottom: 28px;
  clear: both; }
  @media only screen and (max-width: 1360px) {
    .page-links {
      margin-top: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .page-links {
      margin-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .page-links {
      margin-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .page-links {
      margin-top: 13.65854px; } }
  @media only screen and (max-width: 1360px) {
    .page-links {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .page-links {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .page-links {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .page-links {
      margin-bottom: 13.65854px; } }
  .page-links:before, .page-links:after {
    content: none; }

.entry-image--none .widget-area--post {
  margin-top: -112px; }
  @media only screen and (max-width: 1360px) {
    .entry-image--none .widget-area--post {
      margin-top: -80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .entry-image--none .widget-area--post {
      margin-top: -62.65734px; } }
  @media only screen and (max-width: 768px) {
    .entry-image--none .widget-area--post {
      margin-top: -51.3467px; } }
  @media only screen and (max-width: 320px) {
    .entry-image--none .widget-area--post {
      margin-top: -43.49515px; } }

.entry-image--none .single-main {
  position: relative; }

.entry-image--portrait .widget-area--post {
  float: right;
  clear: right; }
  @media not screen and (min-width: 62.5em) {
    .entry-image--portrait .widget-area--post {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.widget-area--post .widget + .widget {
  padding-top: 56px; }
  @media only screen and (max-width: 1360px) {
    .widget-area--post .widget + .widget {
      padding-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .widget-area--post .widget + .widget {
      padding-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .widget-area--post .widget + .widget {
      padding-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .widget-area--post .widget + .widget {
      padding-top: 25.16854px; } }
  @media only screen and (min-width: 62.5em) {
    .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
      margin-bottom: -56px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
      margin-bottom: -42.87081px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
      margin-bottom: -34.72868px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
      margin-bottom: -29.18567px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
      margin-bottom: -25.16854px; } }

@media not screen and (min-width: 62.5em) {
  .single .single-header .entry-thumbnail {
    float: none;
    max-width: 100%; }
  .single.has-sidebar.entry-image--landscape .entry-thumbnail {
    margin-right: 0;
    padding-right: 0; }
  .single .widget-area--post[class] {
    padding: 40px 0; } }

body.page:not(.page-template-front-page) .o-layout__main {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 25.16854px; } }

body.page:not(.page-template-front-page) .entry-header {
  padding-bottom: 56px; }
  @media only screen and (max-width: 1360px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 25.16854px; } }

.single-header {
  margin-bottom: -112px;
  overflow: hidden; }
  @media only screen and (max-width: 1360px) {
    .single-header {
      margin-bottom: -80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .single-header {
      margin-bottom: -62.65734px; } }
  @media only screen and (max-width: 768px) {
    .single-header {
      margin-bottom: -51.3467px; } }
  @media only screen and (max-width: 320px) {
    .single-header {
      margin-bottom: -43.49515px; } }
  .single-header .u-container-sides-spacing {
    padding-bottom: 112px; }
    @media only screen and (max-width: 1360px) {
      .single-header .u-container-sides-spacing {
        padding-bottom: 80.35874px; } }
    @media only screen and (max-width: 1024px) {
      .single-header .u-container-sides-spacing {
        padding-bottom: 62.65734px; } }
    @media only screen and (max-width: 768px) {
      .single-header .u-container-sides-spacing {
        padding-bottom: 51.3467px; } }
    @media only screen and (max-width: 320px) {
      .single-header .u-container-sides-spacing {
        padding-bottom: 43.49515px; } }

.c-page-header__title {
  margin-top: 56px;
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .c-page-header__title {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .c-page-header__title {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .c-page-header__title {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .c-page-header__title {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 1360px) {
    .c-page-header__title {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .c-page-header__title {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .c-page-header__title {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .c-page-header__title {
      margin-bottom: 13.65854px; } }

.page-template[class*="page-template-full-width"] .u-content-width > * {
  max-width: none !important; }

.page-template[class*="no-title"] .entry-header {
  display: none; }

.c-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0; }
  .c-page > .o-layout__main {
    padding-left: 0; }
  .c-page.u-content-width > * {
    margin-left: 0;
    margin-right: 0; }
  .c-page .entry-header {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1360px) {
      .c-page .entry-header {
        margin-bottom: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      .c-page .entry-header {
        margin-bottom: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      .c-page .entry-header {
        margin-bottom: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      .c-page .entry-header {
        margin-bottom: 13.65854px; } }

.c-page__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  body:not(.has-sidebar) .c-page__content {
    padding-left: 0; }

.c-page__aside[class] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0; }

.page-template-archive-index .entry-header {
  margin-bottom: 35px; }
  @media only screen and (max-width: 1360px) {
    .page-template-archive-index .entry-header {
      margin-bottom: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .page-template-archive-index .entry-header {
      margin-bottom: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .page-template-archive-index .entry-header {
      margin-bottom: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .page-template-archive-index .entry-header {
      margin-bottom: 16.71642px; } }

.page-template-archive-index .page-title:after {
  content: none; }

.error-404 {
  text-align: center; }
  .error-404 .page-header {
    margin-bottom: 56px; }
    @media only screen and (max-width: 1360px) {
      .error-404 .page-header {
        margin-bottom: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      .error-404 .page-header {
        margin-bottom: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      .error-404 .page-header {
        margin-bottom: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      .error-404 .page-header {
        margin-bottom: 25.16854px; } }
  .error-404 .search-form {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .error-404 .search-form {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .error-404 .search-form {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .error-404 .search-form {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .error-404 .search-form {
        margin-top: 10.42442px; } }

[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: 42px; }
  @media only screen and (max-width: 1360px) {
    .gallery {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .gallery {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .gallery {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .gallery {
      margin-bottom: 19.64912px; } }

.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; }

/**
 * 5.0 - Header
 */
.c-burger {
  position: relative;
  display: block;
  width: 19px;
  margin-top: 0.34em;
  margin-bottom: 0.34em;
  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: 3px;
  background: currentColor; }

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

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

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

/*
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-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .c-branding > [rel="home"] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  @media not screen and (min-width: 62.5em) {
    .c-branding {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-branding a,
  .c-branding img {
    display: block; }
  .c-branding img {
    width: auto;
    height: auto;
    -webkit-transition: opacity 0.15s ease-out, -webkit-filter 0.3s ease-in-out;
    transition: opacity 0.15s ease-out, -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, opacity 0.15s ease-out;
    transition: filter 0.3s ease-in-out, opacity 0.15s ease-out, -webkit-filter 0.3s ease-in-out; }

@media only screen and (min-width: 62.5em) {
  .c-navbar__zone--branding + .c-navbar__zone--middle {
    max-width: 60%; }
  .c-navbar__zone--branding.c-navbar__zone--middle {
    max-width: 30%; } }

.c-navbar__zone--left .c-branding {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .c-navbar__zone--left .c-branding img {
    margin-right: auto; }

.c-navbar__zone--middle .c-branding {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-navbar__zone--middle .c-branding img {
    margin-left: auto;
    margin-right: auto; }

.c-navbar__zone--right .c-branding {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .c-navbar__zone--right .c-branding img {
    margin-left: auto; }

.site-title,
.site-description {
  font: inherit;
  color: inherit; }

.site-description:empty {
  display: none !important; }

.c-logo {
  position: relative; }

.c-logo__default,
.c-logo__inverted {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.c-logo__inverted {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0; }
  .c-logo__inverted img {
    max-width: none; }

[class*="inverted"] .c-logo__default {
  opacity: 0; }

[class*="inverted"] .c-logo__inverted {
  opacity: 1; }

@media not screen and (min-width: 62.5em) {
  .c-navbar {
    height: 60px; }
    .c-navbar .menu-item-has-children > a,
    .c-navbar .page_item_has_children > a {
      position: relative; }
      .c-navbar .menu-item-has-children > a:after,
      .c-navbar .page_item_has_children > a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        border: 5px solid transparent;
        border-top-color: currentColor; }
    .c-navbar .menu-item-has-children > ul,
    .c-navbar .page_item_has_children > ul {
      display: none;
      position: relative; }
    .c-navbar .is-active > ul {
      display: block; }
  .c-navbar[class] ul,
  .c-navbar[class] li {
    margin: 0; }
  .c-navbar__content {
    position: absolute;
    top: 0;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 75vw;
    height: 100vh !important;
    padding-top: 60px;
    overflow-y: auto;
    background: #FBFBFB;
    border: 0 solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch; }
    .c-navbar__checkbox:checked ~ .c-navbar__content {
      left: 0; }
    .c-navbar__content a {
      display: block;
      padding: 1em; }
  .c-navbar__label {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .c-navbar__label > * {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .c-navbar__label,
  .c-navbar__zone--branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .c-navbar__content .c-navbar__zone--branding {
    display: none; } }

@media only screen and (min-width: 62.5em) {
  .c-navbar, .c-navbar__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; }
  .u-header-height {
    height: 50px; }
  .c-navbar li {
    display: inline-block; }
  .c-navbar a {
    display: block; }
  .c-navbar__content {
    width: 100%; }
  .c-navbar__zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-navbar__zone:first-child:not(:last-child), .c-navbar__zone:last-child:not(:first-child) {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0; }
    .c-navbar > .c-navbar__zone {
      display: none; }
  .c-navbar__zone--push-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .c-navbar__zone--push-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .c-navbar__checkbox,
  .c-navbar__label {
    display: none; }
  .c-navbar--dropdown li[class*="children"] {
    position: relative; }
    .c-navbar--dropdown li[class*="children"] > a:after {
      content: "";
      display: inline-block;
      margin-left: .5em;
      border: 4px solid transparent;
      border-top-width: 5px;
      border-top-color: currentColor; }
    .c-navbar--dropdown li[class*="children"]:hover > .sub-menu,
    .c-navbar--dropdown li[class*="children"]:hover > .children {
      opacity: 1;
      pointer-events: auto; }
  .c-navbar--dropdown .sub-menu,
  .c-navbar--dropdown .children {
    position: absolute;
    top: 100%;
    left: 0;
    width: 15em;
    margin: 0;
    border: 0 solid transparent;
    background-clip: padding-box;
    text-align: left;
    opacity: 0;
    pointer-events: none; }
    .c-navbar--dropdown .sub-menu .menu-item,
    .c-navbar--dropdown .children .menu-item {
      width: 100%;
      margin: 0; }
  .c-navbar--dropdown .sub-menu [class*="has-children"] > a:after,
  .c-navbar--dropdown .children [class*="has_children"] > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .c-navbar--dropdown .sub-menu .sub-menu,
  .c-navbar--dropdown .children .children {
    top: 0;
    left: 100%;
    margin-left: 0; } }

.site-logo img,
.custom-logo-link img {
  max-height: 140px; }

.site-title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 140px;
  line-height: 1;
  font-weight: normal; }
  @media only screen and (max-width: 1360px) {
    .site-title {
      font-size: 101.81818px; } }
  @media only screen and (max-width: 1024px) {
    .site-title {
      font-size: 80px; } }
  @media only screen and (max-width: 768px) {
    .site-title {
      font-size: 65.88235px; } }
  @media only screen and (max-width: 400px) {
    .site-title {
      font-size: 56px; } }

.u-header-background {
  background-color: #FFF4E8; }

.site-header-sticky {
  background-color: #FF6000; }
  .site-header-sticky,
  .site-header-sticky .c-navbar,
  .site-header-sticky .c-navbar li {
    color: #FFF4E8; }
  .site-header-sticky .c-navbar li:hover,
  .site-header-sticky .c-navbar [class*='current-menu'] {
    color: #FFFFFF; }

.c-navbar {
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color; }
  @media only screen and (max-width: 1360px) {
    .c-navbar {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .c-navbar {
      font-size: 13.785px; } }

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

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

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

.c-navbar,
.c-navbar li {
  color: #161616; }

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

.u-header-sides-spacing {
  padding-left: 30px;
  padding-right: 30px; }
  @media only screen and (max-width: 1360px) {
    .u-header-sides-spacing {
      padding-left: 23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .u-header-sides-spacing {
      padding-left: 19.59184px; } }
  @media only screen and (max-width: 768px) {
    .u-header-sides-spacing {
      padding-left: 16.69565px; } }
  @media only screen and (max-width: 320px) {
    .u-header-sides-spacing {
      padding-left: 14.54545px; } }
  @media only screen and (max-width: 1360px) {
    .u-header-sides-spacing {
      padding-right: 23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .u-header-sides-spacing {
      padding-right: 19.59184px; } }
  @media only screen and (max-width: 768px) {
    .u-header-sides-spacing {
      padding-right: 16.69565px; } }
  @media only screen and (max-width: 320px) {
    .u-header-sides-spacing {
      padding-right: 14.54545px; } }

.u-site-header-full-width .site-header .u-container-width {
  max-width: none; }

@media only screen and (min-width: 62.5em) {
  .u-site-header-sticky--top .site-header {
    background: transparent; }
  .u-site-header-sticky--top .c-navbar,
  .u-site-header-sticky--top .c-navbar li {
    color: #FFF; } }

.site-header {
  position: relative;
  width: 100%;
  padding-bottom: 28px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }
  @media only screen and (max-width: 1360px) {
    .site-header {
      padding-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .site-header {
      padding-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .site-header {
      padding-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .site-header {
      padding-bottom: 13.65854px; } }
  .site-header a,
  .site-header .navigation-toggle:hover {
    color: inherit; }
  .site-header:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    margin-bottom: 0;
    background-color: inherit;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    height: 170px; }
    @media only screen and (max-width: 1360px) {
      .site-header:after {
        height: 114.52632px; } }
    @media only screen and (max-width: 1024px) {
      .site-header:after {
        height: 86.34921px; } }
    @media only screen and (max-width: 768px) {
      .site-header:after {
        height: 69.29936px; } }
    @media only screen and (max-width: 320px) {
      .site-header:after {
        height: 57.87234px; } }

.site-header a,
.site-header-sticky a {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

[class].site-header-sticky .c-navbar {
  margin-top: 0; }

.has-extended-header-background .site-main {
  position: relative;
  z-index: 20; }

.has-extended-header-background .site-header:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }

a[rel='home'] {
  text-decoration: none; }

.custom-logo-link + a {
  margin-top: 28px; }
  @media only screen and (max-width: 1360px) {
    .custom-logo-link + a {
      margin-top: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .custom-logo-link + a {
      margin-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .custom-logo-link + a {
      margin-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .custom-logo-link + a {
      margin-top: 13.65854px; } }

.c-navbar__content[class] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  padding-left: 0;
  padding-right: 0; }
  @media not screen and (min-width: 62.5em) {
    .c-navbar__content[class] {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .c-navbar__content[class] > * {
        -ms-flex-negative: 0;
            flex-shrink: 0; } }
  @media only screen and (min-width: 62.5em) {
    .is-IE .c-navbar__content[class] {
      display: block; } }

.c-navbar__zone {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }
  .c-navbar__zone:first-child:not(:last-child), .c-navbar__zone:last-child:not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.c-navbar__zone--left {
  margin-top: 14px;
  margin-bottom: 21px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--left {
      margin-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--left {
      margin-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--left {
      margin-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--left {
      margin-top: 10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--left {
      margin-bottom: 16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--left {
      margin-bottom: 13.97089px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--left {
      margin-bottom: 11.96794px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--left {
      margin-bottom: 10.46729px; } }
  .c-navbar__zone--left > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .c-navbar__zone--left > .search-trigger:first-child:last-child {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.c-navbar__zone--middle {
  margin-top: 35px;
  margin-bottom: 42px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--middle {
      margin-top: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--middle {
      margin-top: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--middle {
      margin-top: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--middle {
      margin-top: 16.71642px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--middle {
      margin-bottom: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--middle {
      margin-bottom: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--middle {
      margin-bottom: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--middle {
      margin-bottom: 19.64912px; } }

.c-navbar__zone--right {
  position: relative;
  z-index: 7000; }
  @media only screen and (min-width: 62.5em) {
    .c-navbar__zone--right[class].c-navbar__zone--right {
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial; } }

.site-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9150;
  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: auto;
  min-height: 53px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .show-search-overlay .site-header-sticky {
    -webkit-transform: none;
            transform: none; }
  .site-header-sticky .search-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer; }
    .site-header-sticky .search-trigger svg {
      width: 18px;
      height: 18px;
      margin-right: 0.5em; }
  .site-header-sticky:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .site-header-sticky--show {
    opacity: 1;
    pointer-events: auto; }
  .site-header-sticky > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .site-header-sticky .menu--primary > li > a {
    border: 0; }
  .site-header-sticky .c-reading-bar ~ .c-navigation-bar {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    pointer-events: none;
    -webkit-transition: 350ms -webkit-transform ease;
    transition: 350ms -webkit-transform ease;
    transition: 350ms transform ease;
    transition: 350ms transform ease, 350ms -webkit-transform ease; }
  .site-header-sticky .sub-menu[class] {
    right: 0;
    width: auto; }
  .site-header-sticky--show.reading-bar--hide .c-navigation-bar {
    -webkit-transform: none;
            transform: none;
    pointer-events: auto; }

.c-navigation-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px; }
  @media only screen and (max-width: 1360px) {
    .c-navigation-bar {
      margin-left: -23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .c-navigation-bar {
      margin-left: -19.59184px; } }
  @media only screen and (max-width: 768px) {
    .c-navigation-bar {
      margin-left: -16.69565px; } }
  @media only screen and (max-width: 320px) {
    .c-navigation-bar {
      margin-left: -14.54545px; } }
  .c-navigation-bar > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px; }
    @media only screen and (max-width: 1360px) {
      .c-navigation-bar > * {
        margin-left: 23.7037px; } }
    @media only screen and (max-width: 1024px) {
      .c-navigation-bar > * {
        margin-left: 19.59184px; } }
    @media only screen and (max-width: 768px) {
      .c-navigation-bar > * {
        margin-left: 16.69565px; } }
    @media only screen and (max-width: 320px) {
      .c-navigation-bar > * {
        margin-left: 14.54545px; } }

.c-navigation-bar__middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media only screen and (min-width: 80em) {
  .c-navigation-bar__left,
  .c-navigation-bar__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
            flex: 1 1 10%; }
  .c-navigation-bar__middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }

.c-navigation-bar__left[class] ul {
  margin-left: -30px; }
  @media only screen and (max-width: 1360px) {
    .c-navigation-bar__left[class] ul {
      margin-left: -23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .c-navigation-bar__left[class] ul {
      margin-left: -19.59184px; } }
  @media only screen and (max-width: 768px) {
    .c-navigation-bar__left[class] ul {
      margin-left: -16.69565px; } }
  @media only screen and (max-width: 320px) {
    .c-navigation-bar__left[class] ul {
      margin-left: -14.54545px; } }

.c-navigation-bar__left[class] li {
  margin-left: 30px; }
  @media only screen and (max-width: 1360px) {
    .c-navigation-bar__left[class] li {
      margin-left: 23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .c-navigation-bar__left[class] li {
      margin-left: 19.59184px; } }
  @media only screen and (max-width: 768px) {
    .c-navigation-bar__left[class] li {
      margin-left: 16.69565px; } }
  @media only screen and (max-width: 320px) {
    .c-navigation-bar__left[class] li {
      margin-left: 14.54545px; } }

.home .c-reading-bar {
  opacity: 0;
  pointer-events: none; }

.home .c-reading-progress {
  display: none; }

.site-header-mobile {
  padding-top: 100px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 62.5em) {
    .site-header-mobile {
      display: none; } }

@media only screen and (min-width: 62.5em) {
  .c-branding--mobile {
    display: none; } }

@media not screen and (min-width: 62.5em) {
  .site-header-sticky {
    display: none; }
  .site-header-mobile[class] {
    position: relative;
    z-index: 10;
    max-width: 30px;
    padding: 0; }
    .site-header-mobile[class] [class].jetpack-social-navigation {
      margin-left: 0; }
      .site-header-mobile[class] [class].jetpack-social-navigation li {
        margin-left: 0; }
  .c-branding {
    text-align: center; }
  .c-navbar__content {
    z-index: 9100;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
    background-color: #F7F6F5;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out; }
    .c-navbar__content .c-navbar__zone--middle,
    .c-navbar__content .jetpack-social-navigation {
      display: none; } }
  @media not screen and (min-width: 62.5em) and (min-width: 62.5em) {
    .c-navbar__content .jetpack-social-navigation {
      display: block; } }

@media not screen and (min-width: 62.5em) {
  .c-navbar:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    height: 100vh;
    width: 100vw;
    background-color: #161616;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .nav--is-open .c-navbar:after {
      opacity: .3;
      pointer-events: auto; }
  .c-navbar__zone {
    -ms-flex-preferred-size: initial;
        flex-basis: initial; }
  .c-navbar__label {
    position: absolute;
    z-index: 9200;
    left: 0;
    padding-left: 28px;
    min-height: 70px; }
  .c-burger {
    font-size: 17px; }
  .c-navbar__label-text {
    margin-left: 10px;
    margin-top: 2px;
    font-family: "PT Serif", serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .nav--is-open .c-navbar__label-text {
      opacity: 0; }
  .jetpack-social-navigation {
    position: absolute;
    top: 0;
    right: 0; }
    .jetpack-social-navigation.jetpack-social-navigation a:before {
      font-size: 20px; }
  .search-trigger {
    padding: 0; } }

@media screen and (max-width: 1000px) {
  .admin-bar .c-navbar__content {
    border-top: 32px solid transparent; } }

@media screen and (max-width: 782px) {
  .admin-bar .c-navbar__content {
    border-top-width: 16px; } }

@media only screen and (min-width: 62.5em) {
  .site-header-mobile {
    display: none; } }

.c-navbar__zone--left,
.c-navbar__zone--middle {
  min-height: 52px; }

.c-navbar__zone--left > .header.nav {
  opacity: 0; }

.c-navbar__zone--middle > .header.nav {
  opacity: 1;
  -webkit-animation: fade-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: fade-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.site-title {
  font-size: 100px; }
  @media only screen and (min-width: 42.5em) {
    .site-title {
      font-size: 140px; } }
  .site-title:before, .site-title:after {
    content: none; }

.site-title.h1,
h1.site-title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 140px;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0; }
  @media only screen and (max-width: 1360px) {
    .site-title.h1,
    h1.site-title {
      font-size: 101.81818px; } }
  @media only screen and (max-width: 1024px) {
    .site-title.h1,
    h1.site-title {
      font-size: 80px; } }
  @media only screen and (max-width: 768px) {
    .site-title.h1,
    h1.site-title {
      font-size: 65.88235px; } }
  @media only screen and (max-width: 400px) {
    .site-title.h1,
    h1.site-title {
      font-size: 56px; } }

.site-description {
  position: relative;
  top: -1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  font-family: "PT Serif", serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1360px) {
    .site-description {
      margin-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .site-description {
      margin-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .site-description {
      margin-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .site-description {
      margin-top: 10.42442px; } }
  @media only screen and (max-width: 1360px) {
    .site-description {
      font-size: 13.52444px; } }
  @media only screen and (max-width: 1024px) {
    .site-description {
      font-size: 13.08013px; } }
  @media only screen and (max-width: 768px) {
    .site-description {
      font-size: 12.66408px; } }
  @media only screen and (max-width: 400px) {
    .site-description {
      font-size: 12.27368px; } }
  @media not screen and (min-width: 62.5em) {
    .site-description {
      display: none; } }

@media not screen and (min-width: 62.5em) {
  .c-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media only screen and (min-width: 62.5em) {
  .c-navbar {
    height: auto; } }

.site-header-sticky .c-navbar {
  padding-bottom: 0; }

.c-navbar ul,
.c-navbar li {
  padding-left: 0; }

.c-navbar .menu {
  margin-bottom: 0; }
  .c-navbar .menu a {
    text-decoration: none; }
  .c-navbar .menu[class] li {
    margin-bottom: 0; }
  .c-navbar .menu.menu--primary > li,
  .c-navbar .menu.menu--primary > li > a,
  .c-navbar .menu .site-header-sticky > li,
  .c-navbar .menu .site-header-sticky > li > a {
    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; }
    @media not screen and (min-width: 62.5em) {
      .c-navbar .menu.menu--primary > li,
      .c-navbar .menu.menu--primary > li > a,
      .c-navbar .menu .site-header-sticky > li,
      .c-navbar .menu .site-header-sticky > li > a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .c-navbar .menu.menu--primary > li.menu-item-has-children,
        .c-navbar .menu.menu--primary > li > a.menu-item-has-children,
        .c-navbar .menu .site-header-sticky > li.menu-item-has-children,
        .c-navbar .menu .site-header-sticky > li > a.menu-item-has-children {
          display: block; } }
  .c-navbar .menu.menu--primary > li > a,
  .c-navbar .menu .site-header-sticky > li > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-navbar .menu .sub-menu {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 0;
    padding-left: 0; }
    @media only screen and (max-width: 1360px) {
      .c-navbar .menu .sub-menu {
        padding-top: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-navbar .menu .sub-menu {
        padding-top: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-navbar .menu .sub-menu {
        padding-top: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-navbar .menu .sub-menu {
        padding-top: 6.71221px; } }
    @media only screen and (max-width: 1360px) {
      .c-navbar .menu .sub-menu {
        padding-bottom: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-navbar .menu .sub-menu {
        padding-bottom: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-navbar .menu .sub-menu {
        padding-bottom: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-navbar .menu .sub-menu {
        padding-bottom: 6.71221px; } }

.c-navbar .menu-item:empty {
  display: none; }

.c-navbar__content {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 62.5em) {
  .c-navbar__zone--middle {
    z-index: 9010; }
  .c-navbar__zone .menu:not(.menu--primary) li,
  .c-navbar__zone .menu:not(.menu--primary) button {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 1; }
    .c-navbar__zone .menu:not(.menu--primary) li:hover, .c-navbar__zone .menu:not(.menu--primary) li[class*="current-menu"],
    .c-navbar__zone .menu:not(.menu--primary) button:hover,
    .c-navbar__zone .menu:not(.menu--primary) button[class*="current-menu"] {
      opacity: 0.3; }
  .sub-menu {
    padding-left: 0; } }

.menu--primary {
  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-line-pack: center;
      align-content: center; }
  .menu--primary li[class*='children'] {
    position: static; }
    .menu--primary li[class*='children']:after {
      content: none; }
    .menu--primary li[class*='children'] > a:after {
      content: '+';
      padding-left: 5px;
      border: 0; }
  .menu--primary > li[class*='children'] > a:after {
    position: absolute;
    left: 100%; }
  .menu--primary > li[class*='children'] {
    position: static; }
    .menu--primary > li[class*='children']:after {
      content: none; }
  @media only screen and (min-width: 62.5em) {
    .menu--primary > li > a {
      position: relative;
      z-index: 9002; }
      .menu--primary > li > a:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: currentColor;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
                transform: scale(1, 0);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99); }
    .menu--primary > li:hover > a:before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .menu--primary .sub-menu {
      top: 100%;
      z-index: 9000;
      width: 100%;
      border: 0;
      text-align: center;
      opacity: 1; }
      .menu--primary .sub-menu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #161616;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-transform: scale(1, 0);
                transform: scale(1, 0);
        pointer-events: none; }
      .menu--primary .sub-menu.sub-menu li {
        width: auto;
        opacity: 0;
        -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
        transition: opacity 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99); } }
  @media only screen and (min-width: 62.5em) and (min-width: 62.5em) {
    .menu--primary .sub-menu.sub-menu li a {
      color: #FFFFFF !important; }
    .menu--primary .sub-menu.sub-menu li.hover > a {
      color: #FFFFFF !important; } }
  @media only screen and (min-width: 62.5em) {
      .menu--primary .sub-menu a {
        padding: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
        color: inherit;
        -webkit-transition: opacity 0.3s ease-in;
        transition: opacity 0.3s ease-in; } }
    @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
      .menu--primary .sub-menu a {
        padding: 12.89431px; } }
    @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
      .menu--primary .sub-menu a {
        padding: 11.95049px; } }
    @media only screen and (min-width: 62.5em) and (max-width: 768px) {
      .menu--primary .sub-menu a {
        padding: 11.13541px; } }
    @media only screen and (min-width: 62.5em) and (max-width: 320px) {
      .menu--primary .sub-menu a {
        padding: 10.42442px; } }
  @media only screen and (min-width: 62.5em) {
        .menu--primary .sub-menu a:hover {
          opacity: .8; }
      .menu--primary .sub-menu .sub-menu {
        left: 0;
        top: 100%;
        width: 100%; }
    .menu--primary > [class*="children"] > .sub-menu {
      border-top: 10px solid transparent; }
    .menu--primary li.hover > .sub-menu {
      pointer-events: auto; }
      .menu--primary li.hover > .sub-menu:after {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
      .menu--primary li.hover > .sub-menu > li {
        opacity: 1; } }

.site-header-sticky--show .menu--primary {
  margin-bottom: 0; }
  .site-header-sticky--show .menu--primary > [class*="children"] > .sub-menu {
    border-top: 0; }

.site-header-sticky .menu--primary .sub-menu {
  top: 100%; }

.menu--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .menu--secondary > li > a {
    padding-top: 14px;
    padding-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .menu--secondary > li > a {
        padding-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .menu--secondary > li > a {
        padding-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .menu--secondary > li > a {
        padding-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .menu--secondary > li > a {
        padding-top: 10.42442px; } }
    @media only screen and (max-width: 1360px) {
      .menu--secondary > li > a {
        padding-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .menu--secondary > li > a {
        padding-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .menu--secondary > li > a {
        padding-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .menu--secondary > li > a {
        padding-bottom: 10.42442px; } }

.menu--secondary [class*="children"]:after {
  content: none; }

@media not screen and (min-width: 62.5em) {
  .menu li {
    text-align: left; }
  .c-navbar.c-navbar ul li {
    margin-right: 0; }
  .c-navbar__content .menu[class][class] a {
    margin: 0;
    display: inline-block;
    padding: 13px 0 13px 28px;
    font-size: 16px;
    line-height: 1;
    max-width: calc(100% - 1.5em); }
  .c-navbar__content .menu[class][class] .sub-menu[class] a {
    padding: 10px 0 10px 28px;
    font-size: 14px;
    color: inherit; }
  .menu--primary.menu--primary {
    height: auto;
    display: block; }
    .menu--primary.menu--primary li {
      display: block; }
  .menu--primary > li > a {
    border-top: 0; }
  .menu--primary li[class*="children"] > a {
    position: relative;
    display: inline-block; }
    .menu--primary li[class*="children"] > a:before {
      content: "+";
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-left: 10px;
      background-color: transparent;
      font-family: "PT Serif", serif;
      font-weight: 600; }
    .menu--primary li[class*='children'] > a:after {
      content: none; }
  .menu--primary .sub-menu .sub-menu {
    padding-bottom: 0; }
    .menu--primary .sub-menu .sub-menu li {
      margin-left: 0; }
  .menu--secondary {
    display: block; }
  .sub-menu.sub-menu {
    display: none;
    background: transparent;
    color: #444; }
    .sub-menu.sub-menu a {
      text-transform: none;
      font-size: 14px;
      padding: 10px 0 10px 10px; }
    .hover > .sub-menu.sub-menu {
      display: block; }
      .hover > .sub-menu.sub-menu[class] {
        padding-left: 28px; } }

.menu--primary,
.site-header-sticky {
  min-height: 53px; }

@media not screen and (min-width: 62.5em) {
  .c-branding {
    width: calc(100% - 80px);
    padding: 10px; }
    .c-branding .custom-logo-link + a {
      margin-top: 0; }
    .c-branding .site-title {
      font-size: 24px;
      line-height: 24px; }
  .c-navbar--dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-navbar--dropdown .menu-main-menu-container[class] {
      border-width: 0; }
  .c-navbar__checkbox {
    display: none; }
  .c-navbar__label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 28px;
    min-height: 30px;
    margin: 0;
    position: relative; }
    .c-navbar__label.u-header-sides-spacing {
      padding: 0; }
  .c-navbar__label-text {
    display: none; }
  .site-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    background: #FFFCFC;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
    .site-header:after {
      height: 0; }
  .site-logo[class] img,
  .custom-logo-link[class] img {
    max-height: 30px; }
  #wpadminbar {
    position: fixed;
    top: 0; }
  .site-header-mobile {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 50px; }
  .jetpack-social-navigation {
    position: relative; } }

.site-logo img,
.custom-logo-link img {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.admin-bar .site-header {
  top: 32px; }

.demo-site .site-header {
  top: 80px; }

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

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

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

@media only screen and (min-width: 62.5em) {
  .admin-bar .site-header {
    top: 0; } }

.has-border:not(.u-static-header) .c-navbar {
  margin-top: 0; }

/**
 * 6.0 - Footer
 */
@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: #FFFFFF; }
  .c-footer a {
    color: #FFFFFF; }
  .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: #1C1C1C; }

.c-footer .widget_wpcom_social_media_icons_widget li {
  margin-right: 20px; }
  .c-footer .widget_wpcom_social_media_icons_widget li:last-child {
    margin-right: 0; }
  .c-footer .widget_wpcom_social_media_icons_widget li a {
    font-size: 24px;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .c-footer .widget_wpcom_social_media_icons_widget li a:hover {
      opacity: 0.5; }

[id="footer-menu"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [id="footer-menu"] li {
    margin-right: 14px;
    list-style-type: none; }
    @media only screen and (max-width: 1360px) {
      [id="footer-menu"] li {
        margin-right: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      [id="footer-menu"] li {
        margin-right: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      [id="footer-menu"] li {
        margin-right: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      [id="footer-menu"] li {
        margin-right: 10.42442px; } }
    [id="footer-menu"] li:last-child {
      margin-right: 0; }
    [id="footer-menu"] li:first-child a {
      margin-left: 0; }
      [id="footer-menu"] li:first-child a:before {
        display: none; }
    [id="footer-menu"] li a {
      margin-left: 14px;
      font-family: "PT Serif", serif;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.07692em;
      text-transform: uppercase; }
      @media only screen and (max-width: 1360px) {
        [id="footer-menu"] li a {
          margin-left: 12.89431px; } }
      @media only screen and (max-width: 1024px) {
        [id="footer-menu"] li a {
          margin-left: 11.95049px; } }
      @media only screen and (max-width: 768px) {
        [id="footer-menu"] li a {
          margin-left: 11.13541px; } }
      @media only screen and (max-width: 320px) {
        [id="footer-menu"] li a {
          margin-left: 10.42442px; } }
      @media only screen and (max-width: 1360px) {
        [id="footer-menu"] li a {
          font-size: 12.58304px; } }
      @media only screen and (max-width: 1024px) {
        [id="footer-menu"] li a {
          font-size: 12.19199px; } }
      @media only screen and (max-width: 768px) {
        [id="footer-menu"] li a {
          font-size: 11.82451px; } }
      @media only screen and (max-width: 400px) {
        [id="footer-menu"] li a {
          font-size: 11.47854px; } }
      [id="footer-menu"] li a:before {
        content: '\2022';
        position: relative;
        top: 0;
        left: -14px;
        pointer-events: none; }
        @media only screen and (max-width: 1360px) {
          [id="footer-menu"] li a:before {
            left: -12.89431px; } }
        @media only screen and (max-width: 1024px) {
          [id="footer-menu"] li a:before {
            left: -11.95049px; } }
        @media only screen and (max-width: 768px) {
          [id="footer-menu"] li a:before {
            left: -11.13541px; } }
        @media only screen and (max-width: 320px) {
          [id="footer-menu"] li a:before {
            left: -10.42442px; } }

.c-footer__zone--bottom {
  text-align: center; }
  .c-footer__zone--bottom .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -14px; }
    @media only screen and (max-width: 1360px) {
      .c-footer__zone--bottom .menu {
        margin-left: -12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__zone--bottom .menu {
        margin-left: -11.95049px; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom .menu {
        margin-left: -11.13541px; } }
    @media only screen and (max-width: 320px) {
      .c-footer__zone--bottom .menu {
        margin-left: -10.42442px; } }
    .c-footer__zone--bottom .menu li {
      margin-left: 14px;
      margin-bottom: 0; }
      @media only screen and (max-width: 1360px) {
        .c-footer__zone--bottom .menu li {
          margin-left: 12.89431px; } }
      @media only screen and (max-width: 1024px) {
        .c-footer__zone--bottom .menu li {
          margin-left: 11.95049px; } }
      @media only screen and (max-width: 768px) {
        .c-footer__zone--bottom .menu li {
          margin-left: 11.13541px; } }
      @media only screen and (max-width: 320px) {
        .c-footer__zone--bottom .menu li {
          margin-left: 10.42442px; } }
  .c-footer__zone--bottom nav + .c-footer__copyright-text {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .c-footer__zone--bottom nav + .c-footer__copyright-text {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__zone--bottom nav + .c-footer__copyright-text {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom nav + .c-footer__copyright-text {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .c-footer__zone--bottom nav + .c-footer__copyright-text {
        margin-top: 10.42442px; } }
  .c-footer__zone--bottom .c-footer__credits {
    opacity: 0.5; }
    .c-footer__zone--bottom .c-footer__credits a {
      text-decoration: underline; }

.c-footer__widget {
  text-align: left; }
  .c-footer__widget ul {
    margin-left: 0; }
  .c-footer__widget h3 + ul {
    padding-bottom: 0; }

.c-footer__gallery {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-footer__copyright-text {
  font-size: 16px; }

.c-alert {
  padding: 35px 42px;
  color: #FFF;
  background-color: #E03A3A; }
  @media only screen and (max-width: 1360px) {
    .c-alert {
      padding: 27.48466px 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .c-alert {
      padding: 22.62626px 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .c-alert {
      padding: 19.22747px 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .c-alert {
      padding: 16.71642px 19.64912px; } }

.c-alert__title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.42857;
  font-weight: 700;
  color: inherit; }
  @media only screen and (max-width: 1360px) {
    .c-alert__title {
      font-size: 19.82441px; } }
  @media only screen and (max-width: 1024px) {
    .c-alert__title {
      font-size: 18.77347px; } }
  @media only screen and (max-width: 768px) {
    .c-alert__title {
      font-size: 17.82834px; } }
  @media only screen and (max-width: 400px) {
    .c-alert__title {
      font-size: 16.97381px; } }
  .c-alert__title:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .c-alert__title:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .c-alert__title:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .c-alert__title:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .c-alert__title:not(:last-child) {
        margin-bottom: 10.42442px; } }

.c-alert__body {
  font-size: 16px;
  line-height: 1.5; }
  @media only screen and (max-width: 1360px) {
    .c-alert__body {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .c-alert__body {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .c-alert__body {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .c-alert__body {
      font-size: 13.785px; } }

.back-to-top {
  position: fixed;
  right: 25px;
  top: 50%;
  z-index: 100;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid rgba(0, 0, 0, 0.12);
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media not screen and (min-width: 62.5em) {
    .back-to-top {
      opacity: 0 !important;
      pointer-events: none !important; } }
  .back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto; }

.dropcap {
  font-family: "HK Grotesk", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  float: left;
  padding-right: 0.1em;
  margin-top: 0;
  margin-left: -0.05em;
  margin-bottom: -.1em;
  text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22); }
  @media only screen and (max-width: 1360px) {
    .dropcap {
      font-size: 42.71845px; } }
  @media only screen and (max-width: 1024px) {
    .dropcap {
      font-size: 37.28814px; } }
  @media only screen and (max-width: 768px) {
    .dropcap {
      font-size: 33.08271px; } }
  @media only screen and (max-width: 400px) {
    .dropcap {
      font-size: 29.72973px; } }
  .dropcap:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .dropcap:not(:first-child) {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .dropcap:not(:first-child) {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .dropcap:not(:first-child) {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .dropcap:not(:first-child) {
        margin-top: 10.42442px; } }
  .dropcap:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1360px) {
      .dropcap:not(:last-child) {
        margin-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .dropcap:not(:last-child) {
        margin-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .dropcap:not(:last-child) {
        margin-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .dropcap:not(:last-child) {
        margin-bottom: 10.42442px; } }
  .dropcap[class] {
    font-size: 5.4em;
    line-height: 1;
    margin-bottom: -15px; }
  .dropcap[class]:before, .dropcap[class]:after {
    content: none; }

.link--arrow {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: none;
  text-decoration: none; }
  .link--arrow:after, .link--arrow:before {
    display: none;
    content: " ";
    width: 13px;
    height: 11px;
    margin-left: 10px;
    background: url("/assets/images/directional-arrow.svg") 100% center no-repeat;
    speak: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .link--arrow:after {
    display: inline-block; }
  .link--arrow:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    text-decoration: none; }
    .link--arrow:hover:before, .link--arrow:hover:after {
      opacity: 0.4; }
  .link--arrow.left:after {
    display: none; }
  .link--arrow.left:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 0;
    margin-right: 10px; }
  .link--arrow.left:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); }
  .link--arrow.light:after {
    background: url("/assets/images/directional-arrow-white.svg") 100% center no-repeat; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .search-form > .search-submit {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    position: relative;
    padding-right: 100px;
    text-align: left;
    padding-right: 88px;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .search-form > .search-submit:before, .search-form > .search-submit: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; }
    .search-form > .search-submit:before {
      width: 35px;
      height: 1px;
      background-color: currentColor; }
      @media only screen and (max-width: 1360px) {
        .search-form > .search-submit:before {
          width: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        .search-form > .search-submit:before {
          width: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        .search-form > .search-submit:before {
          width: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        .search-form > .search-submit:before {
          width: 16.71642px; } }
    .search-form > .search-submit: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) {
      .search-form > .search-submit {
        padding-right: 72.72727px; } }
    @media only screen and (max-width: 1024px) {
      .search-form > .search-submit {
        padding-right: 57.14286px; } }
    @media only screen and (max-width: 768px) {
      .search-form > .search-submit {
        padding-right: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .search-form > .search-submit {
        padding-right: 40px; } }
    .search-form > .search-submit:before {
      right: 2.33333em; }
    .search-form > .search-submit:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .search-form > .search-submit:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .search-form > .search-submit:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }
    @media only screen and (max-width: 1360px) {
      .search-form > .search-submit {
        padding-right: 64.88479px; } }
    @media only screen and (max-width: 1024px) {
      .search-form > .search-submit {
        padding-right: 51.38686px; } }
    @media only screen and (max-width: 768px) {
      .search-form > .search-submit {
        padding-right: 42.53776px; } }
    @media only screen and (max-width: 320px) {
      .search-form > .search-submit {
        padding-right: 36.28866px; } }
    .search-form > .search-submit:before {
      right: 33px; }
      @media only screen and (max-width: 1360px) {
        .search-form > .search-submit:before {
          right: 25.97786px; } }
      @media only screen and (max-width: 1024px) {
        .search-form > .search-submit:before {
          right: 21.41988px; } }
      @media only screen and (max-width: 768px) {
        .search-form > .search-submit:before {
          right: 18.22261px; } }
      @media only screen and (max-width: 320px) {
        .search-form > .search-submit:before {
          right: 15.85586px; } }
    .search-form > .search-submit:after {
      right: 28px; }
      @media only screen and (max-width: 1360px) {
        .search-form > .search-submit:after {
          right: 22.17822px; } }
      @media only screen and (max-width: 1024px) {
        .search-form > .search-submit:after {
          right: 18.36066px; } }
      @media only screen and (max-width: 768px) {
        .search-form > .search-submit:after {
          right: 15.66434px; } }
      @media only screen and (max-width: 320px) {
        .search-form > .search-submit:after {
          right: 13.65854px; } }
    .search-form > .search-submit[class] {
      margin-bottom: 0; }
  :not(.widget--side) > .search-form > .search-submit {
    margin-left: 28px; }
    @media only screen and (max-width: 1360px) {
      :not(.widget--side) > .search-form > .search-submit {
        margin-left: 22.17822px; } }
    @media only screen and (max-width: 1024px) {
      :not(.widget--side) > .search-form > .search-submit {
        margin-left: 18.36066px; } }
    @media only screen and (max-width: 768px) {
      :not(.widget--side) > .search-form > .search-submit {
        margin-left: 15.66434px; } }
    @media only screen and (max-width: 320px) {
      :not(.widget--side) > .search-form > .search-submit {
        margin-left: 13.65854px; } }
    :not(.widget--side) > .search-form > .search-submit[class] {
      margin-bottom: 0; }
  .widget--side > .search-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .widget--side > .search-form > .search-submit {
      margin-top: 14px;
      display: block;
      width: 100%;
      text-align: left; }
      @media only screen and (max-width: 1360px) {
        .widget--side > .search-form > .search-submit {
          margin-top: 12.89431px; } }
      @media only screen and (max-width: 1024px) {
        .widget--side > .search-form > .search-submit {
          margin-top: 11.95049px; } }
      @media only screen and (max-width: 768px) {
        .widget--side > .search-form > .search-submit {
          margin-top: 11.13541px; } }
      @media only screen and (max-width: 320px) {
        .widget--side > .search-form > .search-submit {
          margin-top: 10.42442px; } }

.c-search-overlay {
  padding: 112px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9200;
  width: 100vw;
  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;
  background-color: #F7F6F5;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  @media only screen and (max-width: 1360px) {
    .c-search-overlay {
      padding: 80.35874px; } }
  @media only screen and (max-width: 1024px) {
    .c-search-overlay {
      padding: 62.65734px; } }
  @media only screen and (max-width: 768px) {
    .c-search-overlay {
      padding: 51.3467px; } }
  @media only screen and (max-width: 320px) {
    .c-search-overlay {
      padding: 43.49515px; } }
  .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;
    padding: 33px; }
  .c-search-overlay__description {
    font-size: 20px; }
    @media only screen and (max-width: 1360px) {
      .c-search-overlay__description {
        font-size: 18.964px; } }
    @media only screen and (max-width: 1024px) {
      .c-search-overlay__description {
        font-size: 18.03005px; } }
    @media only screen and (max-width: 768px) {
      .c-search-overlay__description {
        font-size: 17.18377px; } }
    @media only screen and (max-width: 400px) {
      .c-search-overlay__description {
        font-size: 16.41337px; } }
  .c-search-overlay .search-field {
    font-size: 100px;
    margin-bottom: 7px;
    padding: 0;
    border: 0;
    font-weight: 700;
    background-color: transparent;
    color: #222222; }
    @media only screen and (max-width: 1360px) {
      .c-search-overlay .search-field {
        font-size: 77.87611px; } }
    @media only screen and (max-width: 1024px) {
      .c-search-overlay .search-field {
        font-size: 63.76812px; } }
    @media only screen and (max-width: 768px) {
      .c-search-overlay .search-field {
        font-size: 53.98773px; } }
    @media only screen and (max-width: 400px) {
      .c-search-overlay .search-field {
        font-size: 46.80851px; } }
    @media only screen and (max-width: 1360px) {
      .c-search-overlay .search-field {
        margin-bottom: 6.92576px; } }
    @media only screen and (max-width: 1024px) {
      .c-search-overlay .search-field {
        margin-bottom: 6.85309px; } }
    @media only screen and (max-width: 768px) {
      .c-search-overlay .search-field {
        margin-bottom: 6.78192px; } }
    @media only screen and (max-width: 320px) {
      .c-search-overlay .search-field {
        margin-bottom: 6.71221px; } }
  .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.search-submit.search-submit {
    display: none; }

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

.intro {
  font-family: "HK Grotesk", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.02083em; }
  @media only screen and (max-width: 1360px) {
    .intro {
      font-size: 22.30069px; } }
  @media only screen and (max-width: 1024px) {
    .intro {
      font-size: 20.8261px; } }
  @media only screen and (max-width: 768px) {
    .intro {
      font-size: 19.53443px; } }
  @media only screen and (max-width: 400px) {
    .intro {
      font-size: 18.39362px; } }

.intro.large {
  font-size: 36px; }
  @media only screen and (max-width: 1360px) {
    .intro.large {
      font-size: 31.61677px; } }
  @media only screen and (max-width: 1024px) {
    .intro.large {
      font-size: 28.18505px; } }
  @media only screen and (max-width: 768px) {
    .intro.large {
      font-size: 25.42536px; } }
  @media only screen and (max-width: 400px) {
    .intro.large {
      font-size: 23.15789px; } }

/**
 * 7.0 - Vendor
 */
/* Jetpack Recipe */
div.jetpack-recipe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: none !important;
  margin-bottom: 49px;
  margin-top: 35px;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  padding: 0;
  clear: left; }
  @media only screen and (max-width: 1360px) {
    div.jetpack-recipe {
      margin-bottom: 37.82871px; } }
  @media only screen and (max-width: 1024px) {
    div.jetpack-recipe {
      margin-bottom: 30.8055px; } }
  @media only screen and (max-width: 768px) {
    div.jetpack-recipe {
      margin-bottom: 25.98177px; } }
  @media only screen and (max-width: 320px) {
    div.jetpack-recipe {
      margin-bottom: 22.46418px; } }
  @media only screen and (max-width: 1360px) {
    div.jetpack-recipe {
      margin-top: 27.48466px; } }
  @media only screen and (max-width: 1024px) {
    div.jetpack-recipe {
      margin-top: 22.62626px; } }
  @media only screen and (max-width: 768px) {
    div.jetpack-recipe {
      margin-top: 19.22747px; } }
  @media only screen and (max-width: 320px) {
    div.jetpack-recipe {
      margin-top: 16.71642px; } }
  div.jetpack-recipe .jetpack-recipe-title,
  div.jetpack-recipe .jetpack-recipe-ingredients-title,
  div.jetpack-recipe .jetpack-recipe-directions-title {
    font-family: "HK Grotesk", sans-serif;
    font-size: 21px;
    line-height: 1.19;
    font-weight: 700;
    color: inherit; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-title,
      div.jetpack-recipe .jetpack-recipe-ingredients-title,
      div.jetpack-recipe .jetpack-recipe-directions-title {
        font-size: 19.82441px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-title,
      div.jetpack-recipe .jetpack-recipe-ingredients-title,
      div.jetpack-recipe .jetpack-recipe-directions-title {
        font-size: 18.77347px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-title,
      div.jetpack-recipe .jetpack-recipe-ingredients-title,
      div.jetpack-recipe .jetpack-recipe-directions-title {
        font-size: 17.82834px; } }
    @media only screen and (max-width: 400px) {
      div.jetpack-recipe .jetpack-recipe-title,
      div.jetpack-recipe .jetpack-recipe-ingredients-title,
      div.jetpack-recipe .jetpack-recipe-directions-title {
        font-size: 16.97381px; } }
    div.jetpack-recipe .jetpack-recipe-title:not(:last-child),
    div.jetpack-recipe .jetpack-recipe-ingredients-title:not(:last-child),
    div.jetpack-recipe .jetpack-recipe-directions-title:not(:last-child) {
      margin-bottom: 35px; }
      @media only screen and (max-width: 1360px) {
        div.jetpack-recipe .jetpack-recipe-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-ingredients-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-directions-title:not(:last-child) {
          margin-bottom: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        div.jetpack-recipe .jetpack-recipe-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-ingredients-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-directions-title:not(:last-child) {
          margin-bottom: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        div.jetpack-recipe .jetpack-recipe-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-ingredients-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-directions-title:not(:last-child) {
          margin-bottom: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        div.jetpack-recipe .jetpack-recipe-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-ingredients-title:not(:last-child),
        div.jetpack-recipe .jetpack-recipe-directions-title:not(:last-child) {
          margin-bottom: 16.71642px; } }
  div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
    margin-bottom: 42px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    border-bottom: 2px solid currentColor;
    padding-top: 0;
    padding-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        margin-bottom: 32.70073px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        margin-bottom: 26.77291px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        margin-bottom: 22.66442px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        margin-bottom: 19.64912px; } }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        padding-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        padding-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        padding-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-title.jetpack-recipe-title {
        padding-bottom: 16.71642px; } }
  div.jetpack-recipe .jetpack-recipe-description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  div.jetpack-recipe .jetpack-recipe-image-container {
    margin-bottom: 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 33%; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-image-container {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-image-container {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-image-container {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-image-container {
        margin-bottom: 16.71642px; } }
    div.jetpack-recipe .jetpack-recipe-image-container .jetpack-recipe-image {
      width: 100%;
      height: auto; }
  div.jetpack-recipe .jetpack-recipe-image-container + .jetpack-recipe-description {
    padding-left: 35px;
    width: 67%; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-image-container + .jetpack-recipe-description {
        padding-left: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-image-container + .jetpack-recipe-description {
        padding-left: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-image-container + .jetpack-recipe-description {
        padding-left: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-image-container + .jetpack-recipe-description {
        padding-left: 16.71642px; } }
  div.jetpack-recipe .jetpack-recipe-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 35px;
    padding-bottom: 0;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-meta {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-meta {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-meta {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-meta {
        margin-bottom: 16.71642px; } }
    div.jetpack-recipe .jetpack-recipe-meta:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      pointer-events: none;
      border: 1px solid currentColor;
      border-left: 0;
      opacity: 0.15; }
    div.jetpack-recipe .jetpack-recipe-meta > li {
      padding-top: 14px;
      padding-bottom: 14px;
      font-size: 18px;
      padding-right: 0;
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center;
      text-transform: capitalize;
      font-style: italic;
      position: relative; }
      @media only screen and (max-width: 1360px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-top: 12.89431px; } }
      @media only screen and (max-width: 1024px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-top: 11.95049px; } }
      @media only screen and (max-width: 768px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-top: 11.13541px; } }
      @media only screen and (max-width: 320px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-top: 10.42442px; } }
      @media only screen and (max-width: 1360px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-bottom: 12.89431px; } }
      @media only screen and (max-width: 1024px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-bottom: 11.95049px; } }
      @media only screen and (max-width: 768px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-bottom: 11.13541px; } }
      @media only screen and (max-width: 320px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          padding-bottom: 10.42442px; } }
      @media only screen and (max-width: 1360px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          font-size: 17.19855px; } }
      @media only screen and (max-width: 1024px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          font-size: 16.46542px; } }
      @media only screen and (max-width: 768px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          font-size: 15.79224px; } }
      @media only screen and (max-width: 400px) {
        div.jetpack-recipe .jetpack-recipe-meta > li {
          font-size: 15.17195px; } }
      div.jetpack-recipe .jetpack-recipe-meta > li:first-child {
        border-left: 0; }
      div.jetpack-recipe .jetpack-recipe-meta > li strong {
        display: inline;
        margin-right: 8px;
        font-family: "HK Grotesk", sans-serif;
        font-size: 14px;
        line-height: 1.07;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        font-style: normal; }
        @media only screen and (max-width: 1360px) {
          div.jetpack-recipe .jetpack-recipe-meta > li strong {
            font-size: 13.52444px; } }
        @media only screen and (max-width: 1024px) {
          div.jetpack-recipe .jetpack-recipe-meta > li strong {
            font-size: 13.08013px; } }
        @media only screen and (max-width: 768px) {
          div.jetpack-recipe .jetpack-recipe-meta > li strong {
            font-size: 12.66408px; } }
        @media only screen and (max-width: 400px) {
          div.jetpack-recipe .jetpack-recipe-meta > li strong {
            font-size: 12.27368px; } }
        div.jetpack-recipe .jetpack-recipe-meta > li strong:not(:last-child) {
          margin-bottom: 28px; }
          @media only screen and (max-width: 1360px) {
            div.jetpack-recipe .jetpack-recipe-meta > li strong:not(:last-child) {
              margin-bottom: 22.17822px; } }
          @media only screen and (max-width: 1024px) {
            div.jetpack-recipe .jetpack-recipe-meta > li strong:not(:last-child) {
              margin-bottom: 18.36066px; } }
          @media only screen and (max-width: 768px) {
            div.jetpack-recipe .jetpack-recipe-meta > li strong:not(:last-child) {
              margin-bottom: 15.66434px; } }
          @media only screen and (max-width: 320px) {
            div.jetpack-recipe .jetpack-recipe-meta > li strong:not(:last-child) {
              margin-bottom: 13.65854px; } }
        div.jetpack-recipe .jetpack-recipe-meta > li strong:before, div.jetpack-recipe .jetpack-recipe-meta > li strong:after {
          content: none; }
      div.jetpack-recipe .jetpack-recipe-meta > li.jetpack-recipe-print {
        display: none; }
      div.jetpack-recipe .jetpack-recipe-meta > li:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        border-left: 1px solid currentColor;
        opacity: 0.15; }
  div.jetpack-recipe .jetpack-recipe-content {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    div.jetpack-recipe .jetpack-recipe-content p {
      width: 100%; }
  div.jetpack-recipe .jetpack-recipe-ingredients {
    padding-bottom: 112px;
    padding-right: 56px;
    font-size: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-bottom: 80.35874px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-bottom: 62.65734px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-bottom: 51.3467px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-bottom: 43.49515px; } }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-right: 42.87081px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-right: 34.72868px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-right: 29.18567px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        padding-right: 25.16854px; } }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        font-size: 14.45783px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        font-size: 13.95349px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        font-size: 13.48315px; } }
    @media only screen and (max-width: 400px) {
      div.jetpack-recipe .jetpack-recipe-ingredients {
        font-size: 13.04348px; } }
    .is-IE div.jetpack-recipe .jetpack-recipe-ingredients {
      max-width: 33%; }
    div.jetpack-recipe .jetpack-recipe-ingredients ul {
      margin: 0;
      padding: 0; }
      div.jetpack-recipe .jetpack-recipe-ingredients ul li,
      div.jetpack-recipe .jetpack-recipe-ingredients ul .jetpack-recipe-ingredient {
        list-style-type: none; }
        div.jetpack-recipe .jetpack-recipe-ingredients ul li .first-word,
        div.jetpack-recipe .jetpack-recipe-ingredients ul .jetpack-recipe-ingredient .first-word {
          font-size: 17px;
          font-weight: 600; }
          @media only screen and (max-width: 1360px) {
            div.jetpack-recipe .jetpack-recipe-ingredients ul li .first-word,
            div.jetpack-recipe .jetpack-recipe-ingredients ul .jetpack-recipe-ingredient .first-word {
              font-size: 16.29607px; } }
          @media only screen and (max-width: 1024px) {
            div.jetpack-recipe .jetpack-recipe-ingredients ul li .first-word,
            div.jetpack-recipe .jetpack-recipe-ingredients ul .jetpack-recipe-ingredient .first-word {
              font-size: 15.64812px; } }
          @media only screen and (max-width: 768px) {
            div.jetpack-recipe .jetpack-recipe-ingredients ul li .first-word,
            div.jetpack-recipe .jetpack-recipe-ingredients ul .jetpack-recipe-ingredient .first-word {
              font-size: 15.04972px; } }
          @media only screen and (max-width: 400px) {
            div.jetpack-recipe .jetpack-recipe-ingredients ul li .first-word,
            div.jetpack-recipe .jetpack-recipe-ingredients ul .jetpack-recipe-ingredient .first-word {
              font-size: 14.49541px; } }
    div.jetpack-recipe .jetpack-recipe-ingredients h3 {
      font-size: 1.2em; }
  div.jetpack-recipe div.jetpack-recipe-directions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 67%;
            flex: 1 1 67%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    div.jetpack-recipe div.jetpack-recipe-directions ul, div.jetpack-recipe div.jetpack-recipe-directions ol {
      margin: 0;
      padding: 0;
      counter-reset: section;
      list-style-type: none; }
      div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
        position: relative;
        padding-left: 56px;
        padding-bottom: 14px;
        list-style-type: none;
        line-height: 1.5; }
        @media only screen and (max-width: 1360px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-left: 42.87081px; } }
        @media only screen and (max-width: 1024px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-left: 34.72868px; } }
        @media only screen and (max-width: 768px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-left: 29.18567px; } }
        @media only screen and (max-width: 320px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-left: 25.16854px; } }
        @media only screen and (max-width: 1360px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-bottom: 12.89431px; } }
        @media only screen and (max-width: 1024px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-bottom: 11.95049px; } }
        @media only screen and (max-width: 768px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-bottom: 11.13541px; } }
        @media only screen and (max-width: 320px) {
          div.jetpack-recipe div.jetpack-recipe-directions ul li, div.jetpack-recipe div.jetpack-recipe-directions ol li {
            padding-bottom: 10.42442px; } }
        div.jetpack-recipe div.jetpack-recipe-directions ul li:before, div.jetpack-recipe div.jetpack-recipe-directions ul li:after, div.jetpack-recipe div.jetpack-recipe-directions ol li:before, div.jetpack-recipe div.jetpack-recipe-directions ol li:after {
          position: absolute;
          left: 0;
          top: -3px;
          width: 31px;
          height: 31px; }
        div.jetpack-recipe div.jetpack-recipe-directions ul li:before, div.jetpack-recipe div.jetpack-recipe-directions ol li:before {
          content: "";
          border-radius: 50%;
          background: currentColor; }
        div.jetpack-recipe div.jetpack-recipe-directions ul li:after, div.jetpack-recipe div.jetpack-recipe-directions ol li:after {
          content: counters(section, ".") " ";
          counter-increment: section;
          font-weight: bold;
          line-height: 31px;
          text-align: center;
          color: #FFFCFC; }
        div.jetpack-recipe div.jetpack-recipe-directions ul li:last-child, div.jetpack-recipe div.jetpack-recipe-directions ol li:last-child {
          padding-bottom: 0; }
  div.jetpack-recipe .jetpack-recipe-print[class] {
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-print[class] {
        font-size: 15.3821px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-print[class] {
        font-size: 14.81014px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-print[class] {
        font-size: 14.2792px; } }
    @media only screen and (max-width: 400px) {
      div.jetpack-recipe .jetpack-recipe-print[class] {
        font-size: 13.785px; } }
    div.jetpack-recipe .jetpack-recipe-print[class] a {
      display: inline-block;
      /* [1] */
      vertical-align: middle;
      /* [2] */
      text-align: center;
      /* [4] */
      cursor: pointer;
      /* [5] */
      padding: 1.1em 1.75em;
      border: 0 solid #222222;
      margin: 0;
      font-family: "HK Grotesk", sans-serif;
      font-size: 16px;
      color: #FFF;
      background-color: #FF6000;
      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;
      padding-right: 100px;
      text-align: left;
      margin-bottom: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      @media only screen and (max-width: 1360px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          font-size: 15.3821px; } }
      @media only screen and (max-width: 1024px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          font-size: 14.81014px; } }
      @media only screen and (max-width: 768px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          font-size: 14.2792px; } }
      @media only screen and (max-width: 400px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          font-size: 13.785px; } }
      .u-buttons-rounded div.jetpack-recipe .jetpack-recipe-print[class] a {
        border-radius: 0.3em; }
      .u-buttons-pill div.jetpack-recipe .jetpack-recipe-print[class] a {
        border-radius: 999em; }
      .u-underlined-links div.jetpack-recipe .jetpack-recipe-print[class] a {
        text-decoration: none; }
      .u-buttons-outline div.jetpack-recipe .jetpack-recipe-print[class] a {
        background: none;
        border: 2px solid currentColor; }
        .u-buttons-outline div.jetpack-recipe .jetpack-recipe-print[class] a:hover, .u-buttons-outline div.jetpack-recipe .jetpack-recipe-print[class] a:active, .u-buttons-outline div.jetpack-recipe .jetpack-recipe-print[class] a:focus {
          background: none;
          color: inherit; }
      div.jetpack-recipe .jetpack-recipe-print[class] a:hover, div.jetpack-recipe .jetpack-recipe-print[class] a:active, div.jetpack-recipe .jetpack-recipe-print[class] a:focus {
        color: #FFF;
        background-color: #000;
        opacity: 1;
        text-decoration: none; }
      div.jetpack-recipe .jetpack-recipe-print[class] a:before, div.jetpack-recipe .jetpack-recipe-print[class] a: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; }
      div.jetpack-recipe .jetpack-recipe-print[class] a:before {
        width: 35px;
        height: 1px;
        background-color: currentColor; }
        @media only screen and (max-width: 1360px) {
          div.jetpack-recipe .jetpack-recipe-print[class] a:before {
            width: 27.48466px; } }
        @media only screen and (max-width: 1024px) {
          div.jetpack-recipe .jetpack-recipe-print[class] a:before {
            width: 22.62626px; } }
        @media only screen and (max-width: 768px) {
          div.jetpack-recipe .jetpack-recipe-print[class] a:before {
            width: 19.22747px; } }
        @media only screen and (max-width: 320px) {
          div.jetpack-recipe .jetpack-recipe-print[class] a:before {
            width: 16.71642px; } }
      div.jetpack-recipe .jetpack-recipe-print[class] a: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) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          padding-right: 72.72727px; } }
      @media only screen and (max-width: 1024px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          padding-right: 57.14286px; } }
      @media only screen and (max-width: 768px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          padding-right: 47.05882px; } }
      @media only screen and (max-width: 320px) {
        div.jetpack-recipe .jetpack-recipe-print[class] a {
          padding-right: 40px; } }
      div.jetpack-recipe .jetpack-recipe-print[class] a:before {
        right: 2.33333em; }
      div.jetpack-recipe .jetpack-recipe-print[class] a:after {
        right: calc(7em/3 - 5px);
        border-left: 5px solid currentColor; }
      div.jetpack-recipe .jetpack-recipe-print[class] a:hover:before {
        -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0); }
      div.jetpack-recipe .jetpack-recipe-print[class] a:hover:after {
        -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
                transform: translate3d(5px, calc(0.5px - 50%), 0); }
    @media print {
      div.jetpack-recipe .jetpack-recipe-print[class] {
        display: none; } }
  div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
    position: relative;
    top: -5px;
    margin-top: -56px; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
        margin-top: -25.16854px; } }
  div.jetpack-recipe .jetpack-recipe-notes {
    margin-top: 35px;
    padding-top: 35px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-top: 2px solid currentColor; }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        margin-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        margin-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        margin-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        margin-top: 16.71642px; } }
    @media only screen and (max-width: 1360px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        padding-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        padding-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        padding-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      div.jetpack-recipe .jetpack-recipe-notes {
        padding-top: 16.71642px; } }
  @media not screen and (min-width: 62.5em) {
    div.jetpack-recipe .jetpack-recipe-ingredients {
      margin-bottom: 30px;
      width: 100%;
      padding-bottom: 0 !important; }
    div.jetpack-recipe div.jetpack-recipe-directions {
      width: 100%;
      padding-left: 0;
      padding-bottom: 50px; }
      div.jetpack-recipe div.jetpack-recipe-directions ol li {
        padding-left: 45px; }
    div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
      margin-top: 0; } }
  @media not screen and (min-width: 42.5em) {
    div.jetpack-recipe .jetpack-recipe-meta > li strong {
      display: block;
      margin-right: 0; } }

@media screen and (min-width: 1000px) and (max-width: 1124px) {
  div.jetpack-recipe .jetpack-recipe-ingredients,
  div.jetpack-recipe .jetpack-recipe-directions {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 40px; }
  div.jetpack-recipe .jetpack-recipe-ingredients {
    padding-right: 0; }
  div.jetpack-recipe .jetpack-has-ingredients.jetpack-recipe-print {
    margin-top: 0; } }

@media not screen and (min-width: 42.5em) {
  div.jetpack-recipe .jetpack-recipe-ingredients,
  div.jetpack-recipe .jetpack-recipe-directions {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.tasty-recipes {
  border: 5px solid #000000 !important;
  color: inherit !important; }
  .tasty-recipes .tasty-recipes-entry-footer:after,
  .tasty-recipes .tasty-recipes-buttons:after,
  .tasty-recipes ul:after {
    display: none !important; }
  .tasty-recipes .tasty-recipes-details ul {
    padding-left: 0 !important; }
  .tasty-recipes .button {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    background-color: #000000 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 35px !important; }
  .tasty-recipes a:not([class*="btn"]):hover,
  .tasty-recipes a:not([class*="btn"]):active,
  .tasty-recipes .c-btn-link {
    color: #ffffff !important; }
  .tasty-recipes h3 {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    text-transform: none !important;
    color: inherit; }
  .tasty-recipes .tasty-recipes-entry-content h3,
  .tasty-recipes .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-label,
  .tasty-recipes .tasty-recipes-nutrition h3, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-nutrition,
  .tasty-recipes .tasty-recipes-nutrition .tasty-recipes-label, .tasty-recipes p, .tasty-recipes li {
    color: inherit; }
  .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-description,
  .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-ingredients,
  .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-instructions {
    padding: 1.25em !important; }
  .tasty-recipes .tasty-recipes-entry-content hr {
    margin: 0; }
  .tasty-recipes .tasty-recipes-image img {
    border: 5px solid #000000 !important; }
  .tasty-recipes .tasty-recipes-details .detail-icon {
    margin-top: 0.7em !important; }
  .tasty-recipes .tasty-recipes-footer-content > h3 {
    padding-top: 0 !important; }
  .tasty-recipes .tasty-recipes-entry-header,
  .tasty-recipes .tasty-recipes-entry-footer {
    background-color: #000000 !important; }
  .tasty-recipes .tasty-recipes-entry-footer p a {
    background: none !important; }
  .tasty-recipes .tasty-recipes-entry-content a {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

/* ==========================================================================
   #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 {
  color: currentColor;
  padding-bottom: 14px;
  margin: 0;
  cursor: pointer;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 1360px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 10.42442px; } }
  .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) {
      color: currentColor;
      padding-bottom: 14px;
      margin: 0;
      cursor: pointer; }
      @media only screen and (max-width: 1360px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 12.89431px; } }
      @media only screen and (max-width: 1024px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 11.95049px; } }
      @media only screen and (max-width: 768px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 11.13541px; } }
      @media only screen and (max-width: 320px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 10.42442px; } }
    .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: 1rem !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.5rem !important;
  margin-right: 1rem !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;
  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 .label-above .nf-field-label label {
  color: currentColor;
  padding-bottom: 14px;
  margin: 0;
  cursor: pointer;
  margin-bottom: 0; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 10.42442px; } }

.nf-form-cont .nf-before-form-content {
  margin-bottom: 14px; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 10.42442px; } }

.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 {
    color: currentColor;
    padding-bottom: 14px;
    margin: 0;
    cursor: pointer;
    margin-bottom: 0; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 10.42442px; } }
    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: 0.76471em 1.11765em 0.88235em;
    border: 1px solid #E0E0E0;
    color: #3B3B3B;
    border-radius: 0;
    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: 0.7647em 1.1176em 0.88233em; } }
    @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: 0.76468em 1.11755em 0.88232em; } }
    @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: 0.76467em 1.1175em 0.8823em; } }
    @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: 0.76466em 1.11745em 0.88228em; } }
    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: #383838; }
    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: #EBEBEB;
      background-color: #EBEBEB; }
  div.wpforms-container[class] .wpforms-form select {
    width: 100%;
    max-width: 100%;
    padding: 0.76471em 1.11765em 0.88235em;
    border: 1px solid #E0E0E0;
    color: #3B3B3B;
    border-radius: 0;
    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: 0.7647em 1.1176em 0.88233em; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 0.76468em 1.11755em 0.88232em; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 0.76467em 1.1175em 0.8823em; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 0.76466em 1.11745em 0.88228em; } }
    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: #383838; }
    div.wpforms-container[class] .wpforms-form select[disabled] {
      border-color: #EBEBEB;
      background-color: #EBEBEB; }
  div.wpforms-container[class] .wpforms-form input[type="checkbox"] {
    position: relative;
    left: 0;
    float: left;
    clear: left;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0; }
    div.wpforms-container[class] .wpforms-form input[type="checkbox"]:checked {
      border-color: #3B3B3B;
      background: 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: 1px solid #E0E0E0;
    border-radius: 0;
    width: 1.5rem !important;
    height: 1.5rem !important;
    margin-right: 1rem;
    margin-bottom: 1rem;
    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: 1rem !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.radio,
.entry-content .contact-form label.checkbox-multiple {
  margin-bottom: 1rem; }

@media not screen and (min-width: 62.5em) {
  .u-widget-title-sideways .widget_featured_posts_slideshow.widget .widget__title {
    display: none; } }

@media only screen and (min-width: 62.5em) {
  .featured-posts-slideshow[class] .c-hero__background + .c-hero__wrapper {
    margin-top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(150%, rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.4) 150%); } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .featured-posts-slideshow[class] .c-hero__background + .c-hero__wrapper {
      margin-top: 0; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .featured-posts-slideshow[class] .c-hero__background + .c-hero__wrapper {
      margin-top: 0; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .featured-posts-slideshow[class] .c-hero__background + .c-hero__wrapper {
      margin-top: 0; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .featured-posts-slideshow[class] .c-hero__background + .c-hero__wrapper {
      margin-top: 0; } }

.featured-posts-slideshow[class] .slick-arrow {
  width: 45px;
  height: 75%;
  top: 25%;
  -webkit-transform: translateY(calc(50% - 50vh));
          transform: translateY(calc(50% - 50vh)); }

.slick-dots {
  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;
  font-size: 1rem;
  list-style: none;
  padding-left: 0;
  margin: 0 auto; }
  .featured-posts-carousel > .slick-dots {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .widget .slick-dots[class][class] > * {
    margin: 0; }
  .slick-dots[class] button {
    display: block;
    padding: 0;
    margin: 0 0.75em;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    outline: 0; }
    @media only screen and (min-width: 62.5em) {
      .slick-dots[class] button {
        background: transparent !important; } }
  .slick-dots[class][class] button, .slick-dots[class][class] button:focus {
    color: inherit; }
  .slick-dots .slick-active {
    color: inherit; }
    .slick-dots .slick-active button {
      border-bottom-color: currentColor; }
  @media not screen and (min-width: 62.5em) {
    .slick-dots[class][class] button {
      font-size: 0;
      background: currentColor;
      border: 0;
      border-radius: 50%;
      width: 10px;
      height: 10px;
      margin: 0 5px; } }

.slick-dots .slick-active > a {
  text-decoration: underline; }

@media not screen and (min-width: 62.5em) {
  .u-widget-title-sideways .widget_featured_posts_carousel {
    padding-left: 0; } }

.widget_featured_posts_carousel.widget .widget__title {
  text-align: left;
  padding-right: 90px; }
  .u-widget-title-sideways .widget_featured_posts_carousel.widget .widget__title {
    padding-right: 0; }
    @media not screen and (min-width: 62.5em) {
      .u-widget-title-sideways .widget_featured_posts_carousel.widget .widget__title {
        display: none; } }

.widget_featured_posts_carousel .slick-arrow {
  overflow: hidden; }

.widget_featured_posts_carousel ul.slick-dots li button {
  color: inherit; }
  .widget_featured_posts_carousel ul.slick-dots li button:hover {
    color: inherit; }

.widget_featured_posts_carousel .slick-slider {
  z-index: 2; }
  @media only screen and (min-width: 62.5em) {
    .widget_featured_posts_carousel .slick-slider {
      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; }
      .widget_featured_posts_carousel .slick-slider .slick-list {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-right: -1.5rem;
        margin-left: 0; } }
    @media only screen and (min-width: 62.5em) and (min-width: 62.5em) {
      .widget_featured_posts_carousel .slick-slider .slick-list {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto; } }
  @media only screen and (min-width: 62.5em) {
        .widget_featured_posts_carousel .slick-slider .slick-list:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 1.5rem;
          height: 100%; }
      .widget_featured_posts_carousel .slick-slider[data-items_layout='variable_width'] .c-card {
        display: table;
        width: 1px; }
      .widget_featured_posts_carousel .slick-slider[data-items_layout='variable_width'] .c-card__content,
      .widget_featured_posts_carousel .slick-slider[data-items_layout='variable_width'] .c-card__aside {
        display: table-row; }
      .widget_featured_posts_carousel .slick-slider[data-items_layout='variable_width'] .c-card__content > :first-child {
        padding-top: 1em; }
      .widget_featured_posts_carousel .slick-slider[data-items_layout='variable_width'] .c-card__frame {
        padding-top: 0; }
        .widget_featured_posts_carousel .slick-slider[data-items_layout='variable_width'] .c-card__frame img {
          height: 300px;
          position: static;
          width: auto;
          max-width: none; } }

@media not screen and (min-width: 62.5em) {
  .slick-slider .slick-list {
    margin-top: 0; } }

.slick-slide {
  padding-right: 21px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative; }
  @media only screen and (max-width: 1360px) {
    .slick-slide {
      padding-right: 16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .slick-slide {
      padding-right: 13.97089px; } }
  @media only screen and (max-width: 768px) {
    .slick-slide {
      padding-right: 11.96794px; } }
  @media only screen and (max-width: 320px) {
    .slick-slide {
      padding-right: 10.46729px; } }
  @media not screen and (min-width: 62.5em) {
    .slick-slide {
      padding-right: 7px;
      padding-left: 7px; }
      .slick-slide:not(.slick-active) {
        opacity: 0.5; } }

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

.featured-posts-cards--mobile {
  z-index: 2; }

.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.52444px; } }
    @media only screen and (max-width: 1024px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 13.08013px; } }
    @media only screen and (max-width: 768px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 12.66408px; } }
    @media only screen and (max-width: 400px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 12.27368px; } }
  #infinite-footer .blog-credits {
    color: #C1C1C1; }
    #infinite-footer .blog-credits a {
      color: #000; }

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

#content .sharedaddy[class] {
  clear: none; }
  #content .sharedaddy[class] .sd-title,
  #content .sharedaddy[class] .sd-title:before {
    display: none; }
  #content .sharedaddy[class] .share-facebook > a:before {
    color: #3461a1; }
  #content .sharedaddy[class] .share-twitter > a:before {
    color: #28aae1; }
  #content .sharedaddy[class] .share-pinterest > a:before {
    color: #cd2026; }
  #content .sharedaddy[class] .share-linkedin > a:before {
    color: #0077b5; }
  #content .sharedaddy[class] .share-reddit > a:before {
    color: #ff4500; }
  #content .sharedaddy[class] .share-google > a:before {
    color: #dd4b39; }
  #content .sharedaddy[class] .share-tumblr > a:before {
    color: #35465c; }
  #content .sharedaddy[class] .share-skype > a:before {
    color: #00aff0; }
  #content .sharedaddy[class] .share-pocket > a:before {
    color: #ef4056; }
  #content .sharedaddy[class] .share-whatsapp > a:before {
    color: #25d366; }
  #content .sharedaddy[class] .share-telegram > a:before {
    color: #0088cc; }
  #content .sharedaddy[class] .sd-content ul {
    margin: 0 !important;
    margin-top: -10px !important;
    margin-left: -10px !important; }
  #content .sharedaddy[class] .sd-content li {
    margin: 0;
    padding-top: 10px;
    padding-left: 10px;
    height: auto; }
    #content .sharedaddy[class] .sd-content li a {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  #content .sharedaddy[class] .sd-button {
    position: relative;
    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;
    font: inherit;
    margin: 0;
    padding: 12px 15px 12px 17px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    font-size: 14px;
    line-height: 1.28571;
    font-weight: 500;
    letter-spacing: 0.07143em;
    text-transform: uppercase;
    color: inherit !important; }
    @media only screen and (max-width: 1360px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 13.52444px; } }
    @media only screen and (max-width: 1024px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 13.08013px; } }
    @media only screen and (max-width: 768px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 12.66408px; } }
    @media only screen and (max-width: 400px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 12.27368px; } }
    #content .sharedaddy[class] .sd-button:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      border: 1px solid currentColor;
      opacity: .1; }
    #content .sharedaddy[class] .sd-button:hover:after {
      opacity: .3; }
  #content .sharedaddy[class] .sd-social-icon .sd-content.sd-content ul li[class*='share-'] a.sd-button {
    border: none;
    border-radius: 50%;
    background: #222; }
    #content .sharedaddy[class] .sd-social-icon .sd-content.sd-content ul li[class*='share-'] a.sd-button:before {
      color: #fff;
      width: 18px;
      height: 18px;
      background-color: transparent; }
    #content .sharedaddy[class] .sd-social-icon .sd-content.sd-content ul li[class*='share-'] a.sd-button:after {
      display: none; }
  #content .sharedaddy[class] .sd-social-icon .sd-content.sd-content ul li[class*='share-'] a, #content .sharedaddy[class] .sd-social-icon .sd-content.sd-content ul li[class*='share-'] a:hover, #content .sharedaddy[class] .sd-social-icon .sd-content.sd-content ul li[class*='share-'] div.option a {
    padding: 9px; }

.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%; }

[class].jetpack-social-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  margin-left: -28px; }
  @media only screen and (max-width: 1360px) {
    [class].jetpack-social-navigation ul {
      font-size: 18.964px; } }
  @media only screen and (max-width: 1024px) {
    [class].jetpack-social-navigation ul {
      font-size: 18.03005px; } }
  @media only screen and (max-width: 768px) {
    [class].jetpack-social-navigation ul {
      font-size: 17.18377px; } }
  @media only screen and (max-width: 400px) {
    [class].jetpack-social-navigation ul {
      font-size: 16.41337px; } }
  @media only screen and (max-width: 1360px) {
    [class].jetpack-social-navigation ul {
      margin-left: -22.17822px; } }
  @media only screen and (max-width: 1024px) {
    [class].jetpack-social-navigation ul {
      margin-left: -18.36066px; } }
  @media only screen and (max-width: 768px) {
    [class].jetpack-social-navigation ul {
      margin-left: -15.66434px; } }
  @media only screen and (max-width: 320px) {
    [class].jetpack-social-navigation ul {
      margin-left: -13.65854px; } }

[class].jetpack-social-navigation li {
  margin-left: 28px; }
  @media only screen and (max-width: 1360px) {
    [class].jetpack-social-navigation li {
      margin-left: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    [class].jetpack-social-navigation li {
      margin-left: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    [class].jetpack-social-navigation li {
      margin-left: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    [class].jetpack-social-navigation li {
      margin-left: 13.65854px; } }

.select2-container[class] .select2-selection--single,
.select2-container[class] .select2-dropdown {
  border-color: #E0E0E0;
  background-color: #FFFFFF; }

.select2-container[class] .select2-search__field {
  width: 100%;
  max-width: 100%;
  padding: 0.76471em 1.11765em 0.88235em;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  padding-right: 42px;
  background: url("assets/images/icon-search.svg") calc(100% - 1rem) no-repeat;
  background-size: 1rem 1rem; }
  @media only screen and (max-width: 1360px) {
    .select2-container[class] .select2-search__field {
      padding: 0.7647em 1.1176em 0.88233em; } }
  @media only screen and (max-width: 1024px) {
    .select2-container[class] .select2-search__field {
      padding: 0.76468em 1.11755em 0.88232em; } }
  @media only screen and (max-width: 768px) {
    .select2-container[class] .select2-search__field {
      padding: 0.76467em 1.1175em 0.8823em; } }
  @media only screen and (max-width: 320px) {
    .select2-container[class] .select2-search__field {
      padding: 0.76466em 1.11745em 0.88228em; } }
  .select2-container[class] .select2-search__field:focus, .select2-container[class] .select2-search__field:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  .select2-container[class] .select2-search__field[disabled] {
    border-color: #EBEBEB;
    background-color: #EBEBEB; }
  @media only screen and (max-width: 1360px) {
    .select2-container[class] .select2-search__field {
      padding-right: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .select2-container[class] .select2-search__field {
      padding-right: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .select2-container[class] .select2-search__field {
      padding-right: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .select2-container[class] .select2-search__field {
      padding-right: 19.64912px; } }

.select2-container[class] .select2-selection__arrow {
  width: 50px;
  height: 100%; }
  .select2-container[class] .select2-selection__arrow b {
    margin-top: -4px;
    margin-left: -2px; }

.select2-container[class] .select2-selection__rendered {
  width: 100%;
  max-width: 100%;
  padding: 0.76471em 1.11765em 0.88235em;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  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;
  border: 0;
  background: none;
  min-height: 3.294em; }
  @media only screen and (max-width: 1360px) {
    .select2-container[class] .select2-selection__rendered {
      padding: 0.7647em 1.1176em 0.88233em; } }
  @media only screen and (max-width: 1024px) {
    .select2-container[class] .select2-selection__rendered {
      padding: 0.76468em 1.11755em 0.88232em; } }
  @media only screen and (max-width: 768px) {
    .select2-container[class] .select2-selection__rendered {
      padding: 0.76467em 1.1175em 0.8823em; } }
  @media only screen and (max-width: 320px) {
    .select2-container[class] .select2-selection__rendered {
      padding: 0.76466em 1.11745em 0.88228em; } }
  .select2-container[class] .select2-selection__rendered:focus, .select2-container[class] .select2-selection__rendered:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  .select2-container[class] .select2-selection__rendered[disabled] {
    border-color: #EBEBEB;
    background-color: #EBEBEB; }

.select2-container[class] .select2-results__option[aria-selected=true] {
  background: #EBEBEB;
  color: #3B3B3B; }

.select2-container[class] .select2-results__option--highlighted[aria-selected] {
  background: #FF6000;
  color: #FFFFFF; }

.select2-search--dropdown {
  padding: 0.76471em 1.11765em 0.88235em; }
  @media only screen and (max-width: 1360px) {
    .select2-search--dropdown {
      padding: 0.7647em 1.1176em 0.88233em; } }
  @media only screen and (max-width: 1024px) {
    .select2-search--dropdown {
      padding: 0.76468em 1.11755em 0.88232em; } }
  @media only screen and (max-width: 768px) {
    .select2-search--dropdown {
      padding: 0.76467em 1.1175em 0.8823em; } }
  @media only screen and (max-width: 320px) {
    .select2-search--dropdown {
      padding: 0.76466em 1.11745em 0.88228em; } }

.select2-results__option {
  padding: 0.38235em 1.11765em; }
  @media only screen and (max-width: 1360px) {
    .select2-results__option {
      padding: 0.38235em 1.1176em; } }
  @media only screen and (max-width: 1024px) {
    .select2-results__option {
      padding: 0.38235em 1.11755em; } }
  @media only screen and (max-width: 768px) {
    .select2-results__option {
      padding: 0.38235em 1.1175em; } }
  @media only screen and (max-width: 320px) {
    .select2-results__option {
      padding: 0.38235em 1.11745em; } }

.select2-selection--single[class],
.select2-dropdown[class] {
  border-radius: 0; }

.select2-results {
  background: #FBFBFB;
  border: 0 solid #E0E0E0;
  border-top-width: 1px; }

.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-color: transparent; }

.select2-dropdown--below .select2-search {
  padding-top: 0; }

.select2-container--open.select2-container--above .select2-selection--single {
  border-top-color: transparent; }

.select2-dropdown--above .select2-results {
  border-bottom-width: 1px; }

.select2-selection--single[class] {
  height: auto;
  outline: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

[class].jetpack-social-navigation {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media not screen and (min-width: 62.5em) {
    [class].jetpack-social-navigation {
      min-height: 30px; }
      .c-navbar__zone--left [class].jetpack-social-navigation {
        padding: 13px 0 13px 28px; }
        .c-navbar__zone--left [class].jetpack-social-navigation .menu-item--search {
          display: none; } }
  [class].jetpack-social-navigation a {
    width: auto;
    height: auto; }
  .c-navbar__content [class].jetpack-social-navigation .menu[class] a {
    padding: 0; }

@media not screen and (min-width: 62.5em) {
  .c-navbar .c-navbar__zone--left .c-btn--search[class] {
    display: none; } }

.c-btn--search svg {
  display: block; }

.cats,
.tags,
.sharedaddy {
  margin-top: 14px; }
  @media only screen and (max-width: 1360px) {
    .cats,
    .tags,
    .sharedaddy {
      margin-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .cats,
    .tags,
    .sharedaddy {
      margin-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .cats,
    .tags,
    .sharedaddy {
      margin-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .cats,
    .tags,
    .sharedaddy {
      margin-top: 10.42442px; } }
  .cats + .cats,
  .tags + .cats,
  .sharedaddy + .cats, .cats +
  .tags,
  .tags +
  .tags,
  .sharedaddy +
  .tags, .cats +
  .sharedaddy,
  .tags +
  .sharedaddy,
  .sharedaddy +
  .sharedaddy {
    margin-top: 35px; }
    @media only screen and (max-width: 1360px) {
      .cats + .cats,
      .tags + .cats,
      .sharedaddy + .cats, .cats +
      .tags,
      .tags +
      .tags,
      .sharedaddy +
      .tags, .cats +
      .sharedaddy,
      .tags +
      .sharedaddy,
      .sharedaddy +
      .sharedaddy {
        margin-top: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .cats + .cats,
      .tags + .cats,
      .sharedaddy + .cats, .cats +
      .tags,
      .tags +
      .tags,
      .sharedaddy +
      .tags, .cats +
      .sharedaddy,
      .tags +
      .sharedaddy,
      .sharedaddy +
      .sharedaddy {
        margin-top: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .cats + .cats,
      .tags + .cats,
      .sharedaddy + .cats, .cats +
      .tags,
      .tags +
      .tags,
      .sharedaddy +
      .tags, .cats +
      .sharedaddy,
      .tags +
      .sharedaddy,
      .sharedaddy +
      .sharedaddy {
        margin-top: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .cats + .cats,
      .tags + .cats,
      .sharedaddy + .cats, .cats +
      .tags,
      .tags +
      .tags,
      .sharedaddy +
      .tags, .cats +
      .sharedaddy,
      .tags +
      .sharedaddy,
      .sharedaddy +
      .sharedaddy {
        margin-top: 16.71642px; } }
  .cats:not(:last-child),
  .tags:not(:last-child),
  .sharedaddy:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .cats:not(:last-child),
      .tags:not(:last-child),
      .sharedaddy:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .cats:not(:last-child),
      .tags:not(:last-child),
      .sharedaddy:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .cats:not(:last-child),
      .tags:not(:last-child),
      .sharedaddy:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .cats:not(:last-child),
      .tags:not(:last-child),
      .sharedaddy:not(:last-child) {
        margin-bottom: 16.71642px; } }

.menu,
.sub-menu {
  list-style: none;
  padding-left: 0; }
  .u-underlined-links .menu a, .u-underlined-links
  .sub-menu a {
    text-decoration: none; }

.entry-date + .entry-title {
  padding-top: 42px; }
  @media only screen and (max-width: 1360px) {
    .entry-date + .entry-title {
      padding-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    .entry-date + .entry-title {
      padding-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    .entry-date + .entry-title {
      padding-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    .entry-date + .entry-title {
      padding-top: 19.64912px; } }

.entry-title:last-child {
  padding-bottom: 0; }

@media not screen and (min-width: 62.5em) {
  .slick-slider .c-card__meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .slick-slider .c-card__content {
    text-align: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .slick-slider .c-card__excerpt {
    display: none; }
  .slick-slider .c-card__footer[class] {
    display: none; }
  .widget__title[class][class] span {
    font-size: inherit; }
  .slick-slide {
    padding-left: 5px;
    padding-right: 5px; }
  .slick-dots[class] button {
    width: 8px;
    height: 8px; } }

.woocommerce-checkout-title span {
  font-size: 1.38em; }

/**
 * 8.0 - Overwrites
 */
/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #FFFFFF;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000000;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

p:empty {
  display: none; }

@media not screen and (min-width: 62.5em) {
  body.nav--is-open {
    overflow: hidden; } }

.c-border {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9100;
  border-width: 10px;
  border-style: solid;
  border-color: #e5e5e5;
  pointer-events: none; }
  .admin-bar .c-border {
    top: 32px; }

.entry-content figure img {
  max-width: 100%; }

@media not screen and (min-width: 30em) {
  .c-gallery--blog .c-gallery__item {
    width: 100%; } }

.entry-header + .widget_search {
  margin-top: 0; }

.entry-header + .c-gallery {
  margin-top: 0; }
  .search .entry-header + .c-gallery {
    margin-top: 14px; }
    @media only screen and (max-width: 1360px) {
      .search .entry-header + .c-gallery {
        margin-top: 12.89431px; } }
    @media only screen and (max-width: 1024px) {
      .search .entry-header + .c-gallery {
        margin-top: 11.95049px; } }
    @media only screen and (max-width: 768px) {
      .search .entry-header + .c-gallery {
        margin-top: 11.13541px; } }
    @media only screen and (max-width: 320px) {
      .search .entry-header + .c-gallery {
        margin-top: 10.42442px; } }

.single.entry-image--portrait .entry-header:after {
  content: none; }

.search .entry-header .search-form {
  margin-top: 14px; }
  @media only screen and (max-width: 1360px) {
    .search .entry-header .search-form {
      margin-top: 12.89431px; } }
  @media only screen and (max-width: 1024px) {
    .search .entry-header .search-form {
      margin-top: 11.95049px; } }
  @media only screen and (max-width: 768px) {
    .search .entry-header .search-form {
      margin-top: 11.13541px; } }
  @media only screen and (max-width: 320px) {
    .search .entry-header .search-form {
      margin-top: 10.42442px; } }

.slideshow-controls a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

@media only screen {
  html:not(.is-ready) {
    opacity: 0; } }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.is-customizer-preview .entry-header .posted-on,
.is-customizer-preview .entry-header .cats {
  overflow: initial !important; }

@media not screen and (min-width: 62.5em) {
  .c-navbar__content {
    position: fixed; }
  body.has-border {
    margin: 0; } }

#wpadminbar {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.entry-thumbnail {
  position: relative; }

.tiled-gallery[class] {
  margin-bottom: 0; }

.header-meta > :not(:last-child):after {
  content: '\2022';
  display: inline-block;
  margin: 0 10px; }

.entry-aside,
.entry-footer,
.widget-area,
.comments-area,
.related-posts-container {
  font-size: 16px; }
  @media only screen and (max-width: 1360px) {
    .entry-aside,
    .entry-footer,
    .widget-area,
    .comments-area,
    .related-posts-container {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .entry-aside,
    .entry-footer,
    .widget-area,
    .comments-area,
    .related-posts-container {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .entry-aside,
    .entry-footer,
    .widget-area,
    .comments-area,
    .related-posts-container {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .entry-aside,
    .entry-footer,
    .widget-area,
    .comments-area,
    .related-posts-container {
      font-size: 13.785px; } }

body {
  position: relative; }

* {
  min-height: 0;
  min-width: 0; }

.o-layout__main:first-child + .o-layout__side {
  margin-top: 0; }

.related-posts-title {
  text-align: center; }

.entry-header > :not(.header-dropcap) {
  position: relative;
  z-index: 10; }

.sw[class] {
  font-style: normal; }

.page .entry-content::after,
.single .entry-content::after {
  content: " ";
  display: table;
  clear: both; }

.lite-version .menu--primary li[class*=children] > a:after {
  display: none; }

.c-author__links a, .c-author__links a:hover {
  color: inherit;
  text-decoration: none; }

.c-author__links a {
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.c-author__links a:hover {
  opacity: 0.5; }

.c-author__footer[class] {
  color: inherit; }

.c-author__description[class] {
  margin-bottom: 21px; }
  @media only screen and (max-width: 1360px) {
    .c-author__description[class] {
      margin-bottom: 16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .c-author__description[class] {
      margin-bottom: 13.97089px; } }
  @media only screen and (max-width: 768px) {
    .c-author__description[class] {
      margin-bottom: 11.96794px; } }
  @media only screen and (max-width: 320px) {
    .c-author__description[class] {
      margin-bottom: 10.46729px; } }

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

.intro[class] {
  font-size: 1.2em;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -0.01em; }

.entry-content .cats__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1360px) {
    .entry-content .cats__title {
      margin-bottom: 9.69697px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .cats__title {
      margin-bottom: 9.41176px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .cats__title {
      margin-bottom: 9.14286px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .cats__title {
      margin-bottom: 8.88889px; } }

.cats:not(:last-child),
.tags:not(:last-child),
.sharedaddy:not(:last-child) {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .cats:not(:last-child),
    .tags:not(:last-child),
    .sharedaddy:not(:last-child) {
      margin-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .cats:not(:last-child),
    .tags:not(:last-child),
    .sharedaddy:not(:last-child) {
      margin-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .cats:not(:last-child),
    .tags:not(:last-child),
    .sharedaddy:not(:last-child) {
      margin-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .cats:not(:last-child),
    .tags:not(:last-child),
    .sharedaddy:not(:last-child) {
      margin-bottom: 13.65854px; } }

* + .cats[class], * +
.tags[class] {
  margin-top: 28px; }
  @media only screen and (max-width: 1360px) {
    * + .cats[class], * +
    .tags[class] {
      margin-top: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    * + .cats[class], * +
    .tags[class] {
      margin-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    * + .cats[class], * +
    .tags[class] {
      margin-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    * + .cats[class], * +
    .tags[class] {
      margin-top: 13.65854px; } }

* + .sharedaddy[class] {
  margin-top: 42px; }
  @media only screen and (max-width: 1360px) {
    * + .sharedaddy[class] {
      margin-top: 32.70073px; } }
  @media only screen and (max-width: 1024px) {
    * + .sharedaddy[class] {
      margin-top: 26.77291px; } }
  @media only screen and (max-width: 768px) {
    * + .sharedaddy[class] {
      margin-top: 22.66442px; } }
  @media only screen and (max-width: 320px) {
    * + .sharedaddy[class] {
      margin-top: 19.64912px; } }

.entry-content .cats[class] > a:hover {
  color: #FFFFFF;
  opacity: 0.7; }

.entry-content .tags > a {
  font-style: inherit; }

#content .sharedaddy[class] .sd-button {
  padding: 0.71em 1.1em 0.69em 1.3em; }

.single .entry-header > .header-meta,
.page .entry-header > .header-meta {
  padding-top: 21px; }
  @media only screen and (max-width: 1360px) {
    .single .entry-header > .header-meta,
    .page .entry-header > .header-meta {
      padding-top: 16.77903px; } }
  @media only screen and (max-width: 1024px) {
    .single .entry-header > .header-meta,
    .page .entry-header > .header-meta {
      padding-top: 13.97089px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-header > .header-meta,
    .page .entry-header > .header-meta {
      padding-top: 11.96794px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-header > .header-meta,
    .page .entry-header > .header-meta {
      padding-top: 10.46729px; } }

@media only screen and (min-width: 62.5em) {
  .c-navbar .c-navbar__zone--right > [class^="menu"][class*="container"] {
    border-top: 1px solid;
    z-index: 10; } }

@media not screen and (min-width: 62.5em) {
  .c-navbar__zone--right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }

.c-navbar .c-navbar__zone--left > .c-btn--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  outline: none; }
  .c-navbar .c-navbar__zone--left > .c-btn--search:focus {
    outline: none; }

/* stylelint-disable */
.menu--secondary li[class*='children'] > a:after {
  display: none; }

.site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) li:hover, .site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) li[class*='current-menu'],
.site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) button:hover,
.site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) button[class*='current-menu'] {
  opacity: 1; }

/* stylelint-enable */
.c-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "HK Grotesk", sans-serif;
  font-size: 0.95em;
  line-height: 1.21429;
  font-weight: 400; }
  .c-card__action:before {
    display: block;
    content: '';
    border-top: 1px solid;
    width: 1em;
    margin-right: .5em; }
  .u-underlined-links .c-card__action {
    text-decoration: none; }

.featured-posts__more {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  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; }
  @media only screen and (max-width: 1360px) {
    .featured-posts__more {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts__more {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts__more {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .featured-posts__more {
      font-size: 13.785px; } }
  .u-buttons-rounded .featured-posts__more {
    border-radius: 0.3em; }
  .u-buttons-pill .featured-posts__more {
    border-radius: 999em; }
  .u-underlined-links .featured-posts__more {
    text-decoration: none; }
  .u-buttons-outline .featured-posts__more {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .featured-posts__more:hover, .u-buttons-outline .featured-posts__more:active, .u-buttons-outline .featured-posts__more:focus {
      background: none;
      color: inherit; }
  .featured-posts__more:hover, .featured-posts__more:active, .featured-posts__more:focus {
    color: #FFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }

.entry-image--portrait {
  margin-top: 0; }

.single .entry-header,
.single .header-spacer {
  position: relative; }
  .single .entry-header:before, .single .entry-header:after,
  .single .header-spacer:before,
  .single .header-spacer:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100vw;
    bottom: 0;
    left: -100vw;
    display: block;
    background-color: inherit;
    pointer-events: none; }

.single .entry-header:after {
  top: 100%;
  height: 112px; }

.entry-header {
  margin-top: 0 !important; }

.entry-image--none .entry-header:after {
  content: none; }

.single-header .entry-content {
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-right: 0 !important; }

.single-header .intro {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px; }
  @media only screen and (max-width: 1360px) {
    .single-header .intro {
      padding-top: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .single-header .intro {
      padding-top: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .single-header .intro {
      padding-top: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .single-header .intro {
      padding-top: 13.65854px; } }
  @media only screen and (max-width: 1360px) {
    .single-header .intro {
      padding-bottom: 22.17822px; } }
  @media only screen and (max-width: 1024px) {
    .single-header .intro {
      padding-bottom: 18.36066px; } }
  @media only screen and (max-width: 768px) {
    .single-header .intro {
      padding-bottom: 15.66434px; } }
  @media only screen and (max-width: 320px) {
    .single-header .intro {
      padding-bottom: 13.65854px; } }

.single-header .o-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.single-header .entry-thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .single-header .entry-thumbnail > * {
    position: relative;
    z-index: 10; }

@media only screen and (min-width: 50em) {
  .single-header .o-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .single-header .o-wrapper > :not(:first-child) {
      padding-left: 28px; } }
    @media only screen and (min-width: 50em) and (max-width: 1360px) {
      .single-header .o-wrapper > :not(:first-child) {
        padding-left: 22.17822px; } }
    @media only screen and (min-width: 50em) and (max-width: 1024px) {
      .single-header .o-wrapper > :not(:first-child) {
        padding-left: 18.36066px; } }
    @media only screen and (min-width: 50em) and (max-width: 768px) {
      .single-header .o-wrapper > :not(:first-child) {
        padding-left: 15.66434px; } }
    @media only screen and (min-width: 50em) and (max-width: 320px) {
      .single-header .o-wrapper > :not(:first-child) {
        padding-left: 13.65854px; } }

@media only screen and (min-width: 50em) {
    .single-header .o-wrapper > :not(:last-child) {
      padding-right: 28px; } }
    @media only screen and (min-width: 50em) and (max-width: 1360px) {
      .single-header .o-wrapper > :not(:last-child) {
        padding-right: 22.17822px; } }
    @media only screen and (min-width: 50em) and (max-width: 1024px) {
      .single-header .o-wrapper > :not(:last-child) {
        padding-right: 18.36066px; } }
    @media only screen and (min-width: 50em) and (max-width: 768px) {
      .single-header .o-wrapper > :not(:last-child) {
        padding-right: 15.66434px; } }
    @media only screen and (min-width: 50em) and (max-width: 320px) {
      .single-header .o-wrapper > :not(:last-child) {
        padding-right: 13.65854px; } }

@media only screen and (min-width: 50em) {
  .single-header .entry-thumbnail {
    position: relative;
    z-index: 10;
    max-width: none;
    padding-bottom: 56px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; } }
  @media only screen and (min-width: 50em) and (max-width: 1360px) {
    .single-header .entry-thumbnail {
      padding-bottom: 42.87081px; } }
  @media only screen and (min-width: 50em) and (max-width: 1024px) {
    .single-header .entry-thumbnail {
      padding-bottom: 34.72868px; } }
  @media only screen and (min-width: 50em) and (max-width: 768px) {
    .single-header .entry-thumbnail {
      padding-bottom: 29.18567px; } }
  @media only screen and (min-width: 50em) and (max-width: 320px) {
    .single-header .entry-thumbnail {
      padding-bottom: 25.16854px; } }

@media only screen and (min-width: 50em) {
  .single-header .entry-thumbnail + * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* stylelint-disable */
    /* stylelint-enable */ }
    .single-header .entry-thumbnail + * > .header-spacer {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .single-header .entry-thumbnail + * > .header-spacer--empty {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-preferred-size: 56px;
          flex-basis: 56px; } }
    @media only screen and (min-width: 50em) and (max-width: 1360px) {
      .single-header .entry-thumbnail + * > .header-spacer--empty {
        -ms-flex-preferred-size: 42.87081px;
            flex-basis: 42.87081px; } }
    @media only screen and (min-width: 50em) and (max-width: 1024px) {
      .single-header .entry-thumbnail + * > .header-spacer--empty {
        -ms-flex-preferred-size: 34.72868px;
            flex-basis: 34.72868px; } }
    @media only screen and (min-width: 50em) and (max-width: 768px) {
      .single-header .entry-thumbnail + * > .header-spacer--empty {
        -ms-flex-preferred-size: 29.18567px;
            flex-basis: 29.18567px; } }
    @media only screen and (min-width: 50em) and (max-width: 320px) {
      .single-header .entry-thumbnail + * > .header-spacer--empty {
        -ms-flex-preferred-size: 25.16854px;
            flex-basis: 25.16854px; } }

@media only screen and (min-width: 50em) {
    .single-header .entry-thumbnail + * .entry-header {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .single-header .entry-thumbnail + * .entry-header > :first-child {
        margin-top: auto; } }

@media not screen and (min-width: 62.5em) {
  .single-main .o-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .single-main .o-layout__side {
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100; } }

.header-meta {
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.19;
  font-weight: 500; }
  @media only screen and (max-width: 1360px) {
    .header-meta {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .header-meta {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .header-meta {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .header-meta {
      font-size: 13.785px; } }
  .header-meta:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .header-meta:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .header-meta:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .header-meta:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .header-meta:not(:last-child) {
        margin-bottom: 16.71642px; } }
  .header-meta .byline {
    text-transform: capitalize;
    font-weight: bold; }
    .header-meta .byline .by {
      display: none; }
  .u-underlined-links .header-meta a {
    text-decoration: none; }

.entry-header .cats a {
  color: #FF6000; }
  .u-underlined-links .entry-header .cats a {
    text-decoration: none; }

.site-content {
  overflow: hidden; }
  @media not screen and (min-width: 62.5em) {
    .site-content {
      padding-top: 60px; } }

.c-footer__zone + .c-footer__zone {
  border-top: solid 1px rgba(255, 255, 255, 0.4); }

.c-footer__widget h3 + ul {
  text-align: left; }
  .c-footer__widget h3 + ul .children {
    text-align: left;
    padding-left: 2em; }

.c-footer__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5em; }
  @media only screen and (max-width: 1360px) {
    .c-footer__gallery {
      margin-left: -4.98054em; } }
  @media only screen and (max-width: 1024px) {
    .c-footer__gallery {
      margin-left: -4.96124em; } }
  @media only screen and (max-width: 768px) {
    .c-footer__gallery {
      margin-left: -4.94208em; } }
  @media only screen and (max-width: 320px) {
    .c-footer__gallery {
      margin-left: -4.92308em; } }
  @media not screen and (min-width: 62.5em) {
    .c-footer__gallery {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-footer__gallery .c-gallery__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    min-width: 20%;
    padding-left: 5em; }
    @media only screen and (max-width: 1360px) {
      .c-footer__gallery .c-gallery__item {
        padding-left: 4.98054em; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__gallery .c-gallery__item {
        padding-left: 4.96124em; } }
    @media only screen and (max-width: 768px) {
      .c-footer__gallery .c-gallery__item {
        padding-left: 4.94208em; } }
    @media only screen and (max-width: 320px) {
      .c-footer__gallery .c-gallery__item {
        padding-left: 4.92308em; } }
    @media not screen and (min-width: 62.5em) {
      .c-footer__gallery .c-gallery__item {
        min-width: 100%; } }
    .c-footer__gallery .c-gallery__item.large {
      -webkit-box-flex: 2;
          -ms-flex: 2;
              flex: 2;
      min-width: 40%; }
      @media not screen and (min-width: 62.5em) {
        .c-footer__gallery .c-gallery__item.large {
          min-width: 100%; } }

.c-footer__zone--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* stylelint-disable */ }
  .c-footer__zone--bottom:not(:first-child) {
    padding-top: 3em;
    margin-top: 3em; }
    @media only screen and (max-width: 1360px) {
      .c-footer__zone--bottom:not(:first-child) {
        padding-top: 2.99747em; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__zone--bottom:not(:first-child) {
        padding-top: 2.99495em; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom:not(:first-child) {
        padding-top: 2.99243em; } }
    @media only screen and (max-width: 320px) {
      .c-footer__zone--bottom:not(:first-child) {
        padding-top: 2.98991em; } }
    @media only screen and (max-width: 1360px) {
      .c-footer__zone--bottom:not(:first-child) {
        margin-top: 2.99747em; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__zone--bottom:not(:first-child) {
        margin-top: 2.99495em; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom:not(:first-child) {
        margin-top: 2.99243em; } }
    @media only screen and (max-width: 320px) {
      .c-footer__zone--bottom:not(:first-child) {
        margin-top: 2.98991em; } }
  @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; } }
  .c-footer__zone--bottom .jetpack-social-navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media not screen and (min-width: 62.5em) {
      .c-footer__zone--bottom .jetpack-social-navigation {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-left: 0; } }
    @media only screen and (min-width: 62.5em) {
      .c-footer__zone--bottom .jetpack-social-navigation {
        padding-left: 2em;
        -ms-flex-negative: unset;
            flex-shrink: unset; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
    .c-footer__zone--bottom .jetpack-social-navigation {
      padding-left: 1.9995em; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .c-footer__zone--bottom .jetpack-social-navigation {
      padding-left: 1.999em; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .c-footer__zone--bottom .jetpack-social-navigation {
      padding-left: 1.9985em; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .c-footer__zone--bottom .jetpack-social-navigation {
      padding-left: 1.998em; } }
    .c-footer__zone--bottom .jetpack-social-navigation ul {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .c-footer__zone--bottom > nav[class^='menu-'] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    /* stylelint-enable */ }
    @media not screen and (min-width: 62.5em) {
      .c-footer__zone--bottom > nav[class^='menu-'] {
        padding-bottom: 2em; } }
    .c-footer__zone--bottom > nav[class^='menu-'] ul {
      text-align: right; }
      @media not screen and (min-width: 62.5em) {
        .c-footer__zone--bottom > nav[class^='menu-'] ul {
          text-align: center; } }

.c-footer__copyright-text {
  padding-top: 0;
  margin-top: 0 !important;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media only screen and (max-width: 1360px) {
    .c-footer__copyright-text {
      padding-top: 0; } }
  @media only screen and (max-width: 1024px) {
    .c-footer__copyright-text {
      padding-top: 0; } }
  @media only screen and (max-width: 768px) {
    .c-footer__copyright-text {
      padding-top: 0; } }
  @media only screen and (max-width: 320px) {
    .c-footer__copyright-text {
      padding-top: 0; } }
  @media not screen and (min-width: 62.5em) {
    .c-footer__copyright-text {
      text-align: center;
      padding-bottom: 2em; } }

.c-footer__credits {
  opacity: .5; }
  @media not screen and (min-width: 62.5em) {
    .c-footer__credits {
      display: inline-block;
      width: 100%; } }

.newsletter-form-widget img {
  max-width: 100px;
  margin-bottom: 4em; }

.newsletter-form-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.newsletter-form-widget #subscribe-text {
  min-width: 100%;
  padding-bottom: 2em; }

.newsletter-form-widget #subscribe-email {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.newsletter-form-widget #subscribe-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* stylelint-disable */
  /* stylelint-enable */ }
  .newsletter-form-widget #subscribe-submit input[type=submit] {
    width: 100%;
    height: 100%; }

.c-footer .widget__title,
.c-footer h1,
.c-footer h2,
.c-footer h3,
.c-footer h4,
.c-footer h5,
.c-footer h6 {
  color: inherit; }

/* stylelint-disable */
ul.page-numbers {
  margin-bottom: 77px; }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers {
      margin-bottom: 57.50292px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers {
      margin-bottom: 45.88454px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers {
      margin-bottom: 38.17196px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers {
      margin-bottom: 32.67905px; } }

/* stylelint-enable */
.comment-form .comment-form-cookies-consent,
.comment-form .wpgdprc-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comment-form .comment-form-cookies-consent input,
  .comment-form .wpgdprc-checkbox input {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0; }
  .comment-form .comment-form-cookies-consent label,
  .comment-form .wpgdprc-checkbox label {
    padding-top: 0;
    padding-bottom: 0;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit; }
    .comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after,
    .comment-form .wpgdprc-checkbox label:before,
    .comment-form .wpgdprc-checkbox label:after {
      content: none; }

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

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

.meta__item--button, .entry-content .cats[class] > a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  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);
  padding: 1em 1.5em .9em 1.6em; }
  @media only screen and (max-width: 1360px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 15.3821px; } }
  @media only screen and (max-width: 1024px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 14.81014px; } }
  @media only screen and (max-width: 768px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 14.2792px; } }
  @media only screen and (max-width: 400px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 13.785px; } }
  .u-buttons-rounded .meta__item--button, .u-buttons-rounded .entry-content .cats[class] > a, .entry-content .u-buttons-rounded .cats[class] > a {
    border-radius: 0.3em; }
  .u-buttons-pill .meta__item--button, .u-buttons-pill .entry-content .cats[class] > a, .entry-content .u-buttons-pill .cats[class] > a {
    border-radius: 999em; }
  .u-underlined-links .meta__item--button, .u-underlined-links .entry-content .cats[class] > a, .entry-content .u-underlined-links .cats[class] > a {
    text-decoration: none; }
  .u-buttons-outline .meta__item--button, .u-buttons-outline .entry-content .cats[class] > a, .entry-content .u-buttons-outline .cats[class] > a {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .meta__item--button:hover, .u-buttons-outline .entry-content .cats[class] > a:hover, .entry-content .u-buttons-outline .cats[class] > a:hover, .u-buttons-outline .meta__item--button:active, .u-buttons-outline .entry-content .cats[class] > a:active, .entry-content .u-buttons-outline .cats[class] > a:active, .u-buttons-outline .meta__item--button:focus, .u-buttons-outline .entry-content .cats[class] > a:focus, .entry-content .u-buttons-outline .cats[class] > a:focus {
      background: none;
      color: inherit; }
  .meta__item--button:hover, .entry-content .cats[class] > a:hover, .meta__item--button:active, .entry-content .cats[class] > a:active, .meta__item--button:focus, .entry-content .cats[class] > a:focus {
    color: #FFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }

.single:not(.entry-image--none) .entry-header {
  background-color: #FFF4E8; }

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

.highlighted {
  background-color: #FFF4E8; }

.mb-0 {
  margin-bottom: 0; }

.mb-1 {
  margin-bottom: 1rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mt-0 {
  margin-top: 0; }

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

.mt-2 {
  margin-top: 2rem; }

.entry-header .cats {
  font-family: "HK Grotesk", sans-serif;
  font-size: 13px;
  line-height: 1.23077;
  font-weight: 500;
  letter-spacing: 0.077em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1360px) {
    .entry-header .cats {
      font-size: 12.58304px; } }
  @media only screen and (max-width: 1024px) {
    .entry-header .cats {
      font-size: 12.19199px; } }
  @media only screen and (max-width: 768px) {
    .entry-header .cats {
      font-size: 11.82451px; } }
  @media only screen and (max-width: 400px) {
    .entry-header .cats {
      font-size: 11.47854px; } }

.entry-content .cats[class] > a {
  margin-top: 5px;
  margin-right: 5px;
  padding: .5em 1.25em;
  text-decoration: none;
  font-family: "HK Grotesk", sans-serif;
  font-size: 13px;
  line-height: 1.23077;
  font-weight: 500;
  letter-spacing: 0.077em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1360px) {
    .entry-content .cats[class] > a {
      font-size: 12.58304px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .cats[class] > a {
      font-size: 12.19199px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .cats[class] > a {
      font-size: 11.82451px; } }
  @media only screen and (max-width: 400px) {
    .entry-content .cats[class] > a {
      font-size: 11.47854px; } }

.entry-content .tags {
  clear: both; }

.post-navigation .nav-links__label {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  position: relative;
  font-size: 12px;
  border: 0;
  background-color: transparent;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  transition: all 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  will-change: transform; }
  .post-navigation .nav-links__label:before, .post-navigation .nav-links__label: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; }
  .post-navigation .nav-links__label:before {
    width: 35px;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label:before {
        width: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label:before {
        width: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label:before {
        width: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label:before {
        width: 16.71642px; } }
  .post-navigation .nav-links__label: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) {
    .post-navigation .nav-links__label {
      font-size: 11.63467px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label {
      font-size: 11.29093px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label {
      font-size: 10.96692px; } }
  @media only screen and (max-width: 400px) {
    .post-navigation .nav-links__label {
      font-size: 10.66098px; } }
  .post-navigation .nav-links__label:before {
    width: 10px; }
  .post-navigation .nav-links__label:after {
    border-width: 3px; }
  .post-navigation .nav-links__label:before, .post-navigation .nav-links__label:after {
    opacity: 1;
    -webkit-transition: opacity 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);
    transition: opacity 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);
    transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), opacity 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), opacity 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, opacity; }
  .post-navigation .nav-links__label.nav-links__label {
    margin-bottom: 0; }
  .post-navigation .nav-links__label--previous {
    padding-left: 100px;
    padding-left: 21px; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 72.72727px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 57.14286px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 40px; } }
    .post-navigation .nav-links__label--previous:before {
      left: 35px; }
      @media only screen and (max-width: 1360px) {
        .post-navigation .nav-links__label--previous:before {
          left: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        .post-navigation .nav-links__label--previous:before {
          left: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        .post-navigation .nav-links__label--previous:before {
          left: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        .post-navigation .nav-links__label--previous:before {
          left: 16.71642px; } }
    .post-navigation .nav-links__label--previous:after {
      left: 30px;
      border-right: 5px solid currentColor; }
      @media only screen and (max-width: 1360px) {
        .post-navigation .nav-links__label--previous:after {
          left: 23.7037px; } }
      @media only screen and (max-width: 1024px) {
        .post-navigation .nav-links__label--previous:after {
          left: 19.59184px; } }
      @media only screen and (max-width: 768px) {
        .post-navigation .nav-links__label--previous:after {
          left: 16.69565px; } }
      @media only screen and (max-width: 320px) {
        .post-navigation .nav-links__label--previous:after {
          left: 14.54545px; } }
    .post-navigation .nav-links__label--previous:hover:before {
      -webkit-transform: translate3d(-5px, 0, 0);
              transform: translate3d(-5px, 0, 0); }
    .post-navigation .nav-links__label--previous:hover:after {
      -webkit-transform: translate3d(-5px, calc(0.5px - 50%), 0);
              transform: translate3d(-5px, calc(0.5px - 50%), 0); }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label--previous {
        padding-left: 10.46729px; } }
    .post-navigation .nav-links__label--previous:after {
      left: 0; }
    .post-navigation .nav-links__label--previous:before {
      left: 3px; }
  .post-navigation .nav-links__label--next {
    padding-right: 100px;
    text-align: left;
    padding-right: 21px; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label--next {
        padding-right: 72.72727px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label--next {
        padding-right: 57.14286px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label--next {
        padding-right: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label--next {
        padding-right: 40px; } }
    .post-navigation .nav-links__label--next:before {
      right: 2.33333em; }
    .post-navigation .nav-links__label--next:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .post-navigation .nav-links__label--next:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .post-navigation .nav-links__label--next:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label--next {
        padding-right: 16.77903px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label--next {
        padding-right: 13.97089px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label--next {
        padding-right: 11.96794px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label--next {
        padding-right: 10.46729px; } }
    .post-navigation .nav-links__label--next:after {
      right: 0; }
    .post-navigation .nav-links__label--next:before {
      right: 3px; }

.post-navigation .nav-links .nav-title[class] {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 21px;
  line-height: 1.19;
  font-weight: 700; }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links .nav-title[class] {
      font-size: 19.82441px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links .nav-title[class] {
      font-size: 18.77347px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links .nav-title[class] {
      font-size: 17.82834px; } }
  @media only screen and (max-width: 400px) {
    .post-navigation .nav-links .nav-title[class] {
      font-size: 16.97381px; } }
  .post-navigation .nav-links .nav-title[class]:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links .nav-title[class]:not(:last-child) {
        margin-bottom: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links .nav-title[class]:not(:last-child) {
        margin-bottom: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links .nav-title[class]:not(:last-child) {
        margin-bottom: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links .nav-title[class]:not(:last-child) {
        margin-bottom: 16.71642px; } }

.nav-links__label {
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.07;
  font-weight: normal;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  padding-top: 0.6em;
  padding-bottom: 0.5em; }
  @media only screen and (max-width: 1360px) {
    .nav-links__label {
      font-size: 13.52444px; } }
  @media only screen and (max-width: 1024px) {
    .nav-links__label {
      font-size: 13.08013px; } }
  @media only screen and (max-width: 768px) {
    .nav-links__label {
      font-size: 12.66408px; } }
  @media only screen and (max-width: 400px) {
    .nav-links__label {
      font-size: 12.27368px; } }

.post-navigation .nav-previous {
  text-align: left; }
  .post-navigation .nav-previous:hover .nav-title {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  .post-navigation .nav-previous:hover .nav-links__label {
    padding-left: 0;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
    .post-navigation .nav-previous:hover .nav-links__label:before, .post-navigation .nav-previous:hover .nav-links__label:after {
      -webkit-transform: translateX(-100%) translateY(-50%);
              transform: translateX(-100%) translateY(-50%);
      opacity: 0; }

.post-navigation .nav-next {
  text-align: right; }
  .post-navigation .nav-next:hover .nav-title {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  .post-navigation .nav-next:hover .nav-links__label {
    padding-right: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
    .post-navigation .nav-next:hover .nav-links__label:before, .post-navigation .nav-next:hover .nav-links__label:after {
      -webkit-transform: translateX(100%) translateY(-50%);
              transform: translateX(100%) translateY(-50%);
      opacity: 0; }

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