/*!
Theme Name: Vasco
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description: Vasco is a travel blog theme to help you increase your revenue streams and see more of the world. With big and beautiful imagery, modular layout, compatibility with the new Gutenberg editor, multilingual support, and a smart widget system for next-level customizations, you have all the right tools to express your personality and nurture a loyal audience around your fascinating stories.
Version: 1.5.1
Tested up to: 5.6.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vasco
Domain Path: /languages/
Tags: blog, holiday, photography, translation-ready, featured-images, custom-menu, custom-logo, one-column, two-columns, three-columns, four-columns, editor-style, sticky-post, footer-widgets, threaded-comments, rtl-language-support

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul, ol {
  list-style: none; }

li {
  list-style: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-hidden {
  display: none; }

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

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -56px;
  margin-top: -56px;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -30.82569px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-left: -25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-top: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-top: -30.82569px; } }
  @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: 1024px) {
    .column__wrapper {
      margin-top: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      margin-top: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      padding-left: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      padding-left: 30.82569px; } }
  @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: 1024px) {
    .row-style--strip {
      padding-top: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-top: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-bottom: 30.82569px; } }
  @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: 1024px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -39.76331px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -30.82569px; } }
    @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: 1024px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -39.76331px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -30.82569px; } }
    @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: 1024px) {
      .row-style--strip + .row-style--strip {
        margin-top: -39.76331px; } }
    @media only screen and (max-width: 768px) {
      .row-style--strip + .row-style--strip {
        margin-top: -30.82569px; } }
    @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: 1024px) {
    .column-style--highlighted {
      padding: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column-style--highlighted {
      padding: 30.82569px; } }
  @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: 1024px) {
    .column-style--boxed {
      padding: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column-style--boxed {
      padding: 30.82569px; } }
  @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: 30.002px; }
  @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: 22.15525px; } }
  @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: 17.56206px; } }
  @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: 14.54634px; } }

blockquote {
  font-family: "YoungSerif", serif;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 27.44368px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 24.02314px; } }
  @media only screen and (max-width: 400px) {
    blockquote {
      font-size: 21.36077px; } }
  blockquote:not(:last-child) {
    margin-bottom: 30.002px; }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 22.15525px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 17.56206px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 14.54634px; } }
  blockquote footer, blockquote cite {
    display: block;
    margin-top: 30.002px;
    font-style: normal;
    font-family: "HK Grotesk", sans-serif;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 22.15525px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 17.56206px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 14.54634px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 18.36188px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 17.76524px; } }
    @media only screen and (max-width: 400px) {
      blockquote footer, blockquote cite {
        font-size: 17.20614px; } }
    blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
      margin-top: 49px; }
      @media only screen and (max-width: 1024px) {
        blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
          margin-top: 35.15695px; } }
      @media only screen and (max-width: 768px) {
        blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
          margin-top: 27.41259px; } }
      @media only screen and (max-width: 320px) {
        blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
          margin-top: 22.46418px; } }
    blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
      margin-bottom: 28px; }
      @media only screen and (max-width: 1024px) {
        blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
          margin-bottom: 20.74074px; } }
      @media only screen and (max-width: 768px) {
        blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
          margin-bottom: 16.47059px; } }
      @media only screen and (max-width: 320px) {
        blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
          margin-bottom: 13.65854px; } }
    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: 1024px) {
    li ul, li ol, li dl {
      margin-top: 6.90137px; } }
  @media only screen and (max-width: 768px) {
    li ul, li ol, li dl {
      margin-top: 6.80548px; } }
  @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: 1024px) {
    ul {
      padding-left: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    ul {
      padding-left: 16.47059px; } }
  @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: 1024px) {
    ol {
      padding-left: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    ol {
      padding-left: 16.47059px; } }
  @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: 1024px) {
    li:not(:last-child),
    dl > dl:not(:last-of-type),
    dl > dd:not(:last-of-type) {
      margin-bottom: 6.90137px; } }
  @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.80548px; } }
  @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: 1024px) {
    pre {
      padding: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    pre {
      padding: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    pre {
      padding: 10.42442px; } }
  pre:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      pre:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      pre:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @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: 30.002px; }
    @media only screen and (max-width: 1024px) {
      table:not(:last-child) {
        margin-bottom: 22.15525px; } }
    @media only screen and (max-width: 768px) {
      table:not(:last-child) {
        margin-bottom: 17.56206px; } }
    @media only screen and (max-width: 320px) {
      table:not(:last-child) {
        margin-bottom: 14.54634px; } }
  table th {
    text-align: left; }
  table th,
  table td {
    vertical-align: middle; }
  table tr,
  table thead,
  table tbody,
  table tfoot {
    border-bottom: 0 solid rgba(0, 0, 0, 0.1); }
  table th,
  table td {
    padding: 14px;
    max-width: 100%;
    white-space: nowrap; }
    @media only screen and (max-width: 1024px) {
      table th,
      table td {
        padding: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      table th,
      table td {
        padding: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      table th,
      table td {
        padding: 10.42442px; } }
  table caption {
    padding: 14px 0; }
    @media only screen and (max-width: 1024px) {
      table caption {
        padding: 12.56357px 0; } }
    @media only screen and (max-width: 768px) {
      table caption {
        padding: 11.39447px 0; } }
    @media only screen and (max-width: 320px) {
      table caption {
        padding: 10.42442px 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: #2B3D39; }
  a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  a:hover, a:active {
    color: #F59828; }
    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: 1024px) {
    .o-grid {
      margin-top: -30.45317px; } }
  @media only screen and (max-width: 768px) {
    .o-grid {
      margin-top: -23.88626px; } }
  @media only screen and (max-width: 320px) {
    .o-grid {
      margin-top: -19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid {
      margin-left: -30.45317px; } }
  @media only screen and (max-width: 768px) {
    .o-grid {
      margin-left: -23.88626px; } }
  @media only screen and (max-width: 320px) {
    .o-grid {
      margin-left: -19.64912px; } }
  .o-grid > * {
    padding-top: 42px;
    padding-left: 42px; }
    @media only screen and (max-width: 1024px) {
      .o-grid > * {
        padding-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > * {
        padding-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > * {
        padding-top: 19.64912px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > * {
        padding-left: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > * {
        padding-left: 23.88626px; } }
    @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: 1024px) {
    .o-inline-s {
      margin-top: -12.56357px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-top: -11.39447px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-top: -10.42442px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-left: -12.56357px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-left: -11.39447px; } }
  @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: 1024px) {
      .o-inline-s > * {
        margin-top: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-top: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-top: 10.42442px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-left: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-left: 11.39447px; } }
    @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: 1024px) {
    .o-inline-xs {
      margin-top: -6.90137px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-top: -6.80548px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-top: -6.71221px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-left: -6.90137px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-left: -6.80548px; } }
  @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: 1024px) {
      .o-inline-xs > * {
        margin-top: 6.90137px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-top: 6.80548px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-top: 6.71221px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-left: 6.90137px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-left: 6.80548px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-left: 6.71221px; } }

@media only screen and (min-width: 62.5em) {
  .o-layout {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .o-layout__full {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .o-layout__main {
    width: calc(100% - 300px - 4rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .o-layout__side {
    width: 300px;
    margin-left: 56px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .o-layout__side {
      margin-left: 39.76331px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .o-layout__side {
      margin-left: 30.82569px; } }
  @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: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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: 1024px) {
    .c-btn {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .c-btn {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .c-btn {
      font-size: 15.8187px; } }
  .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: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  .c-btn--default {
    background-color: #202423;
    color: #FFF; }
    .c-btn--default:hover {
      color: #FFF; }
    .u-buttons-outline .c-btn--default {
      background: none; }

.c-btn-directional {
  position: relative; }
  .c-btn-directional:before, .c-btn-directional:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 100;
    color: inherit;
    margin-top: -1px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .c-btn-directional:before {
    width: 35px;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 1024px) {
      .c-btn-directional:before {
        width: 25.64885px; } }
    @media only screen and (max-width: 768px) {
      .c-btn-directional:before {
        width: 20.24096px; } }
    @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: 1024px) {
    .c-btn-directional--left {
      padding-left: 66.66667px; } }
  @media only screen and (max-width: 768px) {
    .c-btn-directional--left {
      padding-left: 50px; } }
  @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: 1024px) {
      .c-btn-directional--left:before {
        left: 25.64885px; } }
    @media only screen and (max-width: 768px) {
      .c-btn-directional--left:before {
        left: 20.24096px; } }
    @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: 1024px) {
      .c-btn-directional--left:after {
        left: 22.15385px; } }
    @media only screen and (max-width: 768px) {
      .c-btn-directional--left:after {
        left: 17.56098px; } }
    @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: 1024px) {
    .c-btn-directional--right {
      padding-right: 66.66667px; } }
  @media only screen and (max-width: 768px) {
    .c-btn-directional--right {
      padding-right: 50px; } }
  @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: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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: 1024px) {
    .button[class][class][class][class][class] {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .button[class][class][class][class][class] {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .button[class][class][class][class][class] {
      font-size: 15.8187px; } }
  .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: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  .button[class][class][class][class][class].default {
    background-color: #202423;
    color: #FFF; }
    .button[class][class][class][class][class].default:hover {
      color: #FFF; }
    .u-buttons-outline .button[class][class][class][class][class].default {
      background: none; }
  .button[class][class][class][class][class].full {
    width: 100%; }
  .button[class][class][class][class][class].arrow {
    position: relative;
    padding-right: 100px;
    text-align: left; }
    .button[class][class][class][class][class].arrow:before, .button[class][class][class][class][class].arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      z-index: 100;
      color: inherit;
      margin-top: -1px;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .button[class][class][class][class][class].arrow:before {
      width: 35px;
      height: 1px;
      background-color: currentColor; }
      @media only screen and (max-width: 1024px) {
        .button[class][class][class][class][class].arrow:before {
          width: 25.64885px; } }
      @media only screen and (max-width: 768px) {
        .button[class][class][class][class][class].arrow:before {
          width: 20.24096px; } }
      @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: 1024px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 66.66667px; } }
    @media only screen and (max-width: 768px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 50px; } }
    @media only screen and (max-width: 320px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 40px; } }
    .button[class][class][class][class][class].arrow:before {
      right: 2.33333em; }
    .button[class][class][class][class][class].arrow:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .button[class][class][class][class][class].arrow:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .button[class][class][class][class][class].arrow:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }

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

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

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

:-moz-placeholder {
  color: #3B3B3B;
  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: 8px 19px 10px;
  border: 1px solid #E0E0E0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #3B3B3B;
  border-radius: 4px;
  font-family: inherit;
  -webkit-font-smoothing: initial; }
  @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: 7.8329px 14.77689px 9.6px; } }
  @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: 7.67263px 12.08972px 9.23077px; } }
  @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: 7.5188px 10.22949px 8.88889px; } }
  @media only screen and (max-width: 1024px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      font-size: 15.8187px; } }
  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: #ADADAD; }
  input[type="text"][disabled], input[type="tel"][disabled], input[type="number"][disabled], input[type="date"][disabled], input[type="email"][disabled], input[type="password"][disabled], input[type="url"][disabled], input[type="search"][disabled] {
    border-color: #C7C7C7;
    background-color: #E0E0E0; }

input[type="checkbox"] {
  position: relative;
  left: 0;
  float: left;
  clear: left;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  width: 1.7rem !important;
  height: 1.7rem !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type="checkbox"]:checked {
    border-color: #F59828;
    background: #F59828 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: 4px;
  width: 1.7rem !important;
  height: 1.7rem !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 #F59828;
    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: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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: 1024px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="reset"] {
      font-size: 15.8187px; } }
  .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: #2B2B2A;
    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: #E0E0E0;
  border-color: #C7C7C7; }

textarea {
  width: 100%;
  max-width: 100%;
  padding: 8px 19px 10px;
  border: 1px solid #E0E0E0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #3B3B3B;
  border-radius: 4px;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  min-height: 120px;
  resize: vertical; }
  @media only screen and (max-width: 1024px) {
    textarea {
      padding: 7.8329px 14.77689px 9.6px; } }
  @media only screen and (max-width: 768px) {
    textarea {
      padding: 7.67263px 12.08972px 9.23077px; } }
  @media only screen and (max-width: 320px) {
    textarea {
      padding: 7.5188px 10.22949px 8.88889px; } }
  @media only screen and (max-width: 1024px) {
    textarea {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    textarea {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    textarea {
      font-size: 15.8187px; } }
  textarea:focus, textarea:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ADADAD; }
  textarea[disabled] {
    border-color: #C7C7C7;
    background-color: #E0E0E0; }

select {
  width: 100%;
  max-width: 100%;
  padding: 8px 19px 10px;
  border: 1px solid #E0E0E0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #3B3B3B;
  border-radius: 4px;
  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: 1024px) {
    select {
      padding: 7.8329px 14.77689px 9.6px; } }
  @media only screen and (max-width: 768px) {
    select {
      padding: 7.67263px 12.08972px 9.23077px; } }
  @media only screen and (max-width: 320px) {
    select {
      padding: 7.5188px 10.22949px 8.88889px; } }
  @media only screen and (max-width: 1024px) {
    select {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    select {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    select {
      font-size: 15.8187px; } }
  select:focus, select:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #ADADAD; }
  select[disabled] {
    border-color: #C7C7C7;
    background-color: #E0E0E0; }
  select[multiple] {
    background: none;
    padding-right: 13px; }

fieldset {
  border: 0; }
  fieldset legend {
    color: #3B3B3B;
    padding: 0 !important; }
  fieldset > div {
    margin-top: 14px; }
    @media only screen and (max-width: 1024px) {
      fieldset > div {
        margin-top: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      fieldset > div {
        margin-top: 11.39447px; } }
    @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: 4px;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 8px 19px 10px;
    font-family: "HK Grotesk", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #3B3B3B; }
    @media only screen and (max-width: 1024px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 7.8329px 14.77689px 9.6px; } }
    @media only screen and (max-width: 768px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 7.67263px 12.08972px 9.23077px; } }
    @media only screen and (max-width: 320px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 7.5188px 10.22949px 8.88889px; } }
    @media only screen and (max-width: 1024px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16.5871px; } }
    @media only screen and (max-width: 768px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 16.19379px; } }
    @media only screen and (max-width: 400px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 15.8187px; } }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: block;
    min-height: 1.6em; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 19px;
    -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: 1024px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 16.47059px; } }
  @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: 1024px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 16.47059px; } }
  @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: 1024px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 6.90137px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 6.80548px; } }
  @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: 24.9998px; }
    @media only screen and (max-width: 1024px) {
      .c-card__aside + .c-card__content {
        margin-top: 18.60451px; } }
    @media only screen and (max-width: 768px) {
      .c-card__aside + .c-card__content {
        margin-top: 14.8147px; } }
    @media only screen and (max-width: 320px) {
      .c-card__aside + .c-card__content {
        margin-top: 12.3076px; } }
  .c-card__content > :not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .c-card__content > :not(:last-child) {
        margin-bottom: 10.46729px; } }

.c-card__letter {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 250px;
  line-height: 1.735;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  -webkit-transform: translateY(-50%) translateY(10px) translateX(-50%);
          transform: translateY(-50%) translateY(10px) translateX(-50%);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
  @media only screen and (max-width: 1024px) {
    .c-card__letter {
      font-size: 149.00662px; } }
  @media only screen and (max-width: 768px) {
    .c-card__letter {
      font-size: 106.13208px; } }
  @media only screen and (max-width: 400px) {
    .c-card__letter {
      font-size: 82.41758px; } }
  .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: 1024px) {
    .c-card__badge {
      right: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .c-card__badge {
      right: 16.47059px; } }
  @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: 1024px) {
      .c-meta, .c-meta ul {
        margin-top: -6.90137px; } }
    @media only screen and (max-width: 768px) {
      .c-meta, .c-meta ul {
        margin-top: -6.80548px; } }
    @media only screen and (max-width: 320px) {
      .c-meta, .c-meta ul {
        margin-top: -6.71221px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta, .c-meta ul {
        margin-left: -6.90137px; } }
    @media only screen and (max-width: 768px) {
      .c-meta, .c-meta ul {
        margin-left: -6.80548px; } }
    @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: 1024px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.90137px; } }
      @media only screen and (max-width: 768px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.80548px; } }
      @media only screen and (max-width: 320px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 6.71221px; } }
      @media only screen and (max-width: 1024px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 6.90137px; } }
      @media only screen and (max-width: 768px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 6.80548px; } }
      @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: 1024px) {
    .twocolumn {
      -webkit-column-gap: 20.74074px;
         -moz-column-gap: 20.74074px;
              column-gap: 20.74074px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 768px) {
    .twocolumn {
      -webkit-column-gap: 16.47059px;
         -moz-column-gap: 16.47059px;
              column-gap: 16.47059px; } }
  @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: 1024px) {
      .slick-arrow:before {
        width: 25.64885px; } }
    @media only screen and (max-width: 768px) {
      .slick-arrow:before {
        width: 20.24096px; } }
    @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: 1024px) {
    .slick-next[class] {
      padding-right: 39.11111px; } }
  @media only screen and (max-width: 768px) {
    .slick-next[class] {
      padding-right: 30.34483px; } }
  @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: 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: 1024px) {
    .slick-prev[class] {
      padding-left: 39.11111px; } }
  @media only screen and (max-width: 768px) {
    .slick-prev[class] {
      padding-left: 30.34483px; } }
  @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: 1024px) {
    .slick-prev[class] {
      padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .slick-prev[class] {
      padding-left: 0; } }
  @media only screen and (max-width: 320px) {
    .slick-prev[class] {
      padding-left: 0; } }
  .u-widget-title-sideways .slick-prev[class] {
    left: -35px; }
  .featured-posts-slideshow[class] .slick-prev[class] {
    left: 25px; }

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

p .alignleft {
  margin-left: 0 !important;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: 42px; }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-top: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-top: 20.24096px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-top: 16.71642px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-bottom: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-bottom: 20.24096px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-bottom: 16.71642px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-right: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-right: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-right: 19.64912px; } }

p .alignright {
  margin-right: 0 !important;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: 42px; }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-top: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-top: 20.24096px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-top: 16.71642px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-bottom: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-bottom: 20.24096px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-bottom: 16.71642px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-left: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-left: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-left: 19.64912px; } }

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

p .alignnone {
  display: inline-block; }

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

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

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

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

.alignleft {
  margin-right: 56px;
  float: left;
  clear: left; }
  @media only screen and (max-width: 1024px) {
    .alignleft {
      margin-right: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .alignleft {
      margin-right: 30.82569px; } }
  @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: 1024px) {
    .alignright {
      margin-left: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .alignright {
      margin-left: 30.82569px; } }
  @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: 49px; }
    @media only screen and (max-width: 1024px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 35.15695px; } }
    @media only screen and (max-width: 768px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 27.41259px; } }
    @media only screen and (max-width: 320px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 22.46418px; } }

.wp-caption-text,
.gallery-caption,
figcaption {
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    .wp-caption-text,
    .gallery-caption,
    figcaption {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .wp-caption-text,
    .gallery-caption,
    figcaption {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .wp-caption-text,
    .gallery-caption,
    figcaption {
      font-size: 15.8187px; } }
  .wp-caption-text:not(:first-child),
  .gallery-caption:not(:first-child),
  figcaption:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1024px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child),
      figcaption:not(:first-child) {
        margin-top: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child),
      figcaption:not(:first-child) {
        margin-top: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child),
      figcaption:not(:first-child) {
        margin-top: 10.42442px; } }
  .aligncenter .wp-caption-text, .aligncenter
  .gallery-caption, .aligncenter
  figcaption {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto; }

/**
 * 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: 1024px) {
    .c-author__avatar {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .c-author__avatar {
      margin-bottom: 11.39447px; } }
  @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: 1024px) {
      .c-author__avatar + .c-author__details {
        padding-left: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .c-author__avatar + .c-author__details {
        padding-left: 23.88626px; } }
    @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: 1024px) {
      .c-author__label:after {
        padding-bottom: 6.90137px; } }
    @media only screen and (max-width: 768px) {
      .c-author__label:after {
        padding-bottom: 6.80548px; } }
    @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: 1024px) {
      .comment .children {
        margin-left: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .comment .children {
        margin-left: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .comment .children {
        margin-left: 19.64912px; } }
    @media only screen and (max-width: 1024px) {
      .comment .children {
        margin-top: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .comment .children {
        margin-top: 16.47059px; } }
    @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: 1024px) {
      .comment-list > li + li {
        margin-top: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .comment-list > li + li {
        margin-top: 16.47059px; } }
    @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: 1024px) {
    .comment-list,
    .comment-respond {
      margin-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .comment-list,
    .comment-respond {
      margin-top: 23.88626px; } }
  @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: 1024px) {
    .comment-list + .comment-respond {
      margin-top: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .comment-list + .comment-respond {
      margin-top: 30.82569px; } }
  @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: 1024px) {
    .comment__body > * + * {
      padding-top: 6.90137px; } }
  @media only screen and (max-width: 768px) {
    .comment__body > * + * {
      padding-top: 6.80548px; } }
  @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: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  opacity: 0.6; }
  @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: 11.89585px; } }
  @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.79349px; } }
  @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.69288px; } }
  .comment__metadata a:not(:first-child),
  .comment-reply-title a:not(:first-child),
  .edit-link a:not(:first-child),
  .reply a:not(:first-child),
  .logged-in-as a:not(:first-child) {
    margin-top: 53.004px; }
    @media only screen and (max-width: 1024px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 37.80352px; } }
    @media only screen and (max-width: 768px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 29.37839px; } }
    @media only screen and (max-width: 320px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 24.0242px; } }
  .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.004px; }
    @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: 10.4252px; } }
    @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: 9.90425px; } }
    @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: 9.43289px; } }
  .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: 1024px) {
    .reply a {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .reply a {
      margin-bottom: 11.39447px; } }
  @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: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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: 1024px) {
    .c-comments-toggle__label {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .c-comments-toggle__label {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .c-comments-toggle__label {
      font-size: 15.8187px; } }
  .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: #2B2B2A;
    opacity: 1;
    text-decoration: none; }

.comment__content {
  font-size: 15px;
  line-height: 1.66667; }
  @media only screen and (max-width: 1024px) {
    .comment__content {
      font-size: 14.74781px; } }
  @media only screen and (max-width: 768px) {
    .comment__content {
      font-size: 14.50396px; } }
  @media only screen and (max-width: 400px) {
    .comment__content {
      font-size: 14.26805px; } }

.comment-reply-title[class] {
  margin-bottom: 7px; }
  @media only screen and (max-width: 1024px) {
    .comment-reply-title[class] {
      margin-bottom: 6.90137px; } }
  @media only screen and (max-width: 768px) {
    .comment-reply-title[class] {
      margin-bottom: 6.80548px; } }
  @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: 19px;
  line-height: 1.21053;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    .comment__author {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .comment__author {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .comment__author {
      font-size: 17.20614px; } }
  .comment__author:not(:first-child) {
    margin-top: 49px; }
    @media only screen and (max-width: 1024px) {
      .comment__author:not(:first-child) {
        margin-top: 35.15695px; } }
    @media only screen and (max-width: 768px) {
      .comment__author:not(:first-child) {
        margin-top: 27.41259px; } }
    @media only screen and (max-width: 320px) {
      .comment__author:not(:first-child) {
        margin-top: 22.46418px; } }
  .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: #3B3B3B;
    padding-bottom: 14px;
    margin: 0;
    cursor: pointer; }
    @media only screen and (max-width: 1024px) {
      .comment-form label {
        padding-bottom: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label {
        padding-bottom: 11.39447px; } }
    @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: 3.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1024px) {
    .comment-form-subscriptions {
      margin-top: 3.49376px; } }
  @media only screen and (max-width: 768px) {
    .comment-form-subscriptions {
      margin-top: 3.48754px; } }
  @media only screen and (max-width: 320px) {
    .comment-form-subscriptions {
      margin-top: 3.48134px; } }
  .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 16.47059px; } }
    @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: 1024px) {
      .comment-subscription-form:first-of-type {
        margin-bottom: 9.6px; } }
    @media only screen and (max-width: 768px) {
      .comment-subscription-form:first-of-type {
        margin-bottom: 9.23077px; } }
    @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: 1024px) {
    ul.page-numbers[class][class] {
      margin-top: 53.02726px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-top: 40.43764px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-top: 32.67905px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-left: -12.56357px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-left: -11.39447px; } }
  @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: 1024px) {
      ul.page-numbers[class][class] > * {
        padding-left: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] > * {
        padding-left: 11.39447px; } }
    @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: 1024px) {
    .posts-navigation {
      padding-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .posts-navigation {
      padding-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .posts-navigation {
      padding-top: 19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .posts-navigation {
      padding-bottom: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .posts-navigation {
      padding-bottom: 23.88626px; } }
  @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: 1024px) {
      .posts-navigation .nav-links {
        margin-top: -30.45317px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links {
        margin-top: -23.88626px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links {
        margin-top: -19.64912px; } }
    @media only screen and (max-width: 1024px) {
      .posts-navigation .nav-links {
        margin-left: -30.45317px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links {
        margin-left: -23.88626px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links {
        margin-left: -19.64912px; } }
    .posts-navigation .nav-links > * {
      padding-top: 42px;
      padding-left: 42px; }
      @media only screen and (max-width: 1024px) {
        .posts-navigation .nav-links > * {
          padding-top: 30.45317px; } }
      @media only screen and (max-width: 768px) {
        .posts-navigation .nav-links > * {
          padding-top: 23.88626px; } }
      @media only screen and (max-width: 320px) {
        .posts-navigation .nav-links > * {
          padding-top: 19.64912px; } }
      @media only screen and (max-width: 1024px) {
        .posts-navigation .nav-links > * {
          padding-left: 30.45317px; } }
      @media only screen and (max-width: 768px) {
        .posts-navigation .nav-links > * {
          padding-left: 23.88626px; } }
      @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: 1024px) {
    .post-navigation .nav-links {
      margin-left: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links {
      margin-left: -30.82569px; } }
  @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: 1024px) {
      .post-navigation .nav-links > * {
        margin-left: 39.76331px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links > * {
        margin-left: 30.82569px; } }
    @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: 1024px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 11.39447px; } }
  @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: 1024px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 13.80803px; } }
  @media only screen and (max-width: 768px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 13.62125px; } }
  @media only screen and (max-width: 400px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      font-size: 13.43946px; } }

.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: 1024px) {
    .meta__title--above {
      margin-bottom: 6.90137px; } }
  @media only screen and (max-width: 768px) {
    .meta__title--above {
      margin-bottom: 6.80548px; } }
  @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: 1024px) {
    .entry-content .tags {
      margin-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .tags {
      margin-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .tags {
      margin-top: 19.64912px; } }
  .entry-content .tags__title {
    margin-top: 5px; }
  .entry-content .tags > a {
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    font-style: italic;
    line-height: 1.2;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .entry-content .tags > a:hover {
      opacity: 0.6; }

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

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

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

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

.u-content-width > :not(.wp-block-image):not([class*="alignleft"]):not([class*="alignright"]):not([class*="alignfull"]):not([class*="alignwide"]):not([class*="gallery"]) {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px; }
  .full-width .u-content-width > :not(.wp-block-image):not([class*="alignleft"]):not([class*="alignright"]):not([class*="alignfull"]):not([class*="alignwide"]):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: "Lora", serif;
  font-size: 18px;
  line-height: 1.66667;
  color: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 17.48339px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16.9956px; } }
  @media only screen and (max-width: 400px) {
    body {
      font-size: 16.53429px; } }

.h0 {
  font-family: "YoungSerif", serif;
  font-size: 72px;
  line-height: 1.11111;
  color: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    .h0 {
      font-size: 43.95008px; } }
  @media only screen and (max-width: 768px) {
    .h0 {
      font-size: 31.62827px; } }
  @media only screen and (max-width: 400px) {
    .h0 {
      font-size: 24.70265px; } }
  .h0:not(:first-child) {
    margin-top: 35px; }
    @media only screen and (max-width: 1024px) {
      .h0:not(:first-child) {
        margin-top: 25.64885px; } }
    @media only screen and (max-width: 768px) {
      .h0:not(:first-child) {
        margin-top: 20.24096px; } }
    @media only screen and (max-width: 320px) {
      .h0:not(:first-child) {
        margin-top: 16.71642px; } }
  .h0:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .h0:not(:last-child) {
        margin-bottom: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .h0:not(:last-child) {
        margin-bottom: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .h0:not(:last-child) {
        margin-bottom: 10.42442px; } }

.h1, h1 {
  font-family: "YoungSerif", serif;
  font-size: 48px;
  line-height: 1.16667;
  color: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    .h1, h1 {
      font-size: 30.76267px; } }
  @media only screen and (max-width: 768px) {
    .h1, h1 {
      font-size: 22.6344px; } }
  @media only screen and (max-width: 400px) {
    .h1, h1 {
      font-size: 17.90378px; } }
  .h1:not(:first-child), h1:not(:first-child) {
    margin-top: 39.004px; }
    @media only screen and (max-width: 1024px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 28.40942px; } }
    @media only screen and (max-width: 768px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 22.34098px; } }
    @media only screen and (max-width: 320px) {
      .h1:not(:first-child), h1:not(:first-child) {
        margin-top: 18.40875px; } }
  .h1:not(:last-child), h1:not(:last-child) {
    margin-bottom: 18.004px; }
    @media only screen and (max-width: 1024px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 14.48242px; } }
    @media only screen and (max-width: 768px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 12.11311px; } }
    @media only screen and (max-width: 320px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 10.41003px; } }

.h2, h2 {
  font-family: "YoungSerif", serif;
  font-size: 40px;
  line-height: 1.1;
  color: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    .h2, h2 {
      font-size: 30.2054px; } }
  @media only screen and (max-width: 768px) {
    .h2, h2 {
      font-size: 24.26399px; } }
  @media only screen and (max-width: 400px) {
    .h2, h2 {
      font-size: 20.27575px; } }
  .h2:not(:first-child), h2:not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .h2:not(:first-child), h2:not(:first-child) {
        margin-top: 19.64912px; } }
  .h2:not(:last-child), h2:not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 10.46729px; } }

.h3, h3 {
  font-family: "YoungSerif", serif;
  font-size: 24px;
  line-height: 1.41667;
  color: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    .h3, h3 {
      font-size: 22.42903px; } }
  @media only screen and (max-width: 768px) {
    .h3, h3 {
      font-size: 21.0511px; } }
  @media only screen and (max-width: 400px) {
    .h3, h3 {
      font-size: 19.83267px; } }
  .h3:not(:first-child), h3:not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .h3:not(:first-child), h3:not(:first-child) {
        margin-top: 19.64912px; } }
  .h3:not(:last-child), h3:not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 10.46729px; } }

.h4, h4 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .h4, h4 {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .h4, h4 {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .h4, h4 {
      font-size: 17.20614px; } }
  .h4:not(:first-child), h4:not(:first-child) {
    margin-top: 49px; }
    @media only screen and (max-width: 1024px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 35.15695px; } }
    @media only screen and (max-width: 768px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 27.41259px; } }
    @media only screen and (max-width: 320px) {
      .h4:not(:first-child), h4:not(:first-child) {
        margin-top: 22.46418px; } }
  .h4:not(:last-child), h4:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 13.65854px; } }

.h5, .page-links, h5 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .h5, .page-links, h5 {
      font-size: 13.80803px; } }
  @media only screen and (max-width: 768px) {
    .h5, .page-links, h5 {
      font-size: 13.62125px; } }
  @media only screen and (max-width: 400px) {
    .h5, .page-links, h5 {
      font-size: 13.43946px; } }
  .h5:not(:first-child), .page-links:not(:first-child), h5:not(:first-child) {
    margin-top: 50.988px; }
    @media only screen and (max-width: 1024px) {
      .h5:not(:first-child), .page-links:not(:first-child), h5:not(:first-child) {
        margin-top: 36.47493px; } }
    @media only screen and (max-width: 768px) {
      .h5:not(:first-child), .page-links:not(:first-child), h5:not(:first-child) {
        margin-top: 28.39318px; } }
    @media only screen and (max-width: 320px) {
      .h5:not(:first-child), .page-links:not(:first-child), h5:not(:first-child) {
        margin-top: 23.24319px; } }
  .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
    margin-bottom: 22.988px; }
    @media only screen and (max-width: 1024px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 17.16088px; } }
    @media only screen and (max-width: 768px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 13.69053px; } }
    @media only screen and (max-width: 320px) {
      .h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
        margin-bottom: 11.38767px; } }

.h6, h6 {
  font-family: "HK Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .h6, h6 {
      font-size: 11.89585px; } }
  @media only screen and (max-width: 768px) {
    .h6, h6 {
      font-size: 11.79349px; } }
  @media only screen and (max-width: 400px) {
    .h6, h6 {
      font-size: 11.69288px; } }
  .h6:not(:first-child), h6:not(:first-child) {
    margin-top: 53.004px; }
    @media only screen and (max-width: 1024px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 37.80352px; } }
    @media only screen and (max-width: 768px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 29.37839px; } }
    @media only screen and (max-width: 320px) {
      .h6:not(:first-child), h6:not(:first-child) {
        margin-top: 24.0242px; } }
  .h6:not(:last-child), h6:not(:last-child) {
    margin-bottom: 11.004px; }
    @media only screen and (max-width: 1024px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 10.4252px; } }
    @media only screen and (max-width: 768px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 9.90425px; } }
    @media only screen and (max-width: 320px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 9.43289px; } }

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: 30.002px; }
  @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: 22.15525px; } }
  @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: 17.56206px; } }
  @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: 14.54634px; } }

blockquote {
  font-family: "YoungSerif", serif;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 0; }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 27.44368px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 24.02314px; } }
  @media only screen and (max-width: 400px) {
    blockquote {
      font-size: 21.36077px; } }
  blockquote:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @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: 19px;
    line-height: 1.21053;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 13.65854px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 18.36188px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 17.76524px; } }
    @media only screen and (max-width: 400px) {
      blockquote footer, blockquote cite {
        font-size: 17.20614px; } }
    blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
      margin-top: 49px; }
      @media only screen and (max-width: 1024px) {
        blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
          margin-top: 35.15695px; } }
      @media only screen and (max-width: 768px) {
        blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
          margin-top: 27.41259px; } }
      @media only screen and (max-width: 320px) {
        blockquote footer:not(:first-child), blockquote cite:not(:first-child) {
          margin-top: 22.46418px; } }
    blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
      margin-bottom: 28px; }
      @media only screen and (max-width: 1024px) {
        blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
          margin-bottom: 20.74074px; } }
      @media only screen and (max-width: 768px) {
        blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
          margin-bottom: 16.47059px; } }
      @media only screen and (max-width: 320px) {
        blockquote footer:not(:last-child), blockquote cite:not(:last-child) {
          margin-bottom: 13.65854px; } }
    blockquote footer a, blockquote cite a {
      border-bottom: 0 !important;
      text-decoration: none !important; }

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

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

.c-gallery--blog {
  margin-top: 0;
  margin-left: -40px; }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-top: 0; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-top: 0; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-left: -29.09091px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-left: -22.85714px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-left: -18.82353px; } }
  .c-gallery--blog > * {
    margin-top: 0;
    padding-left: 40px; }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        margin-top: 0; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        margin-top: 0; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        margin-top: 0; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        padding-left: 29.09091px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        padding-left: 22.85714px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        padding-left: 18.82353px; } }

.c-card__title {
  font-family: "YoungSerif", serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    .c-card__title {
      font-size: 22.42903px; } }
  @media only screen and (max-width: 768px) {
    .c-card__title {
      font-size: 21.0511px; } }
  @media only screen and (max-width: 400px) {
    .c-card__title {
      font-size: 19.83267px; } }

.c-meta__primary {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .c-meta__primary {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .c-meta__primary {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .c-meta__primary {
      font-size: 17.20614px; } }
  .c-meta__primary:not(:first-child) {
    margin-top: 49px; }
    @media only screen and (max-width: 1024px) {
      .c-meta__primary:not(:first-child) {
        margin-top: 35.15695px; } }
    @media only screen and (max-width: 768px) {
      .c-meta__primary:not(:first-child) {
        margin-top: 27.41259px; } }
    @media only screen and (max-width: 320px) {
      .c-meta__primary:not(:first-child) {
        margin-top: 22.46418px; } }
  .c-meta__primary:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .c-meta__primary:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .c-meta__primary:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .c-meta__primary:not(:last-child) {
        margin-bottom: 13.65854px; } }

.c-meta__secondary {
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: bold;
  letter-spacing: 0.05263em;
  color: #FFFFFF; }
  @media only screen and (max-width: 1024px) {
    .c-meta__secondary {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .c-meta__secondary {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .c-meta__secondary {
      font-size: 17.20614px; } }

.c-meta__separator {
  color: #FFFFFF; }

.c-card__excerpt {
  font-size: 16px;
  color: #2b3d39; }
  @media only screen and (max-width: 1024px) {
    .c-card__excerpt {
      font-size: 15.6747px; } }
  @media only screen and (max-width: 768px) {
    .c-card__excerpt {
      font-size: 15.36237px; } }
  @media only screen and (max-width: 400px) {
    .c-card__excerpt {
      font-size: 15.06224px; } }

.c-card__footer {
  font-size: 16px;
  color: #f59828; }
  @media only screen and (max-width: 1024px) {
    .c-card__footer {
      font-size: 15.6747px; } }
  @media only screen and (max-width: 768px) {
    .c-card__footer {
      font-size: 15.36237px; } }
  @media only screen and (max-width: 400px) {
    .c-card__footer {
      font-size: 15.06224px; } }

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

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

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

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

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

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

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

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

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

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

.u-gallery-spacing--small {
  margin-top: -14px;
  margin-left: -14px; }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--small {
      margin-top: -12.56357px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--small {
      margin-top: -11.39447px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--small {
      margin-top: -10.42442px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--small {
      margin-left: -12.56357px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--small {
      margin-left: -11.39447px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--small {
      margin-left: -10.42442px; } }
  .u-gallery-spacing--small > * {
    padding-top: 14px;
    padding-left: 14px; }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--small > * {
        padding-top: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--small > * {
        padding-top: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--small > * {
        padding-top: 10.42442px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--small > * {
        padding-left: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--small > * {
        padding-left: 11.39447px; } }
    @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: 1024px) {
    .u-gallery-spacing--medium {
      margin-top: -30.45317px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--medium {
      margin-top: -23.88626px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--medium {
      margin-top: -19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--medium {
      margin-left: -30.45317px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--medium {
      margin-left: -23.88626px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--medium {
      margin-left: -19.64912px; } }
  .u-gallery-spacing--medium > * {
    padding-top: 42px;
    padding-left: 42px; }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--medium > * {
        padding-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--medium > * {
        padding-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--medium > * {
        padding-top: 19.64912px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--medium > * {
        padding-left: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--medium > * {
        padding-left: 23.88626px; } }
    @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: 1024px) {
    .u-gallery-spacing--large {
      margin-top: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--large {
      margin-top: -30.82569px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--large {
      margin-top: -25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--large {
      margin-left: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--large {
      margin-left: -30.82569px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--large {
      margin-left: -25.16854px; } }
  .u-gallery-spacing--large > * {
    padding-top: 56px;
    padding-left: 56px; }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--large > * {
        padding-top: 39.76331px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--large > * {
        padding-top: 30.82569px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--large > * {
        padding-top: 25.16854px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--large > * {
        padding-left: 39.76331px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--large > * {
        padding-left: 30.82569px; } }
    @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: 1024px) {
    .u-gallery-spacing--xlarge {
      margin-top: -73.44262px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--xlarge {
      margin-top: -54.63415px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--xlarge {
      margin-top: -43.49515px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--xlarge {
      margin-left: -73.44262px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--xlarge {
      margin-left: -54.63415px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--xlarge {
      margin-left: -43.49515px; } }
  .u-gallery-spacing--xlarge > * {
    padding-top: 112px;
    padding-left: 112px; }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--xlarge > * {
        padding-top: 73.44262px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--xlarge > * {
        padding-top: 54.63415px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--xlarge > * {
        padding-top: 43.49515px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 73.44262px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 54.63415px; } }
    @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; }

/*

    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 -->

 */
.c-hero {
  position: relative;
  min-height: 100vh;
  color: #FFFFFF;
  -webkit-transform: none !important;
          transform: none !important; }
  .c-hero--half {
    min-height: 50vh; }
  .c-hero--one-third {
    min-height: 33.333333vh; }
  .c-hero--two-thirds {
    min-height: 66.666666vh; }
  .c-hero * {
    color: inherit; }

.c-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-hero__slide {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.c-hero__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.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; }
  .c-hero__wrapper--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  .c-hero__wrapper--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  .c-hero__wrapper--top > * {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .c-hero__wrapper--bottom > * {
    -ms-flex-item-align: end;
        align-self: flex-end; }

.c-hero__scroll-arrow {
  cursor: pointer; }

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

.c-hero__image,
.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)) {
  .c-hero__image,
  .c-hero__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; } }

[data-rellax] {
  will-change: transform; }

[data-rellax-container] {
  overflow: hidden; }
  [data-rellax-container] [data-rellax] {
    opacity: 0; }
    [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; } }

.rellax-element.rellax-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  transition: none; }

.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); }
  .c-slider__arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 1em;
    height: 1em;
    border: 2px solid transparent; }
  @media not screen and (min-width: 50em) {
    .c-slider__arrow.c-slider__arrow {
      opacity: 1 !important;
      margin: 0; } }

.c-slider__arrow--active {
  opacity: 1; }

.c-slider__arrow--prev {
  left: 0; }
  .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); }

.c-slider__arrow--next {
  right: 0; }
  .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); }

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

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

.c-slider__bullet--active {
  background-color: currentColor; }

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000; }
  .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 screen and (max-width: 600px) {
    .admin-bar .site-header {
      position: absolute; } }
  @media only screen and (min-width: 62.5em) {
    body:not(.u-site-header-sticky) .site-header {
      position: absolute; } }
  .site-header a {
    color: inherit;
    text-decoration: none; }
    .u-underline-header-links .site-header a:not([rel="home"]) {
      text-decoration: underline; }

@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; }
  .u-header-height[class],
  .c-navbar .sub-menu[class] {
    min-height: 0; }
  .c-navbar[class] a {
    padding: 8px 0; }
  .c-navbar[class] ul {
    padding-left: 0;
    list-style: none; }
  .c-navbar[class] li {
    font-size: 19px; }
  .c-navbar[class] li li {
    font-size: 16px;
    margin-top: 4px; }
  .c-navbar[class] li.hover > ul {
    display: block; }
  .c-navbar[class] .sub-menu {
    margin-top: -10px; }
    .c-navbar[class] .sub-menu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      opacity: 0.7; }
  .c-navbar[class] li[class*="children"] > a:after {
    position: static;
    -webkit-transform: translateY(-40%) rotate(45deg);
            transform: translateY(-40%) rotate(45deg); }
  .c-navbar[class] li[class*="children"]:hover > a:after {
    position: static;
    -webkit-transform: translateY(20%) rotate(-135deg);
            transform: translateY(20%) rotate(-135deg); }
  .u-header-height[class] {
    height: 60px; }
  .c-navbar .sub-menu[class] {
    height: auto; }
  .jetpack-social-navigation[class] .menu li {
    margin-top: 0; }
  .c-navbar__content {
    position: fixed;
    z-index: 9100;
    padding-bottom: 21px; }
    .c-navbar__content:before {
      content: "";
      display: block;
      top: 60px;
      left: 0;
      width: 100%;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin-top: -1px; }
  .c-navbar__label {
    z-index: 9200; }
  .c-navbar__label-icon + .c-navbar__label-text {
    margin-left: 10px; }
  .c-navbar__zone {
    margin-top: 21px; }
  .c-navbar__zone--branding {
    display: none; }
  .c-navbar__zone--social {
    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; }
  .jetpack-social-navigation {
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px; }
  .c-navbar:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .nav--is-open .c-navbar:after {
      opacity: .3;
      pointer-events: auto; }
  .site-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .site-header-mobile .js-search-trigger {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      width: 27px;
      height: 60px;
      background: transparent url("assets/images/icon-search.svg") center center no-repeat;
      background-size: contain; } }

@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: 87px; }
  .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 a {
    padding: 14px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
    .c-navbar a {
      padding: 12.56357px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
    .c-navbar a {
      padding: 11.39447px; } }
  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
    .c-navbar a {
      padding: 10.42442px; } }

@media only screen and (min-width: 62.5em) {
  .c-navbar[class] {
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 17px;
    letter-spacing: 0; }
    .c-navbar[class] ul {
      margin-top: 0;
      margin-left: 0; }
    .c-navbar[class] li {
      margin-bottom: 0;
      margin-left: 0; }
    .c-navbar[class] li[class*="children"] {
      position: static; }
      .c-navbar[class] li[class*="children"] a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
      .c-navbar[class] li[class*="children"]:hover > ul {
        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; }
    .c-navbar[class] .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-left: 0; }
      .c-navbar[class] .menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
      .c-navbar[class] .menu > li > a {
        position: relative; }
      .c-navbar[class] .menu > li > a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: currentColor;
        -webkit-transform-origin: 50% 0;
                transform-origin: 50% 0;
        -webkit-transition: -webkit-transform 300ms ease-in-out;
        transition: -webkit-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
        -webkit-transform: scaleY(0);
                transform: scaleY(0); }
      .c-navbar[class] .menu > li:hover > a:before {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
    .c-navbar[class] .sub-menu {
      position: absolute;
      top: inherit;
      left: 0;
      z-index: 1;
      display: none;
      width: 100%;
      height: auto;
      padding-left: 0;
      -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1);
              box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1);
      border-radius: 4px; }
  .c-navbar li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .c-navbar li:hover {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .c-navbar__zone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-navbar__zone[class] {
      padding-left: 0;
      padding-right: 0; }
    .c-navbar__zone,
    .c-navbar__zone nav,
    .c-navbar__zone .menu {
      height: 100%; }
  .c-navbar__zone--left .header {
    margin-right: auto; }
  .c-navbar__zone--right .header {
    margin-left: auto; }
  .site-header-mobile {
    display: none; }
  .c-navbar__zone {
    padding-left: 0;
    padding-right: 0; } }

.c-navbar[class] .sub-menu {
  background-color: #FFF; }
  @media not screen and (min-width: 62.5em) {
    .c-navbar[class] .sub-menu {
      background: none !important; } }

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

.site-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: none; }
  @media only screen and (max-width: 1024px) {
    .site-title {
      font-size: 26.38987px; } }
  @media only screen and (max-width: 768px) {
    .site-title {
      font-size: 23.55528px; } }
  @media only screen and (max-width: 400px) {
    .site-title {
      font-size: 21.27056px; } }

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

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

.c-navbar {
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -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: 1024px) {
    .c-navbar {
      font-size: 15.6747px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar {
      font-size: 15.36237px; } }
  @media only screen and (max-width: 400px) {
    .c-navbar {
      font-size: 15.06224px; } }

.c-navbar ul {
  margin-left: -56px; }
  @media only screen and (max-width: 1024px) {
    .c-navbar ul {
      margin-left: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar ul {
      margin-left: -30.82569px; } }
  @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: 1024px) {
    .c-navbar li {
      margin-left: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar li {
      margin-left: 30.82569px; } }
  @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: #2B3D39; }

.c-navbar li:hover,
.c-navbar [class*='current-menu'] {
  color: #F59828; }
  .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: 42px;
  padding-right: 42px; }
  @media only screen and (max-width: 1024px) {
    .u-header-sides-spacing {
      padding-left: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .u-header-sides-spacing {
      padding-left: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .u-header-sides-spacing {
      padding-left: 19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .u-header-sides-spacing {
      padding-right: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .u-header-sides-spacing {
      padding-right: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .u-header-sides-spacing {
      padding-right: 19.64912px; } }

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

.c-branding[class] a {
  padding: 0; }

@media not screen and (min-width: 62.5em) {
  .c-branding[class] {
    text-align: center; } }

@media only screen and (min-width: 62.5em) {
  .c-branding[class] {
    margin-left: -1rem;
    margin-top: -0.5rem; }
    .c-branding[class] a, .c-branding[class] .site-description {
      padding-left: 1rem;
      margin-top: 0.5rem; } }

.site-title {
  text-decoration: underline; }

.site-description[class] {
  opacity: 0.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "HK Grotesk", sans-serif; }
  @media not screen and (min-width: 62.5em) {
    .site-description[class] {
      display: none; } }

.c-logo a {
  padding-top: 0;
  padding-bottom: 0; }

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.c-navbar__checkbox {
  display: none; }

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

.u-underlined-header-links .c-navbar a:hover {
  text-decoration: underline; }

.c-navbar li[class*="children"] {
  position: static; }
  .c-navbar li[class*="children"] > a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5em;
    border: 1px solid transparent;
    border-right-color: currentColor;
    border-bottom-color: currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-navbar li[class*="children"]:hover > > a:after {
    -webkit-transform: translateY(50%) rotate(-135deg);
            transform: translateY(50%) rotate(-135deg); }

.site-header-mobile .js-search-trigger {
  right: 42px; }
  @media only screen and (max-width: 1024px) {
    .site-header-mobile .js-search-trigger {
      right: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .site-header-mobile .js-search-trigger {
      right: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .site-header-mobile .js-search-trigger {
      right: 19.64912px; } }

@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: 1024px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 11.39447px; } }
    @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: #2B3D39; }
  .c-footer a {
    color: #2B3D39; }
  .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: 1024px) {
    .u-footer-top-spacing {
      padding-top: 73.44262px; } }
  @media only screen and (max-width: 768px) {
    .u-footer-top-spacing {
      padding-top: 54.63415px; } }
  @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: 1024px) {
    .u-footer-bottom-spacing {
      padding-bottom: 73.44262px; } }
  @media only screen and (max-width: 768px) {
    .u-footer-bottom-spacing {
      padding-bottom: 54.63415px; } }
  @media only screen and (max-width: 320px) {
    .u-footer-bottom-spacing {
      padding-bottom: 43.49515px; } }

.u-footer-background {
  background-color: #F5F6F1; }

.vertical-separator:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 2rem;
  width: 2px;
  background-color: currentColor; }

.has-sm_color_primary-background-color,
.has-sm-color-primary-background-color {
  background-color: var(--sm-color-primary); }

.has-sm_color_primary-color,
.has-sm-color-primary-color {
  color: var(--sm-color-primary); }

.has-sm_color_secondary-background-color,
.has-sm-color-secondary-background-color {
  background-color: var(--sm-color-secondary); }

.has-sm_color_secondary-color,
.has-sm-color-secondary-color {
  color: var(--sm-color-secondary); }

.has-sm_color_tertiary-background-color,
.has-sm-color-tertiary-background-color {
  background-color: var(--sm-color-tertiary); }

.has-sm_color_tertiary-color,
.has-sm-color-tertiary-color {
  color: var(--sm-color-tertiary); }

.has-sm_dark_primary-background-color,
.has-sm-dark-primary-background-color {
  background-color: var(--sm-dark-primary); }

.has-sm_dark_primary-color,
.has-sm-dark-primary-color {
  color: var(--sm-dark-primary); }

.has-sm_dark_secondary-background-color,
.has-sm-dark-secondary-background-color {
  background-color: var(--sm-dark-secondary); }

.has-sm_dark_secondary-color,
.has-sm-dark-secondary-color {
  color: var(--sm-dark-secondary); }

.has-sm_dark_tertiary-background-color,
.has-sm-dark-tertiary-background-color {
  background-color: var(--sm-dark-tertiary); }

.has-sm_dark_tertiary-color,
.has-sm-dark-tertiary-color {
  color: var(--sm-dark-tertiary); }

.has-sm_light_primary-background-color,
.has-sm-light-primary-background-color {
  background-color: var(--sm-light-primary); }

.has-sm_light_primary-color,
.has-sm-light-primary-color {
  color: var(--sm-light-primary); }

.has-sm_light_secondary-background-color,
.has-sm-light-secondary-background-color {
  background-color: var(--sm-light-secondary); }

.has-sm_light_secondary-color,
.has-sm-light-secondary-color {
  color: var(--sm-light-secondary); }

.has-sm_light_tertiary-background-color,
.has-sm-light-tertiary-background-color {
  background-color: var(--sm-light-tertiary); }

.has-sm_light_tertiary-color,
.has-sm-light-tertiary-color {
  color: var(--sm-light-tertiary); }

/* ==========================================================================
   #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: 1024px) {
    .row {
      margin-left: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -30.82569px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-left: -25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-top: -39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-top: -30.82569px; } }
  @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: 1024px) {
    .column__wrapper {
      margin-top: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      margin-top: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      padding-left: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      padding-left: 30.82569px; } }
  @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: 1024px) {
    .row-style--strip {
      padding-top: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-top: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-bottom: 30.82569px; } }
  @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: 1024px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -39.76331px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -30.82569px; } }
    @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: 1024px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -39.76331px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -30.82569px; } }
    @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: 1024px) {
      .row-style--strip + .row-style--strip {
        margin-top: -39.76331px; } }
    @media only screen and (max-width: 768px) {
      .row-style--strip + .row-style--strip {
        margin-top: -30.82569px; } }
    @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: 1024px) {
    .column-style--highlighted {
      padding: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column-style--highlighted {
      padding: 30.82569px; } }
  @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: 1024px) {
    .column-style--boxed {
      padding: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .column-style--boxed {
      padding: 30.82569px; } }
  @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: 1024px) {
    span.wpcf7-list-item {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    span.wpcf7-list-item {
      margin-bottom: 11.39447px; } }
  @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: #3B3B3B;
  padding-bottom: 14px;
  margin: 0;
  cursor: pointer;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 1024px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 11.39447px; } }
  @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: 1024px) {
    .wpcf7-form p {
      margin-bottom: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-form p {
      margin-bottom: 20.24096px; } }
  @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: 1024px) {
      .contact-form > div {
        margin-bottom: 25.64885px; } }
    @media only screen and (max-width: 768px) {
      .contact-form > div {
        margin-bottom: 20.24096px; } }
    @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: #3B3B3B;
      padding-bottom: 14px;
      margin: 0;
      cursor: pointer; }
      @media only screen and (max-width: 1024px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 12.56357px; } }
      @media only screen and (max-width: 768px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 11.39447px; } }
      @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.7rem !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: 1024px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 20.24096px; } }
  @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: #3B3B3B;
  padding-bottom: 14px;
  margin: 0;
  cursor: pointer;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 11.39447px; } }
  @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: 1024px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 11.39447px; } }
  @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: #3B3B3B;
    padding-bottom: 14px;
    margin: 0;
    cursor: pointer;
    margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 11.39447px; } }
    @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: 8px 19px 10px;
    border: 1px solid #E0E0E0;
    font-family: "HK Grotesk", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #3B3B3B;
    border-radius: 4px;
    font-family: inherit;
    -webkit-font-smoothing: initial;
    height: auto;
    line-height: 1.15; }
    @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: 7.8329px 14.77689px 9.6px; } }
    @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: 7.67263px 12.08972px 9.23077px; } }
    @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: 7.5188px 10.22949px 8.88889px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 16.5871px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 16.19379px; } }
    @media only screen and (max-width: 400px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 15.8187px; } }
    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: #ADADAD; }
    div.wpforms-container[class] .wpforms-form input[disabled],
    div.wpforms-container[class] .wpforms-form select[disabled],
    div.wpforms-container[class] .wpforms-form textarea[disabled] {
      border-color: #C7C7C7;
      background-color: #E0E0E0; }
  div.wpforms-container[class] .wpforms-form select {
    width: 100%;
    max-width: 100%;
    padding: 8px 19px 10px;
    border: 1px solid #E0E0E0;
    font-family: "HK Grotesk", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #3B3B3B;
    border-radius: 4px;
    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: 1024px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 7.8329px 14.77689px 9.6px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 7.67263px 12.08972px 9.23077px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form select {
        padding: 7.5188px 10.22949px 8.88889px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 16.5871px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 16.19379px; } }
    @media only screen and (max-width: 400px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 15.8187px; } }
    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: #ADADAD; }
    div.wpforms-container[class] .wpforms-form select[disabled] {
      border-color: #C7C7C7;
      background-color: #E0E0E0; }
  div.wpforms-container[class] .wpforms-form input[type="checkbox"] {
    position: relative;
    left: 0;
    float: left;
    clear: left;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    width: 1.7rem !important;
    height: 1.7rem !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: 4px;
    width: 1.7rem !important;
    height: 1.7rem !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: 1024px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 16.47059px; } }
    @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; }

.infinite-scroll .c-gallery--blog {
  padding-bottom: 112px;
  position: relative; }
  @media only screen and (max-width: 1024px) {
    .infinite-scroll .c-gallery--blog {
      padding-bottom: 73.44262px; } }
  @media only screen and (max-width: 768px) {
    .infinite-scroll .c-gallery--blog {
      padding-bottom: 54.63415px; } }
  @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: 1024px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 13.80803px; } }
    @media only screen and (max-width: 768px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 13.62125px; } }
    @media only screen and (max-width: 400px) {
      #infinite-footer .blog-credits,
      #infinite-footer .blog-info a {
        font-size: 13.43946px; } }
  #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: 1024px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 13.80803px; } }
    @media only screen and (max-width: 768px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 13.62125px; } }
    @media only screen and (max-width: 400px) {
      #content .sharedaddy[class] .sd-button {
        font-size: 13.43946px; } }
    #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: #3B3B3B; }
    #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: 1024px) {
    .related-posts-container {
      padding: 39.76331px 0; } }
  @media only screen and (max-width: 768px) {
    .related-posts-container {
      padding: 30.82569px 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: 1024px) {
    [class].jetpack-social-navigation ul {
      font-size: 19.22091px; } }
  @media only screen and (max-width: 768px) {
    [class].jetpack-social-navigation ul {
      font-size: 18.50025px; } }
  @media only screen and (max-width: 400px) {
    [class].jetpack-social-navigation ul {
      font-size: 17.83167px; } }
  @media only screen and (max-width: 1024px) {
    [class].jetpack-social-navigation ul {
      margin-left: -20.74074px; } }
  @media only screen and (max-width: 768px) {
    [class].jetpack-social-navigation ul {
      margin-left: -16.47059px; } }
  @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: 1024px) {
    [class].jetpack-social-navigation li {
      margin-left: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    [class].jetpack-social-navigation li {
      margin-left: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    [class].jetpack-social-navigation li {
      margin-left: 13.65854px; } }

.accent-image-filter, .c-author__avatar, .bypostauthor .comment__avatar, .c-feature__media, .c-location__media, .instagram-pics > li a {
  position: relative; }
  .accent-image-filter:before, .c-author__avatar:before, .bypostauthor .comment__avatar:before, .c-feature__media:before, .c-location__media:before, .instagram-pics > li a:before, .accent-image-filter:after, .c-author__avatar:after, .bypostauthor .comment__avatar:after, .c-feature__media:after, .c-location__media:after, .instagram-pics > li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .accent-image-filter:before, .c-author__avatar:before, .bypostauthor .comment__avatar:before, .c-feature__media:before, .c-location__media:before, .instagram-pics > li a:before {
    background-color: #000;
    z-index: 10;
    mix-blend-mode: color; }
  .accent-image-filter:after, .c-author__avatar:after, .bypostauthor .comment__avatar:after, .c-feature__media:after, .c-location__media:after, .instagram-pics > li a:after {
    background-color: #F59828;
    z-index: 10;
    mix-blend-mode: multiply; }

.c-alert {
  padding: 28px 35px;
  color: #FFF;
  background-color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .c-alert {
      padding: 20.74074px 25.64885px; } }
  @media only screen and (max-width: 768px) {
    .c-alert {
      padding: 16.47059px 20.24096px; } }
  @media only screen and (max-width: 320px) {
    .c-alert {
      padding: 13.65854px 16.71642px; } }

.c-alert__title {
  color: inherit; }

.c-announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3EBABF;
  z-index: 9001;
  padding: 10.5px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform; }
  @media only screen and (max-width: 1024px) {
    .c-announcement-bar {
      padding: 10.01684px 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .c-announcement-bar {
      padding: 9.5762px 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .c-announcement-bar {
      padding: 9.17268px 13.65854px; } }
  .c-announcement-bar.c-announcement-bar--hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }

.u-header-height-padding-top {
  padding-top: 87px; }

.c-announcement-bar,
.u-header-height-padding-top,
.c-toolbar,
.site-header {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.c-announcement-bar {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.u-header-height-padding-top {
  -webkit-transition-property: margin-top;
  transition-property: margin-top; }

.c-toolbar,
.site-header {
  -webkit-transition-property: top;
  transition-property: top; }

.c-announcement-bar__text[class] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 19px;
  color: #F5F6F1; }
  .c-announcement-bar__text[class]:hover {
    opacity: 0.7; }
  .u-underlined-links .c-announcement-bar__text[class] {
    text-decoration: none; }

.c-announcement-bar__close {
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .c-announcement-bar__close:hover {
    opacity: 0.7; }
  .c-announcement-bar__close svg {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

.c-author {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid currentColor;
  border-bottom: 2px solid currentColor; }
  @media only screen and (max-width: 1024px) {
    .c-author {
      padding-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .c-author {
      padding-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .c-author {
      padding-top: 19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .c-author {
      padding-bottom: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .c-author {
      padding-bottom: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .c-author {
      padding-bottom: 19.64912px; } }
  .c-author:last-child {
    margin-bottom: 42px; }
    @media only screen and (max-width: 1024px) {
      .c-author:last-child {
        margin-bottom: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .c-author:last-child {
        margin-bottom: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .c-author:last-child {
        margin-bottom: 19.64912px; } }

.c-author__avatar {
  display: block;
  border-radius: 4px;
  overflow: hidden; }
  .c-author__avatar img {
    margin-top: 0;
    margin-bottom: 0; }

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

.c-author__description {
  font-size: 15px; }
  @media only screen and (max-width: 1024px) {
    .c-author__description {
      font-size: 14.74781px; } }
  @media only screen and (max-width: 768px) {
    .c-author__description {
      font-size: 14.50396px; } }
  @media only screen and (max-width: 400px) {
    .c-author__description {
      font-size: 14.26805px; } }

.c-author__footer {
  font-family: "HK Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .c-author__footer {
      font-size: 11.89585px; } }
  @media only screen and (max-width: 768px) {
    .c-author__footer {
      font-size: 11.79349px; } }
  @media only screen and (max-width: 400px) {
    .c-author__footer {
      font-size: 11.69288px; } }
  .c-author__footer:not(:first-child) {
    margin-top: 14px; }
    @media only screen and (max-width: 1024px) {
      .c-author__footer:not(:first-child) {
        margin-top: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .c-author__footer:not(:first-child) {
        margin-top: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .c-author__footer:not(:first-child) {
        margin-top: 10.42442px; } }

.c-author__links a {
  color: #F59828; }
  .u-underlined-links .c-author__links a {
    text-decoration: none; }

.back-to-top {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9000;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  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; }
  .back-to-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid currentColor;
    margin-top: -7px;
    margin-left: -9px; }
  @media not screen and (min-width: 62.5em) {
    .back-to-top {
      opacity: 0 !important;
      pointer-events: none !important; } }
  .back-to-top.is-visible {
    opacity: 0.2;
    pointer-events: auto; }
    .back-to-top.is-visible:hover {
      opacity: 1; }

.blobs {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.blobs--thumbnail, .blobs--thumbnail .blob, .blobs--thumbnail svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.blobs--thumbnail svg {
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

body:not(.is-customizer-preview) .blob--shape {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

body:not(.is-customizer-preview):not(.is-loaded) .blob:not(.blob--loaded) .blob--shape {
  -webkit-transform: translateY(0) scale(0.7);
          transform: translateY(0) scale(0.7); }

body:not(.is-customizer-preview) .blob {
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
  body:not(.is-customizer-preview) .blob:nth-child(1) {
    -webkit-transition-delay: 0.17s;
            transition-delay: 0.17s; }
  body:not(.is-customizer-preview) .blob:nth-child(1) .blob--shape {
    -webkit-transition-delay: 0.07s;
            transition-delay: 0.07s; }
  body:not(.is-customizer-preview) .blob:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s; }
  body:not(.is-customizer-preview) .blob:nth-child(2) .blob--shape {
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s; }
  body:not(.is-customizer-preview) .blob:nth-child(3) {
    -webkit-transition-delay: 0.31s;
            transition-delay: 0.31s; }
  body:not(.is-customizer-preview) .blob:nth-child(3) .blob--shape {
    -webkit-transition-delay: 0.21s;
            transition-delay: 0.21s; }

body:not(.is-customizer-preview):not(.is-loaded) .blob:not(.blob--loaded) {
  opacity: 0; }

.blobs--thumbnail {
  left: -50%; }

.blob--color-1 {
  color: #DE2D16; }

.blob--color-2 {
  color: #FFDCCE; }

.blob--color-3 {
  color: #171512; }

.blob-rotation,
.blob-dispersion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform; }

.blobs--thumbnail > .blob:nth-child(2) > .blob-rotation {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }

.blobs--thumbnail > .blob:nth-child(3) > .blob-rotation {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }

.blob-container {
  position: relative; }
  .blob-container > img {
    position: relative;
    z-index: 10; }

.site-footer {
  position: relative; }

.blobs--footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 420px; }
  @media only screen and (max-width: 1024px) {
    .blobs--footer {
      height: 193.84615px; } }
  @media only screen and (max-width: 768px) {
    .blobs--footer {
      height: 126px; } }
  @media only screen and (max-width: 320px) {
    .blobs--footer {
      height: 93.33333px; } }
  .blobs--footer .blob {
    position: absolute;
    bottom: 0;
    width: 32rem;
    height: 32rem; }
    @media not screen and (min-width: 62.5em) {
      .blobs--footer .blob {
        width: 24rem;
        height: 24rem; } }
    @media not screen and (min-width: 42.5em) {
      .blobs--footer .blob {
        width: 12rem;
        height: 12rem; } }
  .blobs--footer .blob:nth-child(1),
  .blobs--footer .blob:nth-child(2) {
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
  .blobs--footer .blob:nth-child(3),
  .blobs--footer .blob:nth-child(4) {
    right: 0;
    -webkit-transform: translate(50%, 50%);
            transform: translate(50%, 50%); }
  .blobs--footer > .blob:nth-child(2) > .blob-rotation {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .blobs--footer > .blob:nth-child(3) > .blob-rotation {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

.is-safari .blob,
.is-safari .blob-dispersion {
  -webkit-filter: none;
          filter: none; }

blockquote {
  text-align: center; }
  blockquote:not(:first-child) {
    margin-top: 39.998px; }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:first-child) {
        margin-top: 29.08954px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:first-child) {
        margin-top: 22.85611px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:first-child) {
        margin-top: 18.8227px; } }
  blockquote:not(:last-child) {
    margin-bottom: 70px; }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 48.69565px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 37.33333px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 30.27027px; } }
  blockquote cite {
    color: #F59828; }
    blockquote cite:before {
      content: "";
      display: block;
      margin-left: auto;
      margin-right: auto;
      height: 2rem;
      width: 2px;
      background-color: currentColor; }

.c-meta, .c-meta ul {
  margin: 0; }

.c-meta ul {
  padding-left: 0;
  margin-top: 0;
  margin-left: 0; }

.c-meta > *, .c-meta ul > * {
  padding: 0; }

.c-meta .c-meta__primary {
  margin-bottom: 14px;
  min-height: 23px; }
  @media only screen and (max-width: 1024px) {
    .c-meta .c-meta__primary {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .c-meta .c-meta__primary {
      margin-bottom: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .c-meta .c-meta__primary {
      margin-bottom: 10.42442px; } }

.c-meta dl > dd:not(:last-of-type),
.c-meta dl > dl:not(:last-of-type),
.c-meta li:not(:last-child) {
  margin-bottom: 0; }

.c-card__aside .c-meta {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  padding: 0 14px;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }
  @media only screen and (max-width: 1024px) {
    .c-card__aside .c-meta {
      padding: 0 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .c-card__aside .c-meta {
      padding: 0 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .c-card__aside .c-meta {
      padding: 0 10.42442px; } }
  .c-gallery__item--no-image .c-card__aside .c-meta {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .c-gallery__item--no-image .c-card__aside .c-meta {
        margin-bottom: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery__item--no-image .c-card__aside .c-meta {
        margin-bottom: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery__item--no-image .c-card__aside .c-meta {
        margin-bottom: 10.42442px; } }

.c-gallery--masonry .c-gallery__item--no-image .c-card__aside {
  background: none; }
  .c-gallery--masonry .c-gallery__item--no-image .c-card__aside .c-meta {
    position: static;
    padding: 0;
    margin-bottom: 14px;
    -webkit-transform: none;
            transform: none; }
    @media only screen and (max-width: 1024px) {
      .c-gallery--masonry .c-gallery__item--no-image .c-card__aside .c-meta {
        margin-bottom: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--masonry .c-gallery__item--no-image .c-card__aside .c-meta {
        margin-bottom: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--masonry .c-gallery__item--no-image .c-card__aside .c-meta {
        margin-bottom: 10.42442px; } }

.c-meta__primary,
.c-meta__secondary {
  padding-left: 0; }

.c-meta__primary .comments {
  display: inline-block;
  padding: 0.1em 0.47em 0.25em;
  margin-right: 0.5em;
  vertical-align: bottom;
  margin-bottom: -3px;
  font-size: 0.737em;
  font-weight: bolder;
  line-height: 1.214;
  background-color: #F59828;
  color: #FFFFFF; }

.c-meta__primary ul {
  display: inline-block; }

.c-meta__secondary {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.25em 0.75em 0.25em;
  background-color: #2B3D39;
  color: #FFF;
  text-decoration: none;
  text-shadow: none; }
  .c-meta__secondary a {
    color: inherit;
    text-decoration: none; }

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

.c-card__thumbnail-background {
  position: relative; }
  .c-card__thumbnail-background:before {
    position: absolute;
    top: 15px;
    left: -20px;
    z-index: 2;
    content: '';
    border-top: 3px solid #F59828;
    width: 30px;
    margin-right: 0.5em; }

.c-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #F59828;
  font-family: "HK Grotesk", sans-serif; }
  .c-card__action:before {
    display: block;
    content: '';
    border-top: 2px solid;
    width: 0;
    margin-right: 0.5em;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.c-card .c-meta__primary,
.c-card .c-card__action,
.c-card .c-card__thumbnail-background:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none; }

@media not screen and (min-width: 62.5em) {
  .c-card {
    margin-bottom: 14px; }
    .c-card .c-meta__primary,
    .c-card .c-card__action,
    .c-card .c-card__thumbnail-background:before {
      opacity: 1;
      pointer-events: all; }
    .c-card .c-card__action:before {
      width: 29px; } }

.c-card:hover .c-meta__primary,
.c-card:hover .c-card__action,
.c-card:hover .c-card__thumbnail-background:before {
  opacity: 1;
  pointer-events: all; }

.c-card:hover .c-card__action:before {
  width: 29px; }

.c-card__aside + .c-card__content {
  margin-top: 1.7em; }
  @media only screen and (max-width: 1024px) {
    .c-card__aside + .c-card__content {
      margin-top: 1.69965em; } }
  @media only screen and (max-width: 768px) {
    .c-card__aside + .c-card__content {
      margin-top: 1.6993em; } }
  @media only screen and (max-width: 320px) {
    .c-card__aside + .c-card__content {
      margin-top: 1.69896em; } }

.c-card__content > :not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 1024px) {
    .c-card__content > :not(:last-child) {
      padding-bottom: 0; } }
  @media only screen and (max-width: 768px) {
    .c-card__content > :not(:last-child) {
      padding-bottom: 0; } }
  @media only screen and (max-width: 320px) {
    .c-card__content > :not(:last-child) {
      padding-bottom: 0; } }
  @media only screen and (max-width: 1024px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 0.5em; } }
  @media only screen and (max-width: 768px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 0.49999em; } }
  @media only screen and (max-width: 320px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 0.49999em; } }

.c-gallery--blog > * {
  margin-top: 10px; }

.c-gallery--blog .c-card__excerpt {
  opacity: 0.9; }

.c-gallery__item--no-image .c-card__aside .c-meta {
  margin-bottom: 0; }

.c-gallery__item--no-image .c-card__aside + .c-card__content {
  margin-top: 0.85em; }

.c-gallery__item--no-image .c-card__frame[class] {
  padding-top: 0; }

.c-gallery__item--no-image .c-card__thumbnail-background {
  background-color: transparent; }

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

.aspect-ratio-original .c-card__frame {
  padding-top: 0; }
  .aspect-ratio-original .c-card__frame img.is-loaded {
    position: relative; }

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

.c-gallery--title-above .c-card__title {
  margin-top: 3.5px; }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-above .c-card__title {
      margin-top: 3.49376px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__title {
      margin-top: 3.48754px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-above .c-card__title {
      margin-top: 3.48134px; } }

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

.c-card__meta[class] ul {
  margin-top: 0; }

.c-card__badge {
  right: 0; }

.comment-list[class] {
  margin: 56px 0; }
  @media only screen and (max-width: 1024px) {
    .comment-list[class] {
      margin: 39.76331px 0; } }
  @media only screen and (max-width: 768px) {
    .comment-list[class] {
      margin: 30.82569px 0; } }
  @media only screen and (max-width: 320px) {
    .comment-list[class] {
      margin: 25.16854px 0; } }

.comment__author {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    .comment__author {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .comment__author {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .comment__author {
      font-size: 17.20614px; } }
  .comment__author:not(:first-child) {
    margin-top: 49px; }
    @media only screen and (max-width: 1024px) {
      .comment__author:not(:first-child) {
        margin-top: 35.15695px; } }
    @media only screen and (max-width: 768px) {
      .comment__author:not(:first-child) {
        margin-top: 27.41259px; } }
    @media only screen and (max-width: 320px) {
      .comment__author:not(:first-child) {
        margin-top: 22.46418px; } }
  .u-underlined-links .comment__author a {
    text-decoration: none; }

.comment__metadata a,
.comment-reply-title a,
.edit-link a,
.reply a,
.logged-in-as a {
  font-family: "HK Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  opacity: 0.6; }
  @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: 11.89585px; } }
  @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.79349px; } }
  @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.69288px; } }
  .comment__metadata a:not(:first-child),
  .comment-reply-title a:not(:first-child),
  .edit-link a:not(:first-child),
  .reply a:not(:first-child),
  .logged-in-as a:not(:first-child) {
    margin-top: 53.004px; }
    @media only screen and (max-width: 1024px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 37.80352px; } }
    @media only screen and (max-width: 768px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 29.37839px; } }
    @media only screen and (max-width: 320px) {
      .comment__metadata a:not(:first-child),
      .comment-reply-title a:not(:first-child),
      .edit-link a:not(:first-child),
      .reply a:not(:first-child),
      .logged-in-as a:not(:first-child) {
        margin-top: 24.0242px; } }
  .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.004px; }
    @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: 10.4252px; } }
    @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: 9.90425px; } }
    @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: 9.43289px; } }
  .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; }

.c-comments-toggle__label {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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: #2B2B28; }
  @media only screen and (max-width: 1024px) {
    .c-comments-toggle__label {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .c-comments-toggle__label {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .c-comments-toggle__label {
      font-size: 15.8187px; } }
  .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: #2B2B2A;
    opacity: 1;
    text-decoration: none; }

.comment__content {
  font-size: 15px;
  line-height: 1.66667; }
  @media only screen and (max-width: 1024px) {
    .comment__content {
      font-size: 14.74781px; } }
  @media only screen and (max-width: 768px) {
    .comment__content {
      font-size: 14.50396px; } }
  @media only screen and (max-width: 400px) {
    .comment__content {
      font-size: 14.26805px; } }

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

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

.comment__avatar {
  margin-right: 20px; }
  @media not screen and (min-width: 62.5em) {
    .comment__avatar {
      max-width: 32px; } }

@media not screen and (min-width: 62.5em) {
  .comment .children {
    margin-left: 20px; }
  .comment .children .children {
    margin-left: 0; } }

.comment-form label {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  padding-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .comment-form label {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .comment-form label {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .comment-form label {
      font-size: 17.20614px; } }
  .comment-form label:not(:last-child) {
    margin-bottom: 7px; }
    @media only screen and (max-width: 1024px) {
      .comment-form label:not(:last-child) {
        margin-bottom: 6.90137px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label:not(:last-child) {
        margin-bottom: 6.80548px; } }
    @media only screen and (max-width: 320px) {
      .comment-form label:not(:last-child) {
        margin-bottom: 6.71221px; } }

@media only screen and (min-width: 62.5em) {
  .comment-form .comment-form-subscriptions {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .comment-form .form-submit {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%; }
    .comment-form .form-submit .submit {
      width: 100%; } }

.bypostauthor .comment__author {
  color: #F59828; }

.dropcap {
  font-family: "YoungSerif", serif;
  font-size: 72px;
  line-height: 1.11111;
  float: left;
  padding: 8px 6px 2px 6px;
  margin: 0.1em 0.15em -0.1em 0em;
  color: #F5F6F1;
  background: #2B3D39; }
  @media only screen and (max-width: 1024px) {
    .dropcap {
      font-size: 43.95008px; } }
  @media only screen and (max-width: 768px) {
    .dropcap {
      font-size: 31.62827px; } }
  @media only screen and (max-width: 400px) {
    .dropcap {
      font-size: 24.70265px; } }
  .dropcap[class]:before, .dropcap[class]:after {
    content: none; }
  .dropcap[class] {
    font-size: 65px;
    line-height: 1; }
    @media only screen and (max-width: 1024px) {
      .dropcap[class] {
        font-size: 39.71487px; } }
    @media only screen and (max-width: 768px) {
      .dropcap[class] {
        font-size: 28.59238px; } }
    @media only screen and (max-width: 400px) {
      .dropcap[class] {
        font-size: 22.33677px; } }

.has-drop-cap[class][class]:first-letter {
  font-family: "YoungSerif", serif;
  font-size: 72px;
  line-height: 1.11111;
  float: left;
  padding: 8px 6px 2px 6px;
  margin: 0.1em 0.15em -0.1em 0em;
  color: #F5F6F1;
  background: #2B3D39;
  font-size: 65px;
  line-height: 1; }
  @media only screen and (max-width: 1024px) {
    .has-drop-cap[class][class]:first-letter {
      font-size: 43.95008px; } }
  @media only screen and (max-width: 768px) {
    .has-drop-cap[class][class]:first-letter {
      font-size: 31.62827px; } }
  @media only screen and (max-width: 400px) {
    .has-drop-cap[class][class]:first-letter {
      font-size: 24.70265px; } }
  @media only screen and (max-width: 1024px) {
    .has-drop-cap[class][class]:first-letter {
      font-size: 39.71487px; } }
  @media only screen and (max-width: 768px) {
    .has-drop-cap[class][class]:first-letter {
      font-size: 28.59238px; } }
  @media only screen and (max-width: 400px) {
    .has-drop-cap[class][class]:first-letter {
      font-size: 22.33677px; } }

.button,
button[type=button],
button[type=reset],
button[type=submit],
input[type=button],
input[type=submit],
input[type=submit],
.c-btn--default {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    .button,
    button[type=button],
    button[type=reset],
    button[type=submit],
    input[type=button],
    input[type=submit],
    input[type=submit],
    .c-btn--default {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .button,
    button[type=button],
    button[type=reset],
    button[type=submit],
    input[type=button],
    input[type=submit],
    input[type=submit],
    .c-btn--default {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .button,
    button[type=button],
    button[type=reset],
    button[type=submit],
    input[type=button],
    input[type=submit],
    input[type=submit],
    .c-btn--default {
      font-size: 15.8187px; } }
  .button:focus, .button:active, .button:hover,
  button[type=button]:focus,
  button[type=button]:active,
  button[type=button]:hover,
  button[type=reset]:focus,
  button[type=reset]:active,
  button[type=reset]:hover,
  button[type=submit]:focus,
  button[type=submit]:active,
  button[type=submit]:hover,
  input[type=button]:focus,
  input[type=button]:active,
  input[type=button]:hover,
  input[type=submit]:focus,
  input[type=submit]:active,
  input[type=submit]:hover,
  input[type=submit]:focus,
  input[type=submit]:active,
  input[type=submit]:hover,
  .c-btn--default:focus,
  .c-btn--default:active,
  .c-btn--default:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid .button:focus, .u-buttons-solid .button:active, .u-buttons-solid .button:hover, .u-buttons-solid
  button[type=button]:focus, .u-buttons-solid
  button[type=button]:active, .u-buttons-solid
  button[type=button]:hover, .u-buttons-solid
  button[type=reset]:focus, .u-buttons-solid
  button[type=reset]:active, .u-buttons-solid
  button[type=reset]:hover, .u-buttons-solid
  button[type=submit]:focus, .u-buttons-solid
  button[type=submit]:active, .u-buttons-solid
  button[type=submit]:hover, .u-buttons-solid
  input[type=button]:focus, .u-buttons-solid
  input[type=button]:active, .u-buttons-solid
  input[type=button]:hover, .u-buttons-solid
  input[type=submit]:focus, .u-buttons-solid
  input[type=submit]:active, .u-buttons-solid
  input[type=submit]:hover, .u-buttons-solid
  input[type=submit]:focus, .u-buttons-solid
  input[type=submit]:active, .u-buttons-solid
  input[type=submit]:hover, .u-buttons-solid
  .c-btn--default:focus, .u-buttons-solid
  .c-btn--default:active, .u-buttons-solid
  .c-btn--default:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

select {
  background-size: 13px 7px; }

input[type="radio"]:checked {
  border-color: #F59828; }
  input[type="radio"]:checked[disabled] {
    background-color: #FFFFFF;
    border-color: #E0E0E0; }

input[type="checkbox"]:checked {
  border-color: #F59828;
  background: #F59828 url("assets/images/icon-check.svg") center center no-repeat;
  background-size: 100% 100%; }
  input[type="checkbox"]:checked[disabled] {
    border-color: #E0E0E0;
    background: #E0E0E0 url("assets/images/icon-check.svg") center center no-repeat; }

.c-footer {
  position: relative; }

.c-footer__zone--bottom .menu {
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  padding-left: 0; }
  @media only screen and (max-width: 1024px) {
    .c-footer__zone--bottom .menu {
      font-size: 13.80803px; } }
  @media only screen and (max-width: 768px) {
    .c-footer__zone--bottom .menu {
      font-size: 13.62125px; } }
  @media only screen and (max-width: 400px) {
    .c-footer__zone--bottom .menu {
      font-size: 13.43946px; } }
  .c-footer__zone--bottom .menu li:not(:first-child):before {
    content: '\2022';
    width: 1em;
    text-align: center;
    display: inline-block;
    padding-left: 0.7em;
    padding-right: 1.25em; }
  .c-footer__zone--bottom .menu a {
    text-decoration: none; }

.c-footer__copyright-text {
  font-weight: bold; }
  .c-footer__copyright-text span {
    font-weight: normal; }

html,
body,
.site,
.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%; }

body,
.site,
.site-content,
.content-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

hr:not([class*="wp-block"]) {
  width: 4px;
  height: 4px;
  border-top: 0;
  margin: 100px auto;
  border-radius: 50%;
  -webkit-box-shadow: currentColor -8px 0, currentColor -24px 0, currentColor 8px 0, currentColor 24px 0;
          box-shadow: currentColor -8px 0, currentColor -24px 0, currentColor 8px 0, currentColor 24px 0; }
  hr:not([class*="wp-block"]):not(:first-child) {
    margin-top: 45.5px; }
    @media only screen and (max-width: 1024px) {
      hr:not([class*="wp-block"]):not(:first-child) {
        margin-top: 32.81743px; } }
    @media only screen and (max-width: 768px) {
      hr:not([class*="wp-block"]):not(:first-child) {
        margin-top: 25.66392px; } }
    @media only screen and (max-width: 320px) {
      hr:not([class*="wp-block"]):not(:first-child) {
        margin-top: 21.07091px; } }
  hr:not([class*="wp-block"]):not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 52.5px; }
    @media only screen and (max-width: 1024px) {
      hr:not([class*="wp-block"]):not(:last-child) {
        margin-bottom: 37.47212px; } }
    @media only screen and (max-width: 768px) {
      hr:not([class*="wp-block"]):not(:last-child) {
        margin-bottom: 29.13295px; } }
    @media only screen and (max-width: 320px) {
      hr:not([class*="wp-block"]):not(:last-child) {
        margin-bottom: 23.82979px; } }

.intro,
.is-style-lead {
  font-size: 1.11111em;
  line-height: 1.65;
  font-style: italic; }

.infinite-scroll .content-area {
  margin-bottom: 154px; }
  @media only screen and (max-width: 1024px) {
    .infinite-scroll .content-area {
      margin-bottom: 95.50388px; } }
  @media only screen and (max-width: 768px) {
    .infinite-scroll .content-area {
      margin-bottom: 69.21348px; } }
  @media only screen and (max-width: 320px) {
    .infinite-scroll .content-area {
      margin-bottom: 54.27313px; } }

.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
  border-top: solid 3px currentColor;
  width: calc(100% - 32px);
  left: 32px !important;
  -webkit-transform: translatex(0);
          transform: translatex(0);
  text-align: center;
  padding-top: 42px; }
  @media only screen and (max-width: 1024px) {
    .infinite-scroll #infinite-handle,
    .infinite-scroll .infinite-loader {
      padding-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .infinite-scroll #infinite-handle,
    .infinite-scroll .infinite-loader {
      padding-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .infinite-scroll #infinite-handle,
    .infinite-scroll .infinite-loader {
      padding-top: 19.64912px; } }

body .infinite-loader .spinner {
  left: 50% !important;
  top: 3rem !important; }

body #infinite-handle span {
  padding: 0;
  background: transparent;
  border-width: 0; }

#infinite-handle[id] span button {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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);
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    #infinite-handle[id] span button {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    #infinite-handle[id] span button {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    #infinite-handle[id] span button {
      font-size: 15.8187px; } }
  .u-buttons-rounded #infinite-handle[id] span button {
    border-radius: 0.3em; }
  .u-buttons-pill #infinite-handle[id] span button {
    border-radius: 999em; }
  .u-underlined-links #infinite-handle[id] span button {
    text-decoration: none; }
  .u-buttons-outline #infinite-handle[id] span button {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline #infinite-handle[id] span button:hover, .u-buttons-outline #infinite-handle[id] span button:active, .u-buttons-outline #infinite-handle[id] span button:focus {
      background: none;
      color: inherit; }
  #infinite-handle[id] span button:hover, #infinite-handle[id] span button:active, #infinite-handle[id] span button:focus {
    color: #FFF;
    background-color: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    #infinite-handle[id] span button {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    #infinite-handle[id] span button {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    #infinite-handle[id] span button {
      font-size: 15.8187px; } }
  #infinite-handle[id] span button:focus, #infinite-handle[id] span button:active, #infinite-handle[id] span button:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid #infinite-handle[id] span button:focus, .u-buttons-solid #infinite-handle[id] span button:active, .u-buttons-solid #infinite-handle[id] span button:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

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

ul:not(:first-child), ol:not(:first-child), dl:not(:first-child) {
  margin-top: 21px; }
  @media only screen and (max-width: 1024px) {
    ul:not(:first-child), ol:not(:first-child), dl:not(:first-child) {
      margin-top: 15.72543px; } }
  @media only screen and (max-width: 768px) {
    ul:not(:first-child), ol:not(:first-child), dl:not(:first-child) {
      margin-top: 12.56858px; } }
  @media only screen and (max-width: 320px) {
    ul:not(:first-child), ol:not(:first-child), dl:not(:first-child) {
      margin-top: 10.46729px; } }

ul:not(:last-child), ol:not(:last-child), dl:not(:last-child) {
  margin-bottom: 56px; }
  @media only screen and (max-width: 1024px) {
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child) {
      margin-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child) {
      margin-bottom: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child) {
      margin-bottom: 25.16854px; } }

.c-feature, .c-location {
  position: relative;
  overflow: hidden;
  border-radius: 4px; }

.c-feature__content, .c-location__content {
  position: relative;
  z-index: 100;
  color: #FFF;
  padding: 3rem; }

.c-feature__media, .c-location__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .c-feature__media img, .c-location__media img {
    display: block;
    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-feature__media img, .c-location__media img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transform: none;
                transform: none; } }

ul.page-numbers[class][class] {
  margin-bottom: 154px; }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-bottom: 95.50388px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-bottom: 69.21348px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-bottom: 54.27313px; } }

a.page-numbers .dots,
span.page-numbers .dots {
  padding: 0 10px; }

a.page-numbers:not(.prev):not(.current):not(.next) {
  color: inherit; }

.navigation.pagination,
.woocommerce-pagination {
  border-top: 3px solid;
  margin-top: 42px; }
  @media only screen and (max-width: 1024px) {
    .navigation.pagination,
    .woocommerce-pagination {
      margin-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .navigation.pagination,
    .woocommerce-pagination {
      margin-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .navigation.pagination,
    .woocommerce-pagination {
      margin-top: 19.64912px; } }

.page-numbers__left,
.page-numbers__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

.page-numbers__left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.page-numbers__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.page-numbers__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media not screen and (min-width: 62.5em) {
    .page-numbers__middle {
      display: none; } }

.nav-links > * {
  margin-top: 42px;
  margin-bottom: 42px; }
  @media only screen and (max-width: 1024px) {
    .nav-links > * {
      margin-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .nav-links > * {
      margin-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .nav-links > * {
      margin-top: 19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .nav-links > * {
      margin-bottom: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .nav-links > * {
      margin-bottom: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .nav-links > * {
      margin-bottom: 19.64912px; } }

@media not screen and (min-width: 62.5em) {
  .nav-links > :not(:first-child) {
    margin-top: 0; } }

.post-navigation:first-child .nav-links > * {
  margin-top: 0; }

.nav-title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .nav-title {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .nav-title {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .nav-title {
      font-size: 17.20614px; } }

.nav-title[class] {
  margin-top: 0; }

.post-navigation .nav-title {
  -webkit-transition: none;
  transition: none;
  will-change: unset; }

.post-navigation .nav-links__label {
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.07143em;
  text-transform: uppercase;
  color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label {
      font-size: 13.80803px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label {
      font-size: 13.62125px; } }
  @media only screen and (max-width: 400px) {
    .post-navigation .nav-links__label {
      font-size: 13.43946px; } }
  .post-navigation .nav-links__label:not(:first-child) {
    margin-top: 50.988px; }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label:not(:first-child) {
        margin-top: 36.47493px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label:not(:first-child) {
        margin-top: 28.39318px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label:not(:first-child) {
        margin-top: 23.24319px; } }
  .post-navigation .nav-links__label:not(:last-child) {
    margin-bottom: 22.988px; }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label:not(:last-child) {
        margin-bottom: 17.16088px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label:not(:last-child) {
        margin-bottom: 13.69053px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label:not(:last-child) {
        margin-bottom: 11.38767px; } }

.related-posts-container {
  border-bottom: 2px solid currentColor;
  margin-bottom: 56px; }
  @media only screen and (max-width: 1024px) {
    .related-posts-container {
      margin-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .related-posts-container {
      margin-bottom: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .related-posts-container {
      margin-bottom: 25.16854px; } }

.related-posts-title {
  position: relative;
  text-align: center; }
  .related-posts-title:not(:last-child) {
    margin-bottom: 35px; }
    @media only screen and (max-width: 1024px) {
      .related-posts-title:not(:last-child) {
        margin-bottom: 25.64885px; } }
    @media only screen and (max-width: 768px) {
      .related-posts-title:not(:last-child) {
        margin-bottom: 20.24096px; } }
    @media only screen and (max-width: 320px) {
      .related-posts-title:not(:last-child) {
        margin-bottom: 16.71642px; } }
  .related-posts-title span {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    padding-right: 14px;
    background: #F5F6F1; }
    @media only screen and (max-width: 1024px) {
      .related-posts-title span {
        padding-left: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .related-posts-title span {
        padding-left: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .related-posts-title span {
        padding-left: 10.42442px; } }
    @media only screen and (max-width: 1024px) {
      .related-posts-title span {
        padding-right: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .related-posts-title span {
        padding-right: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .related-posts-title span {
        padding-right: 10.42442px; } }
  .related-posts-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor; }

table caption {
  font-family: "HK Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  color: #999999; }
  @media only screen and (max-width: 1024px) {
    table caption {
      font-size: 11.89585px; } }
  @media only screen and (max-width: 768px) {
    table caption {
      font-size: 11.79349px; } }
  @media only screen and (max-width: 400px) {
    table caption {
      font-size: 11.69288px; } }
  table caption:not(:first-child) {
    margin-top: 53.004px; }
    @media only screen and (max-width: 1024px) {
      table caption:not(:first-child) {
        margin-top: 37.80352px; } }
    @media only screen and (max-width: 768px) {
      table caption:not(:first-child) {
        margin-top: 29.37839px; } }
    @media only screen and (max-width: 320px) {
      table caption:not(:first-child) {
        margin-top: 24.0242px; } }
  table caption:not(:last-child) {
    margin-bottom: 11.004px; }
    @media only screen and (max-width: 1024px) {
      table caption:not(:last-child) {
        margin-bottom: 10.4252px; } }
    @media only screen and (max-width: 768px) {
      table caption:not(:last-child) {
        margin-bottom: 9.90425px; } }
    @media only screen and (max-width: 320px) {
      table caption:not(:last-child) {
        margin-bottom: 9.43289px; } }

table th {
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.07143em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    table th {
      font-size: 13.80803px; } }
  @media only screen and (max-width: 768px) {
    table th {
      font-size: 13.62125px; } }
  @media only screen and (max-width: 400px) {
    table th {
      font-size: 13.43946px; } }

table tr {
  border: 0; }

table > tr:nth-child(even),
table tbody > tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05); }

table th:first-child, table th:last-child,
table td:first-child,
table td:last-child {
  padding: 14px; }
  @media only screen and (max-width: 1024px) {
    table th:first-child, table th:last-child,
    table td:first-child,
    table td:last-child {
      padding: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    table th:first-child, table th:last-child,
    table td:first-child,
    table td:last-child {
      padding: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    table th:first-child, table th:last-child,
    table td:first-child,
    table td:last-child {
      padding: 10.42442px; } }

.c-toolbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  width: 62px;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .admin-bar .c-toolbar {
    top: 32px; }
  .demo-site .c-toolbar {
    top: 80px; }
  .admin-bar.demo-site .c-toolbar {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-toolbar {
      top: 46px; }
    .admin-bar.demo-site .c-toolbar {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-toolbar {
      top: 146px; } }
  .c-toolbar .jetpack-social-navigation {
    margin-top: auto; }
    .c-toolbar .jetpack-social-navigation .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-toolbar .jetpack-social-navigation .menu > * + * {
        margin-top: 1.5rem; }
  @media not screen and (min-width: 62.5em) {
    .c-toolbar {
      display: none; } }
  .c-toolbar:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1); }

.search-trigger {
  cursor: pointer; }
  .search-trigger svg {
    display: block; }

@media only screen and (min-width: 62.5em) {
  .has-toolbar:not(.lite-version),
  .has-toolbar .site-header:not(.lite-version) {
    padding-right: 62px; } }

.c-search-overlay {
  padding: 24px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9200;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .admin-bar .c-search-overlay {
    top: 32px; }
  .demo-site .c-search-overlay {
    top: 80px; }
  .admin-bar.demo-site .c-search-overlay {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-search-overlay {
      top: 46px; }
    .admin-bar.demo-site .c-search-overlay {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-search-overlay {
      top: 146px; } }
  .show-search-overlay .c-search-overlay {
    opacity: 1;
    pointer-events: auto; }
  .c-search-overlay__close-button {
    border: 0;
    padding: 0;
    background: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    cursor: pointer;
    color: inherit; }
    .c-search-overlay__close-button svg {
      display: block; }
    @media only screen and (min-width: 62.5em) {
      .c-search-overlay__close-button[class] {
        top: 1rem;
        padding-left: 0;
        padding-right: 0;
        width: 62px; }
        .c-search-overlay__close-button[class] svg {
          margin-left: auto;
          margin-right: auto; } }
  .c-search-overlay .search-field {
    font-family: "YoungSerif", serif;
    font-size: 72px;
    line-height: 1.11111;
    padding: 0;
    border: 0;
    color: #2B3D39;
    background-color: transparent; }
    @media only screen and (max-width: 1024px) {
      .c-search-overlay .search-field {
        font-size: 43.95008px; } }
    @media only screen and (max-width: 768px) {
      .c-search-overlay .search-field {
        font-size: 31.62827px; } }
    @media only screen and (max-width: 400px) {
      .c-search-overlay .search-field {
        font-size: 24.70265px; } }
  .c-search-overlay ::-webkit-input-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay ::-moz-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay :-ms-input-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay :-moz-placeholder {
    font: inherit;
    color: inherit;
    opacity: 1; }
  .c-search-overlay .search-submit {
    display: none; }
  @media only screen and (min-width: 62.5em) {
    .c-search-overlay {
      padding: 8rem; }
      .c-search-overlay__description {
        font-size: 20px; }
      .c-search-overlay .search-field[class] {
        font-size: 100px; } }

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

.c-stamp {
  position: relative;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .c-stamp--rotated {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg); }
  .c-stamp.c-stamp--custom {
    opacity: 0.9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-stamp.c-stamp--custom .c-stamp__image--light {
      display: none; }
    .c-stamp.c-stamp--custom .c-stamp__image--dark {
      display: block; }
  .c-stamp.c-stamp--auto {
    border: solid 2px currentColor;
    border-radius: 50%;
    opacity: 0;
    font-weight: 500;
    letter-spacing: 1.5px; }
    .c-stamp.c-stamp--auto:before {
      border: solid 2px currentColor;
      border-radius: 50%;
      content: '';
      position: absolute;
      width: 120px;
      height: 120px;
      top: 28px;
      left: 28px; }
  @media only screen and (max-width: 1024px) {
    .c-stamp {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .c-stamp {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .c-stamp {
      font-size: 17.20614px; } }

.c-stamp__text {
  line-height: 1.7;
  text-transform: uppercase; }

.c-stamp__container.is-dark .c-stamp.c-stamp--auto {
  color: #FFFFFF; }

.c-stamp--custom .c-stamp__image,
.single .entry-thumbnail .c-stamp--custom .c-stamp__image {
  max-width: 180px;
  max-height: 180px; }

.c-stamp--auto .c-stamp__image,
.single .entry-thumbnail .c-stamp--auto .c-stamp__image {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 55px;
  left: 55px; }

.blob-container {
  position: relative; }
  .blob-container .c-stamp {
    position: absolute;
    right: 30px;
    top: -90px;
    z-index: 15; }

@media not screen and (min-width: 62.5em) {
  .single .blob-container .c-stamp {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    top: auto;
    bottom: -90px;
    right: calc(50% - 90px); } }

.c-stamp__container {
  padding: 28px;
  border-radius: 4px;
  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; }
  @media only screen and (max-width: 1024px) {
    .c-stamp__container {
      padding: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .c-stamp__container {
      padding: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .c-stamp__container {
      padding: 13.65854px; } }
  .c-stamp__container.is-light .c-stamp__image--light {
    display: none; }
  .c-stamp__container.is-light .c-stamp__image--dark {
    display: block; }
  .c-stamp__container.is-dark {
    background-color: #191919; }
    .c-stamp__container.is-dark .c-stamp__image--light {
      display: block; }
    .c-stamp__container.is-dark .c-stamp__image--dark {
      display: none; }

.c-stamp__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 84px;
  margin-bottom: 84px; }
  @media only screen and (max-width: 1024px) {
    .c-stamp__wrapper {
      margin-top: 57.27273px; } }
  @media only screen and (max-width: 768px) {
    .c-stamp__wrapper {
      margin-top: 43.44828px; } }
  @media only screen and (max-width: 320px) {
    .c-stamp__wrapper {
      margin-top: 35px; } }
  @media only screen and (max-width: 1024px) {
    .c-stamp__wrapper {
      margin-bottom: 57.27273px; } }
  @media only screen and (max-width: 768px) {
    .c-stamp__wrapper {
      margin-bottom: 43.44828px; } }
  @media only screen and (max-width: 320px) {
    .c-stamp__wrapper {
      margin-bottom: 35px; } }

.widget-area > * + *,
.widget-area--footer-featured {
  margin-top: 84px; }
  @media only screen and (max-width: 1024px) {
    .widget-area > * + *,
    .widget-area--footer-featured {
      margin-top: 57.27273px; } }
  @media only screen and (max-width: 768px) {
    .widget-area > * + *,
    .widget-area--footer-featured {
      margin-top: 43.44828px; } }
  @media only screen and (max-width: 320px) {
    .widget-area > * + *,
    .widget-area--footer-featured {
      margin-top: 35px; } }

.widget-area.o-layout__side > * + * {
  margin-top: 0; }

.widget-area.widget-area--footer-featured {
  text-align: center; }
  .widget-area.widget-area--footer-featured .calendar_wrap {
    width: 350px;
    display: inline-block;
    text-align: left; }
  .widget-area.widget-area--footer-featured .widget_calendar table td,
  .widget-area.widget-area--footer-featured .widget_calendar table th,
  .widget-area.widget-area--footer-featured .widget_calendar table caption {
    text-align: center; }

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

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

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

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

.widget_archive,
.widget_meta,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss,
.widget_categories {
  font-size: 1.05882em;
  line-height: 1.44444; }
  .widget_archive a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_recent_entries a:hover, .widget_rss a:hover, .widget_categories a:hover {
    color: inherit; }

body .widget_pages,
body .widget_nav_menu {
  font-size: 1.11765em;
  line-height: 1.36842; }

.widget_rss li:not(:last-child) {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1024px) {
    .widget_rss li:not(:last-child) {
      margin-bottom: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .widget_rss li:not(:last-child) {
      margin-bottom: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .widget_rss li:not(:last-child) {
      margin-bottom: 13.65854px; } }

.widget_rss li .rsswidget {
  display: block;
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    .widget_rss li .rsswidget {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .widget_rss li .rsswidget {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .widget_rss li .rsswidget {
      font-size: 17.20614px; } }
  .widget_rss li .rsswidget:not(:last-child) {
    margin-bottom: 7px; }
    @media only screen and (max-width: 1024px) {
      .widget_rss li .rsswidget:not(:last-child) {
        margin-bottom: 6.90137px; } }
    @media only screen and (max-width: 768px) {
      .widget_rss li .rsswidget:not(:last-child) {
        margin-bottom: 6.80548px; } }
    @media only screen and (max-width: 320px) {
      .widget_rss li .rsswidget:not(:last-child) {
        margin-bottom: 6.71221px; } }

.widget_rss li .rss-date {
  display: block;
  opacity: 0.5;
  font-family: "HK Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.07143em;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    .widget_rss li .rss-date {
      font-size: 13.80803px; } }
  @media only screen and (max-width: 768px) {
    .widget_rss li .rss-date {
      font-size: 13.62125px; } }
  @media only screen and (max-width: 400px) {
    .widget_rss li .rss-date {
      font-size: 13.43946px; } }
  .widget_rss li .rss-date:not(:last-child) {
    margin-bottom: 14px; }
    @media only screen and (max-width: 1024px) {
      .widget_rss li .rss-date:not(:last-child) {
        margin-bottom: 12.56357px; } }
    @media only screen and (max-width: 768px) {
      .widget_rss li .rss-date:not(:last-child) {
        margin-bottom: 11.39447px; } }
    @media only screen and (max-width: 320px) {
      .widget_rss li .rss-date:not(:last-child) {
        margin-bottom: 10.42442px; } }

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

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

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

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

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

.widget_calendar table tbody tr {
  background: transparent; }

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

.widget_calendar table td, .widget_calendar table th {
  padding: 0 7px; }
  @media only screen and (max-width: 1024px) {
    .widget_calendar table td, .widget_calendar table th {
      padding: 0 6.90137px; } }
  @media only screen and (max-width: 768px) {
    .widget_calendar table td, .widget_calendar table th {
      padding: 0 6.80548px; } }
  @media only screen and (max-width: 320px) {
    .widget_calendar table td, .widget_calendar table th {
      padding: 0 6.71221px; } }

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

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

.o-layout__side .widget {
  margin-bottom: 56px; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget {
      margin-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget {
      margin-bottom: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget {
      margin-bottom: 25.16854px; } }

.o-layout__side .widget__title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 11px; }

.widget-area--main {
  width: 100%;
  text-align: center; }
  .widget-area--main .widget_calendar table {
    width: auto;
    margin-left: auto;
    margin-right: auto; }
    .widget-area--main .widget_calendar table th,
    .widget-area--main .widget_calendar table caption {
      text-align: center; }

.widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title,
.widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title,
    .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title,
    .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title,
    .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title {
      font-size: 17.20614px; } }
  .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child),
  .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:first-child) {
    margin-top: 49px; }
    @media only screen and (max-width: 1024px) {
      .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child),
      .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:first-child) {
        margin-top: 35.15695px; } }
    @media only screen and (max-width: 768px) {
      .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child),
      .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:first-child) {
        margin-top: 27.41259px; } }
    @media only screen and (max-width: 320px) {
      .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child),
      .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:first-child) {
        margin-top: 22.46418px; } }
  .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child),
  .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child),
      .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child),
      .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .widget-area:not(.widget-area--footer-featured) .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child),
      .widget-area:not(.widget-area--footer-featured) .jetpack_widget_social_icons .widget__title:not(:last-child) {
        margin-bottom: 13.65854px; } }

.o-layout__side .widget_wpcom_social_media_icons_widget .widget__title, .o-layout__side
.jetpack_widget_social_icons .widget__title {
  font-family: "YoungSerif", serif;
  font-size: 24px;
  line-height: 1.41667; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title, .o-layout__side
    .jetpack_widget_social_icons .widget__title {
      font-size: 22.42903px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title, .o-layout__side
    .jetpack_widget_social_icons .widget__title {
      font-size: 21.0511px; } }
  @media only screen and (max-width: 400px) {
    .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title, .o-layout__side
    .jetpack_widget_social_icons .widget__title {
      font-size: 19.83267px; } }
  .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child), .o-layout__side
  .jetpack_widget_social_icons .widget__title:not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child), .o-layout__side
      .jetpack_widget_social_icons .widget__title:not(:first-child) {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child), .o-layout__side
      .jetpack_widget_social_icons .widget__title:not(:first-child) {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:first-child), .o-layout__side
      .jetpack_widget_social_icons .widget__title:not(:first-child) {
        margin-top: 19.64912px; } }
  .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child), .o-layout__side
  .jetpack_widget_social_icons .widget__title:not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child), .o-layout__side
      .jetpack_widget_social_icons .widget__title:not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child), .o-layout__side
      .jetpack_widget_social_icons .widget__title:not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__side .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child), .o-layout__side
      .jetpack_widget_social_icons .widget__title:not(:last-child) {
        margin-bottom: 10.46729px; } }

.o-layout__side .widget_wpcom_social_media_icons_widget[class] ul, .o-layout__side
.jetpack_widget_social_icons[class] ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .o-layout__side .widget_wpcom_social_media_icons_widget[class] ul li, .o-layout__side
  .jetpack_widget_social_icons[class] ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.widget_wpcom_social_media_icons_widget .widget__title,
.jetpack_widget_social_icons .widget__title {
  color: inherit; }

.widget_wpcom_social_media_icons_widget[class] ul,
.jetpack_widget_social_icons[class] ul {
  padding: 0;
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget_wpcom_social_media_icons_widget[class] ul li,
  .jetpack_widget_social_icons[class] ul li {
    width: 44px;
    height: 44px;
    margin: 0 0 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #2B3D39;
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    cursor: pointer; }
    .widget_wpcom_social_media_icons_widget[class] ul li:hover,
    .jetpack_widget_social_icons[class] ul li:hover {
      background-color: #F59828; }
  .widget_wpcom_social_media_icons_widget[class] ul a,
  .jetpack_widget_social_icons[class] ul a {
    color: #F5F6F1;
    display: inline-block; }
    .widget_wpcom_social_media_icons_widget[class] ul a.genericon,
    .jetpack_widget_social_icons[class] ul a.genericon {
      font-size: 18px; }
      @media only screen and (max-width: 1024px) {
        .widget_wpcom_social_media_icons_widget[class] ul a.genericon,
        .jetpack_widget_social_icons[class] ul a.genericon {
          font-size: 17.48339px; } }
      @media only screen and (max-width: 768px) {
        .widget_wpcom_social_media_icons_widget[class] ul a.genericon,
        .jetpack_widget_social_icons[class] ul a.genericon {
          font-size: 16.9956px; } }
      @media only screen and (max-width: 400px) {
        .widget_wpcom_social_media_icons_widget[class] ul a.genericon,
        .jetpack_widget_social_icons[class] ul a.genericon {
          font-size: 16.53429px; } }
  .widget_wpcom_social_media_icons_widget[class] ul.size-medium li,
  .jetpack_widget_social_icons[class] ul.size-medium li {
    width: 60px;
    height: 60px; }
  .widget_wpcom_social_media_icons_widget[class] ul.size-large li,
  .jetpack_widget_social_icons[class] ul.size-large li {
    width: 75px;
    height: 75px; }

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

.widget_callout_box .c-callout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media not screen and (min-width: 42.5em) {
    .widget_callout_box .c-callout-box {
      -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-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }

.widget_callout_box .c-callout__media {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }
  .widget_callout_box .c-callout__media 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%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .widget_callout_box .c-callout__media 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: 42.5em) {
    .widget_callout_box .c-callout__media {
      padding-top: 75%;
      width: 100%; } }
  @media only screen and (min-width: 42.5em) {
    .widget_callout_box .c-callout__media {
      border-radius: 4px; }
      .widget_callout_box .c-callout__media img {
        border-radius: 4px; } }

.widget_callout_box .c-stamp {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

@media only screen and (min-width: 42.5em) {
  .widget_callout_box .c-callout__content + .c-callout__media {
    margin-right: -15%; } }

.widget_callout_box .c-callout__content {
  background-color: #F59828;
  color: #F5F6F1;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -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;
  position: relative;
  z-index: 2;
  border-radius: 4px;
  margin-bottom: 84px;
  padding: 56px 56px 0 56px; }
  @media only screen and (max-width: 1024px) {
    .widget_callout_box .c-callout__content {
      margin-bottom: 57.27273px; } }
  @media only screen and (max-width: 768px) {
    .widget_callout_box .c-callout__content {
      margin-bottom: 43.44828px; } }
  @media only screen and (max-width: 320px) {
    .widget_callout_box .c-callout__content {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 1024px) {
    .widget_callout_box .c-callout__content {
      padding: 39.76331px 39.76331px 0 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .widget_callout_box .c-callout__content {
      padding: 30.82569px 30.82569px 0 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .widget_callout_box .c-callout__content {
      padding: 25.16854px 25.16854px 0 25.16854px; } }
  @media only screen and (min-width: 42.5em) {
    .widget_callout_box .c-callout__content {
      padding-top: 4rem;
      margin-top: 2rem; } }
  @media not screen and (min-width: 42.5em) {
    .widget_callout_box .c-callout__content {
      max-width: 90%;
      padding-top: 3rem;
      padding-bottom: 3rem;
      margin-top: -2rem; } }

.widget_callout_box .c-callout__title {
  font-family: "YoungSerif", serif;
  font-size: 24px;
  line-height: 1.41667; }
  @media only screen and (max-width: 1024px) {
    .widget_callout_box .c-callout__title {
      font-size: 22.42903px; } }
  @media only screen and (max-width: 768px) {
    .widget_callout_box .c-callout__title {
      font-size: 21.0511px; } }
  @media only screen and (max-width: 400px) {
    .widget_callout_box .c-callout__title {
      font-size: 19.83267px; } }
  .widget_callout_box .c-callout__title:not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .widget_callout_box .c-callout__title:not(:first-child) {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .widget_callout_box .c-callout__title:not(:first-child) {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .widget_callout_box .c-callout__title:not(:first-child) {
        margin-top: 19.64912px; } }
  .widget_callout_box .c-callout__title:not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .widget_callout_box .c-callout__title:not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .widget_callout_box .c-callout__title:not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .widget_callout_box .c-callout__title:not(:last-child) {
        margin-bottom: 10.46729px; } }

.widget_callout_box .c-callout__description {
  margin-bottom: 28px;
  padding-bottom: 28px;
  max-width: 100%; }
  @media only screen and (max-width: 1024px) {
    .widget_callout_box .c-callout__description {
      margin-bottom: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .widget_callout_box .c-callout__description {
      margin-bottom: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .widget_callout_box .c-callout__description {
      margin-bottom: 13.65854px; } }
  @media only screen and (max-width: 1024px) {
    .widget_callout_box .c-callout__description {
      padding-bottom: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .widget_callout_box .c-callout__description {
      padding-bottom: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .widget_callout_box .c-callout__description {
      padding-bottom: 13.65854px; } }

@media only screen and (min-width: 42.5em) {
  .widget_callout_box .c-callout__action {
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

.o-layout__side .widget_callout_box .c-callout-box {
  -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; }

.o-layout__side .widget_callout_box .c-callout__media {
  padding-top: 75%;
  width: 100%; }

.o-layout__side .widget_callout_box .c-callout__content + .c-callout__media {
  margin-right: 0;
  margin-bottom: -20%; }

.o-layout__side .widget_callout_box .c-callout__content {
  width: calc(100% - 2em);
  padding: 1em 28px 28px;
  margin: 0 1em 2em;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_callout_box .c-callout__content {
      padding: 0.99996em 20.74074px 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_callout_box .c-callout__content {
      padding: 0.99992em 16.47059px 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget_callout_box .c-callout__content {
      padding: 0.99988em 13.65854px 13.65854px; } }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_callout_box .c-callout__content {
      margin: 0 0.99996em 1.99933em; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_callout_box .c-callout__content {
      margin: 0 0.99992em 1.99867em; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget_callout_box .c-callout__content {
      margin: 0 0.99988em 1.998em; } }

.o-layout__side .widget_callout_box .c-callout__title {
  margin-top: 1em; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_callout_box .c-callout__title {
      margin-top: 0.99996em; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_callout_box .c-callout__title {
      margin-top: 0.99992em; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget_callout_box .c-callout__title {
      margin-top: 0.99988em; } }

.widget_categories {
  margin-top: 3em;
  margin-bottom: 3em; }
  @media only screen and (max-width: 1024px) {
    .widget_categories {
      margin-top: 2.99663em; } }
  @media only screen and (max-width: 768px) {
    .widget_categories {
      margin-top: 2.99327em; } }
  @media only screen and (max-width: 320px) {
    .widget_categories {
      margin-top: 2.98991em; } }
  @media only screen and (max-width: 1024px) {
    .widget_categories {
      margin-bottom: 2.99663em; } }
  @media only screen and (max-width: 768px) {
    .widget_categories {
      margin-bottom: 2.99327em; } }
  @media only screen and (max-width: 320px) {
    .widget_categories {
      margin-bottom: 2.98991em; } }
  .widget_categories ul {
    list-style: none; }
    .o-layout__side .widget_categories ul {
      padding-left: 0;
      margin-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    @media not screen and (min-width: 42.5em) {
      .widget_categories ul {
        display: inline-block; } }
    @media only screen and (min-width: 42.5em) {
      .widget_categories ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @supports (justify-content: space-evenly) {
          .widget_categories ul {
            -webkit-box-pack: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly; } } }
  .widget_categories.widget--full .cat-item {
    font-family: "HK Grotesk", sans-serif;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 500; }
    @media only screen and (max-width: 1024px) {
      .widget_categories.widget--full .cat-item {
        font-size: 18.36188px; } }
    @media only screen and (max-width: 768px) {
      .widget_categories.widget--full .cat-item {
        font-size: 17.76524px; } }
    @media only screen and (max-width: 400px) {
      .widget_categories.widget--full .cat-item {
        font-size: 17.20614px; } }
    .widget_categories.widget--full .cat-item:not(:first-child) {
      margin-top: 49px; }
      @media only screen and (max-width: 1024px) {
        .widget_categories.widget--full .cat-item:not(:first-child) {
          margin-top: 35.15695px; } }
      @media only screen and (max-width: 768px) {
        .widget_categories.widget--full .cat-item:not(:first-child) {
          margin-top: 27.41259px; } }
      @media only screen and (max-width: 320px) {
        .widget_categories.widget--full .cat-item:not(:first-child) {
          margin-top: 22.46418px; } }
    .widget_categories.widget--full .cat-item:not(:last-child) {
      margin-bottom: 28px; }
      @media only screen and (max-width: 1024px) {
        .widget_categories.widget--full .cat-item:not(:last-child) {
          margin-bottom: 20.74074px; } }
      @media only screen and (max-width: 768px) {
        .widget_categories.widget--full .cat-item:not(:last-child) {
          margin-bottom: 16.47059px; } }
      @media only screen and (max-width: 320px) {
        .widget_categories.widget--full .cat-item:not(:last-child) {
          margin-bottom: 13.65854px; } }
    .widget_categories.widget--full .cat-item a {
      text-decoration: none; }
    @media not screen and (min-width: 42.5em) {
      .widget_categories.widget--full .cat-item {
        display: inline-block;
        margin: 0 10px 20px 0; }
        .widget_categories.widget--full .cat-item:not(:last-child), .widget_categories.widget--full .cat-item:not(:first-child) {
          margin: 0 10px 20px 0; } }
    @media only screen and (min-width: 42.5em) {
      .widget_categories.widget--full .cat-item:not(:last-child), .widget_categories.widget--full .cat-item:not(:first-child) {
        margin: 0; } }
    .widget_categories.widget--full .cat-item a:hover .cat-link-count {
      background-color: #F59828; }
  .widget_categories .cat-link {
    text-decoration: none; }
  .widget_categories .cat-link-name,
  .widget_categories .cat-link-count {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .widget_categories .cat-link-name {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px; }
    .o-layout__side .widget_categories .cat-link-name {
      margin-top: 0; }
  .widget_categories .cat-link-count {
    display: inline-block;
    padding: 2px 7px 3px;
    font-weight: 600;
    margin-right: 7px;
    font-size: 75%;
    background-color: #2B3D39;
    color: #FFFFFF; }
    .o-layout__side .widget_categories .cat-link-count {
      padding: 1px 8px 2px; }

.o-layout__side .c-feature {
  text-align: center; }

@media only screen and (min-width: 50em) {
  .c-feature__title,
  .c-feature__description,
  .c-feature__action {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  .c-feature:hover .c-feature__action {
    -webkit-transition: opacity .3s .2s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s .2s ease-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, opacity .3s .2s ease-out;
    transition: transform .3s ease-out, opacity .3s .2s ease-out, -webkit-transform .3s ease-out; }
  .c-feature:hover .c-feature__description,
  .c-feature:hover .c-feature__action,
  .c-feature:hover .c-feature__title {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1; } }

@media only screen and (min-width: 62.5em) {
  .c-feature__title span {
    font-size: 1.33333em; } }

.c-feature__title[class],
.u-buttons-outline .c-feature__btn[class] {
  color: inherit; }

.u-buttons-solid .c-feature__btn[class],
.u-buttons-solid .c-feature__btn[class]:hover {
  background-color: #FFF;
  color: #2B3D39; }

.c-feature__title[class]:not(:last-child) {
  margin-bottom: 7px; }
  @media only screen and (max-width: 1024px) {
    .c-feature__title[class]:not(:last-child) {
      margin-bottom: 6.90137px; } }
  @media only screen and (max-width: 768px) {
    .c-feature__title[class]:not(:last-child) {
      margin-bottom: 6.80548px; } }
  @media only screen and (max-width: 320px) {
    .c-feature__title[class]:not(:last-child) {
      margin-bottom: 6.71221px; } }

.c-feature__description:not(:last-child) {
  margin-bottom: 14px; }
  @media only screen and (max-width: 1024px) {
    .c-feature__description:not(:last-child) {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .c-feature__description:not(:last-child) {
      margin-bottom: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .c-feature__description:not(:last-child) {
      margin-bottom: 10.42442px; } }

.c-feature__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media not screen and (min-width: 50em) {
  .c-feature {
    padding-top: 100%; }
  .c-feature__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%; }
  .c-feature__description,
  .c-feature__action {
    display: none; } }

.widget_featured_posts_grid .featured-posts--show-excerpt .c-card__excerpt {
  display: block; }

.widget_featured_posts_grid .featured-posts--show-readmore .c-card__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.o-layout__side .widget_featured_posts_grid .o-grid--3col-\@small > * {
  width: 100%;
  margin-top: -0.5em; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_featured_posts_grid .o-grid--3col-\@small > * {
      margin-top: -0.5em; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_featured_posts_grid .o-grid--3col-\@small > * {
      margin-top: -0.49999em; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget_featured_posts_grid .o-grid--3col-\@small > * {
      margin-top: -0.49999em; } }

.o-layout__side .widget_featured_posts_grid .o-grid > *,
.o-layout__side .widget_featured_posts_grid [class*=" o-grid--"],
.o-layout__side .widget_featured_posts_grid [class^=o-grid--] > * {
  margin-top: -1em; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_featured_posts_grid .o-grid > *,
    .o-layout__side .widget_featured_posts_grid [class*=" o-grid--"],
    .o-layout__side .widget_featured_posts_grid [class^=o-grid--] > * {
      margin-top: -0.99996em; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_featured_posts_grid .o-grid > *,
    .o-layout__side .widget_featured_posts_grid [class*=" o-grid--"],
    .o-layout__side .widget_featured_posts_grid [class^=o-grid--] > * {
      margin-top: -0.99992em; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget_featured_posts_grid .o-grid > *,
    .o-layout__side .widget_featured_posts_grid [class*=" o-grid--"],
    .o-layout__side .widget_featured_posts_grid [class^=o-grid--] > * {
      margin-top: -0.99988em; } }

.instagram-pics {
  list-style: none;
  padding-left: 0; }
  .instagram-pics[class][class] {
    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: -14px;
    margin-left: -14px; }
    .instagram-pics[class][class] > * {
      border: 0 solid transparent;
      width: 100%; }
    @media only screen and (max-width: 1024px) {
      .instagram-pics[class][class] {
        margin-top: -12.56357px; } }
    @media only screen and (max-width: 768px) {
      .instagram-pics[class][class] {
        margin-top: -11.39447px; } }
    @media only screen and (max-width: 320px) {
      .instagram-pics[class][class] {
        margin-top: -10.42442px; } }
    @media only screen and (max-width: 1024px) {
      .instagram-pics[class][class] {
        margin-left: -12.56357px; } }
    @media only screen and (max-width: 768px) {
      .instagram-pics[class][class] {
        margin-left: -11.39447px; } }
    @media only screen and (max-width: 320px) {
      .instagram-pics[class][class] {
        margin-left: -10.42442px; } }
    .instagram-pics[class][class] > * {
      padding-top: 14px;
      padding-left: 14px; }
      @media only screen and (max-width: 1024px) {
        .instagram-pics[class][class] > * {
          padding-top: 12.56357px; } }
      @media only screen and (max-width: 768px) {
        .instagram-pics[class][class] > * {
          padding-top: 11.39447px; } }
      @media only screen and (max-width: 320px) {
        .instagram-pics[class][class] > * {
          padding-top: 10.42442px; } }
      @media only screen and (max-width: 1024px) {
        .instagram-pics[class][class] > * {
          padding-left: 12.56357px; } }
      @media only screen and (max-width: 768px) {
        .instagram-pics[class][class] > * {
          padding-left: 11.39447px; } }
      @media only screen and (max-width: 320px) {
        .instagram-pics[class][class] > * {
          padding-left: 10.42442px; } }
    .instagram-pics[class][class] > * {
      width: 50%;
      margin-bottom: 0; }
      @media only screen and (min-width: 42.5em) {
        .instagram-pics[class][class] > * {
          width: 25%; } }
  .instagram-pics:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .instagram-pics:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .instagram-pics:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .instagram-pics:not(:last-child) {
        margin-bottom: 13.65854px; } }
  .instagram-pics > li a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    will-change: transform; }
    .instagram-pics > li a:before, .instagram-pics > li a:after {
      content: '';
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-property: background-color;
      transition-property: background-color; }
    .instagram-pics > li a:not(:hover):before, .instagram-pics > li a:not(:hover):after {
      background-color: transparent; }
  .instagram-pics > li img {
    display: block;
    opacity: 1; }

[class*='-instagram-feed'] p > a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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);
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    [class*='-instagram-feed'] p > a {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    [class*='-instagram-feed'] p > a {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    [class*='-instagram-feed'] p > a {
      font-size: 15.8187px; } }
  .u-buttons-rounded [class*='-instagram-feed'] p > a {
    border-radius: 0.3em; }
  .u-buttons-pill [class*='-instagram-feed'] p > a {
    border-radius: 999em; }
  .u-underlined-links [class*='-instagram-feed'] p > a {
    text-decoration: none; }
  .u-buttons-outline [class*='-instagram-feed'] p > a {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline [class*='-instagram-feed'] p > a:hover, .u-buttons-outline [class*='-instagram-feed'] p > a:active, .u-buttons-outline [class*='-instagram-feed'] p > a:focus {
      background: none;
      color: inherit; }
  [class*='-instagram-feed'] p > a:hover, [class*='-instagram-feed'] p > a:active, [class*='-instagram-feed'] p > a:focus {
    color: #FFF;
    background-color: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    [class*='-instagram-feed'] p > a {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    [class*='-instagram-feed'] p > a {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    [class*='-instagram-feed'] p > a {
      font-size: 15.8187px; } }
  [class*='-instagram-feed'] p > a:focus, [class*='-instagram-feed'] p > a:active, [class*='-instagram-feed'] p > a:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid [class*='-instagram-feed'] p > a:focus, .u-buttons-solid [class*='-instagram-feed'] p > a:active, .u-buttons-solid [class*='-instagram-feed'] p > a:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

.zoom-instagram-widget__items {
  list-style: none;
  padding-left: 0; }
  .zoom-instagram-widget__items[class][class] {
    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: -14px;
    margin-left: -14px;
    margin-bottom: 0; }
    .zoom-instagram-widget__items[class][class] > * {
      border: 0 solid transparent;
      width: 100%; }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget__items[class][class] {
        margin-top: -12.56357px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget__items[class][class] {
        margin-top: -11.39447px; } }
    @media only screen and (max-width: 320px) {
      .zoom-instagram-widget__items[class][class] {
        margin-top: -10.42442px; } }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget__items[class][class] {
        margin-left: -12.56357px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget__items[class][class] {
        margin-left: -11.39447px; } }
    @media only screen and (max-width: 320px) {
      .zoom-instagram-widget__items[class][class] {
        margin-left: -10.42442px; } }
    .zoom-instagram-widget__items[class][class] > * {
      padding-top: 14px;
      padding-left: 14px; }
      @media only screen and (max-width: 1024px) {
        .zoom-instagram-widget__items[class][class] > * {
          padding-top: 12.56357px; } }
      @media only screen and (max-width: 768px) {
        .zoom-instagram-widget__items[class][class] > * {
          padding-top: 11.39447px; } }
      @media only screen and (max-width: 320px) {
        .zoom-instagram-widget__items[class][class] > * {
          padding-top: 10.42442px; } }
      @media only screen and (max-width: 1024px) {
        .zoom-instagram-widget__items[class][class] > * {
          padding-left: 12.56357px; } }
      @media only screen and (max-width: 768px) {
        .zoom-instagram-widget__items[class][class] > * {
          padding-left: 11.39447px; } }
      @media only screen and (max-width: 320px) {
        .zoom-instagram-widget__items[class][class] > * {
          padding-left: 10.42442px; } }
    .zoom-instagram-widget__items[class][class] > * {
      width: 50%;
      margin-bottom: 0; }
      @media only screen and (min-width: 42.5em) {
        .zoom-instagram-widget__items[class][class] > * {
          width: 25%; } }
  .zoom-instagram-widget__items:not(:last-child) {
    margin-bottom: 28px; }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget__items:not(:last-child) {
        margin-bottom: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget__items:not(:last-child) {
        margin-bottom: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .zoom-instagram-widget__items:not(:last-child) {
        margin-bottom: 13.65854px; } }
  .zoom-instagram-widget__items .zoom-instagram-widget__item {
    margin: 0 !important;
    position: relative;
    will-change: transform; }
    .zoom-instagram-widget__items .zoom-instagram-widget__item:before, .zoom-instagram-widget__items .zoom-instagram-widget__item:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .zoom-instagram-widget__items .zoom-instagram-widget__item:before {
      background-color: #000;
      z-index: 10;
      mix-blend-mode: color; }
    .zoom-instagram-widget__items .zoom-instagram-widget__item:after {
      background-color: #F59828;
      z-index: 10;
      mix-blend-mode: multiply; }
    .zoom-instagram-widget__items .zoom-instagram-widget__item:before {
      content: none; }
    .zoom-instagram-widget__items .zoom-instagram-widget__item:after {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition-property: background-color;
      transition-property: background-color;
      padding-top: inherit;
      padding-left: inherit;
      background-clip: content-box;
      pointer-events: none; }
    .zoom-instagram-widget__items .zoom-instagram-widget__item:not(:hover):after {
      background-color: transparent; }

.zoom-instagram-link[class][class] {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding-top: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter; }
  .zoom-instagram-widget__overlay:hover > .zoom-instagram-link[class][class], .zoom-instagram-link[class][class]:hover {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

.zoom-instagram-widget__item {
  pointer-events: none; }
  .zoom-instagram-widget__item > * {
    pointer-events: auto; }

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-stats[class],
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-counts[class],
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-counts-subhead[class],
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class],
.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-username[class],
.zoom-instagram-widget-user-info-bio[class] {
  font: inherit; }

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class], .zoom-instagram-widget-user-info
.zoom-instagram-widget-user-info-counts[class] {
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class], .zoom-instagram-widget-user-info
    .zoom-instagram-widget-user-info-counts[class] {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class], .zoom-instagram-widget-user-info
    .zoom-instagram-widget-user-info-counts[class] {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class], .zoom-instagram-widget-user-info
    .zoom-instagram-widget-user-info-counts[class] {
      font-size: 17.20614px; } }
  .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class]:not(:last-child), .zoom-instagram-widget-user-info
  .zoom-instagram-widget-user-info-counts[class]:not(:last-child) {
    margin-bottom: 5.74px; }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class]:not(:last-child), .zoom-instagram-widget-user-info
      .zoom-instagram-widget-user-info-counts[class]:not(:last-child) {
        margin-bottom: 5.69512px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class]:not(:last-child), .zoom-instagram-widget-user-info
      .zoom-instagram-widget-user-info-counts[class]:not(:last-child) {
        margin-bottom: 5.65094px; } }
    @media only screen and (max-width: 320px) {
      .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname[class]:not(:last-child), .zoom-instagram-widget-user-info
      .zoom-instagram-widget-user-info-counts[class]:not(:last-child) {
        margin-bottom: 5.60744px; } }

.zoom-instagram-widget-user-info[class] .zoom-instagram-widget-user-info-picture,
.zoom-instagram-widget-user-info[class] .zoom-instagram-widget-user-info-meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-meta[class] {
  margin-left: 0; }

.zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-names-wrapper[class] {
  padding-right: 0; }

.zoom-instagram-widget-user-info[class],
.zoom-instagram-widget-user-info-about-data[class],
.zoom-instagram-widget-user-info-stats[class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.zoom-instagram-widget-user-info[class] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.zoom-instagram-widget-user-info-stats[class] > div {
  margin-top: 14px; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info-stats[class] > div {
      margin-top: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info-stats[class] > div {
      margin-top: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .zoom-instagram-widget-user-info-stats[class] > div {
      margin-top: 10.42442px; } }

.zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
.zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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);
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      font-size: 15.8187px; } }
  .u-buttons-rounded .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]), .u-buttons-rounded
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
    border-radius: 0.3em; }
  .u-buttons-pill .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]), .u-buttons-pill
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
    border-radius: 999em; }
  .u-underlined-links .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]), .u-underlined-links
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
    text-decoration: none; }
  .u-buttons-outline .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]), .u-buttons-outline
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):hover, .u-buttons-outline .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):active, .u-buttons-outline .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):focus, .u-buttons-outline
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:hover, .u-buttons-outline
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:active, .u-buttons-outline
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:focus {
      background: none;
      color: inherit; }
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):hover, .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):active, .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):focus,
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:hover,
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:active,
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:focus {
    color: #FFF;
    background-color: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]),
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      font-size: 15.8187px; } }
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):focus, .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):active, .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):hover,
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:focus,
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:active,
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):focus, .u-buttons-solid .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):active, .u-buttons-solid .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]):hover, .u-buttons-solid
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:focus, .u-buttons-solid
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:active, .u-buttons-solid
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

.zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) {
  padding: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important; }

.zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
  margin-top: 14px; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      margin-top: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      margin-top: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button {
      margin-top: 10.42442px; } }
  .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button, .zoom-instagram-widget-user-info-names-wrapper[class] + div:not([class]) > .zoom-instagram-widget-user-info-follow-button:hover {
    color: inherit !important;
    font: inherit !important; }

.zoom-instagram-widget__follow-me {
  position: relative;
  z-index: 10; }
  .zoom-instagram-widget__follow-me[class],
  .zoom-instagram-widget__follow-me[class] a {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    padding: 0.75em 1.75em;
    border: 0 solid #222222;
    margin: 0;
    font-family: "HK Grotesk", sans-serif;
    font-size: 17px;
    color: #FFF;
    background-color: #3EBABF;
    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);
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    font-family: "HK Grotesk", sans-serif;
    font-size: 17px;
    line-height: 1.6; }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget__follow-me[class],
      .zoom-instagram-widget__follow-me[class] a {
        font-size: 16.5871px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget__follow-me[class],
      .zoom-instagram-widget__follow-me[class] a {
        font-size: 16.19379px; } }
    @media only screen and (max-width: 400px) {
      .zoom-instagram-widget__follow-me[class],
      .zoom-instagram-widget__follow-me[class] a {
        font-size: 15.8187px; } }
    .u-buttons-rounded .zoom-instagram-widget__follow-me[class], .u-buttons-rounded
    .zoom-instagram-widget__follow-me[class] a {
      border-radius: 0.3em; }
    .u-buttons-pill .zoom-instagram-widget__follow-me[class], .u-buttons-pill
    .zoom-instagram-widget__follow-me[class] a {
      border-radius: 999em; }
    .u-underlined-links .zoom-instagram-widget__follow-me[class], .u-underlined-links
    .zoom-instagram-widget__follow-me[class] a {
      text-decoration: none; }
    .u-buttons-outline .zoom-instagram-widget__follow-me[class], .u-buttons-outline
    .zoom-instagram-widget__follow-me[class] a {
      background: none;
      border: 2px solid currentColor; }
      .u-buttons-outline .zoom-instagram-widget__follow-me[class]:hover, .u-buttons-outline .zoom-instagram-widget__follow-me[class]:active, .u-buttons-outline .zoom-instagram-widget__follow-me[class]:focus, .u-buttons-outline
      .zoom-instagram-widget__follow-me[class] a:hover, .u-buttons-outline
      .zoom-instagram-widget__follow-me[class] a:active, .u-buttons-outline
      .zoom-instagram-widget__follow-me[class] a:focus {
        background: none;
        color: inherit; }
    .zoom-instagram-widget__follow-me[class]:hover, .zoom-instagram-widget__follow-me[class]:active, .zoom-instagram-widget__follow-me[class]:focus,
    .zoom-instagram-widget__follow-me[class] a:hover,
    .zoom-instagram-widget__follow-me[class] a:active,
    .zoom-instagram-widget__follow-me[class] a:focus {
      color: #FFF;
      background-color: #2B2B2A;
      opacity: 1;
      text-decoration: none; }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget__follow-me[class],
      .zoom-instagram-widget__follow-me[class] a {
        font-size: 16.5871px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget__follow-me[class],
      .zoom-instagram-widget__follow-me[class] a {
        font-size: 16.19379px; } }
    @media only screen and (max-width: 400px) {
      .zoom-instagram-widget__follow-me[class],
      .zoom-instagram-widget__follow-me[class] a {
        font-size: 15.8187px; } }
    .zoom-instagram-widget__follow-me[class]:focus, .zoom-instagram-widget__follow-me[class]:active, .zoom-instagram-widget__follow-me[class]:hover,
    .zoom-instagram-widget__follow-me[class] a:focus,
    .zoom-instagram-widget__follow-me[class] a:active,
    .zoom-instagram-widget__follow-me[class] a:hover {
      -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
              transform: scale(1.05) translateY(-3px) translateZ(0);
      -webkit-transform-origin: center;
              transform-origin: center; }
    .u-buttons-solid .zoom-instagram-widget__follow-me[class]:focus, .u-buttons-solid .zoom-instagram-widget__follow-me[class]:active, .u-buttons-solid .zoom-instagram-widget__follow-me[class]:hover, .u-buttons-solid
    .zoom-instagram-widget__follow-me[class] a:focus, .u-buttons-solid
    .zoom-instagram-widget__follow-me[class] a:active, .u-buttons-solid
    .zoom-instagram-widget__follow-me[class] a:hover {
      color: #FFF;
      -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
              box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }
  .zoom-instagram-widget__follow-me[class] {
    padding: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: transparent !important; }
  .zoom-instagram-widget__follow-me[class] a {
    margin-top: 28px; }
    @media only screen and (max-width: 1024px) {
      .zoom-instagram-widget__follow-me[class] a {
        margin-top: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .zoom-instagram-widget__follow-me[class] a {
        margin-top: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .zoom-instagram-widget__follow-me[class] a {
        margin-top: 13.65854px; } }
    .zoom-instagram-widget__follow-me[class] a, .zoom-instagram-widget__follow-me[class] a:hover {
      color: inherit !important;
      font: inherit !important; }

.zoom-instagram-widget-user-info[class] {
  padding: 28px;
  color: #F5F6F1;
  background-color: #191919;
  border-radius: 4px; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info[class] {
      padding: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info[class] {
      padding: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .zoom-instagram-widget-user-info[class] {
      padding: 13.65854px; } }

.zoom-instagram-widget-user-info-bio[class] {
  margin: 28px 0;
  margin-bottom: 0;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .zoom-instagram-widget-user-info-bio[class] {
      margin: 20.74074px 0; } }
  @media only screen and (max-width: 768px) {
    .zoom-instagram-widget-user-info-bio[class] {
      margin: 16.47059px 0; } }
  @media only screen and (max-width: 320px) {
    .zoom-instagram-widget-user-info-bio[class] {
      margin: 13.65854px 0; } }

@supports (display: grid) {
  @media only screen and (min-width: 62.5em) {
    .zoom-instagram-widget {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
      -ms-grid-rows: auto 1fr auto auto;
      grid-template-rows: auto 1fr auto auto;
          grid-template-areas: "title title" "info images" "description description" "footer footer"; }
      .zoom-instagram-widget .widget__title {
        grid-area: title; }
      .zoom-instagram-widget .zoom-instagram-widget-user-info {
        grid-area: info; }
      .zoom-instagram-widget .zoom-instagram-widget-user-info-bio {
        grid-area: description; }
      .zoom-instagram-widget .zoom-instagram-widget__items[class] {
        grid-area: images; }
      .zoom-instagram-widget .zoom-instagram-widget-user-info ~ .zoom-instagram-widget__items {
        margin-left: 0; }
      .zoom-instagram-widget .zoom-instagram-widget__follow-me {
        grid-area: footer; }
    .zoom-instagram-widget--has-info {
      -ms-grid-columns: 20% 1fr;
      grid-template-columns: 20% 1fr; } }
  @media only screen and (min-width: 62.5em) {
    .zoom-instagram-widget .widget__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2; }
    .zoom-instagram-widget .zoom-instagram-widget-user-info {
      -ms-grid-row: 2;
      -ms-grid-column: 1; }
    .zoom-instagram-widget .zoom-instagram-widget-user-info-bio {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2; }
    .zoom-instagram-widget .zoom-instagram-widget__items[class] {
      -ms-grid-row: 2;
      -ms-grid-column: 2; }
    .zoom-instagram-widget .zoom-instagram-widget__follow-me {
      -ms-grid-row: 4;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2; } } }

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

[class].c-location__title,
[class].c-location__subtitle {
  color: inherit; }

.c-location__subtitle {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.c-location__title:not(:first-child) {
  margin-top: 0.5rem; }

.c-location__subtitle:not(:last-child) {
  margin-bottom: 0.5rem; }

.c-location__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200; }

.entry-aside .c-location__subtitle {
  font-size: 16px; }

.entry-aside .c-location__title {
  font-size: 18px;
  line-height: 1.5; }

@media only screen and (min-width: 42.5em) {
  .widget-area--main .c-location__subtitle {
    margin-top: 0; }
  .widget-area--main .c-location__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left; }
  .widget-area--main .c-location__icon {
    margin-right: 2rem; } }

.widget-area--side .c-location__content {
  padding: 3rem 2rem; }

.widget-area--side .c-location__title {
  font-size: 24px; }
  .entry-aside .widget-area--side .c-location__title {
    font-size: 18px; }

@media only screen and (min-width: 62.5em) {
  .stamp-newsletter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: -1rem; }
    .stamp-newsletter-group .widget {
      margin-top: 0;
      margin-left: 1rem; }
    .stamp-newsletter-group .c-stamp__container {
      height: 100%; }
    .stamp-newsletter-group .widget_stamp {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .stamp-newsletter-group .widget_mc4wp_form_widget {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

@media not screen and (min-width: 62.5em) {
  .stamp-newsletter-group .widget + .widget {
    margin-top: 1rem; }
  .stamp-newsletter-group .widget_stamp {
    display: none; } }

[class*="feature-group"] > * {
  margin-top: 1rem; }

[class*="feature-group"] .c-feature {
  height: 100%; }

[class*="feature-group"] .c-feature__content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.feature-group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -1rem; }
  .feature-group-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-left: 1rem; }

.feature-group-3,
.feature-group-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  grid-auto-rows: minmax(100px, auto);
  margin-left: 0; }
  .is-IE .feature-group-3, .is-IE
  .feature-group-4 {
    margin-left: -1rem; }
    .is-IE .feature-group-3 > *, .is-IE
    .feature-group-4 > * {
      margin-top: 1rem;
      margin-left: 1rem; }
  .feature-group-3 > *,
  .feature-group-4 > * {
    margin-top: 0;
    margin-left: 0; }
  .feature-group-3 > :nth-child(1),
  .feature-group-4 > :nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
  .feature-group-3 > :nth-child(2),
  .feature-group-4 > :nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
  .feature-group-3 > :nth-child(3),
  .feature-group-4 > :nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3; }
  .feature-group-3 > :nth-child(4),
  .feature-group-4 > :nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4; }

@media only screen and (min-width: 70em) {
  .feature-group-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .feature-group-3 > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      margin-left: 1rem; }
  .feature-group-4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr); }
    .feature-group-4 > :nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / 4; }
      .feature-group-4 > :nth-child(1) .c-feature__title,
      .feature-group-4 > :nth-child(1) .c-feature__description,
      .feature-group-4 > :nth-child(1) .c-feature__action {
        opacity: 1 !important;
        -webkit-transform: none !important;
                transform: none !important; }
      .feature-group-4 > :nth-child(1) .c-feature__action {
        margin-top: auto; }
    .feature-group-4 > :nth-child(2) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    .feature-group-4 > :nth-child(3) {
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / 4;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3; }
    .feature-group-4 > :nth-child(4) {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2 / 4;
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      grid-row: 3 / 4; } }

.instagram-insert,
.instagram-insert + .vertical-separator {
  display: none; }
  .social-instagram-group .instagram-insert, .social-instagram-group
  .instagram-insert + .vertical-separator {
    display: block; }

@media only screen and (min-width: 62.5em) {
  .social-instagram-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .social-instagram-group > * {
      margin-left: 1rem; } }

@media not screen and (min-width: 62.5em) {
  .social-instagram-group > * + * {
    margin-top: 1rem; } }

.social-instagram-group .widget_wpcom_social_media_icons_widget,
.social-instagram-group .jetpack_widget_social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 20%;
  padding: 28px;
  background-color: #191919;
  color: #F5F6F1;
  border-radius: 4px; }
  @media only screen and (max-width: 1024px) {
    .social-instagram-group .widget_wpcom_social_media_icons_widget,
    .social-instagram-group .jetpack_widget_social_icons {
      padding: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .social-instagram-group .widget_wpcom_social_media_icons_widget,
    .social-instagram-group .jetpack_widget_social_icons {
      padding: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .social-instagram-group .widget_wpcom_social_media_icons_widget,
    .social-instagram-group .jetpack_widget_social_icons {
      padding: 13.65854px; } }
  .is-IE .social-instagram-group .widget_wpcom_social_media_icons_widget, .is-IE
  .social-instagram-group .jetpack_widget_social_icons {
    max-width: 30%; }
    .is-IE .social-instagram-group .widget_wpcom_social_media_icons_widget svg, .is-IE
    .social-instagram-group .jetpack_widget_social_icons svg {
      max-width: 44px;
      fill: currentColor; }
  .social-instagram-group .widget_wpcom_social_media_icons_widget > *,
  .social-instagram-group .jetpack_widget_social_icons > * {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .social-instagram-group .widget_wpcom_social_media_icons_widget .widget__title,
  .social-instagram-group .jetpack_widget_social_icons .widget__title {
    color: inherit; }
  .social-instagram-group .widget_wpcom_social_media_icons_widget ul li,
  .social-instagram-group .jetpack_widget_social_icons ul li {
    width: auto;
    height: auto;
    background: none !important; }

.social-instagram-group .null-instagram-feed,
.social-instagram-group .zoom-instagram-widget {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.social-instagram-group .instagram-icon {
  width: 31.5px;
  height: 31.5px;
  margin: 0 auto 0.5rem; }
  @media only screen and (max-width: 1024px) {
    .social-instagram-group .instagram-icon {
      width: 23.20798px; } }
  @media only screen and (max-width: 768px) {
    .social-instagram-group .instagram-icon {
      width: 18.37181px; } }
  @media only screen and (max-width: 320px) {
    .social-instagram-group .instagram-icon {
      width: 15.20362px; } }
  @media only screen and (max-width: 1024px) {
    .social-instagram-group .instagram-icon {
      height: 23.20798px; } }
  @media only screen and (max-width: 768px) {
    .social-instagram-group .instagram-icon {
      height: 18.37181px; } }
  @media only screen and (max-width: 320px) {
    .social-instagram-group .instagram-icon {
      height: 15.20362px; } }

.social-instagram-group .instagram-link {
  color: inherit;
  text-decoration: none;
  width: auto;
  height: auto;
  display: inline-block; }

.social-instagram-group .instagram-link,
.social-instagram-group .widget_wpcom_social_media_icons_widget .widget__title,
.social-instagram-group .jetpack_widget_social_icons .widget__title {
  font-family: "HK Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .social-instagram-group .instagram-link,
    .social-instagram-group .widget_wpcom_social_media_icons_widget .widget__title,
    .social-instagram-group .jetpack_widget_social_icons .widget__title {
      font-size: 11.89585px; } }
  @media only screen and (max-width: 768px) {
    .social-instagram-group .instagram-link,
    .social-instagram-group .widget_wpcom_social_media_icons_widget .widget__title,
    .social-instagram-group .jetpack_widget_social_icons .widget__title {
      font-size: 11.79349px; } }
  @media only screen and (max-width: 400px) {
    .social-instagram-group .instagram-link,
    .social-instagram-group .widget_wpcom_social_media_icons_widget .widget__title,
    .social-instagram-group .jetpack_widget_social_icons .widget__title {
      font-size: 11.69288px; } }

.social-instagram-group .widget_wpcom_social_media_icons_widget .widget__title:not(:last-child),
.social-instagram-group .jetpack_widget_social_icons .widget__title:not(:last-child) {
  margin-bottom: 0.5rem; }

.social-instagram-group .vertical-separator:before {
  height: 91px;
  background-color: #F59828; }
  @media only screen and (max-width: 1024px) {
    .social-instagram-group .vertical-separator:before {
      height: 61.4346px; } }
  @media only screen and (max-width: 768px) {
    .social-instagram-group .vertical-separator:before {
      height: 46.36943px; } }
  @media only screen and (max-width: 320px) {
    .social-instagram-group .vertical-separator:before {
      height: 37.23785px; } }

.widget_mc4wp_form_widget {
  padding: 2.5rem;
  background: #F59828;
  color: #FFFFFF;
  text-align: center;
  border-radius: 4px; }
  .widget_mc4wp_form_widget .widget__title {
    color: inherit;
    text-align: inherit; }
  .widget_mc4wp_form_widget[class] input[type="submit"] {
    background-color: #202423;
    color: #FFF; }
    .widget_mc4wp_form_widget[class] input[type="submit"]:hover {
      color: #FFF; }
    .u-buttons-outline .widget_mc4wp_form_widget[class] input[type="submit"] {
      background: none; }
  @media only screen and (min-width: 50em) {
    .widget_mc4wp_form_widget {
      text-align: left;
      padding: 3rem; }
      .widget_mc4wp_form_widget input[type="email"] {
        max-width: 25em; }
      .widget_mc4wp_form_widget[class] input[type="submit"] {
        padding-left: 3rem;
        padding-right: 3rem; } }
  @media only screen and (min-width: 80em) {
    .widget_mc4wp_form_widget {
      padding: 4rem 6rem; }
      .widget_mc4wp_form_widget[class] input[type="submit"] {
        padding-left: 4rem;
        padding-right: 4rem; } }

.c-profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget-area--main .c-profile:first-child {
    margin-top: 56px; }
    @media only screen and (max-width: 1024px) {
      .widget-area--main .c-profile:first-child {
        margin-top: 39.76331px; } }
    @media only screen and (max-width: 768px) {
      .widget-area--main .c-profile:first-child {
        margin-top: 30.82569px; } }
    @media only screen and (max-width: 320px) {
      .widget-area--main .c-profile:first-child {
        margin-top: 25.16854px; } }

.c-profile__dropcap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: 'Edo', fantasy;
  font-size: 614px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none; }
  @media only screen and (max-width: 1024px) {
    .c-profile__dropcap {
      font-size: 349.12813px; } }
  @media only screen and (max-width: 768px) {
    .c-profile__dropcap {
      font-size: 243.9089px; } }
  @media only screen and (max-width: 400px) {
    .c-profile__dropcap {
      font-size: 187.42369px; } }
  .c-profile__dropcap[style] {
    opacity: 0.1; }
  @media not screen and (min-width: 50em) {
    .c-profile__dropcap {
      display: none; } }

.c-profile__content {
  position: relative;
  z-index: 30;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left; }
  .c-profile__content .c-profile__subtitle + .c-profile__title {
    margin-top: 28px; }
    @media only screen and (max-width: 1024px) {
      .c-profile__content .c-profile__subtitle + .c-profile__title {
        margin-top: 20.74074px; } }
    @media only screen and (max-width: 768px) {
      .c-profile__content .c-profile__subtitle + .c-profile__title {
        margin-top: 16.47059px; } }
    @media only screen and (max-width: 320px) {
      .c-profile__content .c-profile__subtitle + .c-profile__title {
        margin-top: 13.65854px; } }

.c-profile__media {
  position: relative;
  -ms-flex-negative: 10;
      flex-shrink: 10;
  margin-right: auto; }
  .is-IE .c-profile__media {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-profile__media img:not(.c-stamp__image) {
    position: relative;
    z-index: 20;
    display: block; }
  .c-profile__media .c-stamp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30; }
  .c-profile__media .blobs {
    z-index: 10; }
  .c-profile__media svg {
    position: relative;
    z-index: 20;
    display: block;
    max-width: 100%;
    height: auto; }

.c-profile__content + .c-profile__media {
  margin-bottom: 42px;
  padding-right: 8rem; }
  @media only screen and (max-width: 1024px) {
    .c-profile__content + .c-profile__media {
      margin-bottom: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .c-profile__content + .c-profile__media {
      margin-bottom: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .c-profile__content + .c-profile__media {
      margin-bottom: 19.64912px; } }
  .c-profile__content + .c-profile__media .c-stamp {
    -webkit-transform: translate(50%, -30%) scale(0.88889);
            transform: translate(50%, -30%) scale(0.88889);
    right: 8rem; }
  @media not screen and (min-width: 80em) {
    .c-profile__content + .c-profile__media {
      padding-right: 4rem; }
      .c-profile__content + .c-profile__media .c-stamp {
        -webkit-transform: translate(30%, -30%) scale(0.61111);
                transform: translate(30%, -30%) scale(0.61111);
        right: 4rem; } }
  @media only screen and (min-width: 50em) {
    .c-profile__content + .c-profile__media {
      margin-bottom: 0; } }
  @media not screen and (min-width: 50em) {
    .c-profile__content + .c-profile__media {
      padding-right: 0; }
      .c-profile__content + .c-profile__media .c-stamp {
        -webkit-transform: translate(20%, -20%) scale(0.68889);
                transform: translate(20%, -20%) scale(0.68889);
        right: 0; } }

.o-layout__side .c-profile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.o-layout__side .c-profile__dropcap {
  display: none; }

.o-layout__side .c-profile__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .o-layout__side .c-profile__content .c-profile__subtitle {
    display: none; }
  .o-layout__side .c-profile__content .c-profile__title,
  .o-layout__side .c-profile__content .c-profile__description {
    opacity: 0.9;
    margin: 0 0 2em; }
    @media only screen and (max-width: 1024px) {
      .o-layout__side .c-profile__content .c-profile__title,
      .o-layout__side .c-profile__content .c-profile__description {
        margin: 0 0 1.99933em; } }
    @media only screen and (max-width: 768px) {
      .o-layout__side .c-profile__content .c-profile__title,
      .o-layout__side .c-profile__content .c-profile__description {
        margin: 0 0 1.99867em; } }
    @media only screen and (max-width: 320px) {
      .o-layout__side .c-profile__content .c-profile__title,
      .o-layout__side .c-profile__content .c-profile__description {
        margin: 0 0 1.998em; } }
  .o-layout__side .c-profile__content .c-profile__btn {
    width: 100%; }
  .o-layout__side .c-profile__content .c-profile__subtitle + .c-profile__title {
    margin-top: 23.8px; }
    @media only screen and (max-width: 1024px) {
      .o-layout__side .c-profile__content .c-profile__subtitle + .c-profile__title {
        margin-top: 17.74464px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__side .c-profile__content .c-profile__subtitle + .c-profile__title {
        margin-top: 14.14562px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__side .c-profile__content .c-profile__subtitle + .c-profile__title {
        margin-top: 11.76035px; } }

.o-layout__side .c-profile__media {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .o-layout__side .c-profile__media img:not(.c-stamp__image) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none; }
  .o-layout__side .c-profile__media .c-stamp,
  .o-layout__side .c-profile__media .blobs {
    display: none; }

.o-layout__side .c-profile__content + .c-profile__media {
  padding-right: 0;
  margin-bottom: 14px; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .c-profile__content + .c-profile__media {
      margin-bottom: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .c-profile__content + .c-profile__media {
      margin-bottom: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .c-profile__content + .c-profile__media {
      margin-bottom: 10.42442px; } }

@media not screen and (min-width: 50em) {
  .c-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

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

.widget_promo_box .c-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #191919;
  padding-left: 49px;
  padding-right: 49px; }
  @media only screen and (max-width: 1024px) {
    .widget_promo_box .c-promo {
      padding-left: 35.15695px; } }
  @media only screen and (max-width: 768px) {
    .widget_promo_box .c-promo {
      padding-left: 27.41259px; } }
  @media only screen and (max-width: 320px) {
    .widget_promo_box .c-promo {
      padding-left: 22.46418px; } }
  @media only screen and (max-width: 1024px) {
    .widget_promo_box .c-promo {
      padding-right: 35.15695px; } }
  @media only screen and (max-width: 768px) {
    .widget_promo_box .c-promo {
      padding-right: 27.41259px; } }
  @media only screen and (max-width: 320px) {
    .widget_promo_box .c-promo {
      padding-right: 22.46418px; } }
  @media not screen and (min-width: 42.5em) {
    .widget_promo_box .c-promo {
      padding-top: 8rem;
      padding-bottom: 3rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw); } }
  @media only screen and (min-width: 42.5em) {
    .widget_promo_box .c-promo {
      position: relative;
      border-radius: 4px;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
      margin-bottom: 14rem; } }

.widget_promo_box .c-promo__media {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .widget_promo_box .c-promo__media 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%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none;
    border-radius: 4px; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .widget_promo_box .c-promo__media 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: 42.5em) {
    .widget_promo_box .c-promo__media {
      max-width: 100%;
      margin-bottom: 2rem;
      padding-top: 75%; }
      .widget_promo_box .c-promo__media .c-stamp {
        top: -90px; } }
  @media only screen and (min-width: 42.5em) {
    .widget_promo_box .c-promo__media {
      margin-bottom: -9rem;
      margin-right: 4rem; }
      .widget_promo_box .c-promo__media .c-stamp {
        bottom: -90px;
        color: inherit; } }
  .widget_promo_box .c-promo__media .c-stamp {
    position: absolute;
    left: calc(50% - 90px);
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }

.widget_promo_box .c-promo__content {
  text-align: left;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }
  @media not screen and (min-width: 42.5em) {
    .widget_promo_box .c-promo__content {
      padding-left: 0; } }

.widget_promo_box .c-promo__content {
  color: #F5F6F1; }

.widget_promo_box .c-promo__title {
  font-family: "YoungSerif", serif;
  font-size: 40px;
  line-height: 1.1; }
  @media only screen and (max-width: 1024px) {
    .widget_promo_box .c-promo__title {
      font-size: 30.2054px; } }
  @media only screen and (max-width: 768px) {
    .widget_promo_box .c-promo__title {
      font-size: 24.26399px; } }
  @media only screen and (max-width: 400px) {
    .widget_promo_box .c-promo__title {
      font-size: 20.27575px; } }
  .widget_promo_box .c-promo__title:not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .widget_promo_box .c-promo__title:not(:first-child) {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .widget_promo_box .c-promo__title:not(:first-child) {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .widget_promo_box .c-promo__title:not(:first-child) {
        margin-top: 19.64912px; } }
  .widget_promo_box .c-promo__title:not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .widget_promo_box .c-promo__title:not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .widget_promo_box .c-promo__title:not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .widget_promo_box .c-promo__title:not(:last-child) {
        margin-bottom: 10.46729px; } }

.widget_promo_box .c-promo__description {
  margin-bottom: 2rem; }

.o-layout__side .widget_promo_box .c-promo {
  padding: 112px 21px 42px;
  margin-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_promo_box .c-promo {
      padding: 73.44262px 15.72543px 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_promo_box .c-promo {
      padding: 54.63415px 12.56858px 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .o-layout__side .widget_promo_box .c-promo {
      padding: 43.49515px 10.46729px 19.64912px; } }

.o-layout__side .widget_promo_box .c-promo__media {
  max-width: 100%;
  margin-bottom: 2rem;
  padding-top: 75%;
  margin-right: 0; }
  .o-layout__side .widget_promo_box .c-promo__media .c-stamp {
    top: -90px;
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .o-layout__side .widget_promo_box .c-promo__media .c-stamp:before {
      border-color: #FFFFFF; }

.o-layout__side .widget_promo_box .c-promo__title {
  font-family: "YoungSerif", serif;
  font-size: 24px;
  line-height: 1.41667;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    .o-layout__side .widget_promo_box .c-promo__title {
      font-size: 22.42903px; } }
  @media only screen and (max-width: 768px) {
    .o-layout__side .widget_promo_box .c-promo__title {
      font-size: 21.0511px; } }
  @media only screen and (max-width: 400px) {
    .o-layout__side .widget_promo_box .c-promo__title {
      font-size: 19.83267px; } }
  .o-layout__side .widget_promo_box .c-promo__title:not(:first-child) {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .o-layout__side .widget_promo_box .c-promo__title:not(:first-child) {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__side .widget_promo_box .c-promo__title:not(:first-child) {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__side .widget_promo_box .c-promo__title:not(:first-child) {
        margin-top: 19.64912px; } }
  .o-layout__side .widget_promo_box .c-promo__title:not(:last-child) {
    margin-bottom: 21px; }
    @media only screen and (max-width: 1024px) {
      .o-layout__side .widget_promo_box .c-promo__title:not(:last-child) {
        margin-bottom: 15.72543px; } }
    @media only screen and (max-width: 768px) {
      .o-layout__side .widget_promo_box .c-promo__title:not(:last-child) {
        margin-bottom: 12.56858px; } }
    @media only screen and (max-width: 320px) {
      .o-layout__side .widget_promo_box .c-promo__title:not(:last-child) {
        margin-bottom: 10.46729px; } }

.o-layout__side .widget_promo_box .c-promo__description {
  font-size: 0.9em;
  text-align: center; }

.widget .search-form {
  position: relative; }

.widget .search-submit[class] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(38px + 1.5rem);
  border: 0;
  padding: 0;
  background: url("assets/images/icon-search.svg") center center no-repeat;
  background-size: 1.5rem 1.5rem; }
  .widget .search-submit[class], .widget .search-submit[class]:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .widget .search-submit[class] span {
    display: none; }

.widget .search-field[class] {
  padding-right: calc(38px + 1.5rem); }

.widget_top-posts .widgets-list-layout li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .widget_top-posts .widgets-list-layout .widgets-list-layout-links a {
    text-decoration: none; }

.widget_top-posts .widgets-list-layout .widgets-list-layout-blavatar {
  width: 100px;
  max-width: 100px;
  height: 100px;
  margin-right: 1rem; }

.wp-caption-text,
figcaption {
  border-left: 1px solid currentColor;
  padding-left: 1em; }
  .wp-caption-text[class],
  figcaption[class] {
    font-size: 0.94444em; }
  .wp-caption-text .credit,
  figcaption .credit {
    display: block;
    font-family: "HK Grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 0.07143em;
    text-transform: uppercase;
    opacity: 0.6; }
    @media only screen and (max-width: 1024px) {
      .wp-caption-text .credit,
      figcaption .credit {
        font-size: 13.80803px; } }
    @media only screen and (max-width: 768px) {
      .wp-caption-text .credit,
      figcaption .credit {
        font-size: 13.62125px; } }
    @media only screen and (max-width: 400px) {
      .wp-caption-text .credit,
      figcaption .credit {
        font-size: 13.43946px; } }
    .wp-caption-text .credit:not(:first-child),
    figcaption .credit:not(:first-child) {
      margin-top: 10.5px; }
      @media only screen and (max-width: 1024px) {
        .wp-caption-text .credit:not(:first-child),
        figcaption .credit:not(:first-child) {
          margin-top: 10.01684px; } }
      @media only screen and (max-width: 768px) {
        .wp-caption-text .credit:not(:first-child),
        figcaption .credit:not(:first-child) {
          margin-top: 9.5762px; } }
      @media only screen and (max-width: 320px) {
        .wp-caption-text .credit:not(:first-child),
        figcaption .credit:not(:first-child) {
          margin-top: 9.17268px; } }

.u-underlined-links .wp-caption-text a {
  color: inherit; }

.product_title[class] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.comment-form-rating label {
  margin-bottom: 0; }

.c-cart-trigger {
  position: relative; }
  .search-trigger + .c-cart-trigger {
    margin-top: 1.5rem; }
  .c-cart-trigger .cart-count {
    position: absolute;
    top: 100%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    border: 3px solid;
    font-family: "HK Grotesk", sans-serif;
    font-weight: 700; }
    .c-cart-trigger .cart-count span {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: 0.05em;
      margin-top: -0.05em;
      white-space: nowrap;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .c-cart-trigger svg, .c-cart-trigger a {
    display: block; }

.c-card--product .c-card__meta {
  top: 14px;
  bottom: auto;
  -webkit-transform: none;
          transform: none; }
  @media only screen and (max-width: 1024px) {
    .c-card--product .c-card__meta {
      top: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .c-card--product .c-card__meta {
      top: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .c-card--product .c-card__meta {
      top: 10.42442px; } }

.c-card--product .c-card__aside + .c-card__content {
  margin-top: 1.1em; }

.c-btn--sale-flash[class] {
  padding: 0.25em 0.75em 0.25em; }

.woocommerce-header {
  margin-top: 35px;
  margin-bottom: 56px; }
  @media only screen and (max-width: 1024px) {
    .woocommerce-header {
      margin-top: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-header {
      margin-top: 20.24096px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-header {
      margin-top: 16.71642px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-header {
      margin-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-header {
      margin-bottom: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-header {
      margin-bottom: 25.16854px; } }

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

.entry-content .wp-block-separator {
  border-bottom-color: currentColor;
  margin: 1.5em auto; }
  .entry-content .wp-block-separator[class][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,
.entry-content .editor-block-list__layout .block-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 > *,
.entry-content .editor-block-list__layout .block-editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
  margin-top: 3em;
  margin-bottom: 3em; }
  @media only screen and (min-width: 899px) {
    .entry-content .wp-block-image .alignleft,
    .entry-content .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > *,
    .entry-content .editor-block-list__layout .block-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,
.entry-content .editor-block-list__layout .block-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 > *,
.entry-content .editor-block-list__layout .block-editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
  margin-top: 3em;
  margin-bottom: 3em; }
  @media only screen and (min-width: 899px) {
    .entry-content .wp-block-image .alignright,
    .entry-content .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > *,
    .entry-content .editor-block-list__layout .block-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[class],
.entry-content .wp-block-quote[class] cite,
.entry-content .wp-block-quote[class] footer {
  color: inherit;
  text-align: center; }

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

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

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

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

.entry-content .blocks-gallery-caption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
  color: currentColor; }

.entry-content .wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  padding: 0 0 0 1em;
  background: transparent;
  color: currentColor;
  font-size: inherit;
  text-align: initial; }

.entry-content .blocks-gallery-grid[class][class] {
  margin-bottom: 0; }

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

.edit-link {
  margin-bottom: 28px; }
  @media only screen and (max-width: 1024px) {
    .edit-link {
      margin-bottom: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .edit-link {
      margin-bottom: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .edit-link {
      margin-bottom: 13.65854px; } }

@media only screen and (min-width: 62.5em) {
  .c-navbar__content[class] {
    background: transparent; } }

.site-content {
  overflow: hidden; }

.hidden {
  display: none; }

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

.site-header,
.c-toolbar {
  border-top: 0 solid transparent; }

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

.c-comments-toggle__label,
.c-btn,
button[type=button],
button[type=reset],
button[type=submit],
input[type=button],
input[type=submit] {
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    .c-comments-toggle__label,
    .c-btn,
    button[type=button],
    button[type=reset],
    button[type=submit],
    input[type=button],
    input[type=submit] {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .c-comments-toggle__label,
    .c-btn,
    button[type=button],
    button[type=reset],
    button[type=submit],
    input[type=button],
    input[type=submit] {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .c-comments-toggle__label,
    .c-btn,
    button[type=button],
    button[type=reset],
    button[type=submit],
    input[type=button],
    input[type=submit] {
      font-size: 15.8187px; } }
  .c-comments-toggle__label:focus, .c-comments-toggle__label:active, .c-comments-toggle__label:hover,
  .c-btn:focus,
  .c-btn:active,
  .c-btn:hover,
  button[type=button]:focus,
  button[type=button]:active,
  button[type=button]:hover,
  button[type=reset]:focus,
  button[type=reset]:active,
  button[type=reset]:hover,
  button[type=submit]:focus,
  button[type=submit]:active,
  button[type=submit]:hover,
  input[type=button]:focus,
  input[type=button]:active,
  input[type=button]:hover,
  input[type=submit]:focus,
  input[type=submit]:active,
  input[type=submit]:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid .c-comments-toggle__label:focus, .u-buttons-solid .c-comments-toggle__label:active, .u-buttons-solid .c-comments-toggle__label:hover, .u-buttons-solid
  .c-btn:focus, .u-buttons-solid
  .c-btn:active, .u-buttons-solid
  .c-btn:hover, .u-buttons-solid
  button[type=button]:focus, .u-buttons-solid
  button[type=button]:active, .u-buttons-solid
  button[type=button]:hover, .u-buttons-solid
  button[type=reset]:focus, .u-buttons-solid
  button[type=reset]:active, .u-buttons-solid
  button[type=reset]:hover, .u-buttons-solid
  button[type=submit]:focus, .u-buttons-solid
  button[type=submit]:active, .u-buttons-solid
  button[type=submit]:hover, .u-buttons-solid
  input[type=button]:focus, .u-buttons-solid
  input[type=button]:active, .u-buttons-solid
  input[type=button]:hover, .u-buttons-solid
  input[type=submit]:focus, .u-buttons-solid
  input[type=submit]:active, .u-buttons-solid
  input[type=submit]:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

@media not screen and (min-width: 42.5em) {
  .inline[class] [type="submit"] {
    width: 100%;
    display: block; }
  .inline[class] > * + * {
    margin-top: 1rem; } }

@media only screen and (min-width: 42.5em) {
  .inline[class] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem; }
    .inline[class] > * {
      margin-left: 1rem; } }

.customize-partial-edit-shortcut[class] {
  z-index: 300; }
  .customize-partial-edit-shortcut[class]:first-child + :not(.instagram-pics) {
    margin-top: 0; }

.not-found {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 154px; }
  @media only screen and (max-width: 1024px) {
    .not-found {
      margin-bottom: 95.50388px; } }
  @media only screen and (max-width: 768px) {
    .not-found {
      margin-bottom: 69.21348px; } }
  @media only screen and (max-width: 320px) {
    .not-found {
      margin-bottom: 54.27313px; } }
  .not-found .page-title {
    width: 100%;
    text-align: center;
    margin-bottom: 60.2px; }
    @media only screen and (max-width: 1024px) {
      .not-found .page-title {
        margin-bottom: 42.48162px; } }
    @media only screen and (max-width: 768px) {
      .not-found .page-title {
        margin-bottom: 32.82144px; } }
    @media only screen and (max-width: 320px) {
      .not-found .page-title {
        margin-bottom: 26.7407px; } }
  .not-found .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .not-found .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
    @media not screen and (min-width: 62.5em) {
      .not-found .search-form {
        width: 100%; } }
    .not-found .search-form .search-field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: auto;
      margin-right: 14px; }
    .not-found .search-form .search-submit {
      max-width: 192px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background-color: #202423;
      color: #FFF; }
      .not-found .search-form .search-submit:hover {
        color: #FFF; }
      .u-buttons-outline .not-found .search-form .search-submit {
        background: none; }

.page .entry-header {
  text-align: center; }
  .page .entry-header .entry-title {
    margin-top: 70px;
    margin-bottom: 70px; }
    @media only screen and (max-width: 1024px) {
      .page .entry-header .entry-title {
        margin-top: 48.69565px; } }
    @media only screen and (max-width: 768px) {
      .page .entry-header .entry-title {
        margin-top: 37.33333px; } }
    @media only screen and (max-width: 320px) {
      .page .entry-header .entry-title {
        margin-top: 30.27027px; } }
    @media only screen and (max-width: 1024px) {
      .page .entry-header .entry-title {
        margin-bottom: 48.69565px; } }
    @media only screen and (max-width: 768px) {
      .page .entry-header .entry-title {
        margin-bottom: 37.33333px; } }
    @media only screen and (max-width: 320px) {
      .page .entry-header .entry-title {
        margin-bottom: 30.27027px; } }

.header-dropcap {
  display: none; }

.single .entry-header,
.single .entry-content {
  position: relative;
  z-index: 20; }

.single .entry-header {
  text-align: center; }
  .single .entry-header > * {
    margin-top: 42px; }
    @media only screen and (max-width: 1024px) {
      .single .entry-header > * {
        margin-top: 30.45317px; } }
    @media only screen and (max-width: 768px) {
      .single .entry-header > * {
        margin-top: 23.88626px; } }
    @media only screen and (max-width: 320px) {
      .single .entry-header > * {
        margin-top: 19.64912px; } }
  .single .entry-header .cats {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "HK Grotesk", sans-serif;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 500;
    color: #F59828; }
    @media only screen and (max-width: 1024px) {
      .single .entry-header .cats {
        font-size: 18.36188px; } }
    @media only screen and (max-width: 768px) {
      .single .entry-header .cats {
        font-size: 17.76524px; } }
    @media only screen and (max-width: 400px) {
      .single .entry-header .cats {
        font-size: 17.20614px; } }
    .single .entry-header .cats:not(:first-child) {
      margin-top: 49px; }
      @media only screen and (max-width: 1024px) {
        .single .entry-header .cats:not(:first-child) {
          margin-top: 35.15695px; } }
      @media only screen and (max-width: 768px) {
        .single .entry-header .cats:not(:first-child) {
          margin-top: 27.41259px; } }
      @media only screen and (max-width: 320px) {
        .single .entry-header .cats:not(:first-child) {
          margin-top: 22.46418px; } }
    .single .entry-header .cats:not(:last-child) {
      margin-bottom: 28px; }
      @media only screen and (max-width: 1024px) {
        .single .entry-header .cats:not(:last-child) {
          margin-bottom: 20.74074px; } }
      @media only screen and (max-width: 768px) {
        .single .entry-header .cats:not(:last-child) {
          margin-bottom: 16.47059px; } }
      @media only screen and (max-width: 320px) {
        .single .entry-header .cats:not(:last-child) {
          margin-bottom: 13.65854px; } }
    .single .entry-header .cats a {
      color: inherit;
      text-decoration: none; }
      .single .entry-header .cats a:before {
        content: "";
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 2rem;
        width: 2px;
        background-color: currentColor; }
      .single .entry-header .cats a:before {
        width: 3px;
        height: 3rem; }
        @media only screen and (min-width: 62.5em) {
          .single .entry-header .cats a:before {
            content: none; } }
  .single .entry-header .posted-on {
    display: block; }
    .single .entry-header .posted-on a {
      margin-top: -14px; }
      @media only screen and (max-width: 1024px) {
        .single .entry-header .posted-on a {
          margin-top: -12.56357px; } }
      @media only screen and (max-width: 768px) {
        .single .entry-header .posted-on a {
          margin-top: -11.39447px; } }
      @media only screen and (max-width: 320px) {
        .single .entry-header .posted-on a {
          margin-top: -10.42442px; } }
    .single .entry-header .posted-on time + time {
      display: none; }

.single .header-meta {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }
  .single .header-meta .byline, .single .header-meta .posted-on {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    padding: 0.25em 0.75em 0.25em;
    background-color: #2B3D39;
    color: #FFF;
    text-decoration: none;
    text-shadow: none;
    font-family: "HK Grotesk", sans-serif;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Bebas Neue", sans-serif;
    font-size: 19px;
    line-height: 1.21053;
    font-weight: bold;
    letter-spacing: 0.05263em; }
    @media only screen and (max-width: 1024px) {
      .single .header-meta .byline, .single .header-meta .posted-on {
        font-size: 18.36188px; } }
    @media only screen and (max-width: 768px) {
      .single .header-meta .byline, .single .header-meta .posted-on {
        font-size: 17.76524px; } }
    @media only screen and (max-width: 400px) {
      .single .header-meta .byline, .single .header-meta .posted-on {
        font-size: 17.20614px; } }
    @media only screen and (max-width: 1024px) {
      .single .header-meta .byline, .single .header-meta .posted-on {
        font-size: 18.36188px; } }
    @media only screen and (max-width: 768px) {
      .single .header-meta .byline, .single .header-meta .posted-on {
        font-size: 17.76524px; } }
    @media only screen and (max-width: 400px) {
      .single .header-meta .byline, .single .header-meta .posted-on {
        font-size: 17.20614px; } }
  .single .header-meta a {
    color: inherit;
    text-decoration: none; }

.single.entry-image--none .header-meta {
  -webkit-transform: none;
          transform: none;
  margin-top: 14px; }
  @media only screen and (max-width: 1024px) {
    .single.entry-image--none .header-meta {
      margin-top: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .single.entry-image--none .header-meta {
      margin-top: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .single.entry-image--none .header-meta {
      margin-top: 10.42442px; } }

.single.entry-image--none .entry-header {
  margin-bottom: 84px; }
  @media only screen and (max-width: 1024px) {
    .single.entry-image--none .entry-header {
      margin-bottom: 57.27273px; } }
  @media only screen and (max-width: 768px) {
    .single.entry-image--none .entry-header {
      margin-bottom: 43.44828px; } }
  @media only screen and (max-width: 320px) {
    .single.entry-image--none .entry-header {
      margin-bottom: 35px; } }

.single .entry-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 56px; }
  @media only screen and (max-width: 1024px) {
    .single .entry-thumbnail {
      margin-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .single .entry-thumbnail {
      margin-bottom: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .single .entry-thumbnail {
      margin-bottom: 25.16854px; } }
  @media not screen and (min-width: 62.5em) {
    .single .entry-thumbnail {
      padding-bottom: 4rem; } }
  .single .entry-thumbnail img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    margin: auto; }

.single .o-layout__side > .widget-first {
  margin-top: 0; }

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

.entry-content .cats[class][class] a {
  margin-top: 14px;
  margin-right: 14px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: bold;
  letter-spacing: 0.05263em; }
  @media only screen and (max-width: 1024px) {
    .entry-content .cats[class][class] a {
      margin-top: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .cats[class][class] a {
      margin-top: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .cats[class][class] a {
      margin-top: 10.42442px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .cats[class][class] a {
      margin-right: 12.56357px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .cats[class][class] a {
      margin-right: 11.39447px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .cats[class][class] a {
      margin-right: 10.42442px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .cats[class][class] a {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .cats[class][class] a {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .entry-content .cats[class][class] a {
      font-size: 17.20614px; } }

.entry-content .cats__title {
  display: none; }

.entry-content .tags {
  margin-top: 28px; }
  @media only screen and (max-width: 1024px) {
    .entry-content .tags {
      margin-top: 20.74074px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .tags {
      margin-top: 16.47059px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .tags {
      margin-top: 13.65854px; } }

.entry-content .sharedaddy {
  margin-top: 35px; }
  @media only screen and (max-width: 1024px) {
    .entry-content .sharedaddy {
      margin-top: 25.64885px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .sharedaddy {
      margin-top: 20.24096px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .sharedaddy {
      margin-top: 16.71642px; } }

.entry-footer {
  margin-top: 42px; }
  @media only screen and (max-width: 1024px) {
    .entry-footer {
      margin-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .entry-footer {
      margin-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .entry-footer {
      margin-top: 19.64912px; } }

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

.meta__item--button, .entry-content .cats[class] > a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.25em 0.75em 0.25em;
  background-color: #2B3D39;
  color: #FFF;
  text-decoration: none;
  text-shadow: none;
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1024px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .meta__item--button, .entry-content .cats[class] > a {
      font-size: 17.20614px; } }

[style*="rect(1px"] {
  display: none; }

@media not screen and (min-width: 62.5em) {
  .o-layout--blog .o-layout__side {
    margin-top: 4rem; } }

.archive .o-layout__side {
  padding-top: 55px; }
  @media only screen and (max-width: 1024px) {
    .archive .o-layout__side {
      padding-top: 39.11111px; } }
  @media only screen and (max-width: 768px) {
    .archive .o-layout__side {
      padding-top: 30.34483px; } }
  @media only screen and (max-width: 320px) {
    .archive .o-layout__side {
      padding-top: 24.78873px; } }

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

.archive .content-area,
.search .content-area {
  padding-top: 42px; }
  @media only screen and (max-width: 1024px) {
    .archive .content-area,
    .search .content-area {
      padding-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .archive .content-area,
    .search .content-area {
      padding-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .archive .content-area,
    .search .content-area {
      padding-top: 19.64912px; } }

.single-post .entry-title,
.page .entry-title,
.archive .entry-title,
.search .entry-title,
.no-results .entry-title {
  font-family: "YoungSerif", serif;
  font-size: 72px;
  line-height: 1.11111;
  letter-spacing: 0;
  text-transform: none; }
  @media only screen and (max-width: 1024px) {
    .single-post .entry-title,
    .page .entry-title,
    .archive .entry-title,
    .search .entry-title,
    .no-results .entry-title {
      font-size: 43.95008px; } }
  @media only screen and (max-width: 768px) {
    .single-post .entry-title,
    .page .entry-title,
    .archive .entry-title,
    .search .entry-title,
    .no-results .entry-title {
      font-size: 31.62827px; } }
  @media only screen and (max-width: 400px) {
    .single-post .entry-title,
    .page .entry-title,
    .archive .entry-title,
    .search .entry-title,
    .no-results .entry-title {
      font-size: 24.70265px; } }

.entry-title:not(.product_title) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 42px; }
  @media only screen and (max-width: 1024px) {
    .entry-title:not(.product_title) {
      margin-bottom: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .entry-title:not(.product_title) {
      margin-bottom: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .entry-title:not(.product_title) {
      margin-bottom: 19.64912px; } }
  .search-no-results .entry-title:not(.product_title) {
    display: none; }

.archive-title__pre-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #F59828;
  font-family: "HK Grotesk", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 42px; }
  @media only screen and (max-width: 1024px) {
    .archive-title__pre-title {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .archive-title__pre-title {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .archive-title__pre-title {
      font-size: 17.20614px; } }
  @media only screen and (max-width: 1024px) {
    .archive-title__pre-title {
      margin-bottom: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .archive-title__pre-title {
      margin-bottom: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .archive-title__pre-title {
      margin-bottom: 19.64912px; } }

.featured-posts__footer {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 84px; }
  @media only screen and (max-width: 1024px) {
    .featured-posts__footer {
      padding-top: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts__footer {
      padding-top: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts__footer {
      padding-top: 19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .featured-posts__footer {
      padding-bottom: 57.27273px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts__footer {
      padding-bottom: 43.44828px; } }
  @media only screen and (max-width: 320px) {
    .featured-posts__footer {
      padding-bottom: 35px; } }

a.page-numbers[class][class],
span.page-numbers[class][class] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0; }

.page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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);
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    .page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
      font-size: 15.8187px; } }
  .u-buttons-rounded .page-numbers.current[class][class], .u-buttons-rounded .page-numbers.prev[class][class], .u-buttons-rounded .page-numbers.next[class][class] {
    border-radius: 0.3em; }
  .u-buttons-pill .page-numbers.current[class][class], .u-buttons-pill .page-numbers.prev[class][class], .u-buttons-pill .page-numbers.next[class][class] {
    border-radius: 999em; }
  .u-underlined-links .page-numbers.current[class][class], .u-underlined-links .page-numbers.prev[class][class], .u-underlined-links .page-numbers.next[class][class] {
    text-decoration: none; }
  .u-buttons-outline .page-numbers.current[class][class], .u-buttons-outline .page-numbers.prev[class][class], .u-buttons-outline .page-numbers.next[class][class] {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .page-numbers.current[class][class]:hover, .u-buttons-outline .page-numbers.current[class][class]:active, .u-buttons-outline .page-numbers.current[class][class]:focus, .u-buttons-outline .page-numbers.prev[class][class]:hover, .u-buttons-outline .page-numbers.prev[class][class]:active, .u-buttons-outline .page-numbers.prev[class][class]:focus, .u-buttons-outline .page-numbers.next[class][class]:hover, .u-buttons-outline .page-numbers.next[class][class]:active, .u-buttons-outline .page-numbers.next[class][class]:focus {
      background: none;
      color: inherit; }
  .page-numbers.current[class][class]:hover, .page-numbers.current[class][class]:active, .page-numbers.current[class][class]:focus, .page-numbers.prev[class][class]:hover, .page-numbers.prev[class][class]:active, .page-numbers.prev[class][class]:focus, .page-numbers.next[class][class]:hover, .page-numbers.next[class][class]:active, .page-numbers.next[class][class]:focus {
    color: #FFF;
    background-color: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .page-numbers.current[class][class], .page-numbers.prev[class][class], .page-numbers.next[class][class] {
      font-size: 15.8187px; } }
  .page-numbers.current[class][class]:focus, .page-numbers.current[class][class]:active, .page-numbers.current[class][class]:hover, .page-numbers.prev[class][class]:focus, .page-numbers.prev[class][class]:active, .page-numbers.prev[class][class]:hover, .page-numbers.next[class][class]:focus, .page-numbers.next[class][class]:active, .page-numbers.next[class][class]:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid .page-numbers.current[class][class]:focus, .u-buttons-solid .page-numbers.current[class][class]:active, .u-buttons-solid .page-numbers.current[class][class]:hover, .u-buttons-solid .page-numbers.prev[class][class]:focus, .u-buttons-solid .page-numbers.prev[class][class]:active, .u-buttons-solid .page-numbers.prev[class][class]:hover, .u-buttons-solid .page-numbers.next[class][class]:focus, .u-buttons-solid .page-numbers.next[class][class]:active, .u-buttons-solid .page-numbers.next[class][class]:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

.featured-posts__more {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.75em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  color: #FFF;
  background-color: #3EBABF;
  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);
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  font-family: "HK Grotesk", sans-serif;
  font-size: 17px;
  line-height: 1.6; }
  @media only screen and (max-width: 1024px) {
    .featured-posts__more {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts__more {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .featured-posts__more {
      font-size: 15.8187px; } }
  .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: #2B2B2A;
    opacity: 1;
    text-decoration: none; }
  @media only screen and (max-width: 1024px) {
    .featured-posts__more {
      font-size: 16.5871px; } }
  @media only screen and (max-width: 768px) {
    .featured-posts__more {
      font-size: 16.19379px; } }
  @media only screen and (max-width: 400px) {
    .featured-posts__more {
      font-size: 15.8187px; } }
  .featured-posts__more:focus, .featured-posts__more:active, .featured-posts__more:hover {
    -webkit-transform: scale(1.05) translateY(-3px) translateZ(0);
            transform: scale(1.05) translateY(-3px) translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .u-buttons-solid .featured-posts__more:focus, .u-buttons-solid .featured-posts__more:active, .u-buttons-solid .featured-posts__more:hover {
    color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1);
            box-shadow: 0 4px 4px 0 rgba(42, 54, 52, 0.1), 0 8px 8px 0 rgba(42, 54, 52, 0.1), 0 16px 16px 0 rgba(42, 54, 52, 0.1), 0 16px 32px 0 rgba(42, 54, 52, 0.1), 0 32px 64px 0 rgba(42, 54, 52, 0.1), 0 64px 128px 0 rgba(42, 54, 52, 0.1); }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-navbar {
  text-transform: none; }
  .c-navbar a {
    padding-left: 28px;
    padding-right: 28px; }

.c-navbar__zone {
  padding-left: 42px;
  padding-right: 42px; }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone {
      padding-left: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone {
      padding-left: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone {
      padding-left: 19.64912px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone {
      padding-right: 30.45317px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone {
      padding-right: 23.88626px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone {
      padding-right: 19.64912px; } }

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

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

.demo-site .lite-version.admin-bar .site-header {
  top: 80px; }

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

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

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

@media screen and (max-width: 600px) {
  .admin-bar .lite-version.admin-bar .site-header {
    position: absolute; } }

.lite-version .c-gallery--blog .has-post-thumbnail .c-card__frame {
  padding-top: 100%; }

[id="wpadminbar"] {
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.woocommerce-checkout.has-toolbar {
  padding-right: 0; }

.woocommerce-checkout .o-layout__main {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout .o-layout__main {
      padding-top: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout .o-layout__main {
      padding-top: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout .o-layout__main {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-checkout .o-layout__main {
      padding-bottom: 39.76331px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-checkout .o-layout__main {
      padding-bottom: 30.82569px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-checkout .o-layout__main {
      padding-bottom: 25.16854px; } }

.woocommerce-checkout [id="order_review_heading"] {
  margin-top: 0; }

.shop_table[class] th,
.woocommerce-product-attributes[class] th {
  color: inherit; }

.shop_table[class] tr,
.woocommerce-product-attributes[class] tr {
  background: none; }

.c-mini-cart__title {
  color: inherit; }

.c-mini-cart[class] .cart_list a:not(.remove),
.c-mini-cart[class] .product_list_widget a:not(.remove) {
  color: inherit; }

ul.woocommerce-checkout-breadcrumbs {
  margin-top: 0; }

.woocommerce-categories a,
.woocommerce-categories .active {
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  .woocommerce-categories a:after,
  .woocommerce-categories .active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out; }

.u-underlined-links .woocommerce-categories[class] a:hover,
.u-underlined-links .woocommerce-categories[class] .active {
  text-decoration: none; }
  .u-underlined-links .woocommerce-categories[class] a:hover:after,
  .u-underlined-links .woocommerce-categories[class] .active:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }

#content .c-product-main[class][class][class], #content .c-product-main[class][class][class] .entry-summary {
  position: relative; }

@media not screen and (min-width: 768px) {
  .shop_table[class][class][class] td {
    background: none; }
  .shop_table[class][class][class] td, .shop_table[class][class][class] th {
    padding-left: 0;
    padding-right: 0; } }

table.variations tbody tr {
  background: none; }

.u-buttons-rounded .c-product-main .cart .qty {
  border-radius: 0.3em; }

.woocommerce .product .images .flex-control-thumbs > li {
  max-width: 116px; }
  @media only screen and (max-width: 1024px) {
    .woocommerce .product .images .flex-control-thumbs > li {
      max-width: 75.65217px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce .product .images .flex-control-thumbs > li {
      max-width: 56.12903px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce .product .images .flex-control-thumbs > li {
      max-width: 44.61538px; } }

.woocommerce-product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-product-category li + li:before {
    content: "/";
    padding-left: 0.3em;
    padding-right: 0.3em; }

.c-btn--sale-flash {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 0.25em 0.75em 0.25em;
  background-color: #2B3D39;
  color: #FFF;
  text-decoration: none;
  text-shadow: none;
  font-family: "Bebas Neue", sans-serif;
  font-size: 19px;
  line-height: 1.21053;
  font-weight: bold;
  letter-spacing: 0.05263em;
  background-color: #3EBABF; }
  @media only screen and (max-width: 1024px) {
    .c-btn--sale-flash {
      font-size: 18.36188px; } }
  @media only screen and (max-width: 768px) {
    .c-btn--sale-flash {
      font-size: 17.76524px; } }
  @media only screen and (max-width: 400px) {
    .c-btn--sale-flash {
      font-size: 17.20614px; } }

.c-gallery--title-above .c-card[class] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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