/*
Theme Name: Fargo
Theme URI: https://demos.pixelgrade.com/fargo/
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description: Fargo is a photography WordPress theme crafted for visual artists who want to inspire the world by showcasing their work in style.
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fargo
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Fargo is based on Underscores http://underscores.me/, (C) 2012-2017 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/
*/
/**
 *
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Base Styles
 * 3.0 - Abstractions
 * 4.0 - Components
 * 5.0 – Page Specific Styles
 * 	5.1 – Single post / page
 * 6.0 - Utility
 * 7.0 - Hacks and Overrides
 *
 */
/**
 * 2.0 - Base Styles
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul, ol {
  list-style: none; }

li {
  list-style: inherit; }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 50em) {
  .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: -48px;
  margin-top: -48px;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 1360px) {
    .row {
      margin-left: -37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-left: -30.23622px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-left: -25.51495px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-left: -22.06897px; } }
  @media only screen and (max-width: 1360px) {
    .row {
      margin-top: -37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .row {
      margin-top: -30.23622px; } }
  @media only screen and (max-width: 768px) {
    .row {
      margin-top: -25.51495px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-top: -22.06897px; } }
  .entry-content > .row:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 50em) {
    .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: 50em) {
  .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: 50em) {
  .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: 48px;
  padding-left: 48px; }
  @media only screen and (max-width: 1360px) {
    .column__wrapper {
      margin-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      margin-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      margin-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      margin-top: 22.06897px; } }
  @media only screen and (max-width: 1360px) {
    .column__wrapper {
      padding-left: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .column__wrapper {
      padding-left: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .column__wrapper {
      padding-left: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      padding-left: 22.06897px; } }

.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: 50em) {
  .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: 48px;
  padding-bottom: 48px; }
  @media only screen and (max-width: 1360px) {
    .row-style--strip {
      padding-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-top: 22.06897px; } }
  @media only screen and (max-width: 1360px) {
    .row-style--strip {
      padding-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .row-style--strip {
      padding-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .row-style--strip {
      padding-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .row-style--strip {
      padding-bottom: 22.06897px; } }
  .entry-content > .row-style--strip:first-child {
    margin-top: -48px; }
    @media only screen and (max-width: 1360px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -30.23622px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -25.51495px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > .row-style--strip:first-child {
        margin-top: -22.06897px; } }
  .entry-content > .row-style--strip.row__wrapper:last-child {
    margin-bottom: -48px; }
    @media only screen and (max-width: 1360px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -30.23622px; } }
    @media only screen and (max-width: 768px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -25.51495px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > .row-style--strip.row__wrapper:last-child {
        margin-bottom: -22.06897px; } }
  .row-style--strip + .row-style--strip {
    margin-top: -48px;
    padding-top: 0; }
    @media only screen and (max-width: 1360px) {
      .row-style--strip + .row-style--strip {
        margin-top: -37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .row-style--strip + .row-style--strip {
        margin-top: -30.23622px; } }
    @media only screen and (max-width: 768px) {
      .row-style--strip + .row-style--strip {
        margin-top: -25.51495px; } }
    @media only screen and (max-width: 320px) {
      .row-style--strip + .row-style--strip {
        margin-top: -22.06897px; } }

/* 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: 48px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 1360px) {
    .column-style--highlighted {
      padding: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .column-style--highlighted {
      padding: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .column-style--highlighted {
      padding: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .column-style--highlighted {
      padding: 22.06897px; } }

.column-style--boxed {
  padding: 48px;
  background-color: #23252d; }
  @media only screen and (max-width: 1360px) {
    .column-style--boxed {
      padding: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .column-style--boxed {
      padding: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .column-style--boxed {
      padding: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .column-style--boxed {
      padding: 22.06897px; } }
  .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: 50em) {
  .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: 24px; }
  @media only screen and (max-width: 1360px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 19.10448px; } }
  @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: 15.86777px; } }
  @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: 13.5689px; } }
  @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: 11.85185px; } }

blockquote {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 1.325;
  font-weight: 300;
  text-transform: none; }
  @media only screen and (max-width: 1360px) {
    blockquote {
      font-size: 34.85149px; } }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 30.87719px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 27.71654px; } }
  @media only screen and (max-width: 320px) {
    blockquote {
      font-size: 25.14286px; } }
  blockquote:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      blockquote:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 11.85185px; } }
  blockquote footer, blockquote cite {
    display: block;
    margin-top: 24px;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        margin-top: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 11.85185px; } }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        font-size: 17.52678px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 17.0778px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 16.65125px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        font-size: 16.24549px; } }
    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: 6px; }
  @media only screen and (max-width: 1360px) {
    li ul, li ol, li dl {
      margin-top: 5.95977px; } }
  @media only screen and (max-width: 1024px) {
    li ul, li ol, li dl {
      margin-top: 5.92008px; } }
  @media only screen and (max-width: 768px) {
    li ul, li ol, li dl {
      margin-top: 5.88091px; } }
  @media only screen and (max-width: 320px) {
    li ul, li ol, li dl {
      margin-top: 5.84226px; } }

ul {
  padding-left: 24px;
  list-style: disc; }
  @media only screen and (max-width: 1360px) {
    ul {
      padding-left: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    ul {
      padding-left: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    ul {
      padding-left: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    ul {
      padding-left: 11.85185px; } }

ol {
  padding-left: 24px;
  list-style: decimal; }
  @media only screen and (max-width: 1360px) {
    ol {
      padding-left: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    ol {
      padding-left: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    ol {
      padding-left: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    ol {
      padding-left: 11.85185px; } }

li:not(:last-child),
dl > dl:not(:last-of-type),
dl > dd:not(:last-of-type) {
  margin-bottom: 6px; }
  @media only screen and (max-width: 1360px) {
    li:not(:last-child),
    dl > dl:not(:last-of-type),
    dl > dd:not(:last-of-type) {
      margin-bottom: 5.95977px; } }
  @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: 5.92008px; } }
  @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: 5.88091px; } }
  @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: 5.84226px; } }

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: 12px;
  border: 1px solid; }
  @media only screen and (max-width: 1360px) {
    pre {
      padding: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    pre {
      padding: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    pre {
      padding: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    pre {
      padding: 9.86842px; } }
  pre:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      pre:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      pre:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      pre:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      pre:not(:last-child) {
        margin-bottom: 11.85185px; } }

table {
  width: 100%;
  float: none;
  border-collapse: collapse; }
  table:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      table:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      table:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      table:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      table:not(:last-child) {
        margin-bottom: 11.85185px; } }
  table th {
    text-align: left; }
  table th,
  table td {
    vertical-align: middle; }
  table tr,
  table thead,
  table tbody,
  table tfoot {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  table th,
  table td {
    padding: 6px;
    max-width: 100%;
    white-space: nowrap; }
    @media only screen and (max-width: 1360px) {
      table th,
      table td {
        padding: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      table th,
      table td {
        padding: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      table th,
      table td {
        padding: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      table th,
      table td {
        padding: 5.84226px; } }
  table caption {
    padding: 6px 0; }
    @media only screen and (max-width: 1360px) {
      table caption {
        padding: 5.95977px 0; } }
    @media only screen and (max-width: 1024px) {
      table caption {
        padding: 5.92008px 0; } }
    @media only screen and (max-width: 768px) {
      table caption {
        padding: 5.88091px 0; } }
    @media only screen and (max-width: 320px) {
      table caption {
        padding: 5.84226px 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: #3B3B3B; }
  a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  a:hover, a:active {
    color: #DFA671; }
    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: -36px;
  margin-left: -36px; }
  .o-grid > * {
    border: 0 solid transparent;
    width: 100%; }
  @media only screen and (max-width: 1360px) {
    .o-grid {
      margin-top: -28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid {
      margin-top: -23.22581px; } }
  @media only screen and (max-width: 768px) {
    .o-grid {
      margin-top: -19.72603px; } }
  @media only screen and (max-width: 320px) {
    .o-grid {
      margin-top: -17.14286px; } }
  @media only screen and (max-width: 1360px) {
    .o-grid {
      margin-left: -28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid {
      margin-left: -23.22581px; } }
  @media only screen and (max-width: 768px) {
    .o-grid {
      margin-left: -19.72603px; } }
  @media only screen and (max-width: 320px) {
    .o-grid {
      margin-left: -17.14286px; } }
  .o-grid > * {
    margin-top: 36px;
    padding-left: 36px; }
    @media only screen and (max-width: 1360px) {
      .o-grid > * {
        margin-top: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > * {
        margin-top: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > * {
        margin-top: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > * {
        margin-top: 17.14286px; } }
    @media only screen and (max-width: 1360px) {
      .o-grid > * {
        padding-left: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > * {
        padding-left: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > * {
        padding-left: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > * {
        padding-left: 17.14286px; } }

.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: 20em) {
  .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: 35em) {
  .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-\@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: -12px;
  margin-left: -12px; }
  @media only screen and (max-width: 1360px) {
    .o-inline-s {
      margin-top: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-top: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-top: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-top: -9.86842px; } }
  @media only screen and (max-width: 1360px) {
    .o-inline-s {
      margin-left: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-left: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-left: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-left: -9.86842px; } }
  .o-inline-s > * {
    margin-top: 12px;
    margin-left: 12px; }
    @media only screen and (max-width: 1360px) {
      .o-inline-s > * {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-top: 9.86842px; } }
    @media only screen and (max-width: 1360px) {
      .o-inline-s > * {
        margin-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-left: 9.86842px; } }

.o-inline-xs {
  margin-top: -6px;
  margin-left: -6px; }
  @media only screen and (max-width: 1360px) {
    .o-inline-xs {
      margin-top: -5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-top: -5.92008px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-top: -5.88091px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-top: -5.84226px; } }
  @media only screen and (max-width: 1360px) {
    .o-inline-xs {
      margin-left: -5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-left: -5.92008px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-left: -5.88091px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-left: -5.84226px; } }
  .o-inline-xs > * {
    margin-top: 6px;
    margin-left: 6px; }
    @media only screen and (max-width: 1360px) {
      .o-inline-xs > * {
        margin-top: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-top: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-top: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-top: 5.84226px; } }
    @media only screen and (max-width: 1360px) {
      .o-inline-xs > * {
        margin-left: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-left: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-left: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-left: 5.84226px; } }

@media only screen and (min-width: 50em) {
  .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% - 33.33333% - 4rem);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .o-layout__side {
    width: 33.33333%;
    margin-left: 48px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
  @media only screen and (min-width: 50em) and (max-width: 1360px) {
    .o-layout__side {
      margin-left: 37.10145px; } }
  @media only screen and (min-width: 50em) and (max-width: 1024px) {
    .o-layout__side {
      margin-left: 30.23622px; } }
  @media only screen and (min-width: 50em) and (max-width: 768px) {
    .o-layout__side {
      margin-left: 25.51495px; } }
  @media only screen and (min-width: 50em) and (max-width: 320px) {
    .o-layout__side {
      margin-left: 22.06897px; } }

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

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  color: #FFFFFF;
  background-color: #000000;
  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); }
  .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: #FFFFFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .c-btn--default {
    background-color: #111;
    color: #FFF; }
    .c-btn--default:hover {
      color: #FFF; }
    .u-buttons-outline .c-btn--default {
      background: none; }

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

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

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

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

.button[class][class][class][class][class] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  color: #FFFFFF;
  background-color: #000000;
  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; }
  .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: #FFFFFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .button[class][class][class][class][class].default {
    background-color: #111;
    color: #FFF; }
    .button[class][class][class][class][class].default:hover {
      color: #FFF; }
    .u-buttons-outline .button[class][class][class][class][class].default {
      background: none; }
  .button[class][class][class][class][class].full {
    width: 100%; }
  .button[class][class][class][class][class].arrow {
    position: relative;
    padding-right: 100px;
    text-align: left; }
    .button[class][class][class][class][class].arrow:before, .button[class][class][class][class][class].arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      z-index: 100;
      color: inherit;
      margin-top: -1px;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .button[class][class][class][class][class].arrow:before {
      width: 35px;
      height: 1px;
      background-color: currentColor; }
      @media only screen and (max-width: 1360px) {
        .button[class][class][class][class][class].arrow:before {
          width: 27.48466px; } }
      @media only screen and (max-width: 1024px) {
        .button[class][class][class][class][class].arrow:before {
          width: 22.62626px; } }
      @media only screen and (max-width: 768px) {
        .button[class][class][class][class][class].arrow:before {
          width: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        .button[class][class][class][class][class].arrow:before {
          width: 16.71642px; } }
    .button[class][class][class][class][class].arrow:after {
      display: block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      -webkit-transform: translate(0, calc(0.5px - 50%));
              transform: translate(0, calc(0.5px - 50%)); }
    @media only screen and (max-width: 1360px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 72.72727px; } }
    @media only screen and (max-width: 1024px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 57.14286px; } }
    @media only screen and (max-width: 768px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 40px; } }
    .button[class][class][class][class][class].arrow:before {
      right: 2.33333em; }
    .button[class][class][class][class][class].arrow:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .button[class][class][class][class][class].arrow:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .button[class][class][class][class][class].arrow:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }

::-webkit-input-placeholder {
  color: #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: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  font-family: inherit;
  -webkit-font-smoothing: initial; }
  @media only screen and (max-width: 1360px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
      padding: 12.16481px 15.64631px 13.5689px; } }
  @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: 11.43046px 13.29892px 12.3871px; } }
  @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: 10.77972px 11.56399px 11.39466px; } }
  @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: 10.19908px 10.22949px 10.54945px; } }
  input[type="text"]:focus, input[type="text"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  input[type="text"][disabled], input[type="tel"][disabled], input[type="number"][disabled], input[type="date"][disabled], input[type="email"][disabled], input[type="password"][disabled], input[type="url"][disabled], input[type="search"][disabled] {
    border-color: #EBEBEB;
    background-color: #979797; }

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

input[type="radio"] {
  position: relative;
  left: 0;
  float: left;
  clear: left;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 50%; }
  input[type="radio"]:checked {
    border: 7px solid #3B3B3B;
    outline: 0; }

input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="reset"] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  color: #FFFFFF;
  background-color: #000000;
  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); }
  .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: #FFFFFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }

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

input[type="file"]::-webkit-file-upload-button {
  display: block;
  margin-bottom: 0 !important;
  padding: 12px 28px;
  border: 0 solid transparent;
  border-right-width: 1em;
  background-clip: padding-box;
  overflow: visible;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background-color: #3B3B3B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-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: #979797;
  border-color: #EBEBEB; }

textarea {
  width: 100%;
  max-width: 100%;
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  min-height: 120px;
  resize: vertical; }
  @media only screen and (max-width: 1360px) {
    textarea {
      padding: 12.16481px 15.64631px 13.5689px; } }
  @media only screen and (max-width: 1024px) {
    textarea {
      padding: 11.43046px 13.29892px 12.3871px; } }
  @media only screen and (max-width: 768px) {
    textarea {
      padding: 10.77972px 11.56399px 11.39466px; } }
  @media only screen and (max-width: 320px) {
    textarea {
      padding: 10.19908px 10.22949px 10.54945px; } }
  textarea:focus, textarea:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  textarea[disabled] {
    border-color: #EBEBEB;
    background-color: #979797; }

select {
  width: 100%;
  max-width: 100%;
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  color: #3B3B3B;
  border-radius: 0;
  font-family: inherit;
  -webkit-font-smoothing: initial;
  padding-right: 50px;
  background: #FFFFFF url("assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
  background-size: 9px 5px;
  -webkit-appearance: none; }
  @media only screen and (max-width: 1360px) {
    select {
      padding: 12.16481px 15.64631px 13.5689px; } }
  @media only screen and (max-width: 1024px) {
    select {
      padding: 11.43046px 13.29892px 12.3871px; } }
  @media only screen and (max-width: 768px) {
    select {
      padding: 10.77972px 11.56399px 11.39466px; } }
  @media only screen and (max-width: 320px) {
    select {
      padding: 10.19908px 10.22949px 10.54945px; } }
  select:focus, select:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  select[disabled] {
    border-color: #EBEBEB;
    background-color: #979797; }
  select[multiple] {
    background: none;
    padding-right: 13px; }

fieldset {
  border: 0; }
  fieldset legend {
    color: #3B3B3B;
    padding: 0 !important; }
  fieldset > div {
    margin-top: 12px; }
    @media only screen and (max-width: 1360px) {
      fieldset > div {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      fieldset > div {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      fieldset > div {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      fieldset > div {
        margin-top: 9.86842px; } }

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

.select2-container--default .select2-selection--single {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  height: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 13px 19px 15px;
    color: #3B3B3B; }
    @media only screen and (max-width: 1360px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 12.16481px 15.64631px 13.5689px; } }
    @media only screen and (max-width: 1024px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 11.43046px 13.29892px 12.3871px; } }
    @media only screen and (max-width: 768px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10.77972px 11.56399px 11.39466px; } }
    @media only screen and (max-width: 320px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 10.19908px 10.22949px 10.54945px; } }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    display: block;
    min-height: 1.5em; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 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: 20em) {
  .o-grid--1col-\@xsmall .c-gallery__item {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; } }

@media only screen and (min-width: 35em) {
  .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-\@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: 35em) {
    .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: 35em) {
    .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: 20em) {
    .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: 35em) {
    .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-\@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: 20em) {
  .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: 35em) {
  .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-\@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: 24px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 11.85185px; } }

.c-gallery--title-overlay .c-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 11.85185px; } }
  .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: 50em) {
  .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: 35em) {
  .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: 6px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 5.92008px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 5.88091px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio .c-card__meta {
      padding-top: 5.84226px; } }

.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-out;
  transition: all 0.3s ease-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-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-card:hover .c-card__frame-hover {
    opacity: 1; }

@supports (display: grid) {
  .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: 27px; }
  @media only screen and (max-width: 1360px) {
    .c-card__aside + .c-card__content {
      margin-top: 21.41264px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__aside + .c-card__content {
      margin-top: 17.74127px; } }
  @media only screen and (max-width: 768px) {
    .c-card__aside + .c-card__content {
      margin-top: 15.14461px; } }
  @media only screen and (max-width: 320px) {
    .c-card__aside + .c-card__content {
      margin-top: 13.21101px; } }

.c-card__content > :not(:last-child) {
  margin-bottom: 12px; }
  @media only screen and (max-width: 1360px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .c-card__content > :not(:last-child) {
      margin-bottom: 9.86842px; } }

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

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

@media only screen and (min-width: 50em) {
  .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: 24px;
  z-index: 1;
  background: currentColor; }
  @media only screen and (max-width: 1360px) {
    .c-card__badge {
      right: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-card__badge {
      right: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-card__badge {
      right: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-card__badge {
      right: 11.85185px; } }
  .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: -6px;
    margin-left: -6px; }
    @media only screen and (max-width: 1360px) {
      .c-meta, .c-meta ul {
        margin-top: -5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta, .c-meta ul {
        margin-top: -5.92008px; } }
    @media only screen and (max-width: 768px) {
      .c-meta, .c-meta ul {
        margin-top: -5.88091px; } }
    @media only screen and (max-width: 320px) {
      .c-meta, .c-meta ul {
        margin-top: -5.84226px; } }
    @media only screen and (max-width: 1360px) {
      .c-meta, .c-meta ul {
        margin-left: -5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .c-meta, .c-meta ul {
        margin-left: -5.92008px; } }
    @media only screen and (max-width: 768px) {
      .c-meta, .c-meta ul {
        margin-left: -5.88091px; } }
    @media only screen and (max-width: 320px) {
      .c-meta, .c-meta ul {
        margin-left: -5.84226px; } }
    .c-meta > *, .c-meta ul > * {
      padding-top: 6px;
      padding-left: 6px; }
      @media only screen and (max-width: 1360px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 5.95977px; } }
      @media only screen and (max-width: 1024px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 5.92008px; } }
      @media only screen and (max-width: 768px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 5.88091px; } }
      @media only screen and (max-width: 320px) {
        .c-meta > *, .c-meta ul > * {
          padding-top: 5.84226px; } }
      @media only screen and (max-width: 1360px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 5.95977px; } }
      @media only screen and (max-width: 1024px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 5.92008px; } }
      @media only screen and (max-width: 768px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 5.88091px; } }
      @media only screen and (max-width: 320px) {
        .c-meta > *, .c-meta ul > * {
          padding-left: 5.84226px; } }
  .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: 35em) {
  .twocolumn {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }
  @media only screen and (min-width: 35em) and (max-width: 1360px) {
    .twocolumn {
      -webkit-column-gap: 19.10448px;
         -moz-column-gap: 19.10448px;
              column-gap: 19.10448px; } }
  @media only screen and (min-width: 35em) and (max-width: 1024px) {
    .twocolumn {
      -webkit-column-gap: 15.86777px;
         -moz-column-gap: 15.86777px;
              column-gap: 15.86777px; } }
  @media only screen and (min-width: 35em) and (max-width: 768px) {
    .twocolumn {
      -webkit-column-gap: 13.5689px;
         -moz-column-gap: 13.5689px;
              column-gap: 13.5689px; } }
  @media only screen and (min-width: 35em) and (max-width: 320px) {
    .twocolumn {
      -webkit-column-gap: 11.85185px;
         -moz-column-gap: 11.85185px;
              column-gap: 11.85185px; } }

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

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

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

.edit-link {
  display: none;
  z-index: 0; }
  @media only screen and (min-width: 50em) {
    .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: 36px;
  margin-bottom: 36px;
  margin-right: 36px; }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-top: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-bottom: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-right: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-right: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-right: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-right: 17.14286px; } }

p .alignright {
  margin-right: 0 !important;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px; }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-top: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-bottom: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-left: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-left: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-left: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-left: 17.14286px; } }

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

p .alignnone {
  display: inline-block; }

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-top: 48px;
  margin-bottom: 48px;
  max-width: 100%; }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 22.06897px; } }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 22.06897px; } }
  .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: 48px; }
  @media only screen and (max-width: 1360px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 22.06897px; } }

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

.alignleft {
  margin-right: 48px;
  float: left;
  clear: left; }
  @media only screen and (max-width: 1360px) {
    .alignleft {
      margin-right: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft {
      margin-right: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignleft {
      margin-right: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignleft {
      margin-right: 22.06897px; } }

.alignright {
  margin-left: 48px;
  float: right;
  clear: right; }
  @media only screen and (max-width: 1360px) {
    .alignright {
      margin-left: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignright {
      margin-left: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignright {
      margin-left: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignright {
      margin-left: 22.06897px; } }

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

figure {
  width: 100%; }
  figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
    margin-top: 48px; }
    @media only screen and (max-width: 1360px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 37.10145px; } }
    @media only screen and (max-width: 1024px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 30.23622px; } }
    @media only screen and (max-width: 768px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 25.51495px; } }
    @media only screen and (max-width: 320px) {
      figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
        margin-top: 22.06897px; } }

.wp-caption-text,
.gallery-caption {
  font-size: 14px; }
  @media only screen and (max-width: 1360px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.82438px; } }
  @media only screen and (max-width: 1024px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.65311px; } }
  @media only screen and (max-width: 768px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .wp-caption-text,
    .gallery-caption {
      font-size: 13.32299px; } }
  .wp-caption-text:not(:first-child),
  .gallery-caption:not(:first-child) {
    margin-top: 12px; }
    @media only screen and (max-width: 1360px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .wp-caption-text:not(:first-child),
      .gallery-caption:not(:first-child) {
        margin-top: 9.86842px; } }

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

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

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

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

input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"] {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3B3B3B;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: initial; }
  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 {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  @media only screen and (max-width: 1360px) {
    input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"] {
      font-size: 16.62193px; } }
  @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"] {
      font-size: 16.26031px; } }
  @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"] {
      font-size: 15.91408px; } }
  @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"] {
      font-size: 15.5823px; } }

input.disabled,
input[disabled="disabled"],
input[disabled] {
  background: #979797; }

input[type="checkbox"] {
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  width: 21px !important;
  height: 21px !important;
  margin-right: 14px;
  margin-bottom: 12px;
  top: 1px;
  background-color: #ffffff;
  -webkit-appearance: none;
  cursor: pointer; }
  input[type="checkbox"]:checked {
    border-color: #3B3B3B;
    background: #ffffff url("assets/images/checkbox.svg") center center no-repeat;
    background-size: 100% 100%;
    outline: 0; }

input[type="radio"] {
  position: relative;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  width: 21px !important;
  height: 21px !important;
  margin-right: 14px;
  margin-bottom: 12px;
  top: 1px;
  background-color: #ffffff;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50%; }
  input[type="radio"]:checked {
    border: 7px solid #3B3B3B;
    outline: 0; }

input[type="submit"],
input[type="button"],
button[type="submit"],
button[type="button"],
button[type="reset"] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  color: #FFFFFF;
  background-color: #000000;
  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);
  -webkit-font-smoothing: auto;
  margin-bottom: 24px; }
  .u-buttons-rounded input[type="submit"], .u-buttons-rounded
  input[type="button"], .u-buttons-rounded
  button[type="submit"], .u-buttons-rounded
  button[type="button"], .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="button"], .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="button"], .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="button"], .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="button"]:hover, .u-buttons-outline
    button[type="button"]:active, .u-buttons-outline
    button[type="button"]: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="button"]:hover,
  button[type="button"]:active,
  button[type="button"]:focus,
  button[type="reset"]:hover,
  button[type="reset"]:active,
  button[type="reset"]:focus {
    color: #FFFFFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  @media only screen and (max-width: 1360px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="button"],
    button[type="reset"] {
      margin-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="button"],
    button[type="reset"] {
      margin-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="button"],
    button[type="reset"] {
      margin-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    input[type="submit"],
    input[type="button"],
    button[type="submit"],
    button[type="button"],
    button[type="reset"] {
      margin-bottom: 11.85185px; } }

input[type="file"] {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  width: 100%; }
  @media only screen and (max-width: 1360px) {
    input[type="file"] {
      font-size: 15.70224px; } }
  @media only screen and (max-width: 1024px) {
    input[type="file"] {
      font-size: 15.41536px; } }
  @media only screen and (max-width: 768px) {
    input[type="file"] {
      font-size: 15.13877px; } }
  @media only screen and (max-width: 320px) {
    input[type="file"] {
      font-size: 14.87194px; } }

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-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  background-color: #3B3B3B;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-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; }

textarea {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3B3B3B;
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  resize: vertical;
  -webkit-font-smoothing: initial; }
  textarea:focus, textarea:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  @media only screen and (max-width: 1360px) {
    textarea {
      font-size: 16.62193px; } }
  @media only screen and (max-width: 1024px) {
    textarea {
      font-size: 16.26031px; } }
  @media only screen and (max-width: 768px) {
    textarea {
      font-size: 15.91408px; } }
  @media only screen and (max-width: 320px) {
    textarea {
      font-size: 15.5823px; } }

select {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding-right: 50px;
  background: #FFFFFF url("assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
  background-size: 9px 5px;
  -webkit-appearance: none;
  -webkit-font-smoothing: initial; }
  select:focus, select:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  @media only screen and (max-width: 1360px) {
    select {
      font-size: 16.62193px; } }
  @media only screen and (max-width: 1024px) {
    select {
      font-size: 16.26031px; } }
  @media only screen and (max-width: 768px) {
    select {
      font-size: 15.91408px; } }
  @media only screen and (max-width: 320px) {
    select {
      font-size: 15.5823px; } }
  select[multiple] {
    background: none;
    padding-right: 13px; }

fieldset {
  border: 0; }
  fieldset legend {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3B3B3B;
    padding: 0 !important; }
    @media only screen and (max-width: 1360px) {
      fieldset legend {
        font-size: 11.90476px; } }
    @media only screen and (max-width: 1024px) {
      fieldset legend {
        font-size: 11.81102px; } }
    @media only screen and (max-width: 768px) {
      fieldset legend {
        font-size: 11.71875px; } }
    @media only screen and (max-width: 320px) {
      fieldset legend {
        font-size: 11.62791px; } }
  fieldset > div {
    margin-top: 12px; }
    @media only screen and (max-width: 1360px) {
      fieldset > div {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      fieldset > div {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      fieldset > div {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      fieldset > div {
        margin-top: 9.86842px; } }

/* Definition Lists */
/* Unordered Lists */
/* Ordered Lists */
.u-underlined-links .entry-content a,
.u-underlined-links .c-hero__content a {
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-transition-property: color, opacity, -webkit-box-shadow;
  transition-property: color, opacity, -webkit-box-shadow;
  transition-property: box-shadow, color, opacity;
  transition-property: box-shadow, color, opacity, -webkit-box-shadow;
  text-decoration: none;
  border-bottom: 0.07em solid; }

a {
  color: #3B3B3B;
  text-decoration: none; }
  a img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  a:hover, a:active {
    color: #DFA671;
    text-decoration: underline; }
    a:hover img, a:active img {
      opacity: 0.8; }

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

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }
  table th {
    text-align: left; }
  table th,
  table td {
    vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-pullquote,
.wp-block-quote {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

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

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

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

.wp-block-button__link[class] {
  color: #FFFFFF; }

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

cite {
  display: block;
  margin-top: 36px; }
  @media only screen and (max-width: 1360px) {
    cite {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    cite {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    cite {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    cite {
      margin-top: 17.14286px; } }
  cite:before {
    content: "—";
    margin-right: 4px; }
  cite br + em,
  cite br + i {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 500; }
    @media only screen and (max-width: 1360px) {
      cite br + em,
      cite br + i {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      cite br + em,
      cite br + i {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      cite br + em,
      cite br + i {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      cite br + em,
      cite br + i {
        margin-top: 9.86842px; } }

p .alignleft {
  margin-left: 0 !important;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-right: 36px; }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-top: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-bottom: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignleft {
      margin-right: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignleft {
      margin-right: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignleft {
      margin-right: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignleft {
      margin-right: 17.14286px; } }

p .alignright {
  margin-right: 0 !important;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 36px; }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-top: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-bottom: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    p .alignright {
      margin-left: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    p .alignright {
      margin-left: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    p .alignright {
      margin-left: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    p .alignright {
      margin-left: 17.14286px; } }

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

p .alignnone {
  display: inline-block; }

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-top: 48px;
  margin-bottom: 48px;
  max-width: 100%; }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-top: 22.06897px; } }
  @media only screen and (max-width: 1360px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignleft,
    .alignright,
    .aligncenter,
    .alignnone {
      margin-bottom: 22.06897px; } }
  .alignleft:not(.wp-block-gallery):not(.wp-block-cover-image), .alignleft img,
  .alignright:not(.wp-block-gallery):not(.wp-block-cover-image),
  .alignright img,
  .aligncenter:not(.wp-block-gallery):not(.wp-block-cover-image),
  .aligncenter img,
  .alignnone:not(.wp-block-gallery):not(.wp-block-cover-image),
  .alignnone img {
    display: block; }

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

.alignleft {
  float: left;
  clear: left; }

.alignright {
  float: right;
  clear: right; }

figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
  margin-top: 12px; }
  @media only screen and (max-width: 1360px) {
    figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
      margin-top: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
      margin-top: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
      margin-top: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
      margin-top: 9.86842px; } }

.entry-content .aligncenter + p, .entry-content
.alignnone + p {
  margin-top: 48px; }
  @media only screen and (max-width: 1360px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .aligncenter + p, .entry-content
    .alignnone + p {
      margin-top: 22.06897px; } }

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

.alignleft[class] {
  margin-right: 48px;
  float: left;
  clear: left; }
  @media only screen and (max-width: 1360px) {
    .alignleft[class] {
      margin-right: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignleft[class] {
      margin-right: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignleft[class] {
      margin-right: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignleft[class] {
      margin-right: 22.06897px; } }

.alignright[class] {
  margin-left: 48px;
  float: right;
  clear: right; }
  @media only screen and (max-width: 1360px) {
    .alignright[class] {
      margin-left: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .alignright[class] {
      margin-left: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .alignright[class] {
      margin-left: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .alignright[class] {
      margin-left: 22.06897px; } }

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

.wp-caption-text {
  padding-top: 12px;
  font-size: 14px; }
  @media only screen and (max-width: 1360px) {
    .wp-caption-text {
      padding-top: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .wp-caption-text {
      padding-top: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .wp-caption-text {
      padding-top: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .wp-caption-text {
      padding-top: 9.86842px; } }
  @media only screen and (max-width: 1360px) {
    .wp-caption-text {
      font-size: 13.82438px; } }
  @media only screen and (max-width: 1024px) {
    .wp-caption-text {
      font-size: 13.65311px; } }
  @media only screen and (max-width: 768px) {
    .wp-caption-text {
      font-size: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .wp-caption-text {
      font-size: 13.32299px; } }
  .wp-caption-text:before, .wp-caption-text:after {
    content: "";
    display: block; }
  .wp-caption-text:before {
    margin-bottom: -0.41em; }
  .wp-caption-text:after {
    margin-top: -0.41em; }

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

/**
 * 3.0 - Abstractions
 */
.o-wrapper {
  margin-left: auto;
  margin-right: auto; }

.o-grid,
[class^="o-grid--"],
[class*=" 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: -36px;
  margin-left: -36px; }
  .o-grid > *,
  [class^="o-grid--"] > *,
  [class*=" o-grid--"] > * {
    border: 0 solid transparent; }
  @media only screen and (max-width: 1360px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-top: -28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-top: -23.22581px; } }
  @media only screen and (max-width: 768px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-top: -19.72603px; } }
  @media only screen and (max-width: 320px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-top: -17.14286px; } }
  @media only screen and (max-width: 1360px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-left: -28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-left: -23.22581px; } }
  @media only screen and (max-width: 768px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-left: -19.72603px; } }
  @media only screen and (max-width: 320px) {
    .o-grid,
    [class^="o-grid--"],
    [class*=" o-grid--"] {
      margin-left: -17.14286px; } }
  .o-grid > *,
  [class^="o-grid--"] > *,
  [class*=" o-grid--"] > * {
    margin-top: 36px;
    padding-left: 36px; }
    @media only screen and (max-width: 1360px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        margin-top: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        margin-top: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        margin-top: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        margin-top: 17.14286px; } }
    @media only screen and (max-width: 1360px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        padding-left: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        padding-left: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        padding-left: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .o-grid > *,
      [class^="o-grid--"] > *,
      [class*=" o-grid--"] > * {
        padding-left: 17.14286px; } }

.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: 20em) {
  .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: 35em) {
  .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-\@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*="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; }

@media only screen and (min-width: 35em) {
  .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; }

.u-gallery-spacing--small {
  margin-top: -12px;
  margin-left: -12px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--small {
      margin-top: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--small {
      margin-top: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--small {
      margin-top: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--small {
      margin-top: -9.86842px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--small {
      margin-left: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--small {
      margin-left: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--small {
      margin-left: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--small {
      margin-left: -9.86842px; } }
  .u-gallery-spacing--small > * {
    margin-top: 12px;
    padding-left: 12px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--small > * {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--small > * {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--small > * {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--small > * {
        margin-top: 9.86842px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--small > * {
        padding-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--small > * {
        padding-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--small > * {
        padding-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--small > * {
        padding-left: 9.86842px; } }

.u-gallery-spacing--medium {
  margin-top: -36px;
  margin-left: -36px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--medium {
      margin-top: -28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--medium {
      margin-top: -23.22581px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--medium {
      margin-top: -19.72603px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--medium {
      margin-top: -17.14286px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--medium {
      margin-left: -28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--medium {
      margin-left: -23.22581px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--medium {
      margin-left: -19.72603px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--medium {
      margin-left: -17.14286px; } }
  .u-gallery-spacing--medium > * {
    margin-top: 36px;
    padding-left: 36px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--medium > * {
        margin-top: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--medium > * {
        margin-top: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--medium > * {
        margin-top: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--medium > * {
        margin-top: 17.14286px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--medium > * {
        padding-left: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--medium > * {
        padding-left: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--medium > * {
        padding-left: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--medium > * {
        padding-left: 17.14286px; } }

.u-gallery-spacing--large {
  margin-top: -48px;
  margin-left: -48px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--large {
      margin-top: -37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--large {
      margin-top: -30.23622px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--large {
      margin-top: -25.51495px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--large {
      margin-top: -22.06897px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--large {
      margin-left: -37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--large {
      margin-left: -30.23622px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--large {
      margin-left: -25.51495px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--large {
      margin-left: -22.06897px; } }
  .u-gallery-spacing--large > * {
    margin-top: 48px;
    padding-left: 48px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--large > * {
        margin-top: 37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--large > * {
        margin-top: 30.23622px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--large > * {
        margin-top: 25.51495px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--large > * {
        margin-top: 22.06897px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--large > * {
        padding-left: 37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--large > * {
        padding-left: 30.23622px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--large > * {
        padding-left: 25.51495px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--large > * {
        padding-left: 22.06897px; } }

.u-gallery-spacing--xlarge {
  margin-top: -96px;
  margin-left: -96px; }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--xlarge {
      margin-top: -70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--xlarge {
      margin-top: -55.2518px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--xlarge {
      margin-top: -45.57864px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--xlarge {
      margin-top: -38.78788px; } }
  @media only screen and (max-width: 1360px) {
    .u-gallery-spacing--xlarge {
      margin-left: -70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .u-gallery-spacing--xlarge {
      margin-left: -55.2518px; } }
  @media only screen and (max-width: 768px) {
    .u-gallery-spacing--xlarge {
      margin-left: -45.57864px; } }
  @media only screen and (max-width: 320px) {
    .u-gallery-spacing--xlarge {
      margin-left: -38.78788px; } }
  .u-gallery-spacing--xlarge > * {
    margin-top: 96px;
    padding-left: 96px; }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 70.13699px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 55.2518px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 45.57864px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--xlarge > * {
        margin-top: 38.78788px; } }
    @media only screen and (max-width: 1360px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 70.13699px; } }
    @media only screen and (max-width: 1024px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 55.2518px; } }
    @media only screen and (max-width: 768px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 45.57864px; } }
    @media only screen and (max-width: 320px) {
      .u-gallery-spacing--xlarge > * {
        padding-left: 38.78788px; } }

.gallery {
  padding-bottom: 36px; }
  @media only screen and (max-width: 1360px) {
    .gallery {
      padding-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .gallery {
      padding-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .gallery {
      padding-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .gallery {
      padding-bottom: 17.14286px; } }

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

[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: -12px;
  margin-left: -12px; }
  @media only screen and (max-width: 1360px) {
    .o-inline-s {
      margin-top: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-top: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-top: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-top: -9.86842px; } }
  @media only screen and (max-width: 1360px) {
    .o-inline-s {
      margin-left: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-s {
      margin-left: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-s {
      margin-left: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-s {
      margin-left: -9.86842px; } }
  .o-inline-s > * {
    margin-top: 12px;
    margin-left: 12px; }
    @media only screen and (max-width: 1360px) {
      .o-inline-s > * {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-top: 9.86842px; } }
    @media only screen and (max-width: 1360px) {
      .o-inline-s > * {
        margin-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-s > * {
        margin-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-s > * {
        margin-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-s > * {
        margin-left: 9.86842px; } }

.o-inline-xs {
  margin-top: -6px;
  margin-left: -6px; }
  @media only screen and (max-width: 1360px) {
    .o-inline-xs {
      margin-top: -5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-top: -5.92008px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-top: -5.88091px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-top: -5.84226px; } }
  @media only screen and (max-width: 1360px) {
    .o-inline-xs {
      margin-left: -5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .o-inline-xs {
      margin-left: -5.92008px; } }
  @media only screen and (max-width: 768px) {
    .o-inline-xs {
      margin-left: -5.88091px; } }
  @media only screen and (max-width: 320px) {
    .o-inline-xs {
      margin-left: -5.84226px; } }
  .o-inline-xs > * {
    margin-top: 6px;
    margin-left: 6px; }
    @media only screen and (max-width: 1360px) {
      .o-inline-xs > * {
        margin-top: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-top: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-top: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-top: 5.84226px; } }
    @media only screen and (max-width: 1360px) {
      .o-inline-xs > * {
        margin-left: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .o-inline-xs > * {
        margin-left: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .o-inline-xs > * {
        margin-left: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .o-inline-xs > * {
        margin-left: 5.84226px; } }

/**
 * 4.0 - Components
 */
/**
 * 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: 35em) {
    .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: 12px; }
  @media only screen and (max-width: 1360px) {
    .c-author__avatar {
      margin-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .c-author__avatar {
      margin-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .c-author__avatar {
      margin-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .c-author__avatar {
      margin-bottom: 9.86842px; } }
  @media only screen and (min-width: 35em) {
    .c-author__avatar {
      margin-bottom: 0; } }
  @media not screen and (min-width: 35em) {
    .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: 36px; }
    @media only screen and (max-width: 1360px) {
      .c-author__avatar + .c-author__details {
        padding-left: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .c-author__avatar + .c-author__details {
        padding-left: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .c-author__avatar + .c-author__details {
        padding-left: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .c-author__avatar + .c-author__details {
        padding-left: 17.14286px; } }

.c-author__label {
  display: block; }
  .c-author__label:after {
    padding-bottom: 6px; }
    @media only screen and (max-width: 1360px) {
      .c-author__label:after {
        padding-bottom: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .c-author__label:after {
        padding-bottom: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .c-author__label:after {
        padding-bottom: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .c-author__label:after {
        padding-bottom: 5.84226px; } }

.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: 36px;
    margin-top: 24px; }
    @media only screen and (max-width: 1360px) {
      .comment .children {
        margin-left: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .comment .children {
        margin-left: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .comment .children {
        margin-left: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .comment .children {
        margin-left: 17.14286px; } }
    @media only screen and (max-width: 1360px) {
      .comment .children {
        margin-top: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .comment .children {
        margin-top: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .comment .children {
        margin-top: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .comment .children {
        margin-top: 11.85185px; } }
    .comment .children .children {
      margin-left: 0; }
    @media not screen and (min-width: 50em) {
      .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: 24px; }
    @media only screen and (max-width: 1360px) {
      .comment-list > li + li {
        margin-top: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .comment-list > li + li {
        margin-top: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .comment-list > li + li {
        margin-top: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .comment-list > li + li {
        margin-top: 11.85185px; } }

.comment-list,
.comment-respond {
  margin-top: 36px; }
  @media only screen and (max-width: 1360px) {
    .comment-list,
    .comment-respond {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .comment-list,
    .comment-respond {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .comment-list,
    .comment-respond {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .comment-list,
    .comment-respond {
      margin-top: 17.14286px; } }

.comment-list + .comment-respond {
  margin-top: 48px; }
  @media only screen and (max-width: 1360px) {
    .comment-list + .comment-respond {
      margin-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .comment-list + .comment-respond {
      margin-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .comment-list + .comment-respond {
      margin-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .comment-list + .comment-respond {
      margin-top: 22.06897px; } }

.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: 6px; }
  @media only screen and (max-width: 1360px) {
    .comment__body > * + * {
      padding-top: 5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .comment__body > * + * {
      padding-top: 5.92008px; } }
  @media only screen and (max-width: 768px) {
    .comment__body > * + * {
      padding-top: 5.88091px; } }
  @media only screen and (max-width: 320px) {
    .comment__body > * + * {
      padding-top: 5.84226px; } }

.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: 50em) {
    .comment__avatar {
      max-width: 32px; } }

.comment__metadata a,
.comment-reply-title a,
.edit-link a,
.reply a,
.logged-in-as a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.07143;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6; }
  @media only screen and (max-width: 1360px) {
    .comment__metadata a,
    .comment-reply-title a,
    .edit-link a,
    .reply a,
    .logged-in-as a {
      font-size: 13.82438px; } }
  @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: 13.65311px; } }
  @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: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .comment__metadata a,
    .comment-reply-title a,
    .edit-link a,
    .reply a,
    .logged-in-as a {
      font-size: 13.32299px; } }
  .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: 6px; }
    @media only screen and (max-width: 1360px) {
      .comment__metadata a:not(:last-child),
      .comment-reply-title a:not(:last-child),
      .edit-link a:not(:last-child),
      .reply a:not(:last-child),
      .logged-in-as a:not(:last-child) {
        margin-bottom: 5.95977px; } }
    @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: 5.92008px; } }
    @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: 5.88091px; } }
    @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: 5.84226px; } }
  .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: 12px;
  display: block; }
  @media only screen and (max-width: 1360px) {
    .reply a {
      margin-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .reply a {
      margin-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .reply a {
      margin-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .reply a {
      margin-bottom: 9.86842px; } }

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

.comment__content {
  font-size: 15px;
  line-height: 1.66667; }
  @media only screen and (max-width: 1360px) {
    .comment__content {
      font-size: 14.76923px; } }
  @media only screen and (max-width: 1024px) {
    .comment__content {
      font-size: 14.54545px; } }
  @media only screen and (max-width: 768px) {
    .comment__content {
      font-size: 14.32836px; } }
  @media only screen and (max-width: 320px) {
    .comment__content {
      font-size: 14.11765px; } }

.comment-reply-title[class] {
  margin-bottom: 6px; }
  @media only screen and (max-width: 1360px) {
    .comment-reply-title[class] {
      margin-bottom: 5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .comment-reply-title[class] {
      margin-bottom: 5.92008px; } }
  @media only screen and (max-width: 768px) {
    .comment-reply-title[class] {
      margin-bottom: 5.88091px; } }
  @media only screen and (max-width: 320px) {
    .comment-reply-title[class] {
      margin-bottom: 5.84226px; } }

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

.comment__author {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none; }
  @media only screen and (max-width: 1360px) {
    .comment__author {
      font-size: 19.28571px; } }
  @media only screen and (max-width: 1024px) {
    .comment__author {
      font-size: 18.62069px; } }
  @media only screen and (max-width: 768px) {
    .comment__author {
      font-size: 18px; } }
  @media only screen and (max-width: 320px) {
    .comment__author {
      font-size: 17.41935px; } }
  .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: 50em) {
  .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%;
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0; }
    @media only screen and (max-width: 1360px) {
      .comment-form label {
        font-size: 13.82438px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form label {
        font-size: 13.65311px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label {
        font-size: 13.48603px; } }
    @media only screen and (max-width: 320px) {
      .comment-form label {
        font-size: 13.32299px; } }
    @media only screen and (max-width: 1360px) {
      .comment-form label {
        padding-bottom: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form label {
        padding-bottom: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .comment-form label {
        padding-bottom: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .comment-form label {
        padding-bottom: 9.86842px; } }

.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: 50em) {
  .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: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1360px) {
    .comment-form-subscriptions {
      margin-top: 2.99747px; } }
  @media only screen and (max-width: 1024px) {
    .comment-form-subscriptions {
      margin-top: 2.99495px; } }
  @media only screen and (max-width: 768px) {
    .comment-form-subscriptions {
      margin-top: 2.99243px; } }
  @media only screen and (max-width: 320px) {
    .comment-form-subscriptions {
      margin-top: 2.98991px; } }
  .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .comment-form-subscriptions.comment-form-subscriptions.comment-form-subscriptions {
        margin-bottom: 11.85185px; } }

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

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

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

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

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

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

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

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

ul.page-numbers[class][class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0;
  margin-top: 66px;
  margin-left: -12px; }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-top: 49.92908px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-top: 40.15209px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-top: 33.57711px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-top: 28.85246px; } }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-left: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-left: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-left: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-left: -9.86842px; } }
  ul.page-numbers[class][class] > * {
    padding-left: 12px; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] > * {
        padding-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] > * {
        padding-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] > * {
        padding-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] > * {
        padding-left: 9.86842px; } }
  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: 36px;
  padding-bottom: 36px; }
  @media only screen and (max-width: 1360px) {
    .posts-navigation {
      padding-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .posts-navigation {
      padding-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .posts-navigation {
      padding-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .posts-navigation {
      padding-top: 17.14286px; } }
  @media only screen and (max-width: 1360px) {
    .posts-navigation {
      padding-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .posts-navigation {
      padding-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .posts-navigation {
      padding-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .posts-navigation {
      padding-bottom: 17.14286px; } }
  .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: -36px;
    margin-left: -36px; }
    .posts-navigation .nav-links > * {
      border: 0 solid transparent; }
    @media only screen and (max-width: 1360px) {
      .posts-navigation .nav-links {
        margin-top: -28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .posts-navigation .nav-links {
        margin-top: -23.22581px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links {
        margin-top: -19.72603px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links {
        margin-top: -17.14286px; } }
    @media only screen and (max-width: 1360px) {
      .posts-navigation .nav-links {
        margin-left: -28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .posts-navigation .nav-links {
        margin-left: -23.22581px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links {
        margin-left: -19.72603px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links {
        margin-left: -17.14286px; } }
    .posts-navigation .nav-links > * {
      margin-top: 36px;
      padding-left: 36px; }
      @media only screen and (max-width: 1360px) {
        .posts-navigation .nav-links > * {
          margin-top: 28.23529px; } }
      @media only screen and (max-width: 1024px) {
        .posts-navigation .nav-links > * {
          margin-top: 23.22581px; } }
      @media only screen and (max-width: 768px) {
        .posts-navigation .nav-links > * {
          margin-top: 19.72603px; } }
      @media only screen and (max-width: 320px) {
        .posts-navigation .nav-links > * {
          margin-top: 17.14286px; } }
      @media only screen and (max-width: 1360px) {
        .posts-navigation .nav-links > * {
          padding-left: 28.23529px; } }
      @media only screen and (max-width: 1024px) {
        .posts-navigation .nav-links > * {
          padding-left: 23.22581px; } }
      @media only screen and (max-width: 768px) {
        .posts-navigation .nav-links > * {
          padding-left: 19.72603px; } }
      @media only screen and (max-width: 320px) {
        .posts-navigation .nav-links > * {
          padding-left: 17.14286px; } }
    .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: -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links {
      margin-left: -37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links {
      margin-left: -30.23622px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links {
      margin-left: -25.51495px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links {
      margin-left: -22.06897px; } }
  .post-navigation .nav-links > * {
    margin-left: 48px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 10em;
            flex: 1 1 10em;
    width: 10em; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links > * {
        margin-left: 37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links > * {
        margin-left: 30.23622px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links > * {
        margin-left: 25.51495px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links > * {
        margin-left: 22.06897px; } }
  .post-navigation .nav-links > :not(:first-child) {
    margin-top: 48px; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links > :not(:first-child) {
        margin-top: 37.10145px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links > :not(:first-child) {
        margin-top: 30.23622px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links > :not(:first-child) {
        margin-top: 25.51495px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links > :not(:first-child) {
        margin-top: 22.06897px; } }
    @media only screen and (min-width: 50em) {
      .post-navigation .nav-links > :not(:first-child) {
        margin-top: 0; } }
  @media not screen and (min-width: 50em) {
    .post-navigation .nav-links > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%; }
    .post-navigation .nav-links .nav-previous,
    .post-navigation .nav-links .nav-next {
      text-align: center; }
    .post-navigation .nav-links .nav-title,
    .post-navigation .nav-links .nav-links__label {
      -webkit-transform: none !important;
              transform: none !important; }
    .post-navigation .nav-links .nav-links__label:before,
    .post-navigation .nav-links .nav-links__label:after {
      content: none; }
    .post-navigation .nav-links .nav-links__label--next {
      padding-right: 0; }
    .post-navigation .nav-links .nav-links__label--previous {
      padding-left: 0; } }
  .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-links__label[class] {
  font-weight: 500;
  font-size: 14px; }

.post-navigation .nav-title {
  display: block;
  font-weight: 300;
  -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: 20em) {
  .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: 12px; }
  @media only screen and (max-width: 1360px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .meta__title, .entry-content .cats__title, .entry-content .tags__title {
      margin-right: 9.86842px; } }

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

.meta__title--above {
  margin-bottom: 6px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media only screen and (max-width: 1360px) {
    .meta__title--above {
      margin-bottom: 5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .meta__title--above {
      margin-bottom: 5.92008px; } }
  @media only screen and (max-width: 768px) {
    .meta__title--above {
      margin-bottom: 5.88091px; } }
  @media only screen and (max-width: 320px) {
    .meta__title--above {
      margin-bottom: 5.84226px; } }

.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: 36px;
  clear: both; }
  @media only screen and (max-width: 1360px) {
    .entry-content .tags {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content .tags {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .entry-content .tags {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .entry-content .tags {
      margin-top: 17.14286px; } }
  .entry-content .tags__title {
    margin-top: 5px; }
  .entry-content .tags > a {
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    font-style: italic;
    line-height: 1.2;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .entry-content .tags > a:hover {
      opacity: 0.6; }

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

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

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

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

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

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

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

.u-content-width > :not(.alignleft):not(.alignright):not(.wp-block-cover-image):not([class*="gallery"]):not(blockquote) {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px; }
  .full-width .u-content-width > :not(.alignleft):not(.alignright):not(.wp-block-cover-image):not([class*="gallery"]):not(blockquote) {
    max-width: none; }

.site {
  border: 0 solid transparent; }

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

body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.52;
  color: #000000; }
  @media only screen and (max-width: 1360px) {
    body {
      font-size: 16.62193px; } }
  @media only screen and (max-width: 1024px) {
    body {
      font-size: 16.26031px; } }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 15.91408px; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 15.5823px; } }

.h0 {
  color: #000000; }

.h1, h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  color: #333; }
  @media only screen and (max-width: 1360px) {
    .h1, h1 {
      font-size: 34.85149px; } }
  @media only screen and (max-width: 1024px) {
    .h1, h1 {
      font-size: 30.87719px; } }
  @media only screen and (max-width: 768px) {
    .h1, h1 {
      font-size: 27.71654px; } }
  @media only screen and (max-width: 320px) {
    .h1, h1 {
      font-size: 25.14286px; } }
  .h1:not(:last-child), h1:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .h1:not(:last-child), h1:not(:last-child) {
        margin-bottom: 11.85185px; } }

.h2, h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1.33333;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  color: #333; }
  @media only screen and (max-width: 1360px) {
    .h2, h2 {
      font-size: 26.66667px; } }
  @media only screen and (max-width: 1024px) {
    .h2, h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 768px) {
    .h2, h2 {
      font-size: 21.81818px; } }
  @media only screen and (max-width: 320px) {
    .h2, h2 {
      font-size: 20px; } }
  .h2:not(:last-child), h2:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .h2:not(:last-child), h2:not(:last-child) {
        margin-bottom: 11.85185px; } }

.h3, h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.41667;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #333; }
  @media only screen and (max-width: 1360px) {
    .h3, h3 {
      font-size: 22.55639px; } }
  @media only screen and (max-width: 1024px) {
    .h3, h3 {
      font-size: 21.2766px; } }
  @media only screen and (max-width: 768px) {
    .h3, h3 {
      font-size: 20.13423px; } }
  @media only screen and (max-width: 320px) {
    .h3, h3 {
      font-size: 19.10828px; } }
  .h3:not(:last-child), h3:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .h3:not(:last-child), h3:not(:last-child) {
        margin-bottom: 11.85185px; } }

.h4, h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: normal;
  text-transform: none;
  color: #333; }
  @media only screen and (max-width: 1360px) {
    .h4, h4 {
      font-size: 19.28571px; } }
  @media only screen and (max-width: 1024px) {
    .h4, h4 {
      font-size: 18.62069px; } }
  @media only screen and (max-width: 768px) {
    .h4, h4 {
      font-size: 18px; } }
  @media only screen and (max-width: 320px) {
    .h4, h4 {
      font-size: 17.41935px; } }
  .h4:not(:last-child), h4:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .h4:not(:last-child), h4:not(:last-child) {
        margin-bottom: 11.85185px; } }

.h5, h5 {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.13333;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: none;
  color: #333; }
  @media only screen and (max-width: 1360px) {
    .h5, h5 {
      font-size: 14.76923px; } }
  @media only screen and (max-width: 1024px) {
    .h5, h5 {
      font-size: 14.54545px; } }
  @media only screen and (max-width: 768px) {
    .h5, h5 {
      font-size: 14.32836px; } }
  @media only screen and (max-width: 320px) {
    .h5, h5 {
      font-size: 14.11765px; } }
  .h5:not(:last-child), h5:not(:last-child) {
    margin-bottom: 12px; }
    @media only screen and (max-width: 1360px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .h5:not(:last-child), h5:not(:last-child) {
        margin-bottom: 9.86842px; } }

.h6, h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.07143;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #333; }
  @media only screen and (max-width: 1360px) {
    .h6, h6 {
      font-size: 13.82438px; } }
  @media only screen and (max-width: 1024px) {
    .h6, h6 {
      font-size: 13.65311px; } }
  @media only screen and (max-width: 768px) {
    .h6, h6 {
      font-size: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .h6, h6 {
      font-size: 13.32299px; } }
  .h6:not(:last-child), h6:not(:last-child) {
    margin-bottom: 6px; }
    @media only screen and (max-width: 1360px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .h6:not(:last-child), h6:not(:last-child) {
        margin-bottom: 5.84226px; } }

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: 24px; }
  @media only screen and (max-width: 1360px) {
    p:not(:last-child),
    ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
    hr:not(:last-child),
    table:not(:last-child),
    .twocolumn:not(:last-child) {
      margin-bottom: 19.10448px; } }
  @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: 15.86777px; } }
  @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: 13.5689px; } }
  @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: 11.85185px; } }

blockquote {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  line-height: 1.325;
  font-weight: 300;
  text-transform: none; }
  @media only screen and (max-width: 1360px) {
    blockquote {
      font-size: 34.85149px; } }
  @media only screen and (max-width: 1024px) {
    blockquote {
      font-size: 30.87719px; } }
  @media only screen and (max-width: 768px) {
    blockquote {
      font-size: 27.71654px; } }
  @media only screen and (max-width: 320px) {
    blockquote {
      font-size: 25.14286px; } }
  blockquote:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      blockquote:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      blockquote:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      blockquote:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      blockquote:not(:last-child) {
        margin-bottom: 11.85185px; } }
  blockquote footer, blockquote cite {
    display: block;
    margin-top: 24px;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        margin-top: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        margin-top: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        margin-top: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        margin-top: 11.85185px; } }
    @media only screen and (max-width: 1360px) {
      blockquote footer, blockquote cite {
        font-size: 17.52678px; } }
    @media only screen and (max-width: 1024px) {
      blockquote footer, blockquote cite {
        font-size: 17.0778px; } }
    @media only screen and (max-width: 768px) {
      blockquote footer, blockquote cite {
        font-size: 16.65125px; } }
    @media only screen and (max-width: 320px) {
      blockquote footer, blockquote cite {
        font-size: 16.24549px; } }
    blockquote footer a, blockquote cite a {
      border-bottom: 0 !important;
      text-decoration: none !important; }

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

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

.c-gallery--blog {
  margin-top: -40px;
  margin-left: -60px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-top: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-top: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-top: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-top: -18.82353px; } }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-left: -45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-left: -36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-left: -30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-left: -26.66667px; } }
  .c-gallery--blog > * {
    margin-top: 40px;
    padding-left: 60px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        margin-top: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        margin-top: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        margin-top: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        margin-top: 18.82353px; } }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        padding-left: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        padding-left: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        padding-left: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        padding-left: 26.66667px; } }

.c-card__title {
  color: #000000; }

.c-meta__primary {
  color: #3B3B3B; }

.c-meta__secondary {
  color: #828282; }

.c-meta__separator {
  color: #828282; }

.c-card__excerpt {
  color: #000000; }

.c-card__footer {
  color: #000000; }

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

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

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

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

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

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

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

.c-author__website-link[class] {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.07143;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none; }
  @media only screen and (max-width: 1360px) {
    .c-author__website-link[class] {
      font-size: 13.82438px; } }
  @media only screen and (max-width: 1024px) {
    .c-author__website-link[class] {
      font-size: 13.65311px; } }
  @media only screen and (max-width: 768px) {
    .c-author__website-link[class] {
      font-size: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .c-author__website-link[class] {
      font-size: 13.32299px; } }
  .c-author__website-link[class]:not(:last-child) {
    margin-bottom: 6px; }
    @media only screen and (max-width: 1360px) {
      .c-author__website-link[class]:not(:last-child) {
        margin-bottom: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .c-author__website-link[class]:not(:last-child) {
        margin-bottom: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .c-author__website-link[class]:not(:last-child) {
        margin-bottom: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .c-author__website-link[class]:not(:last-child) {
        margin-bottom: 5.84226px; } }

.c-border {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  border: 0 solid transparent;
  pointer-events: none; }
  .admin-bar .c-border {
    top: 32px; }
  .demo-site .c-border {
    top: 80px; }
  .admin-bar.demo-site .c-border {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-border {
      top: 46px; }
    .admin-bar.demo-site .c-border {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-border {
      top: 146px; } }

.c-cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .c-cursor:before, .c-cursor:after {
    content: "";
    position: absolute;
    background: #FFFFFF; }
  .c-cursor:before {
    left: -1px;
    top: -12px;
    width: 2px;
    height: 24px; }
  .c-cursor:after {
    top: -1px;
    left: -12px;
    width: 24px;
    height: 2px; }

.entry-content {
  position: relative; }
  .entry-content .cats {
    clear: both; }
  .entry-content .cats > a {
    display: inline-block;
    /* [1] */
    vertical-align: middle;
    /* [2] */
    text-align: center;
    /* [4] */
    cursor: pointer;
    /* [5] */
    padding: 1em 1.75em;
    border: 0 solid #222222;
    margin: 0;
    color: #FFFFFF;
    background-color: #000000;
    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);
    font-size: 15px;
    font-weight: bolder;
    padding: 9px 19px 10px 20px;
    margin-top: 3px; }
    .u-buttons-rounded .entry-content .cats > a {
      border-radius: 0.3em; }
    .u-buttons-pill .entry-content .cats > a {
      border-radius: 999em; }
    .u-underlined-links .entry-content .cats > a {
      text-decoration: none; }
    .u-buttons-outline .entry-content .cats > a {
      background: none;
      border: 2px solid currentColor; }
      .u-buttons-outline .entry-content .cats > a:hover, .u-buttons-outline .entry-content .cats > a:active, .u-buttons-outline .entry-content .cats > a:focus {
        background: none;
        color: inherit; }
    .entry-content .cats > a:hover, .entry-content .cats > a:active, .entry-content .cats > a:focus {
      color: #FFFFFF;
      background-color: #000;
      opacity: 1;
      text-decoration: none; }
  .entry-content .cats__title {
    display: none; }
  .entry-content * + .cats,
  .entry-content * + .tags {
    margin-top: 36px; }
    @media only screen and (max-width: 1360px) {
      .entry-content * + .cats,
      .entry-content * + .tags {
        margin-top: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content * + .cats,
      .entry-content * + .tags {
        margin-top: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .entry-content * + .cats,
      .entry-content * + .tags {
        margin-top: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .entry-content * + .cats,
      .entry-content * + .tags {
        margin-top: 17.14286px; } }
  .entry-content .tags__title {
    display: inline-block; }
    .entry-content .tags__title:after {
      content: ": "; }
  .entry-content .tags a {
    margin-left: 12px; }
    @media only screen and (max-width: 1360px) {
      .entry-content .tags a {
        margin-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .entry-content .tags a {
        margin-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .entry-content .tags a {
        margin-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .entry-content .tags a {
        margin-left: 9.86842px; } }
    .entry-content .tags a:not(:last-child):after {
      content: ","; }
  .entry-content .edit-link {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
    @media only screen and (min-width: 50em) {
      .entry-content .edit-link {
        display: block; } }
    .entry-content .edit-link a {
      font-size: 90%;
      text-decoration: none;
      border-bottom: 1px solid; }

.entry-date + .entry-title {
  padding-top: 36px; }
  @media only screen and (max-width: 1360px) {
    .entry-date + .entry-title {
      padding-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .entry-date + .entry-title {
      padding-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .entry-date + .entry-title {
      padding-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .entry-date + .entry-title {
      padding-top: 17.14286px; } }

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

.c-filmstrip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .c-filmstrip > * {
    width: 100%;
    height: 100%; }
  .c-filmstrip .js-project-media {
    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;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .c-filmstrip .js-project-media .c-filmstrip__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: none !important; }
  .c-filmstrip .c-filmstrip__wrapper {
    width: 100%;
    height: 100%;
    margin: auto 8px; }
    .c-filmstrip .c-filmstrip__wrapper img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      margin: auto;
      -o-object-fit: contain;
         object-fit: contain; }
    .c-filmstrip .c-filmstrip__wrapper.is-loaded {
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
  .c-filmstrip .js-project-content {
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-filmstrip .js-project-content .c-filmstrip__wrapper {
      width: auto;
      margin-top: auto;
      margin-bottom: auto; }
    .c-filmstrip .js-project-content.is-scrollable .c-filmstrip__wrapper:after {
      content: "";
      display: block;
      width: 100%;
      height: 60px; }

@media not screen and (min-width: 50em) {
  .c-navbar__page-title {
    padding-left: 1rem;
    padding-right: 1rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .c-navbar[class][class] {
    height: 56px; }
  .c-navbar__project-menu,
  .c-navbar__label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .c-navbar__project-menu[class] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .c-navbar__label[class] {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-navbar__project-menu[class],
  .c-navbar__project-menu > :first-child {
    margin-left: 0; }
  .c-navbar__project-menu > :not(:first-child) {
    display: none; } }

.c-fullview {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .c-fullview img {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    pointer-events: none; }

.c-fullview__images,
.c-fullview__arrows {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  .c-fullview.is-active .c-fullview__images, .c-fullview.is-active
  .c-fullview__arrows {
    opacity: 1;
    pointer-events: auto; }

.c-fullview__arrows {
  position: static;
  z-index: auto; }

.c-fullview__images {
  background: #222;
  z-index: 10000; }

.c-fullview__arrows {
  z-index: 999999; }

.c-fullview__image {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.c-fullview__arrow {
  position: fixed;
  color: #FFFFFF;
  z-index: 10000;
  width: 20%;
  opacity: 0; }

.c-fullview__arrow--next {
  cursor: e-resize; }

.c-fullview__arrow--prev {
  cursor: w-resize; }

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

@media only screen and (min-width: 35em) {
  .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-\@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; }

[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*="-right"] .c-card__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right; }

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

.c-gallery {
  pointer-events: none; }

.c-gallery__item {
  pointer-events: auto; }

.c-gallery--packed {
  display: block; }
  @media only screen and (min-width: 35em) {
    .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__content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; } }
  @media not screen and (min-width: 35em) {
    .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: 20em) {
    .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: 35em) {
    .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-\@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; } }

@media only screen and (min-width: 20em) {
  .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: 35em) {
  .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-\@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: 24px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 11.85185px; } }

.c-gallery--title-overlay .c-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -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;
  padding: 24px;
  opacity: 0;
  -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); }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 11.85185px; } }

.c-gallery--title-overlay .c-card:hover .c-card__content {
  opacity: 1; }

@media not screen and (min-width: 35em) {
  .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--regular,
  .c-gallery--packed {
    margin-top: -24px !important; }
    .c-gallery--regular .c-gallery__item,
    .c-gallery--packed .c-gallery__item {
      margin-top: 24px !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[class] {
  padding-top: 0.3em; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }

.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 10000;
  overflow: hidden; }

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

.c-loader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .c-loader__logo svg {
    overflow: visible; }

/*

    OVERLAY
    ====


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


    expected markup:
    ----------------
    <div class="c-overlay">
        ...
    </div>

 */
.c-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: scroll;
  background: #000000;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity; }
  .admin-bar .c-overlay {
    top: 32px; }
  .demo-site .c-overlay {
    top: 80px; }
  .admin-bar.demo-site .c-overlay {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-overlay {
      top: 46px; }
    .admin-bar.demo-site .c-overlay {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-overlay {
      top: 146px; } }
  @media screen and (max-width: 600px) {
    .admin-bar .c-overlay {
      position: absolute; } }
  .c-overlay a,
  .c-overlay a:hover {
    color: inherit; }
  .c-overlay a {
    opacity: 0.65; }
    .c-overlay a:hover {
      opacity: 1; }
  .c-overlay.is-visible {
    opacity: 1;
    pointer-events: auto; }
  @media not screen and (min-width: 50em) {
    .c-overlay {
      z-index: 10000; } }

.c-overlay__content {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-overlay__content.is-visible {
    opacity: 1; }
  [class][class][class] .c-overlay__content .c-btn {
    background: #FFFFFF;
    color: #000000; }
  .c-overlay__content .c-page-header__title, .c-overlay__content h1, .c-overlay__content h2, .c-overlay__content h3, .c-overlay__content h4, .c-overlay__content h5, .c-overlay__content h6 {
    color: inherit; }

.c-overlay__close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11100;
  height: 70px;
  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;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  color: #FFFFFF; }
  .admin-bar .c-overlay__close {
    top: 32px; }
  .demo-site .c-overlay__close {
    top: 80px; }
  .admin-bar.demo-site .c-overlay__close {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-overlay__close {
      top: 46px; }
    .admin-bar.demo-site .c-overlay__close {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-overlay__close {
      top: 146px; } }
  @media screen and (max-width: 600px) {
    .admin-bar .c-overlay__close {
      position: absolute; } }
  @media only screen and (max-width: 1360px) {
    .c-overlay__close {
      padding-left: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-overlay__close {
      padding-left: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-overlay__close {
      padding-left: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-overlay__close {
      padding-left: 11.85185px; } }
  @media only screen and (max-width: 1360px) {
    .c-overlay__close {
      padding-right: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-overlay__close {
      padding-right: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-overlay__close {
      padding-right: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-overlay__close {
      padding-right: 11.85185px; } }
  .c-overlay__close:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(assets/images/close.svg);
    background-position: center center;
    background-repeat: no-repeat; }
  .has-overlay .c-overlay__close {
    opacity: 1;
    pointer-events: auto; }
  @media only screen and (min-width: 50em) {
    .c-overlay__close {
      height: 84px; } }

.c-progress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  overflow: hidden; }

.c-progress__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  background-color: #000000;
  will-change: transform; }

.sd-title {
  display: none !important; }

* + .sharedaddy {
  margin-top: 60px; }
  @media only screen and (max-width: 1360px) {
    * + .sharedaddy {
      margin-top: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    * + .sharedaddy {
      margin-top: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    * + .sharedaddy {
      margin-top: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    * + .sharedaddy {
      margin-top: 26.66667px; } }

.sharedaddy[class][class][class] ul,
.sharedaddy[class][class][class] li {
  margin: 0; }

.sharedaddy[class][class][class] a {
  color: inherit !important; }

.sharedaddy[class][class][class] .sd-button {
  display: block;
  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;
  padding: 12px 15px 12px 17px; }
  .sharedaddy[class][class][class] .sd-button:before {
    position: static; }
  .sharedaddy[class][class][class] .sd-button:after {
    border: 1px solid currentColor; }

.sharedaddy[class][class][class] .share-facebook > a:before {
  color: #3461a1; }

.sharedaddy[class][class][class] .share-twitter > a:before {
  color: #28aae1; }

.sharedaddy[class][class][class] .share-pinterest > a:before {
  color: #cd2026; }

.sharedaddy[class][class][class] .share-linkedin > a:before {
  color: #0077b5; }

.sharedaddy[class][class][class] .share-reddit > a:before {
  color: #ff4500; }

.sharedaddy[class][class][class] .share-google-plus-1 > a:before {
  color: #dd4b39; }

.sharedaddy[class][class][class] .share-tumblr > a:before {
  color: #35465c; }

.sharedaddy[class][class][class] .share-skype > a:before {
  color: #00aff0; }

.sharedaddy[class][class][class] .share-pocket > a:before {
  color: #ef4056; }

.c-overlay .sharedaddy[class][class] .sd-social {
  font-size: 24px;
  line-height: 1.75;
  font-weight: normal;
  text-align: center; }
  @media only screen and (max-width: 1360px) {
    .c-overlay .sharedaddy[class][class] .sd-social {
      font-size: 22.55639px; } }
  @media only screen and (max-width: 1024px) {
    .c-overlay .sharedaddy[class][class] .sd-social {
      font-size: 21.2766px; } }
  @media only screen and (max-width: 768px) {
    .c-overlay .sharedaddy[class][class] .sd-social {
      font-size: 20.13423px; } }
  @media only screen and (max-width: 320px) {
    .c-overlay .sharedaddy[class][class] .sd-social {
      font-size: 19.10828px; } }

.c-overlay .sharedaddy[class][class] .sd-social-icon-text {
  text-align: left; }

.c-overlay .sharedaddy[class][class] .sd-social-text ul,
.c-overlay .sharedaddy[class][class] .sd-social-icon-text ul {
  display: block; }

.c-overlay .sharedaddy[class][class] .sd-social-text li,
.c-overlay .sharedaddy[class][class] .sd-social-icon-text li {
  display: block;
  padding-left: 0; }

.c-overlay .sharedaddy[class][class] .sd-social-text .sd-button,
.c-overlay .sharedaddy[class][class] .sd-social-icon-text .sd-button {
  border: 0;
  font: inherit !important;
  color: inherit !important;
  background: none;
  text-transform: none;
  letter-spacing: 0;
  opacity: 1; }
  .c-overlay .sharedaddy[class][class] .sd-social-text .sd-button span,
  .c-overlay .sharedaddy[class][class] .sd-social-icon-text .sd-button span {
    margin-left: 0; }
  .c-overlay .sharedaddy[class][class] .sd-social-text .sd-button:before,
  .c-overlay .sharedaddy[class][class] .sd-social-icon-text .sd-button:before {
    content: none; }
  .c-overlay .sharedaddy[class][class] .sd-social-text .sd-button:hover,
  .c-overlay .sharedaddy[class][class] .sd-social-icon-text .sd-button:hover {
    opacity: 0.65; }

.c-spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transition: opacity .1s ease-out, display 0 .1s;
  transition: opacity .1s ease-out, display 0 .1s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.spinner__side {
  position: absolute;
  width: 20px;
  height: 40px;
  top: 0;
  left: 0;
  overflow: hidden; }

.side--right {
  left: 20px; }

.spinner__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: .6;
  border-radius: 999px; }

.side--left .spinner__fill {
  border-left: 20px solid rgba(0, 0, 0, 0.3);
  -webkit-animation: cssSpinnerLeft 1.75s infinite linear;
          animation: cssSpinnerLeft 1.75s infinite linear; }

.side--right .spinner__fill {
  border-right: 20px solid rgba(0, 0, 0, 0.3);
  -webkit-animation: cssSpinnerRight 1.75s infinite linear;
          animation: cssSpinnerRight 1.75s infinite linear;
  left: -20px; }

.portfolio__item--text .spinner {
  display: none; }

.portfolio__item.js-loaded .spinner,
.portfolio__item--clone .spinner {
  opacity: 0;
  display: none; }

@-webkit-keyframes cssSpinnerRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  70% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes cssSpinnerRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  70% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes cssSpinnerLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  35% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  80% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes cssSpinnerLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  35% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  80% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/*------------------------------------*\
    #WIDGETS
\*------------------------------------*/
.widget-area > * + * {
  margin-top: 36px; }
  @media only screen and (max-width: 1360px) {
    .widget-area > * + * {
      margin-top: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .widget-area > * + * {
      margin-top: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .widget-area > * + * {
      margin-top: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .widget-area > * + * {
      margin-top: 17.14286px; } }

.widget-area ul > li + li,
.widget-area ul ul {
  margin-top: 12px; }
  @media only screen and (max-width: 1360px) {
    .widget-area ul > li + li,
    .widget-area ul ul {
      margin-top: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .widget-area ul > li + li,
    .widget-area ul ul {
      margin-top: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .widget-area ul > li + li,
    .widget-area ul ul {
      margin-top: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .widget-area ul > li + li,
    .widget-area ul ul {
      margin-top: 9.86842px; } }

.widget-area a:hover {
  text-decoration: none; }

.widget-area .search-form {
  position: relative; }
  .widget-area .search-form input[type="text"] {
    padding-right: 60px; }
    @media only screen and (max-width: 1360px) {
      .widget-area .search-form input[type="text"] {
        padding-right: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .widget-area .search-form input[type="text"] {
        padding-right: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .widget-area .search-form input[type="text"] {
        padding-right: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .widget-area .search-form input[type="text"] {
        padding-right: 26.66667px; } }
  .widget-area .search-form .search-submit {
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0;
    padding: 0;
    color: transparent;
    width: 55px;
    height: 100%;
    background-color: transparent; }
    .widget-area .search-form .search-submit:before {
      content: "";
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: block;
      background-color: transparent;
      background: url("assets/images/icon-search.svg") center center no-repeat; }
    .widget-area .search-form .search-submit:hover:before {
      -webkit-transform: none;
              transform: none; }

.c-widget__title {
  padding-bottom: 24px; }
  @media only screen and (max-width: 1360px) {
    .c-widget__title {
      padding-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-widget__title {
      padding-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-widget__title {
      padding-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-widget__title {
      padding-bottom: 11.85185px; } }

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

.widget_recent_comments .recentcomments {
  color: #979797; }

.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 {
  counter-reset: submenu; }
  .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 {
    content: "- " counters(submenu, "- ", none);
    counter-increment: submenu; }

ul.page-numbers[class][class] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-bottom: 24px;
  margin-left: -12px;
  list-style: none;
  padding-left: 0; }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-top: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-top: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-top: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-top: 26.66667px; } }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-bottom: 11.85185px; } }
  @media only screen and (max-width: 1360px) {
    ul.page-numbers[class][class] {
      margin-left: -11.3852px; } }
  @media only screen and (max-width: 1024px) {
    ul.page-numbers[class][class] {
      margin-left: -10.83032px; } }
  @media only screen and (max-width: 768px) {
    ul.page-numbers[class][class] {
      margin-left: -10.32702px; } }
  @media only screen and (max-width: 320px) {
    ul.page-numbers[class][class] {
      margin-left: -9.86842px; } }
  ul.page-numbers[class][class] .prev {
    padding-right: 36px; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] .prev {
        padding-right: 17.14286px; } }
  ul.page-numbers[class][class] .next {
    padding-left: 36px; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] .next {
        padding-left: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] .next {
        padding-left: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] .next {
        padding-left: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] .next {
        padding-left: 17.14286px; } }
  ul.page-numbers[class][class] .next,
  ul.page-numbers[class][class] .prev {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.41667;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none; }
    @media only screen and (max-width: 1360px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 22.55639px; } }
    @media only screen and (max-width: 1024px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 21.2766px; } }
    @media only screen and (max-width: 768px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 20.13423px; } }
    @media only screen and (max-width: 320px) {
      ul.page-numbers[class][class] .next,
      ul.page-numbers[class][class] .prev {
        font-size: 19.10828px; } }
    ul.page-numbers[class][class] .next:not(:last-child),
    ul.page-numbers[class][class] .prev:not(:last-child) {
      margin-bottom: 24px; }
      @media only screen and (max-width: 1360px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 19.10448px; } }
      @media only screen and (max-width: 1024px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 15.86777px; } }
      @media only screen and (max-width: 768px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 13.5689px; } }
      @media only screen and (max-width: 320px) {
        ul.page-numbers[class][class] .next:not(:last-child),
        ul.page-numbers[class][class] .prev:not(:last-child) {
          margin-bottom: 11.85185px; } }
  @media not screen and (min-width: 50em) {
    ul.page-numbers[class][class] {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

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

.woocommerce-pagination[class][class],
.nav-links {
  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: 66px;
  margin-left: -6px; }
  @media only screen and (max-width: 1360px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-top: 49.92908px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-top: 40.15209px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-top: 33.57711px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-top: 28.85246px; } }
  @media only screen and (max-width: 1360px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-left: -5.95977px; } }
  @media only screen and (max-width: 1024px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-left: -5.92008px; } }
  @media only screen and (max-width: 768px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-left: -5.88091px; } }
  @media only screen and (max-width: 320px) {
    .woocommerce-pagination[class][class],
    .nav-links {
      margin-left: -5.84226px; } }
  .woocommerce-pagination[class][class] > .page-numbers,
  .nav-links > .page-numbers {
    text-decoration: none;
    margin-left: 6px; }
    @media only screen and (max-width: 1360px) {
      .woocommerce-pagination[class][class] > .page-numbers,
      .nav-links > .page-numbers {
        margin-left: 5.95977px; } }
    @media only screen and (max-width: 1024px) {
      .woocommerce-pagination[class][class] > .page-numbers,
      .nav-links > .page-numbers {
        margin-left: 5.92008px; } }
    @media only screen and (max-width: 768px) {
      .woocommerce-pagination[class][class] > .page-numbers,
      .nav-links > .page-numbers {
        margin-left: 5.88091px; } }
    @media only screen and (max-width: 320px) {
      .woocommerce-pagination[class][class] > .page-numbers,
      .nav-links > .page-numbers {
        margin-left: 5.84226px; } }
  .woocommerce-pagination[class][class] > .prev,
  .woocommerce-pagination[class][class] > .current:last-child,
  .nav-links > .prev,
  .nav-links > .current:last-child {
    margin-right: auto; }
  .woocommerce-pagination[class][class] > .next,
  .woocommerce-pagination[class][class] > .current:first-child,
  .nav-links > .next,
  .nav-links > .current:first-child {
    margin-left: auto; }

a.page-numbers[class][class],
span.page-numbers[class][class] {
  width: 3em;
  height: 3em;
  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; }

a.page-numbers.current,
span.page-numbers.current {
  background-color: #3B3B3B;
  color: #F5FBFE; }

a.page-numbers.next[class], a.page-numbers.prev[class],
span.page-numbers.next[class],
span.page-numbers.prev[class] {
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.41667;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none; }
  @media only screen and (max-width: 1360px) {
    a.page-numbers.next[class], a.page-numbers.prev[class],
    span.page-numbers.next[class],
    span.page-numbers.prev[class] {
      font-size: 22.55639px; } }
  @media only screen and (max-width: 1024px) {
    a.page-numbers.next[class], a.page-numbers.prev[class],
    span.page-numbers.next[class],
    span.page-numbers.prev[class] {
      font-size: 21.2766px; } }
  @media only screen and (max-width: 768px) {
    a.page-numbers.next[class], a.page-numbers.prev[class],
    span.page-numbers.next[class],
    span.page-numbers.prev[class] {
      font-size: 20.13423px; } }
  @media only screen and (max-width: 320px) {
    a.page-numbers.next[class], a.page-numbers.prev[class],
    span.page-numbers.next[class],
    span.page-numbers.prev[class] {
      font-size: 19.10828px; } }
  a.page-numbers.next[class]:not(:last-child), a.page-numbers.prev[class]:not(:last-child),
  span.page-numbers.next[class]:not(:last-child),
  span.page-numbers.prev[class]:not(:last-child) {
    margin-bottom: 24px; }
    @media only screen and (max-width: 1360px) {
      a.page-numbers.next[class]:not(:last-child), a.page-numbers.prev[class]:not(:last-child),
      span.page-numbers.next[class]:not(:last-child),
      span.page-numbers.prev[class]:not(:last-child) {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      a.page-numbers.next[class]:not(:last-child), a.page-numbers.prev[class]:not(:last-child),
      span.page-numbers.next[class]:not(:last-child),
      span.page-numbers.prev[class]:not(:last-child) {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      a.page-numbers.next[class]:not(:last-child), a.page-numbers.prev[class]:not(:last-child),
      span.page-numbers.next[class]:not(:last-child),
      span.page-numbers.prev[class]:not(:last-child) {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      a.page-numbers.next[class]:not(:last-child), a.page-numbers.prev[class]:not(:last-child),
      span.page-numbers.next[class]:not(:last-child),
      span.page-numbers.prev[class]:not(:last-child) {
        margin-bottom: 11.85185px; } }

a.page-numbers.prev[class][class][class],
span.page-numbers.prev[class][class][class] {
  margin-bottom: 0; }

.c-page-header {
  position: relative;
  z-index: 100;
  text-align: center; }
  .c-page-header .entry-title {
    margin-bottom: 0; }
  .c-page-header select {
    width: auto;
    background: url("assets/images/select-arrow.svg") 100% center no-repeat;
    background-size: 8px 11px;
    padding: 0 10px 0 0;
    border: none; }
    .c-page-header select::-ms-expand {
      display: none; }
  .c-page-header .entry-title + * {
    margin-top: 36px; }
    @media only screen and (max-width: 1360px) {
      .c-page-header .entry-title + * {
        margin-top: 28.23529px; } }
    @media only screen and (max-width: 1024px) {
      .c-page-header .entry-title + * {
        margin-top: 23.22581px; } }
    @media only screen and (max-width: 768px) {
      .c-page-header .entry-title + * {
        margin-top: 19.72603px; } }
    @media only screen and (max-width: 320px) {
      .c-page-header .entry-title + * {
        margin-top: 17.14286px; } }

.posts-navigation .nav-links a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  position: relative; }
  .u-buttons-rounded .posts-navigation .nav-links a {
    border-radius: 0.3em; }
  .u-buttons-pill .posts-navigation .nav-links a {
    border-radius: 999em; }
  .u-underlined-links .posts-navigation .nav-links a {
    text-decoration: none; }
  .u-buttons-outline .posts-navigation .nav-links a {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .posts-navigation .nav-links a:hover, .u-buttons-outline .posts-navigation .nav-links a:active, .u-buttons-outline .posts-navigation .nav-links a:focus {
      background: none;
      color: inherit; }
  .posts-navigation .nav-links a:hover, .posts-navigation .nav-links a:active, .posts-navigation .nav-links a:focus {
    color: #FFFFFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .posts-navigation .nav-links a:before, .posts-navigation .nav-links a:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 100;
    color: inherit;
    margin-top: -1px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .posts-navigation .nav-links a:before {
    width: 35px;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 1360px) {
      .posts-navigation .nav-links a:before {
        width: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .posts-navigation .nav-links a:before {
        width: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .posts-navigation .nav-links a:before {
        width: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .posts-navigation .nav-links a:before {
        width: 16.71642px; } }
  .posts-navigation .nav-links a:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translate(0, calc(0.5px - 50%));
            transform: translate(0, calc(0.5px - 50%)); }

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

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

.post-navigation .nav-links__label {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  position: relative;
  font-size: 12px;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  transition: all 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
  will-change: transform; }
  .post-navigation .nav-links__label:before, .post-navigation .nav-links__label:after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: 100;
    color: inherit;
    margin-top: -1px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
  .post-navigation .nav-links__label:before {
    width: 35px;
    height: 1px;
    background-color: currentColor; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label:before {
        width: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label:before {
        width: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label:before {
        width: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label:before {
        width: 16.71642px; } }
  .post-navigation .nav-links__label:after {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translate(0, calc(0.5px - 50%));
            transform: translate(0, calc(0.5px - 50%)); }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links__label {
      font-size: 11.90476px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label {
      font-size: 11.81102px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label {
      font-size: 11.71875px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links__label {
      font-size: 11.62791px; } }
  .post-navigation .nav-links__label:before {
    width: 10px; }
  .post-navigation .nav-links__label:after {
    border-width: 3px; }
  .post-navigation .nav-links__label:before, .post-navigation .nav-links__label:after {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
    transition: opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
    transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
    transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
    will-change: transform, opacity; }

.post-navigation .nav-links__label.nav-links__label {
  margin-bottom: 0; }

.post-navigation .nav-title {
  padding-top: 0;
  padding-bottom: 0; }

.post-navigation .nav-links__label--previous {
  padding-left: 100px;
  padding-left: 24px; }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 72.72727px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 57.14286px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 47.05882px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 40px; } }
  .post-navigation .nav-links__label--previous:before {
    left: 35px; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label--previous:before {
        left: 27.48466px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label--previous:before {
        left: 22.62626px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label--previous:before {
        left: 19.22747px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label--previous:before {
        left: 16.71642px; } }
  .post-navigation .nav-links__label--previous:after {
    left: 30px;
    border-right: 5px solid currentColor; }
    @media only screen and (max-width: 1360px) {
      .post-navigation .nav-links__label--previous:after {
        left: 23.7037px; } }
    @media only screen and (max-width: 1024px) {
      .post-navigation .nav-links__label--previous:after {
        left: 19.59184px; } }
    @media only screen and (max-width: 768px) {
      .post-navigation .nav-links__label--previous:after {
        left: 16.69565px; } }
    @media only screen and (max-width: 320px) {
      .post-navigation .nav-links__label--previous:after {
        left: 14.54545px; } }
  .post-navigation .nav-links__label--previous:hover:before {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0); }
  .post-navigation .nav-links__label--previous:hover:after {
    -webkit-transform: translate3d(-5px, calc(0.5px - 50%), 0);
            transform: translate3d(-5px, calc(0.5px - 50%), 0); }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links__label--previous {
      padding-left: 11.85185px; } }
  .post-navigation .nav-links__label--previous:after {
    left: 0; }
  .post-navigation .nav-links__label--previous:before {
    left: 3px; }

.post-navigation .nav-links__label--next {
  padding-right: 100px;
  text-align: left;
  padding-right: 24px; }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links__label--next {
      padding-right: 72.72727px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label--next {
      padding-right: 57.14286px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label--next {
      padding-right: 47.05882px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links__label--next {
      padding-right: 40px; } }
  .post-navigation .nav-links__label--next:before {
    right: 2.33333em; }
  .post-navigation .nav-links__label--next:after {
    right: calc(7em/3 - 5px);
    border-left: 5px solid currentColor; }
  .post-navigation .nav-links__label--next:hover:before {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0); }
  .post-navigation .nav-links__label--next:hover:after {
    -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
            transform: translate3d(5px, calc(0.5px - 50%), 0); }
  @media only screen and (max-width: 1360px) {
    .post-navigation .nav-links__label--next {
      padding-right: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .post-navigation .nav-links__label--next {
      padding-right: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .post-navigation .nav-links__label--next {
      padding-right: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .post-navigation .nav-links__label--next {
      padding-right: 11.85185px; } }
  .post-navigation .nav-links__label--next:after {
    right: 0; }
  .post-navigation .nav-links__label--next:before {
    right: 3px; }

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

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

.post-navigation .nav-title:after, .post-navigation .nav-title:before {
  content: none; }

@media not screen and (min-width: 20em) {
  .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; } }

.page-links {
  clear: both; }

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .search-form > .search-submit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0; }

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

@media only screen and (min-width: 35em) {
  .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-\@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; }

[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*="-right"] .c-card__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right; }

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

.c-gallery {
  pointer-events: none; }

.c-gallery__item {
  pointer-events: auto; }

.c-gallery--packed {
  display: block; }
  @media only screen and (min-width: 35em) {
    .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__content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; } }
  @media not screen and (min-width: 35em) {
    .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: 20em) {
    .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: 35em) {
    .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-\@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; } }

@media only screen and (min-width: 20em) {
  .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: 35em) {
  .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-\@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: 24px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-above .c-card__content {
      padding-bottom: 11.85185px; } }

.c-gallery--title-overlay .c-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -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;
  padding: 24px;
  opacity: 0;
  -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); }
  @media only screen and (max-width: 1360px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--title-overlay .c-card__content {
      padding: 11.85185px; } }

.c-gallery--title-overlay .c-card:hover .c-card__content {
  opacity: 1; }

@media not screen and (min-width: 35em) {
  .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--regular,
  .c-gallery--packed {
    margin-top: -24px !important; }
    .c-gallery--regular .c-gallery__item,
    .c-gallery--packed .c-gallery__item {
      margin-top: 24px !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[class] {
  padding-top: 0.3em; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio .c-card__meta[class] {
      padding-top: 0.3em; } }

.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: 50em) {
    .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: 50em) {
  .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: 50em) {
    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; }

.c-logo {
  position: relative; }

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

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

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

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

.c-navbar__checkbox {
  display: none; }

.c-navbar {
  height: 56px; }
  .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: 56px;
  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; }

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

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

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

.c-navbar {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: color;
  transition-property: color; }

.c-navbar ul {
  margin-left: -40px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar ul {
      margin-left: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar ul {
      margin-left: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar ul {
      margin-left: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar ul {
      margin-left: -18.82353px; } }

.c-navbar li {
  margin-left: 40px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar li {
      margin-left: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar li {
      margin-left: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar li {
      margin-left: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar li {
      margin-left: 18.82353px; } }

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

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

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

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

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

.site-header {
  -webkit-transform: none !important;
          transform: none !important; }

.c-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-navbar .menu-item-has-children > a,
  .c-navbar .page_item_has_children > a {
    padding-right: 24px;
    margin-right: -24px; }
    .c-navbar .menu-item-has-children > a:after,
    .c-navbar .page_item_has_children > a:after {
      right: 0;
      width: 10px;
      height: 10px;
      border: 2px solid currentColor;
      border-left-width: 0;
      border-bottom-width: 0;
      -webkit-transform: translateY(-50%) scaleY(0.85) rotate(135deg);
              transform: translateY(-50%) scaleY(0.85) rotate(135deg);
      opacity: 0.5; }

.c-navbar__content[class] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-color: transparent;
  border-style: solid;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: 0;
  background: #000000;
  padding-top: 54px;
  padding-bottom: 36px; }
  .admin-bar .c-navbar__content[class] {
    top: 32px; }
  .demo-site .c-navbar__content[class] {
    top: 80px; }
  .admin-bar.demo-site .c-navbar__content[class] {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-navbar__content[class] {
      top: 46px; }
    .admin-bar.demo-site .c-navbar__content[class] {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-navbar__content[class] {
      top: 146px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__content[class] {
      padding-top: 41.43885px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__content[class] {
      padding-top: 33.61868px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__content[class] {
      padding-top: 28.28151px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__content[class] {
      padding-top: 24.40678px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__content[class] {
      padding-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__content[class] {
      padding-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__content[class] {
      padding-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__content[class] {
      padding-bottom: 17.14286px; } }
  @media only screen and (min-width: 50em) {
    .c-navbar__content[class] {
      padding-left: 0;
      padding-right: 0; } }
  .c-navbar__content[class] li {
    color: #FFFFFF; }
  .c-navbar__content[class] .c-navbar__zone--branding {
    display: block;
    height: auto; }
    .c-navbar__content[class] .c-navbar__zone--branding .custom-logo-link,
    .c-navbar__content[class] .c-navbar__zone--branding .site-description {
      display: none; }
  .c-navbar__content[class] .c-branding {
    position: fixed;
    bottom: 15vh;
    left: 0;
    width: 100%;
    line-height: 1;
    opacity: 0.1;
    pointer-events: none;
    will-change: transform;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    text-align: center; }
    .c-navbar__content[class] .c-branding .c-logo__title {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .c-navbar__content[class] .c-branding .site-title {
      font-size: 35vw;
      line-height: 0.6;
      white-space: nowrap; }

@-webkit-keyframes menu-overlay-animation {
  0% {
    -webkit-transform: translateX(35%) translateY(0%) scale(1.75);
            transform: translateX(35%) translateY(0%) scale(1.75);
    letter-spacing: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    -webkit-transform: translateX(50%) translateY(-20%) scale(3);
            transform: translateX(50%) translateY(-20%) scale(3);
    letter-spacing: 20vw;
    -webkit-filter: blur(5px);
            filter: blur(5px); } }

@keyframes menu-overlay-animation {
  0% {
    -webkit-transform: translateX(35%) translateY(0%) scale(1.75);
            transform: translateX(35%) translateY(0%) scale(1.75);
    letter-spacing: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    -webkit-transform: translateX(50%) translateY(-20%) scale(3);
            transform: translateX(50%) translateY(-20%) scale(3);
    letter-spacing: 20vw;
    -webkit-filter: blur(5px);
            filter: blur(5px); } }

.c-navbar__zone {
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone {
      padding-left: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone {
      padding-left: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone {
      padding-left: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone {
      padding-left: 26.66667px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone {
      padding-right: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone {
      padding-right: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone {
      padding-right: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone {
      padding-right: 26.66667px; } }

.c-navbar__zone--left,
.c-navbar__zone--right {
  text-align: right; }

.c-navbar__zone--left {
  font-size: 44px;
  line-height: 1.40909; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--left {
      font-size: 38.03536px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--left {
      font-size: 33.49481px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--left {
      font-size: 29.92272px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--left {
      font-size: 27.03911px; } }
  .c-navbar__zone--left ul {
    display: inline-block; }

.c-navbar__zone--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 12px;
  font-size: 24px;
  line-height: 1.75; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--right {
      padding-top: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--right {
      padding-top: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--right {
      padding-top: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--right {
      padding-top: 9.86842px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--right {
      font-size: 22.55639px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--right {
      font-size: 21.2766px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--right {
      font-size: 20.13423px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--right {
      font-size: 19.10828px; } }
  .c-navbar__zone--right .jetpack-social-navigation {
    padding-top: 24px;
    margin-top: auto; }
    @media only screen and (max-width: 1360px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 11.85185px; } }

.c-navbar__zone--branding {
  padding-left: 0;
  padding-right: 0;
  z-index: 100; }

.c-navbar__content {
  cursor: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="), none !important; }
  .c-navbar__content a {
    padding: 0;
    cursor: pointer; }

.c-navbar__zone--middle .c-branding {
  text-align: inherit; }
  @media not screen and (min-width: 50em) {
    .c-navbar__zone--middle .c-branding {
      -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; } }

.c-navbar__label[class] {
  position: static;
  padding: 0; }

.c-navbar__label-text[class] {
  position: static !important;
  display: block;
  height: auto;
  width: auto;
  margin: 0;
  -webkit-clip-path: none;
          clip-path: none; }

.c-branding {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .c-branding > .custom-logo-link {
    -ms-flex-item-align: center;
        align-self: center; }
    .c-branding > .custom-logo-link:not(:last-child) {
      margin-right: 12px; }
      @media only screen and (max-width: 1360px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 11.3852px; } }
      @media only screen and (max-width: 1024px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 10.83032px; } }
      @media only screen and (max-width: 768px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 10.32702px; } }
      @media only screen and (max-width: 320px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 9.86842px; } }
  .c-branding a:hover {
    opacity: 0.65;
    color: inherit; }

.site-description {
  opacity: 0.65; }
  @media only screen and (min-width: 50em) {
    .site-description {
      margin-left: 7px; } }

.single-jetpack-portfolio .c-navbar__project-menu {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media not screen and (min-width: 50em) {
    .single-jetpack-portfolio .c-navbar__project-menu {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }

.single-jetpack-portfolio .c-navbar__page-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .single-jetpack-portfolio .c-navbar__page-title h1 {
    padding-top: 0;
    padding-bottom: 0; }

.single-jetpack-portfolio .c-navbar__label {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.single-jetpack-portfolio .menu-item--cart {
  display: none; }

@media not screen and (min-width: 50em) {
  .c-navbar[class] .c-navbar__project-menu li:nth-child(1) {
    margin-left: 0; }
  .c-navbar[class] .c-navbar__project-menu li:nth-child(2) {
    position: fixed;
    bottom: 0;
    right: 0; }
    .c-navbar[class] .c-navbar__project-menu li:nth-child(2) > * {
      padding-top: 19px;
      padding-bottom: 19px; }
    .c-navbar[class] .c-navbar__project-menu li:nth-child(2) .c-project__footer-content--mobile {
      display: block; }
      .c-navbar[class] .c-navbar__project-menu li:nth-child(2) .c-project__footer-content--mobile span {
        opacity: 1; }
  .c-navbar[class] .c-navbar__project-menu li:nth-child(3) {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0; }
    .c-navbar[class] .c-navbar__project-menu li:nth-child(3) > * {
      padding-top: 19px;
      padding-bottom: 19px; }
  .c-navbar__page-title {
    padding: 0; } }

body .jetpack-social-navigation ul {
  margin-bottom: 0; }
  @media not screen and (min-width: 50em) {
    body .jetpack-social-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  body .jetpack-social-navigation ul li[class] a:after {
    content: none; }
  body .jetpack-social-navigation ul .screen-reader-text {
    display: inline-block;
    clip: unset;
    -webkit-clip-path: none;
            clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static !important; }
  body .jetpack-social-navigation ul li[class] {
    margin-left: 12px; }
    @media only screen and (max-width: 1360px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 9.86842px; } }
    body .jetpack-social-navigation ul li[class] a {
      width: auto;
      height: auto;
      line-height: 1.75; }
      body .jetpack-social-navigation ul li[class] a:before {
        display: none; }

.c-branding--inverse {
  color: #FFFFFF; }

[id="wpadminbar"].mobile {
  position: fixed !important; }

.c-navbar__content[class] {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.6, 0.06, 0.68, 0.19);
  transition: all 0.2s cubic-bezier(0.6, 0.06, 0.68, 0.19); }

.c-navbar__zone--left,
.c-navbar__zone--right {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, transform 0.3s ease 0.1s;
  transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, transform 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s; }

.c-navbar__checkbox:checked ~ .c-navbar__content[class] {
  opacity: 1;
  pointer-events: auto; }
  .c-navbar__checkbox:checked ~ .c-navbar__content[class] .c-navbar__zone--left,
  .c-navbar__checkbox:checked ~ .c-navbar__content[class] .c-navbar__zone--right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

@media not screen and (min-width: 50em) {
  .c-navbar[class],
  .project-menu--share {
    font-size: 15px;
    line-height: 1.5; } }

@media not screen and (min-width: 50em) {
  .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: 12px; }
    @media only screen and (max-width: 1360px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      .c-footer__zone--bottom * + .c-footer__copyright-text {
        margin-top: 9.86842px; } }

.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: 50em) {
    .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: #000000; }
  .c-footer a {
    color: #3B3B3B; }
  .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: 108px; }
  @media only screen and (max-width: 1360px) {
    .u-footer-top-spacing {
      padding-top: 77.83784px; } }
  @media only screen and (max-width: 1024px) {
    .u-footer-top-spacing {
      padding-top: 60.84507px; } }
  @media only screen and (max-width: 768px) {
    .u-footer-top-spacing {
      padding-top: 49.9422px; } }
  @media only screen and (max-width: 320px) {
    .u-footer-top-spacing {
      padding-top: 42.35294px; } }

.u-footer-bottom-spacing {
  padding-bottom: 108px; }
  @media only screen and (max-width: 1360px) {
    .u-footer-bottom-spacing {
      padding-bottom: 77.83784px; } }
  @media only screen and (max-width: 1024px) {
    .u-footer-bottom-spacing {
      padding-bottom: 60.84507px; } }
  @media only screen and (max-width: 768px) {
    .u-footer-bottom-spacing {
      padding-bottom: 49.9422px; } }
  @media only screen and (max-width: 320px) {
    .u-footer-bottom-spacing {
      padding-bottom: 42.35294px; } }

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

/*

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

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

.c-slider__arrow--prev, .c-fullview__arrow--prev, .slick-prev[class] {
  left: 0; }
  .c-slider__arrow--prev:after, .c-fullview__arrow--prev:after, .slick-prev[class]: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, .c-fullview__arrow--next, .slick-next[class] {
  right: 0; }
  .c-slider__arrow--next:after, .c-fullview__arrow--next:after, .slick-next[class]: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-hero {
  overflow: hidden; }

.c-hero__slider .slick-prev:hover {
  margin-left: -6px; }

.c-hero__slider .slick-prev:after {
  left: 50%;
  -webkit-transform: translate3d(-35%, -50%, 0) rotate(45deg);
          transform: translate3d(-35%, -50%, 0) rotate(45deg); }

.c-hero__slider .slick-next:hover {
  margin-right: -6px; }

.c-hero__slider .slick-next:after {
  left: auto;
  right: 50%;
  -webkit-transform: translate3d(35%, -50%, 0) rotate(45deg);
          transform: translate3d(35%, -50%, 0) rotate(45deg); }

.c-hero__slider .slick-arrow {
  width: 130px;
  height: 100%; }
  .c-hero__slider .slick-arrow.slick-prev {
    max-height: 50%; }

.c-hero__slider button.slick-arrow[class] {
  background: none; }

.c-hero__slider--show-next:not(.c-slider--simple) {
  right: 130px;
  width: auto;
  overflow: visible; }
  .c-hero__slider--show-next:not(.c-slider--simple) .slick-next {
    right: -130px; }
  .c-hero__slider--show-next:not(.c-slider--simple) [class].slick-prev {
    opacity: 0; }

.c-hero__wrapper {
  padding: 56px; }
  @media only screen and (max-width: 1360px) {
    .c-hero__wrapper {
      padding: 42.87081px; } }
  @media only screen and (max-width: 1024px) {
    .c-hero__wrapper {
      padding: 34.72868px; } }
  @media only screen and (max-width: 768px) {
    .c-hero__wrapper {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .c-hero__wrapper {
      padding: 25.16854px; } }
  .c-hero__wrapper--left:not(.c-hero__wrapper--bottom):not(.c-hero__wrapper--top) {
    padding-left: 96px; }
    @media only screen and (max-width: 1360px) {
      .c-hero__wrapper--left:not(.c-hero__wrapper--bottom):not(.c-hero__wrapper--top) {
        padding-left: 70.13699px; } }
    @media only screen and (max-width: 1024px) {
      .c-hero__wrapper--left:not(.c-hero__wrapper--bottom):not(.c-hero__wrapper--top) {
        padding-left: 55.2518px; } }
    @media only screen and (max-width: 768px) {
      .c-hero__wrapper--left:not(.c-hero__wrapper--bottom):not(.c-hero__wrapper--top) {
        padding-left: 45.57864px; } }
    @media only screen and (max-width: 320px) {
      .c-hero__wrapper--left:not(.c-hero__wrapper--bottom):not(.c-hero__wrapper--top) {
        padding-left: 38.78788px; } }

.c-hero__background--multiple .c-hero__spacer,
.c-hero__background {
  background-color: currentColor !important; }

.c-hero__background--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: none !important; }
  .c-hero__background--multiple > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    overflow: hidden; }

.c-hero__split {
  position: relative; }

.c-hero__split--secondary {
  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; }

.c-hero__spacer-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 solid currentColor;
  border-width: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 1360px) {
    .c-hero__spacer-mask {
      border-width: 72.72727px; } }
  @media only screen and (max-width: 1024px) {
    .c-hero__spacer-mask {
      border-width: 57.14286px; } }
  @media only screen and (max-width: 768px) {
    .c-hero__spacer-mask {
      border-width: 47.05882px; } }
  @media only screen and (max-width: 320px) {
    .c-hero__spacer-mask {
      border-width: 40px; } }

.c-hero__spacer {
  position: relative;
  height: 100%;
  overflow: hidden; }

.has-hero .site {
  padding-top: 0 !important; }

.c-hero__title-mask {
  overflow: hidden;
  margin-top: -5px;
  margin-bottom: 12px; }

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

@media not screen and (min-width: 50em) {
  .c-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-hero__slider {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .c-hero__counter {
    padding: 20px;
    text-align: center;
    color: #000000; }
  .c-hero__scroll-arrow {
    display: none; }
  .c-hero__slide > .c-hero__layer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 8px; }
  .c-hero__background {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .c-hero__background > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .c-hero__split--secondary {
    display: none; }
  .c-hero__wrapper {
    position: static;
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: initial;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .c-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-hero__content .h0:not(.c-hero__title) {
      margin-top: auto;
      margin-bottom: auto;
      padding-bottom: 0; }
  .c-hero__title-mask {
    margin-top: auto;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  body .c-hero__category[class] {
    margin-bottom: auto;
    padding-bottom: 0; }
  .c-hero__action {
    display: none; } }

.c-hero__background:not(.c-hero__background--multiple):after,
.c-hero__background--multiple .c-hero__spacer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(150%, rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.4) 150%); }

@media only screen and (min-width: 50em) {
  .c-hero__slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important; }
  .c-hero__counter {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2000;
    width: 130px;
    margin-bottom: 40px;
    text-align: center; } }

.c-hero__link {
  display: block; }
  .c-hero__link > .c-hero__title-mask {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .c-hero__link .link--arrow {
    display: block; }
  @media not screen and (min-width: 50em) {
    .c-hero__link {
      margin-top: auto;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  @media only screen and (min-width: 50em) {
    .c-hero__link:hover .c-hero__title-mask,
    .c-hero__link:hover .link--arrow {
      color: white; }
    .c-hero__link:hover .link--arrow:after {
      margin-left: 15px; } }

.u-underlined-links .c-hero__wrapper a {
  border-bottom: none; }

@media only screen and (min-width: 50em) {
  .c-hero .taxonomy-select {
    width: auto;
    background: url("assets/images/select-arrow.svg") 100% center no-repeat;
    background-size: 8px 11px;
    padding: 0 10px 0 0;
    border: none;
    background-image: url("assets/images/select-arrow-white.svg"); }
    .c-hero .taxonomy-select::-ms-expand {
      display: none; } }

.c-hero__slide {
  overflow: hidden; }

.c-hero__slider .slick-arrow:before {
  content: none; }

.c-counter__separator:before {
  content: " \2014 "; }

.c-hero__category[class][class] {
  margin-bottom: 14.4px; }
  @media only screen and (max-width: 1360px) {
    .c-hero__category[class][class] {
      margin-bottom: 13.17099px; } }
  @media only screen and (max-width: 1024px) {
    .c-hero__category[class][class] {
      margin-bottom: 12.13527px; } }
  @media only screen and (max-width: 768px) {
    .c-hero__category[class][class] {
      margin-bottom: 11.25056px; } }
  @media only screen and (max-width: 320px) {
    .c-hero__category[class][class] {
      margin-bottom: 10.48609px; } }

.c-hero__title {
  margin-left: -0.08em; }

.c-cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .c-cursor:before, .c-cursor:after {
    content: "";
    position: absolute;
    background: #FFFFFF; }
  .c-cursor:before {
    left: -1px;
    top: -12px;
    width: 2px;
    height: 24px; }
  .c-cursor:after {
    top: -1px;
    left: -12px;
    width: 24px;
    height: 2px; }

.c-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.site-header {
  -webkit-transform: none !important;
          transform: none !important; }

.c-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-navbar .menu-item-has-children > a,
  .c-navbar .page_item_has_children > a {
    padding-right: 24px;
    margin-right: -24px; }
    .c-navbar .menu-item-has-children > a:after,
    .c-navbar .page_item_has_children > a:after {
      right: 0;
      width: 10px;
      height: 10px;
      border: 2px solid currentColor;
      border-left-width: 0;
      border-bottom-width: 0;
      -webkit-transform: translateY(-50%) scaleY(0.85) rotate(135deg);
              transform: translateY(-50%) scaleY(0.85) rotate(135deg);
      opacity: 0.5; }

.c-navbar__content[class] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-color: transparent;
  border-style: solid;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: auto !important;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-left: 0;
  background: #000000;
  padding-top: 54px;
  padding-bottom: 36px; }
  .admin-bar .c-navbar__content[class] {
    top: 32px; }
  .demo-site .c-navbar__content[class] {
    top: 80px; }
  .admin-bar.demo-site .c-navbar__content[class] {
    top: 112px; }
  @media (max-width: 782px) {
    .admin-bar .c-navbar__content[class] {
      top: 46px; }
    .admin-bar.demo-site .c-navbar__content[class] {
      top: 126px; } }
  @media (max-width: 700px) {
    .admin-bar.demo-site .c-navbar__content[class] {
      top: 146px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__content[class] {
      padding-top: 41.43885px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__content[class] {
      padding-top: 33.61868px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__content[class] {
      padding-top: 28.28151px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__content[class] {
      padding-top: 24.40678px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__content[class] {
      padding-bottom: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__content[class] {
      padding-bottom: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__content[class] {
      padding-bottom: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__content[class] {
      padding-bottom: 17.14286px; } }
  @media only screen and (min-width: 50em) {
    .c-navbar__content[class] {
      padding-left: 0;
      padding-right: 0; } }
  .c-navbar__content[class] li {
    color: #FFFFFF; }
  .c-navbar__content[class] .c-navbar__zone--branding {
    display: block;
    height: auto; }
    .c-navbar__content[class] .c-navbar__zone--branding .custom-logo-link,
    .c-navbar__content[class] .c-navbar__zone--branding .site-description {
      display: none; }
  .c-navbar__content[class] .c-branding {
    position: fixed;
    bottom: 15vh;
    left: 0;
    width: 100%;
    line-height: 1;
    opacity: 0.1;
    pointer-events: none;
    will-change: transform;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    text-align: center; }
    .c-navbar__content[class] .c-branding .c-logo__title {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .c-navbar__content[class] .c-branding .site-title {
      font-size: 35vw;
      line-height: 0.6;
      white-space: nowrap; }

@keyframes menu-overlay-animation {
  0% {
    -webkit-transform: translateX(35%) translateY(0%) scale(1.75);
            transform: translateX(35%) translateY(0%) scale(1.75);
    letter-spacing: 0;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  100% {
    -webkit-transform: translateX(50%) translateY(-20%) scale(3);
            transform: translateX(50%) translateY(-20%) scale(3);
    letter-spacing: 20vw;
    -webkit-filter: blur(5px);
            filter: blur(5px); } }

.c-navbar__zone {
  padding-left: 60px;
  padding-right: 60px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone {
      padding-left: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone {
      padding-left: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone {
      padding-left: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone {
      padding-left: 26.66667px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone {
      padding-right: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone {
      padding-right: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone {
      padding-right: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone {
      padding-right: 26.66667px; } }

.c-navbar__zone--left,
.c-navbar__zone--right {
  text-align: right; }

.c-navbar__zone--left {
  font-size: 44px;
  line-height: 1.40909; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--left {
      font-size: 38.03536px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--left {
      font-size: 33.49481px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--left {
      font-size: 29.92272px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--left {
      font-size: 27.03911px; } }
  .c-navbar__zone--left ul {
    display: inline-block; }

.c-navbar__zone--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 12px;
  font-size: 24px;
  line-height: 1.75; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--right {
      padding-top: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--right {
      padding-top: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--right {
      padding-top: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--right {
      padding-top: 9.86842px; } }
  @media only screen and (max-width: 1360px) {
    .c-navbar__zone--right {
      font-size: 22.55639px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__zone--right {
      font-size: 21.2766px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__zone--right {
      font-size: 20.13423px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__zone--right {
      font-size: 19.10828px; } }
  .c-navbar__zone--right .jetpack-social-navigation {
    padding-top: 24px;
    margin-top: auto; }
    @media only screen and (max-width: 1360px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .c-navbar__zone--right .jetpack-social-navigation {
        padding-top: 11.85185px; } }

.c-navbar__zone--branding {
  padding-left: 0;
  padding-right: 0;
  z-index: 100; }

.c-navbar__content {
  cursor: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="), none !important; }
  .c-navbar__content a {
    padding: 0;
    cursor: pointer; }

.c-navbar__zone--middle .c-branding {
  text-align: inherit; }
  @media not screen and (min-width: 50em) {
    .c-navbar__zone--middle .c-branding {
      -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; } }

.c-navbar__label[class] {
  position: static;
  padding: 0; }

.c-navbar__label-text[class] {
  position: static !important;
  display: block;
  height: auto;
  width: auto;
  margin: 0;
  -webkit-clip-path: none;
          clip-path: none; }

.c-branding {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .c-branding > .custom-logo-link {
    -ms-flex-item-align: center;
        align-self: center; }
    .c-branding > .custom-logo-link:not(:last-child) {
      margin-right: 12px; }
      @media only screen and (max-width: 1360px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 11.3852px; } }
      @media only screen and (max-width: 1024px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 10.83032px; } }
      @media only screen and (max-width: 768px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 10.32702px; } }
      @media only screen and (max-width: 320px) {
        .c-branding > .custom-logo-link:not(:last-child) {
          margin-right: 9.86842px; } }
  .c-branding a:hover {
    opacity: 0.65;
    color: inherit; }

.site-description {
  opacity: 0.65; }
  @media only screen and (min-width: 50em) {
    .site-description {
      margin-left: 7px; } }

.single-jetpack-portfolio .c-navbar__project-menu {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media not screen and (min-width: 50em) {
    .single-jetpack-portfolio .c-navbar__project-menu {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }

.single-jetpack-portfolio .c-navbar__page-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .single-jetpack-portfolio .c-navbar__page-title h1 {
    padding-top: 0;
    padding-bottom: 0; }

.single-jetpack-portfolio .c-navbar__label {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.single-jetpack-portfolio .menu-item--cart {
  display: none; }

@media not screen and (min-width: 50em) {
  .c-navbar[class] .c-navbar__project-menu li:nth-child(1) {
    margin-left: 0; }
  .c-navbar[class] .c-navbar__project-menu li:nth-child(2) {
    position: fixed;
    bottom: 0;
    right: 0; }
    .c-navbar[class] .c-navbar__project-menu li:nth-child(2) > * {
      padding-top: 19px;
      padding-bottom: 19px; }
    .c-navbar[class] .c-navbar__project-menu li:nth-child(2) .c-project__footer-content--mobile {
      display: block; }
      .c-navbar[class] .c-navbar__project-menu li:nth-child(2) .c-project__footer-content--mobile span {
        opacity: 1; }
  .c-navbar[class] .c-navbar__project-menu li:nth-child(3) {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0; }
    .c-navbar[class] .c-navbar__project-menu li:nth-child(3) > * {
      padding-top: 19px;
      padding-bottom: 19px; }
  .c-navbar__page-title {
    padding: 0; } }

body .jetpack-social-navigation ul {
  margin-bottom: 0; }
  @media not screen and (min-width: 50em) {
    body .jetpack-social-navigation ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  body .jetpack-social-navigation ul li[class] a:after {
    content: none; }
  body .jetpack-social-navigation ul .screen-reader-text {
    display: inline-block;
    clip: unset;
    -webkit-clip-path: none;
            clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static !important; }
  body .jetpack-social-navigation ul li[class] {
    margin-left: 12px; }
    @media only screen and (max-width: 1360px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      body .jetpack-social-navigation ul li[class] {
        margin-left: 9.86842px; } }
    body .jetpack-social-navigation ul li[class] a {
      width: auto;
      height: auto;
      line-height: 1.75; }
      body .jetpack-social-navigation ul li[class] a:before {
        display: none; }

.c-branding--inverse {
  color: #FFFFFF; }

[id="wpadminbar"].mobile {
  position: fixed !important; }

.c-navbar__content[class] {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.6, 0.06, 0.68, 0.19);
  transition: all 0.2s cubic-bezier(0.6, 0.06, 0.68, 0.19); }

.c-navbar__zone--left,
.c-navbar__zone--right {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, -webkit-transform 0.3s ease 0.1s;
  transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, transform 0.3s ease 0.1s;
  transition: opacity 0.3s cubic-bezier(0.6, 0.06, 0.68, 0.19) 0.1s, transform 0.3s ease 0.1s, -webkit-transform 0.3s ease 0.1s; }

.c-navbar__checkbox:checked ~ .c-navbar__content[class] {
  opacity: 1;
  pointer-events: auto; }
  .c-navbar__checkbox:checked ~ .c-navbar__content[class] .c-navbar__zone--left,
  .c-navbar__checkbox:checked ~ .c-navbar__content[class] .c-navbar__zone--right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

@media not screen and (min-width: 50em) {
  .c-navbar[class],
  .project-menu--share {
    font-size: 15px;
    line-height: 1.5; } }

.c-fullview {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .c-fullview img {
    -webkit-transition: none !important;
    transition: none !important;
    opacity: 1 !important;
    pointer-events: none; }

.c-fullview__images,
.c-fullview__arrows {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }
  .c-fullview.is-active .c-fullview__images, .c-fullview.is-active
  .c-fullview__arrows {
    opacity: 1;
    pointer-events: auto; }

.c-fullview__arrows {
  position: static;
  z-index: auto; }

.c-fullview__images {
  background: #222;
  z-index: 10000; }

.c-fullview__arrows {
  z-index: 999999; }

.c-fullview__image {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.c-fullview__arrow {
  position: fixed;
  color: #FFFFFF;
  z-index: 10000;
  width: 20%;
  opacity: 0; }

.c-fullview__arrow--next {
  cursor: e-resize; }

.c-fullview__arrow--prev {
  cursor: w-resize; }

/**
 * 5.0 - Page Specific Styles
 *   5.1 - Single post / page
 */
.page-template-portfolio-page .site {
  padding-top: 0 !important; }

body.single-jetpack-portfolio .site-header {
  position: fixed;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media not screen and (min-width: 50em) {
    body.single-jetpack-portfolio .site-header.site-header--shadow {
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
              box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); } }

body.single-jetpack-portfolio .site-footer {
  display: none; }

body.single-jetpack-portfolio .site-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

body.single-jetpack-portfolio.is-ie .site-content {
  top: 0;
  height: 85vh; }

body.single-jetpack-portfolio .jetpack-portfolio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }
  @media not screen and (min-width: 50em) {
    body.single-jetpack-portfolio .jetpack-portfolio {
      height: 100%; } }

body.single-jetpack-portfolio .c-project__footer--first {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #F5FBFE; }

@media not screen and (min-width: 50em) {
  body.single-jetpack-portfolio .c-project__footer--first.c-project__footer--shadow {
    -webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.3); } }

body.single-jetpack-portfolio .c-navbar__zone--branding {
  display: none; }

body.single-jetpack-portfolio .sharedaddy {
  display: none; }

.c-navbar__page-title,
.c-navbar__project-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-navbar__project-menu {
  margin-left: -24px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar__project-menu {
      margin-left: -19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar__project-menu {
      margin-left: -15.86777px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar__project-menu {
      margin-left: -13.5689px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar__project-menu {
      margin-left: -11.85185px; } }
  .c-navbar__project-menu ul {
    padding-left: 0; }
  .c-navbar[class] .c-navbar__project-menu li {
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 0; }
    @media only screen and (max-width: 1360px) {
      .c-navbar[class] .c-navbar__project-menu li {
        margin-left: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      .c-navbar[class] .c-navbar__project-menu li {
        margin-left: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      .c-navbar[class] .c-navbar__project-menu li {
        margin-left: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      .c-navbar[class] .c-navbar__project-menu li {
        margin-left: 11.85185px; } }
    .c-navbar[class] .c-navbar__project-menu li > * {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .c-navbar__project-menu button {
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit; }
    @media only screen and (min-width: 50em) {
      .c-navbar__project-menu button {
        padding: 0; } }
  .c-navbar__project-menu .project-menu--index {
    display: block;
    font-weight: 500; }

.c-project {
  position: relative;
  width: 100%; }

[class*="c-project__gallery"] {
  position: absolute;
  padding-left: 60px;
  padding-right: 60px;
  pointer-events: none; }
  @media only screen and (max-width: 1360px) {
    [class*="c-project__gallery"] {
      padding-left: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    [class*="c-project__gallery"] {
      padding-left: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    [class*="c-project__gallery"] {
      padding-left: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    [class*="c-project__gallery"] {
      padding-left: 26.66667px; } }
  @media only screen and (max-width: 1360px) {
    [class*="c-project__gallery"] {
      padding-right: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    [class*="c-project__gallery"] {
      padding-right: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    [class*="c-project__gallery"] {
      padding-right: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    [class*="c-project__gallery"] {
      padding-right: 26.66667px; } }
  [class*="c-project__gallery"].is-active {
    z-index: 1000;
    pointer-events: auto; }
  [class*="c-project__gallery"] > * {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  [class*="c-project__gallery"] .js-project-content {
    width: 30em;
    max-width: 100%;
    overflow-y: auto; }
    [class*="c-project__gallery"] .js-project-content:not(:first-child) {
      padding-left: 36px; }
      @media only screen and (max-width: 1360px) {
        [class*="c-project__gallery"] .js-project-content:not(:first-child) {
          padding-left: 28.23529px; } }
      @media only screen and (max-width: 1024px) {
        [class*="c-project__gallery"] .js-project-content:not(:first-child) {
          padding-left: 23.22581px; } }
      @media only screen and (max-width: 768px) {
        [class*="c-project__gallery"] .js-project-content:not(:first-child) {
          padding-left: 19.72603px; } }
      @media only screen and (max-width: 320px) {
        [class*="c-project__gallery"] .js-project-content:not(:first-child) {
          padding-left: 17.14286px; } }
    [class*="c-project__gallery"] .js-project-content:not(:last-child) {
      padding-right: 36px; }
      @media only screen and (max-width: 1360px) {
        [class*="c-project__gallery"] .js-project-content:not(:last-child) {
          padding-right: 28.23529px; } }
      @media only screen and (max-width: 1024px) {
        [class*="c-project__gallery"] .js-project-content:not(:last-child) {
          padding-right: 23.22581px; } }
      @media only screen and (max-width: 768px) {
        [class*="c-project__gallery"] .js-project-content:not(:last-child) {
          padding-right: 19.72603px; } }
      @media only screen and (max-width: 320px) {
        [class*="c-project__gallery"] .js-project-content:not(:last-child) {
          padding-right: 17.14286px; } }
  [class*="c-project__gallery"] .js-placeholder {
    height: 100%; }

.c-project__gallery--grid {
  width: 100%;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px; }
  @media only screen and (max-width: 1360px) {
    .c-project__gallery--grid {
      padding-bottom: 45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-project__gallery--grid {
      padding-bottom: 36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-project__gallery--grid {
      padding-bottom: 30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-project__gallery--grid {
      padding-bottom: 26.66667px; } }
  .c-project__gallery--grid > * {
    height: 20vh;
    margin-left: 10px;
    margin-top: 10px; }
  .c-project__gallery--grid.js-project .js-placeholder.is-loaded {
    cursor: pointer; }
  .c-project__gallery--grid .js-project-content {
    display: none; }
  .c-project__gallery--grid .c-spinner {
    display: none; }
  .c-project__gallery--grid .c-filmstrip__wrapper:hover img {
    opacity: 0.65; }

.c-project__gallery--filmstrip {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: -10px; }
  .c-project__gallery--filmstrip > * {
    margin-left: 10px;
    height: 100%; }
  .c-project__gallery--filmstrip > .entry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .c-project__gallery--filmstrip > .entry-content .c-filmstrip__wrapper {
      margin: auto; }

.c-project__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  pointer-events: none; }
  .c-project__footer .is-visible {
    pointer-events: auto; }

.c-project__footer-content {
  position: relative;
  padding: 19px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .c-project__footer-content .link-start {
    display: block; }

.u-underlined-links .link-start {
  text-decoration: none; }

.c-project__footer-content--mobile {
  display: none; }

.c-project__footer-underlay {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-project__footer-content:hover .c-project__footer-underlay {
    opacity: 0;
    pointer-events: none; }

.c-project__footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 19px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .c-project__footer-content:hover .c-project__footer-overlay {
    opacity: 1;
    pointer-events: auto; }

.js-project-footer-cta,
.js-project-footer-counter {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .js-project-footer-cta.is-visible,
  .js-project-footer-counter.is-visible {
    opacity: 1; }

.js-project-footer-next {
  padding: 15px;
  display: block;
  color: #F5FBFE;
  pointer-events: none;
  text-decoration: none; }
  .is-ie .js-project-footer-next {
    bottom: -60px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: bottom;
    transition-property: bottom; }
  .js-project-footer-next span {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .js-project-footer-next span.label {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-transition-property: all;
      transition-property: all;
      margin-left: 0;
      font-weight: 500; }
    .js-project-footer-next span.project:after {
      background-image: url("assets/images/directional-arrow-white.svg");
      opacity: 0;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-transition-property: all;
      transition-property: all; }
  .js-project-footer-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .js-project-footer-next.is-visible {
    pointer-events: auto;
    bottom: 0; }
    .js-project-footer-next.is-visible span {
      opacity: 1; }
    .js-project-footer-next.is-visible:before {
      -webkit-transform: scaleY(1);
              transform: scaleY(1); }
  .js-project-footer-next:hover {
    color: #FFF;
    text-decoration: none; }
    .js-project-footer-next:hover span.label {
      margin-left: -10px; }
    .js-project-footer-next:hover span.project:after {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
      opacity: 1; }

[class*="js-reference"] {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99999;
  width: 2px;
  height: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.js-reference-current {
  background: white; }

.js-placeholder {
  background: rgba(0, 0, 0, 0.05); }
  .js-placeholder img {
    position: relative;
    z-index: 10;
    height: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

.js-project .js-placeholder img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.js-project .js-placeholder:not(.is-loaded) img {
  opacity: 0; }

.js-project .js-placeholder.is-loaded {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.js-project-video .jetpack-video-wrapper {
  margin-bottom: 0;
  position: relative; }
  .js-project-video .jetpack-video-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0; }

.js-project-video iframe {
  max-width: 100%; }

@media only screen and (min-width: 50em) {
  .js-project-video .c-filmstrip__wrapper,
  .js-project-video .jetpack-video-wrapper,
  .js-project-video [class*="embed"] {
    height: 100%; }
  .js-project-video [data-ratio] {
    width: 100% !important;
    height: 100% !important; } }

.c-project__footer,
.c-progress {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .grid-view .c-project__footer, .grid-view
  .c-progress {
    opacity: 0; }

body.single-jetpack-portfolio::-webkit-scrollbar {
  display: none; }

.post-password-form input[type="submit"] {
  width: 100%;
  margin-top: 12px; }
  @media only screen and (max-width: 1360px) {
    .post-password-form input[type="submit"] {
      margin-top: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .post-password-form input[type="submit"] {
      margin-top: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .post-password-form input[type="submit"] {
      margin-top: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .post-password-form input[type="submit"] {
      margin-top: 9.86842px; } }

body.page:not(.page-template-front-page) .o-layout__main {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (max-width: 1360px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-top: 22.06897px; } }
  @media only screen and (max-width: 1360px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    body.page:not(.page-template-front-page) .o-layout__main {
      padding-bottom: 22.06897px; } }

body.page:not(.page-template-front-page) .entry-header {
  padding-bottom: 48px; }
  @media only screen and (max-width: 1360px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    body.page:not(.page-template-front-page) .entry-header {
      padding-bottom: 22.06897px; } }

[class*="c-gallery"][class*="col-"] {
  width: auto;
  max-width: none; }

.u-content-width > .gridable--row {
  padding-bottom: 24px; }
  @media only screen and (max-width: 1360px) {
    .u-content-width > .gridable--row {
      padding-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .u-content-width > .gridable--row {
      padding-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .u-content-width > .gridable--row {
      padding-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .u-content-width > .gridable--row {
      padding-bottom: 11.85185px; } }
  .u-content-width > .gridable--row > :first-child {
    padding-left: 0; }

.slick-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
  @media not screen and (min-width: 50em) {
    .slick-slider {
      position: relative; } }

.slick-list {
  width: 100%;
  height: 100%;
  position: absolute; }

.slick-track {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.slick-slide {
  outline: 0; }
  .c-hero__slider:not(.c-slider--simple) .slick-slide {
    opacity: 1 !important; }

[class].slick-arrow {
  font-size: 22px;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transition-property: opacity margin;
  transition-property: opacity margin;
  outline: none; }
  @media only screen and (max-width: 1360px) {
    [class].slick-arrow {
      font-size: 20.96643px; } }
  @media only screen and (max-width: 1024px) {
    [class].slick-arrow {
      font-size: 20.02562px; } }
  @media only screen and (max-width: 768px) {
    [class].slick-arrow {
      font-size: 19.16562px; } }
  @media only screen and (max-width: 320px) {
    [class].slick-arrow {
      font-size: 18.37644px; } }
  [class].slick-arrow:hover, [class].slick-arrow:focus {
    opacity: 1;
    background: none; }

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

.select2-container[class] .select2-search__field {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #3B3B3B;
  width: 100%;
  max-width: 100%;
  -webkit-font-smoothing: initial;
  padding-right: 36px;
  background: url("assets/images/icon-search.svg") calc(100% - 1rem) no-repeat;
  background-size: 1rem 1rem; }
  .select2-container[class] .select2-search__field:focus, .select2-container[class] .select2-search__field:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  @media only screen and (max-width: 1360px) {
    .select2-container[class] .select2-search__field {
      font-size: 16.62193px; } }
  @media only screen and (max-width: 1024px) {
    .select2-container[class] .select2-search__field {
      font-size: 16.26031px; } }
  @media only screen and (max-width: 768px) {
    .select2-container[class] .select2-search__field {
      font-size: 15.91408px; } }
  @media only screen and (max-width: 320px) {
    .select2-container[class] .select2-search__field {
      font-size: 15.5823px; } }
  @media only screen and (max-width: 1360px) {
    .select2-container[class] .select2-search__field {
      padding-right: 28.23529px; } }
  @media only screen and (max-width: 1024px) {
    .select2-container[class] .select2-search__field {
      padding-right: 23.22581px; } }
  @media only screen and (max-width: 768px) {
    .select2-container[class] .select2-search__field {
      padding-right: 19.72603px; } }
  @media only screen and (max-width: 320px) {
    .select2-container[class] .select2-search__field {
      padding-right: 17.14286px; } }

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

.select2-container[class] .select2-selection__rendered {
  padding: 13px 19px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  padding-right: 50px;
  background: #FFFFFF url("assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
  background-size: 9px 5px;
  -webkit-appearance: none;
  -webkit-font-smoothing: initial;
  border: 0;
  background: none; }
  .select2-container[class] .select2-selection__rendered:focus, .select2-container[class] .select2-selection__rendered:active {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #383838; }
  @media only screen and (max-width: 1360px) {
    .select2-container[class] .select2-selection__rendered {
      font-size: 16.62193px; } }
  @media only screen and (max-width: 1024px) {
    .select2-container[class] .select2-selection__rendered {
      font-size: 16.26031px; } }
  @media only screen and (max-width: 768px) {
    .select2-container[class] .select2-selection__rendered {
      font-size: 15.91408px; } }
  @media only screen and (max-width: 320px) {
    .select2-container[class] .select2-selection__rendered {
      font-size: 15.5823px; } }

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

.select2-container[class] .select2-results__option--highlighted[aria-selected] {
  background: #979797;
  color: #3B3B3B; }

.select2-search--dropdown {
  padding: 13px 19px 15px; }
  @media only screen and (max-width: 1360px) {
    .select2-search--dropdown {
      padding: 12.16481px 15.64631px 13.5689px; } }
  @media only screen and (max-width: 1024px) {
    .select2-search--dropdown {
      padding: 11.43046px 13.29892px 12.3871px; } }
  @media only screen and (max-width: 768px) {
    .select2-search--dropdown {
      padding: 10.77972px 11.56399px 11.39466px; } }
  @media only screen and (max-width: 320px) {
    .select2-search--dropdown {
      padding: 10.19908px 10.22949px 10.54945px; } }

.select2-results__option {
  padding: 6.5px 19px; }
  @media only screen and (max-width: 1360px) {
    .select2-results__option {
      padding: 6.44469px 15.64631px; } }
  @media only screen and (max-width: 1024px) {
    .select2-results__option {
      padding: 6.39032px 13.29892px; } }
  @media only screen and (max-width: 768px) {
    .select2-results__option {
      padding: 6.33685px 11.56399px; } }
  @media only screen and (max-width: 320px) {
    .select2-results__option {
      padding: 6.28427px 10.22949px; } }

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

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

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

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

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

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

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

/**
 * 6.0 - Utility Classes
 */
@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: 20em) {
  .u-mq-above-xsmall {
    display: none; } }

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

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

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

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

@media only screen and (min-width: 50em) {
  .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 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto; }

/**
 * 7.0 - Hacks and Overrides
 */
.u-container-width {
  max-width: 1300px; }

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

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

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

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

.u-content-bottom-spacing:not(.screen-reader-text) + .u-content-top-spacing {
  padding-top: 0; }

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

.u-content-width > :not(.alignleft):not(.alignright):not(.wp-block-cover-image):not([class*="gallery"]):not(blockquote),
.mce-content-body {
  margin-right: auto;
  margin-left: auto;
  max-width: 720px; }

.full-width .u-content-width > :not(.alignleft):not(.alignright):not(.wp-block-cover-image):not([class*="gallery"]):not(blockquote) {
  max-width: none; }

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

.site-title {
  font-size: 17px;
  line-height: 1.29;
  letter-spacing: 0; }

.site-header {
  background-color: #F5FBFE;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: background-color;
  transition-property: background-color; }

.c-navbar {
  height: 84px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.33;
  font-weight: normal;
  letter-spacing: initial;
  text-transform: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: color;
  transition-property: color; }
  @media only screen and (max-width: 1360px) {
    .c-navbar {
      font-size: 14.76923px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar {
      font-size: 14.54545px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar {
      font-size: 14.32836px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar {
      font-size: 14.11765px; } }

.c-navbar ul {
  margin-left: 40px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar ul {
      margin-left: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar ul {
      margin-left: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar ul {
      margin-left: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar ul {
      margin-left: 18.82353px; } }

.c-navbar li {
  margin-right: 40px; }
  @media only screen and (max-width: 1360px) {
    .c-navbar li {
      margin-right: 31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-navbar li {
      margin-right: 25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-navbar li {
      margin-right: 21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-navbar li {
      margin-right: 18.82353px; } }

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

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

.c-navbar .jetpack-social-navigation li {
  margin-right: 0; }

.u-header-sides-spacing {
  padding-left: 50px;
  padding-right: 50px; }
  @media only screen and (max-width: 1360px) {
    .u-header-sides-spacing {
      padding-left: 38.55422px; } }
  @media only screen and (max-width: 1024px) {
    .u-header-sides-spacing {
      padding-left: 31.37255px; } }
  @media only screen and (max-width: 768px) {
    .u-header-sides-spacing {
      padding-left: 26.44628px; } }
  @media only screen and (max-width: 320px) {
    .u-header-sides-spacing {
      padding-left: 22.85714px; } }
  @media only screen and (max-width: 1360px) {
    .u-header-sides-spacing {
      padding-right: 38.55422px; } }
  @media only screen and (max-width: 1024px) {
    .u-header-sides-spacing {
      padding-right: 31.37255px; } }
  @media only screen and (max-width: 768px) {
    .u-header-sides-spacing {
      padding-right: 26.44628px; } }
  @media only screen and (max-width: 320px) {
    .u-header-sides-spacing {
      padding-right: 22.85714px; } }

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

@media only screen and (min-width: 50em) {
  .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: #FFFFFF; } }

.u-footer__background {
  background-color: #F5FBFE; }

.c-footer {
  padding-top: 108px;
  padding-bottom: 96px;
  color: #000000; }
  @media only screen and (max-width: 1360px) {
    .c-footer {
      padding-top: 77.83784px; } }
  @media only screen and (max-width: 1024px) {
    .c-footer {
      padding-top: 60.84507px; } }
  @media only screen and (max-width: 768px) {
    .c-footer {
      padding-top: 49.9422px; } }
  @media only screen and (max-width: 320px) {
    .c-footer {
      padding-top: 42.35294px; } }
  @media only screen and (max-width: 1360px) {
    .c-footer {
      padding-bottom: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .c-footer {
      padding-bottom: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .c-footer {
      padding-bottom: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .c-footer {
      padding-bottom: 38.78788px; } }
  .c-footer a {
    color: #3B3B3B; }
  .u-underlined-links .c-footer a {
    text-decoration: none; }

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

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

.c-gallery--blog {
  margin-top: -40px;
  margin-left: -60px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-top: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-top: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-top: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-top: -18.82353px; } }
  @media only screen and (max-width: 1360px) {
    .c-gallery--blog {
      margin-left: -45.71429px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--blog {
      margin-left: -36.92308px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--blog {
      margin-left: -30.96774px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--blog {
      margin-left: -26.66667px; } }
  .c-gallery--blog > * {
    margin-top: 40px;
    padding-left: 60px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        margin-top: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        margin-top: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        margin-top: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        margin-top: 18.82353px; } }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog > * {
        padding-left: 45.71429px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog > * {
        padding-left: 36.92308px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog > * {
        padding-left: 30.96774px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog > * {
        padding-left: 26.66667px; } }
  .c-gallery--blog .c-card__title {
    color: #000000;
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--blog .c-card__title {
        font-size: 22.55639px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--blog .c-card__title {
        font-size: 21.2766px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--blog .c-card__title {
        font-size: 20.13423px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--blog .c-card__title {
        font-size: 19.10828px; } }
  .c-gallery--blog .c-card__meta-primary {
    color: #3B3B3B; }
  .c-gallery--blog .c-card__meta-secondary {
    color: #828282; }
  .c-gallery--blog .c-card__frame {
    background-color: #EEEEEE; }

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

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

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

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

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

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

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

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

.c-gallery--portfolio {
  margin-top: -150px;
  margin-left: -40px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio {
      margin-top: -103.22581px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio {
      margin-top: -78.68852px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio {
      margin-top: -63.57616px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio {
      margin-top: -53.33333px; } }
  @media only screen and (max-width: 1360px) {
    .c-gallery--portfolio {
      margin-left: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--portfolio {
      margin-left: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--portfolio {
      margin-left: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--portfolio {
      margin-left: -18.82353px; } }
  .c-gallery--portfolio > * {
    margin-top: 150px;
    padding-left: 40px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--portfolio > * {
        margin-top: 103.22581px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--portfolio > * {
        margin-top: 78.68852px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--portfolio > * {
        margin-top: 63.57616px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--portfolio > * {
        margin-top: 53.33333px; } }
    @media only screen and (max-width: 1360px) {
      .c-gallery--portfolio > * {
        padding-left: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--portfolio > * {
        padding-left: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--portfolio > * {
        padding-left: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--portfolio > * {
        padding-left: 18.82353px; } }
  .c-gallery--portfolio .c-card__title {
    color: #252525;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--portfolio .c-card__title {
        font-size: 16.62193px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--portfolio .c-card__title {
        font-size: 16.26031px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--portfolio .c-card__title {
        font-size: 15.91408px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--portfolio .c-card__title {
        font-size: 15.5823px; } }
  .c-gallery--portfolio .c-card__meta-primary {
    color: #3B3B3B; }
  .c-gallery--portfolio .c-card__meta-secondary {
    color: #828282; }
  .c-gallery--portfolio .c-card__frame {
    background-color: #EEEEEE; }

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

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

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

.c-gallery--woocommerce {
  margin-top: -150px;
  margin-left: -40px; }
  @media only screen and (max-width: 1360px) {
    .c-gallery--woocommerce {
      margin-top: -103.22581px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--woocommerce {
      margin-top: -78.68852px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--woocommerce {
      margin-top: -63.57616px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--woocommerce {
      margin-top: -53.33333px; } }
  @media only screen and (max-width: 1360px) {
    .c-gallery--woocommerce {
      margin-left: -31.21951px; } }
  @media only screen and (max-width: 1024px) {
    .c-gallery--woocommerce {
      margin-left: -25.6px; } }
  @media only screen and (max-width: 768px) {
    .c-gallery--woocommerce {
      margin-left: -21.69492px; } }
  @media only screen and (max-width: 320px) {
    .c-gallery--woocommerce {
      margin-left: -18.82353px; } }
  .c-gallery--woocommerce > * {
    margin-top: 150px;
    padding-left: 40px; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--woocommerce > * {
        margin-top: 103.22581px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--woocommerce > * {
        margin-top: 78.68852px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--woocommerce > * {
        margin-top: 63.57616px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--woocommerce > * {
        margin-top: 53.33333px; } }
    @media only screen and (max-width: 1360px) {
      .c-gallery--woocommerce > * {
        padding-left: 31.21951px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--woocommerce > * {
        padding-left: 25.6px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--woocommerce > * {
        padding-left: 21.69492px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--woocommerce > * {
        padding-left: 18.82353px; } }
  .c-gallery--woocommerce .c-card__title {
    color: #252525;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0; }
    @media only screen and (max-width: 1360px) {
      .c-gallery--woocommerce .c-card__title {
        font-size: 16.62193px; } }
    @media only screen and (max-width: 1024px) {
      .c-gallery--woocommerce .c-card__title {
        font-size: 16.26031px; } }
    @media only screen and (max-width: 768px) {
      .c-gallery--woocommerce .c-card__title {
        font-size: 15.91408px; } }
    @media only screen and (max-width: 320px) {
      .c-gallery--woocommerce .c-card__title {
        font-size: 15.5823px; } }
  .c-gallery--woocommerce .c-card__meta-primary {
    color: #3B3B3B; }
  .c-gallery--woocommerce .c-card__meta-secondary {
    color: #828282; }
  .c-gallery--woocommerce .c-card__thumbnail-background {
    background-color: #EEEEEE; }

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

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

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

span.wpcf7-list-item {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0; }
  @media only screen and (max-width: 1360px) {
    span.wpcf7-list-item {
      margin-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    span.wpcf7-list-item {
      margin-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    span.wpcf7-list-item {
      margin-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    span.wpcf7-list-item {
      margin-bottom: 9.86842px; } }
  span.wpcf7-list-item.last {
    margin-bottom: 0; }

.wpcf7-list-item-label,
.wpcf7-form label {
  font-size: 14px;
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 1360px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 13.82438px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 13.65311px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      font-size: 13.32299px; } }
  @media only screen and (max-width: 1360px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .wpcf7-list-item-label,
    .wpcf7-form label {
      padding-bottom: 9.86842px; } }
  .wpcf7-list-item-label:before,
  .wpcf7-form label:before {
    margin-bottom: 0 !important; }

.wpcf7-form p {
  margin-bottom: 30px;
  padding: 0; }
  @media only screen and (max-width: 1360px) {
    .wpcf7-form p {
      margin-bottom: 23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .wpcf7-form p {
      margin-bottom: 19.59184px; } }
  @media only screen and (max-width: 768px) {
    .wpcf7-form p {
      margin-bottom: 16.69565px; } }
  @media only screen and (max-width: 320px) {
    .wpcf7-form p {
      margin-bottom: 14.54545px; } }
  .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: 30px; }
    @media only screen and (max-width: 1360px) {
      .contact-form > div {
        margin-bottom: 23.7037px; } }
    @media only screen and (max-width: 1024px) {
      .contact-form > div {
        margin-bottom: 19.59184px; } }
    @media only screen and (max-width: 768px) {
      .contact-form > div {
        margin-bottom: 16.69565px; } }
    @media only screen and (max-width: 320px) {
      .contact-form > div {
        margin-bottom: 14.54545px; } }
    .contact-form > div input[type='text'],
    .contact-form > div input[type='email'],
    .contact-form > div textarea {
      width: 100%;
      max-width: none;
      margin-bottom: 0;
      float: none; }
    .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
      font-size: 14px;
      line-height: 1.5;
      font-family: sans-serif;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-bottom: 12px;
      margin: 0; }
      @media only screen and (max-width: 1360px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 13.82438px; } }
      @media only screen and (max-width: 1024px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 13.65311px; } }
      @media only screen and (max-width: 768px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 13.48603px; } }
      @media only screen and (max-width: 320px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          font-size: 13.32299px; } }
      @media only screen and (max-width: 1360px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 11.3852px; } }
      @media only screen and (max-width: 1024px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 10.83032px; } }
      @media only screen and (max-width: 768px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 10.32702px; } }
      @media only screen and (max-width: 320px) {
        .contact-form > div > .grunion-field-label:not(.checkbox):not(.radio) {
          padding-bottom: 9.86842px; } }
    .contact-form > div > label, .contact-form > div > label.checkbox, .contact-form > div > label.radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .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: 12px !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: 21px !important;
  margin-right: 14px !important; }

.nf-form-cont .list-radio-wrap .nf-field-element li label,
.nf-form-cont .list-checkbox-wrap .nf-field-element li label {
  padding-bottom: 0;
  line-height: 1.5;
  font-weight: 400; }
  .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: 30px;
  line-height: 1; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 23.7037px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 19.59184px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 16.69565px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .nf-field-container {
      margin-bottom: 14.54545px; } }

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

.nf-form-cont .label-above .nf-field-label label {
  font-size: 14px;
  line-height: 1.5;
  font-family: sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 13.82438px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 13.65311px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 13.48603px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .label-above .nf-field-label label {
      font-size: 13.32299px; } }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .label-above .nf-field-label label {
      padding-bottom: 9.86842px; } }

.nf-form-cont .nf-before-form-content {
  margin-bottom: 12px; }
  @media only screen and (max-width: 1360px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 11.3852px; } }
  @media only screen and (max-width: 1024px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 10.83032px; } }
  @media only screen and (max-width: 768px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 10.32702px; } }
  @media only screen and (max-width: 320px) {
    .nf-form-cont .nf-before-form-content {
      margin-bottom: 9.86842px; } }

.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: #f7f6f5;
  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: #3B3B3B;
  color: #ffffff; }

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

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

div.wpforms-container[class] {
  margin-left: auto;
  margin-right: auto; }
  div.wpforms-container[class] .wpforms-form ul:before {
    margin: 0 !important; }
  div.wpforms-container[class] .wpforms-form .wpforms-field-label {
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 13.82438px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 13.65311px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 13.48603px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        font-size: 13.32299px; } }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 11.3852px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 10.83032px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 10.32702px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form .wpforms-field-label {
        padding-bottom: 9.86842px; } }
    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 {
    padding: 13px 19px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #3B3B3B;
    width: 100%;
    max-width: 100%;
    -webkit-font-smoothing: initial;
    height: auto;
    line-height: 1.15; }
    div.wpforms-container[class] .wpforms-form input:focus, div.wpforms-container[class] .wpforms-form input:active,
    div.wpforms-container[class] .wpforms-form select:focus,
    div.wpforms-container[class] .wpforms-form select:active,
    div.wpforms-container[class] .wpforms-form textarea:focus,
    div.wpforms-container[class] .wpforms-form textarea:active {
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #383838; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form input,
      div.wpforms-container[class] .wpforms-form select,
      div.wpforms-container[class] .wpforms-form textarea {
        font-size: 16.62193px; } }
    @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.26031px; } }
    @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: 15.91408px; } }
    @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 {
        font-size: 15.5823px; } }
  div.wpforms-container[class] .wpforms-form select {
    padding: 13px 19px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding-right: 50px;
    background: #FFFFFF url("assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
    background-size: 9px 5px;
    -webkit-appearance: none;
    -webkit-font-smoothing: initial; }
    div.wpforms-container[class] .wpforms-form select:focus, div.wpforms-container[class] .wpforms-form select:active {
      outline: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #383838; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 16.62193px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 16.26031px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 15.91408px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-form select {
        font-size: 15.5823px; } }
  div.wpforms-container[class] .wpforms-form input[type="checkbox"] {
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    width: 21px !important;
    height: 21px !important;
    margin-right: 14px;
    margin-bottom: 12px;
    top: 1px;
    background-color: #ffffff;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0; }
    div.wpforms-container[class] .wpforms-form input[type="checkbox"]:focus, 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;
    border: 1px solid #E0E0E0;
    border-radius: 0;
    width: 21px !important;
    height: 21px !important;
    margin-right: 14px;
    margin-bottom: 12px;
    top: 1px;
    background-color: #ffffff;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0;
    border-radius: 50%; }
    div.wpforms-container[class] .wpforms-form input[type="radio"]:focus, div.wpforms-container[class] .wpforms-form input[type="radio"]:checked {
      border: 7px solid #3B3B3B;
      outline: 0; }
  div.wpforms-container[class] .wpforms-field {
    margin-bottom: 24px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0; }
    @media only screen and (max-width: 1360px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 19.10448px; } }
    @media only screen and (max-width: 1024px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 15.86777px; } }
    @media only screen and (max-width: 768px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 13.5689px; } }
    @media only screen and (max-width: 320px) {
      div.wpforms-container[class] .wpforms-field {
        margin-bottom: 11.85185px; } }
    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] */
    padding: 1em 1.75em;
    border: 0 solid #222222;
    margin: 0;
    color: #FFFFFF;
    background-color: #000000;
    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); }
    .u-buttons-rounded div.wpforms-container[class] .wpforms-form .wpforms-submit {
      border-radius: 0.3em; }
    .u-buttons-pill div.wpforms-container[class] .wpforms-form .wpforms-submit {
      border-radius: 999em; }
    .u-underlined-links div.wpforms-container[class] .wpforms-form .wpforms-submit {
      text-decoration: none; }
    .u-buttons-outline div.wpforms-container[class] .wpforms-form .wpforms-submit {
      background: none;
      border: 2px solid currentColor; }
      .u-buttons-outline div.wpforms-container[class] .wpforms-form .wpforms-submit:hover, .u-buttons-outline div.wpforms-container[class] .wpforms-form .wpforms-submit:active, .u-buttons-outline div.wpforms-container[class] .wpforms-form .wpforms-submit:focus {
        background: none;
        color: inherit; }
    div.wpforms-container[class] .wpforms-form .wpforms-submit:hover, div.wpforms-container[class] .wpforms-form .wpforms-submit:active, div.wpforms-container[class] .wpforms-form .wpforms-submit:focus {
      color: #FFFFFF;
      background-color: #000;
      opacity: 1;
      text-decoration: none; }
  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: 12px !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%; }

html[lang] {
  margin-top: 0 !important;
  height: 100%; }

body {
  height: 100%;
  border: 0 solid transparent;
  max-width: 100%;
  overflow-x: hidden; }

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

.screen-reader-text {
  display: none; }

.gallery-icon img {
  width: 100%; }

.hidden {
  display: none; }

.c-project__footer--counter > .c-project__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-gallery img:not(.is-loaded),
.entry-content img:not(.is-loaded) {
  opacity: 0; }

.c-gallery img.is-loaded,
.entry-content img.is-loaded {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  will-change: opacity; }

html {
  overflow: visible !important; }

.c-navbar ul {
  margin-left: 0; }

.c-navbar li {
  margin-right: 0; }

.entry-content > * + .u-content-top-spacing {
  margin-top: -24px; }
  @media only screen and (max-width: 1360px) {
    .entry-content > * + .u-content-top-spacing {
      margin-top: -19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .entry-content > * + .u-content-top-spacing {
      margin-top: -15.86777px; } }
  @media only screen and (max-width: 768px) {
    .entry-content > * + .u-content-top-spacing {
      margin-top: -13.5689px; } }
  @media only screen and (max-width: 320px) {
    .entry-content > * + .u-content-top-spacing {
      margin-top: -11.85185px; } }

.slick-initialized .c-hero__image, .slick-initialized
.c-hero__video {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.slick-slide:not(.slick-current) .c-hero__image, .slick-slide:not(.slick-current)
.c-hero__video {
  opacity: 0.6 !important; }

.gallery-caption {
  color: inherit; }

.category-dropdown:not(:last-child) {
  margin-bottom: 24px; }
  @media only screen and (max-width: 1360px) {
    .category-dropdown:not(:last-child) {
      margin-bottom: 19.10448px; } }
  @media only screen and (max-width: 1024px) {
    .category-dropdown:not(:last-child) {
      margin-bottom: 15.86777px; } }
  @media only screen and (max-width: 768px) {
    .category-dropdown:not(:last-child) {
      margin-bottom: 13.5689px; } }
  @media only screen and (max-width: 320px) {
    .category-dropdown:not(:last-child) {
      margin-bottom: 11.85185px; } }

.site-content[style*="hidden"] {
  display: none; }

.u-text-center {
  text-align: center; }

.related-posts-container {
  margin-top: 96px; }
  @media only screen and (max-width: 1360px) {
    .related-posts-container {
      margin-top: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .related-posts-container {
      margin-top: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .related-posts-container {
      margin-top: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .related-posts-container {
      margin-top: 38.78788px; } }
  .related-posts-container:not(:last-child) {
    margin-bottom: 96px; }
    @media only screen and (max-width: 1360px) {
      .related-posts-container:not(:last-child) {
        margin-bottom: 70.13699px; } }
    @media only screen and (max-width: 1024px) {
      .related-posts-container:not(:last-child) {
        margin-bottom: 55.2518px; } }
    @media only screen and (max-width: 768px) {
      .related-posts-container:not(:last-child) {
        margin-bottom: 45.57864px; } }
    @media only screen and (max-width: 320px) {
      .related-posts-container:not(:last-child) {
        margin-bottom: 38.78788px; } }

.related-posts-title {
  margin-bottom: 48px; }
  @media only screen and (max-width: 1360px) {
    .related-posts-title {
      margin-bottom: 37.10145px; } }
  @media only screen and (max-width: 1024px) {
    .related-posts-title {
      margin-bottom: 30.23622px; } }
  @media only screen and (max-width: 768px) {
    .related-posts-title {
      margin-bottom: 25.51495px; } }
  @media only screen and (max-width: 320px) {
    .related-posts-title {
      margin-bottom: 22.06897px; } }

.c-card--related .c-card__meta-secondary {
  color: #828282; }

@media not screen and (min-width: 50em) {
  #sharing_email {
    width: calc(100% - 40px) !important;
    left: 20px !important;
    top: 140px !important; } }

.u-full-width[class][class][class] {
  max-width: none; }
  body:not(.has-sidebar) .u-full-width[class][class][class] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  body.has-sidebar .u-full-width[class][class][class] {
    padding-left: 0;
    padding-right: 0; }

.entry-content > .u-content-bottom-spacing:last-child {
  padding-bottom: 0; }

.entry-content > .u-content-top-spacing:first-child {
  padding-top: 0; }

.entry-footer,
.entry-footer > * + *,
.comments-area {
  margin-top: 96px; }
  @media only screen and (max-width: 1360px) {
    .entry-footer,
    .entry-footer > * + *,
    .comments-area {
      margin-top: 70.13699px; } }
  @media only screen and (max-width: 1024px) {
    .entry-footer,
    .entry-footer > * + *,
    .comments-area {
      margin-top: 55.2518px; } }
  @media only screen and (max-width: 768px) {
    .entry-footer,
    .entry-footer > * + *,
    .comments-area {
      margin-top: 45.57864px; } }
  @media only screen and (max-width: 320px) {
    .entry-footer,
    .entry-footer > * + *,
    .comments-area {
      margin-top: 38.78788px; } }

.c-branding > [rel="home"] {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.c-navbar__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.c-navbar__zone li {
  display: block; }

.jetpack-social-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-navbar__zone--right[class][class] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.c-navbar__label-icon {
  display: none; }

@media not screen and (min-width: 50em) {
  .c-navbar__label[class] {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

.c-card__action {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .c-card__action[class] {
    text-decoration: none; }
  .c-card__action:before {
    content: "";
    position: relative;
    top: -6px;
    left: 0;
    display: inline-block;
    height: 1px;
    margin-right: 12px;
    background-color: currentColor;
    width: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .c-card:hover .c-card__action {
    opacity: 1; }
    .c-card:hover .c-card__action:before {
      width: 60px; }

ul.menu {
  padding-left: 0;
  list-style: none; }

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

@media only screen and (min-width: 50em) {
  .single-post:not(.has-sidebar) .u-content-width > :not(.alignleft):not(.alignright):not(.wp-block-cover-image):not([class*="gallery"]):not(blockquote) {
    margin-left: 33.33333%; }
  .single-post:not(.has-sidebar) blockquote cite,
  .single-post:not(.has-sidebar) blockquote.inner {
    position: relative;
    margin-left: 33.33333%; }
    .single-post:not(.has-sidebar) blockquote cite:before,
    .single-post:not(.has-sidebar) blockquote.inner:before {
      position: absolute;
      top: 0.6em;
      left: auto;
      right: 100%; }
  .single-post.has-sidebar {
    margin-left: auto;
    margin-right: 0; } }

.sd-content ul li a.sd-button[class]:before {
  display: block; }

.sd-content ul li a.sd-button span {
  margin-left: 3px; }

.entry-content hr, .c-hero__content hr, .comment-content hr {
  width: 100%;
  border: 0;
  border-top: 1px solid;
  margin: 0 auto; }

.entry-content blockquote p, .c-hero__content blockquote p, .comment-content blockquote p {
  font: inherit;
  text-transform: inherit; }

.entry-content blockquote.inner, .c-hero__content blockquote.inner, .comment-content blockquote.inner {
  margin-left: auto;
  margin-right: auto; }
  .entry-content blockquote.inner p, .c-hero__content blockquote.inner p, .comment-content blockquote.inner p {
    font-size: 70%; }

.entry-content blockquote.centered, .c-hero__content blockquote.centered, .comment-content blockquote.centered {
  text-align: center; }

.c-footer__zone--middle {
  margin-bottom: 2em; }
  @media only screen and (max-width: 1360px) {
    .c-footer__zone--middle {
      margin-bottom: 1.9995em; } }
  @media only screen and (max-width: 1024px) {
    .c-footer__zone--middle {
      margin-bottom: 1.999em; } }
  @media only screen and (max-width: 768px) {
    .c-footer__zone--middle {
      margin-bottom: 1.9985em; } }
  @media only screen and (max-width: 320px) {
    .c-footer__zone--middle {
      margin-bottom: 1.998em; } }

.c-hero__slider {
  color: inherit !important; }

.c-card__letter {
  height: auto; }

.is-ie .c-hero__video,
.is-ie .c-hero__image {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

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