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

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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/**
 *
 * Table of Contents
 * --------------------------------------------------
 *  1.0   - Base Styles
 *  2.0   - Components
 *  3.0   - Widgets
 *  4.0   - Page
 *  5.0   - Header
 *  6.0   - Footer
 *  7.0   - Vendors
 *  8.0   - Overwrites
 * --------------------------------------------------
 */
/**
 * 1.0 - Base styles
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */ }
  
  /* Sections
	 ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
	margin: 0; }
  
  /**
   * Render the `main` element consistently in IE.
   */
  main {
	display: block; }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
	font-size: 2em;
	margin: 0.67em 0; }
  
  /* Grouping content
	 ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
	-webkit-box-sizing: content-box;
			box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */ }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }
  
  /* Text-level semantics
	 ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
	background-color: transparent; }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
			text-decoration: underline dotted;
	/* 2 */ }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
	font-weight: bolder; }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */ }
  
  /**
   * Add the correct font size in all browsers.
   */
  small {
	font-size: 80%; }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }
  
  sub {
	bottom: -0.25em; }
  
  sup {
	top: -0.5em; }
  
  /* Embedded content
	 ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
	border-style: none; }
  
  /* Forms
	 ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */ }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
	/* 1 */
	overflow: visible; }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
	/* 1 */
	text-transform: none; }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button; }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0; }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText; }
  
  /**
   * Correct the padding in Firefox.
   */
  fieldset {
	padding: 0.35em 0.75em 0.625em; }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */ }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
	vertical-align: baseline; }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
	overflow: auto; }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type="checkbox"],
  [type="radio"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto; }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */ }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */ }
  
  /* Interactive
	 ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
	display: block; }
  
  /*
   * Add the correct display in all browsers.
   */
  summary {
	display: list-item; }
  
  /* Misc
	 ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
	display: none; }
  
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
	display: none; }
  
  *, *:before, *:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }
  
  * {
	-webkit-text-decoration-skip: ink;
			text-decoration-skip-ink: auto; }
  
  body,
  h1, h2, h3, h4, h5, h6,
  blockquote, p, pre,
  dl, dd, ol, ul,
  figure,
  hr,
  fieldset, legend {
	margin: 0;
	padding: 0; }
  
  ul, ol {
	list-style: none; }
  
  li {
	list-style: inherit; }
  
  img {
	max-width: 100%;
	height: auto; }
  
  @media screen and (min-width: 900px) {
	.u-hidden-desk {
	  display: none; } }
  
  @media not screen and (min-width: 900px) {
	.u-visible-desk {
	  display: none; } }
  
  @media not screen and (min-width: 30em) {
	.u-mq-above-xsmall {
	  display: none; } }
  
  @media only screen and (min-width: 30em) {
	.u-mq-below-xsmall {
	  display: none; } }
  
  @media not screen and (min-width: 42.5em) {
	.u-mq-above-small {
	  display: none; } }
  
  @media only screen and (min-width: 42.5em) {
	.u-mq-below-small {
	  display: none; } }
  
  @media not screen and (min-width: 50em) {
	.u-mq-above-pad {
	  display: none; } }
  
  @media only screen and (min-width: 50em) {
	.u-mq-below-pad {
	  display: none; } }
  
  @media not screen and (min-width: 62.5em) {
	.u-mq-above-lap {
	  display: none; } }
  
  @media only screen and (min-width: 62.5em) {
	.u-mq-below-lap {
	  display: none; } }
  
  @media not screen and (min-width: 80em) {
	.u-mq-above-desk {
	  display: none; } }
  
  @media only screen and (min-width: 80em) {
	.u-mq-below-desk {
	  display: none; } }
  
  @media not screen and (min-width: 90em) {
	.u-mq-above-large {
	  display: none; } }
  
  @media only screen and (min-width: 90em) {
	.u-mq-below-large {
	  display: none; } }
  
  .u-wrap-text {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */ }
  
  .u-hidden {
	display: none; }
  
  /* ==========================================================================
	 #FRONTEND + EDITOR STYLES VARS
	 ========================================================================== */
  /* ==========================================================================
  #THE GRID
  ========================================================================== */
  /**
   * Grid Row
   */
  .row__wrapper {
	position: relative; }
  
  .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-left: -56px;
	margin-top: -56px;
	padding-left: 0;
	padding-right: 0; }
	@media only screen and (max-width: 1360px) {
	  .row {
		margin-left: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row {
		margin-left: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row {
		margin-left: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row {
		margin-left: -25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .row {
		margin-top: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row {
		margin-top: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row {
		margin-top: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row {
		margin-top: -25.16854px; } }
	.entry-content > .row:last-child {
	  margin-bottom: 0; }
	@media only screen and (min-width: 62.5em) {
	  .row {
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start; } }
  
  /**
   * Grid Columns
   */
  .column {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }
  
  @media only screen and (min-width: 62.5em) {
	.column-1 {
	  -ms-flex-preferred-size: calc(8.33333%);
		  flex-basis: calc(8.33333%);
	  width: 8.33333%; }
	.column-2 {
	  -ms-flex-preferred-size: calc(16.66667%);
		  flex-basis: calc(16.66667%);
	  width: 16.66667%; }
	.column-3 {
	  -ms-flex-preferred-size: calc(25%);
		  flex-basis: calc(25%);
	  width: 25%; }
	.column-4 {
	  -ms-flex-preferred-size: calc(33.33333%);
		  flex-basis: calc(33.33333%);
	  width: 33.33333%; }
	.column-5 {
	  -ms-flex-preferred-size: calc(41.66667%);
		  flex-basis: calc(41.66667%);
	  width: 41.66667%; }
	.column-6 {
	  -ms-flex-preferred-size: calc(50%);
		  flex-basis: calc(50%);
	  width: 50%; }
	.column-7 {
	  -ms-flex-preferred-size: calc(58.33333%);
		  flex-basis: calc(58.33333%);
	  width: 58.33333%; }
	.column-8 {
	  -ms-flex-preferred-size: calc(66.66667%);
		  flex-basis: calc(66.66667%);
	  width: 66.66667%; }
	.column-9 {
	  -ms-flex-preferred-size: calc(75%);
		  flex-basis: calc(75%);
	  width: 75%; }
	.column-10 {
	  -ms-flex-preferred-size: calc(83.33333%);
		  flex-basis: calc(83.33333%);
	  width: 83.33333%; }
	.column-11 {
	  -ms-flex-preferred-size: calc(91.66667%);
		  flex-basis: calc(91.66667%);
	  width: 91.66667%; }
	.column-12 {
	  -ms-flex-preferred-size: calc(100%);
		  flex-basis: calc(100%);
	  width: 100%; } }
  
  @media not screen and (min-width: 62.5em) {
	.column--stretch .gallery-item {
	  -ms-flex-preferred-size: 33.33333%;
		  flex-basis: 33.33333%; }
	.column--stretch .gallery-item:first-child:last-child {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%; }
	.column--stretch .gallery-item:first-child:nth-last-child(2), .column--stretch .gallery-item:first-child:nth-last-child(2) ~ .gallery-item {
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%; }
	.column--stretch .gallery-item:first-child:nth-last-child(3), .column--stretch .gallery-item:first-child:nth-last-child(3) ~ .gallery-item {
	  -ms-flex-preferred-size: 33.33333%;
		  flex-basis: 33.33333%; }
	.column--stretch .gallery-item:first-child:nth-last-child(4), .column--stretch .gallery-item:first-child:nth-last-child(4) ~ .gallery-item {
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%; } }
  
  /**
   * Grid Columns / Row Items
   */
  .column__wrapper {
	margin-top: 56px;
	padding-left: 56px; }
	@media only screen and (max-width: 1360px) {
	  .column__wrapper {
		margin-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column__wrapper {
		margin-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column__wrapper {
		margin-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column__wrapper {
		margin-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .column__wrapper {
		padding-left: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column__wrapper {
		padding-left: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column__wrapper {
		padding-left: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column__wrapper {
		padding-left: 25.16854px; } }
  
  .column {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: initial;
		-ms-flex-align: initial;
			align-items: initial;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	.debug-row .column {
	  background-color: #383c50; }
	.column .gallery,
	.column .tiled-gallery {
	  margin-bottom: 0;
	  padding-bottom: 0; }
  
  @media not screen and (min-width: 62.5em) {
	.row.row {
	  margin-left: 0; }
	.column__wrapper.column__wrapper {
	  padding-left: 0; }
	  .column__wrapper.column__wrapper:last-child {
		padding-bottom: 0; } }
  
  /* Row Spacing Variants.
	 ========================================================================== */
  .row-style--strip {
	padding-top: 56px;
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
	  .row-style--strip {
		padding-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row-style--strip {
		padding-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row-style--strip {
		padding-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row-style--strip {
		padding-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .row-style--strip {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row-style--strip {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row-style--strip {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row-style--strip {
		padding-bottom: 25.16854px; } }
	.entry-content > .row-style--strip:first-child {
	  margin-top: -56px; }
	  @media only screen and (max-width: 1360px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -25.16854px; } }
	.entry-content > .row-style--strip.row__wrapper:last-child {
	  margin-bottom: -56px; }
	  @media only screen and (max-width: 1360px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -25.16854px; } }
	.row-style--strip + .row-style--strip {
	  margin-top: -56px;
	  padding-top: 0; }
	  @media only screen and (max-width: 1360px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -25.16854px; } }
  
  /* Rows/Columns Style Variants.
	 ========================================================================== */
  .row-style--strip {
	background-color: #D7F4FF; }
	.row-style--strip:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 9999vw;
	  left: -100vw;
	  background-color: inherit; }
  
  .column-style--highlighted {
	padding: 56px;
	background-color: #FFFFFF; }
	@media only screen and (max-width: 1360px) {
	  .column-style--highlighted {
		padding: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column-style--highlighted {
		padding: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column-style--highlighted {
		padding: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column-style--highlighted {
		padding: 25.16854px; } }
  
  .column-style--boxed {
	padding: 56px;
	background-color: #23252d; }
	@media only screen and (max-width: 1360px) {
	  .column-style--boxed {
		padding: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column-style--boxed {
		padding: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column-style--boxed {
		padding: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column-style--boxed {
		padding: 25.16854px; } }
	.column-style--boxed * {
	  color: white; }
  
  .row-style--stretch .row {
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch; }
  
  .row-style--stretch .column {
	height: 100%;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between; }
  
  .row-style--stretch .column--stretch {
	padding: 0; }
  
  .row-style--stretch .column__wrapper.hide-images img {
	display: none; }
  
  .row-style--stretch .column__wrapper * {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1; }
  
  .row-style--stretch .column__wrapper .gallery {
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	height: 100%; }
  
  .row-style--stretch .column__wrapper .gallery-item {
	height: auto; }
  
  .row-style--stretch .column__wrapper .gallery-icon {
	position: relative;
	height: 100%;
	width: 100%; }
	.row-style--stretch .column__wrapper .gallery-icon img {
	  position: absolute; }
  
  .row-style--stretch .column__wrapper figure {
	height: 100%; }
  
  .row-style--stretch .column__wrapper img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%; }
  
  /* Gridable UI Adjustments
	 ========================================================================== */
  /* @todo
  // Remove if necessary - only used for debugging
	 ========================================================================== */
  .debug-row.debug-row.debug-row .c-row:nth-child(2n) {
	background-color: #33d2da; }
  
  .debug-row.debug-row.debug-row .c-row:nth-child(2n+1) {
	background-color: #2196f3; }
  
  .debug-row.debug-row.debug-row .c-row__item {
	background-color: orange; }
  
  .debug-row.debug-row.debug-row .c-island {
	color: white;
	background-color: #4f5678; }
  
  @media only screen and (min-width: 62.5em) {
	.debug-row.debug-row.debug-row .c-row,
	.debug-row.debug-row.debug-row .c-island {
	  position: relative; }
	  .debug-row.debug-row.debug-row .c-row:after,
	  .debug-row.debug-row.debug-row .c-island:after {
		content: attr(class);
		position: absolute;
		top: 0;
		left: 0;
		padding: 3px 5px;
		font-size: 10px;
		font-family: sans-serif;
		border-bottom-right-radius: 3px;
		color: black;
		background: rgba(255, 255, 255, 0.5); } }
  
  .gridable--row,
  .gridable--col {
	overflow: visible; }
  
  p:not(:last-child),
  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
  hr:not(:last-child),
  table:not(:last-child),
  .twocolumn:not(:last-child) {
	margin-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 19.64912px; } }
  
  blockquote {
	font-family: "HK Grotesk", sans-serif;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700; }
	@media only screen and (max-width: 1360px) {
	  blockquote {
		font-size: 42.71845px; } }
	@media only screen and (max-width: 1024px) {
	  blockquote {
		font-size: 37.28814px; } }
	@media only screen and (max-width: 768px) {
	  blockquote {
		font-size: 33.08271px; } }
	@media only screen and (max-width: 400px) {
	  blockquote {
		font-size: 29.72973px; } }
	blockquote:not(:last-child) {
	  margin-bottom: 42px; }
	  @media only screen and (max-width: 1360px) {
		blockquote:not(:last-child) {
		  margin-bottom: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		blockquote:not(:last-child) {
		  margin-bottom: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		blockquote:not(:last-child) {
		  margin-bottom: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		blockquote:not(:last-child) {
		  margin-bottom: 19.64912px; } }
	blockquote footer, blockquote cite {
	  display: block;
	  margin-top: 42px;
	  font-style: normal;
	  font-family: "HK Grotesk", sans-serif;
	  font-size: 14px;
	  line-height: 1.07;
	  font-weight: normal;
	  letter-spacing: 0.07143em;
	  text-transform: uppercase; }
	  @media only screen and (max-width: 1360px) {
		blockquote footer, blockquote cite {
		  margin-top: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		blockquote footer, blockquote cite {
		  margin-top: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		blockquote footer, blockquote cite {
		  margin-top: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		blockquote footer, blockquote cite {
		  margin-top: 19.64912px; } }
	  @media only screen and (max-width: 1360px) {
		blockquote footer, blockquote cite {
		  font-size: 13.52444px; } }
	  @media only screen and (max-width: 1024px) {
		blockquote footer, blockquote cite {
		  font-size: 13.08013px; } }
	  @media only screen and (max-width: 768px) {
		blockquote footer, blockquote cite {
		  font-size: 12.66408px; } }
	  @media only screen and (max-width: 400px) {
		blockquote footer, blockquote cite {
		  font-size: 12.27368px; } }
	  blockquote footer a, blockquote cite a {
		border-bottom: 0 !important;
		text-decoration: none !important; }
  
  h1 + h1:not(:first-child), h2 + h1:not(:first-child), h3 + h1:not(:first-child), h4 + h1:not(:first-child), h5 + h1:not(:first-child), h6 + h1:not(:first-child), h1 + h2:not(:first-child), h2 + h2:not(:first-child), h3 + h2:not(:first-child), h4 + h2:not(:first-child), h5 + h2:not(:first-child), h6 + h2:not(:first-child), h1 + h3:not(:first-child), h2 + h3:not(:first-child), h3 + h3:not(:first-child), h4 + h3:not(:first-child), h5 + h3:not(:first-child), h6 + h3:not(:first-child), h1 + h4:not(:first-child), h2 + h4:not(:first-child), h3 + h4:not(:first-child), h4 + h4:not(:first-child), h5 + h4:not(:first-child), h6 + h4:not(:first-child), h1 + h5:not(:first-child), h2 + h5:not(:first-child), h3 + h5:not(:first-child), h4 + h5:not(:first-child), h5 + h5:not(:first-child), h6 + h5:not(:first-child), h1 + h6:not(:first-child), h2 + h6:not(:first-child), h3 + h6:not(:first-child), h4 + h6:not(:first-child), h5 + h6:not(:first-child), h6 + h6:not(:first-child) {
	margin-top: 0; }
  
  li ul, li ol, li dl {
	margin-top: 7px; }
	@media only screen and (max-width: 1360px) {
	  li ul, li ol, li dl {
		margin-top: 6.92576px; } }
	@media only screen and (max-width: 1024px) {
	  li ul, li ol, li dl {
		margin-top: 6.85309px; } }
	@media only screen and (max-width: 768px) {
	  li ul, li ol, li dl {
		margin-top: 6.78192px; } }
	@media only screen and (max-width: 320px) {
	  li ul, li ol, li dl {
		margin-top: 6.71221px; } }
  
  ul {
	padding-left: 28px;
	list-style: disc; }
	@media only screen and (max-width: 1360px) {
	  ul {
		padding-left: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  ul {
		padding-left: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  ul {
		padding-left: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  ul {
		padding-left: 13.65854px; } }
  
  ol {
	padding-left: 28px;
	list-style: decimal; }
	@media only screen and (max-width: 1360px) {
	  ol {
		padding-left: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  ol {
		padding-left: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  ol {
		padding-left: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  ol {
		padding-left: 13.65854px; } }
  
  li:not(:last-child),
  dl > dl:not(:last-of-type),
  dl > dd:not(:last-of-type) {
	margin-bottom: 7px; }
	@media only screen and (max-width: 1360px) {
	  li:not(:last-child),
	  dl > dl:not(:last-of-type),
	  dl > dd:not(:last-of-type) {
		margin-bottom: 6.92576px; } }
	@media only screen and (max-width: 1024px) {
	  li:not(:last-child),
	  dl > dl:not(:last-of-type),
	  dl > dd:not(:last-of-type) {
		margin-bottom: 6.85309px; } }
	@media only screen and (max-width: 768px) {
	  li:not(:last-child),
	  dl > dl:not(:last-of-type),
	  dl > dd:not(:last-of-type) {
		margin-bottom: 6.78192px; } }
	@media only screen and (max-width: 320px) {
	  li:not(:last-child),
	  dl > dl:not(:last-of-type),
	  dl > dd:not(:last-of-type) {
		margin-bottom: 6.71221px; } }
  
  dl:after {
	content: "";
	display: table;
	clear: both; }
  
  dt {
	width: 33%;
	float: left;
	clear: both;
	font-weight: bold; }
  
  dd {
	width: 66%;
	float: right;
	clear: right; }
  
  pre {
	white-space: pre;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
	padding: 14px;
	border: 1px solid; }
	@media only screen and (max-width: 1360px) {
	  pre {
		padding: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  pre {
		padding: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  pre {
		padding: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  pre {
		padding: 10.42442px; } }
	pre:not(:last-child) {
	  margin-bottom: 28px; }
	  @media only screen and (max-width: 1360px) {
		pre:not(:last-child) {
		  margin-bottom: 22.17822px; } }
	  @media only screen and (max-width: 1024px) {
		pre:not(:last-child) {
		  margin-bottom: 18.36066px; } }
	  @media only screen and (max-width: 768px) {
		pre:not(:last-child) {
		  margin-bottom: 15.66434px; } }
	  @media only screen and (max-width: 320px) {
		pre:not(:last-child) {
		  margin-bottom: 13.65854px; } }
  
  table {
	width: 100%;
	float: none;
	border-collapse: collapse; }
	table:not(:last-child) {
	  margin-bottom: 42px; }
	  @media only screen and (max-width: 1360px) {
		table:not(:last-child) {
		  margin-bottom: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		table:not(:last-child) {
		  margin-bottom: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		table:not(:last-child) {
		  margin-bottom: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		table:not(:last-child) {
		  margin-bottom: 19.64912px; } }
	table th {
	  text-align: left; }
	table th,
	table td {
	  vertical-align: middle; }
	table tr,
	table thead,
	table tbody,
	table tfoot {
	  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
	table th,
	table td {
	  padding: 7px;
	  max-width: 100%;
	  white-space: nowrap; }
	  @media only screen and (max-width: 1360px) {
		table th,
		table td {
		  padding: 6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		table th,
		table td {
		  padding: 6.85309px; } }
	  @media only screen and (max-width: 768px) {
		table th,
		table td {
		  padding: 6.78192px; } }
	  @media only screen and (max-width: 320px) {
		table th,
		table td {
		  padding: 6.71221px; } }
	table caption {
	  padding: 7px 0; }
	  @media only screen and (max-width: 1360px) {
		table caption {
		  padding: 6.92576px 0; } }
	  @media only screen and (max-width: 1024px) {
		table caption {
		  padding: 6.85309px 0; } }
	  @media only screen and (max-width: 768px) {
		table caption {
		  padding: 6.78192px 0; } }
	  @media only screen and (max-width: 320px) {
		table caption {
		  padding: 6.71221px 0; } }
	table th:first-child,
	table td:first-child {
	  padding-left: 0; }
	table th:last-child,
	table td:last-child {
	  padding-right: 0; }
  
  a {
	text-decoration: none; }
	.u-underlined-links a {
	  text-decoration: underline; }
  
  hr {
	width: 100%;
	border: 0;
	border-top: 1px solid;
	margin: 0 auto; }
  
  b,
  strong {
	font-weight: bold; }
  
  em,
  i,
  small {
	font-style: italic; }
  
  a {
	color: #161616; }
	a img {
	  -webkit-transition: opacity 0.3s ease-out;
	  transition: opacity 0.3s ease-out; }
	a:hover, a:active {
	  color: #191919; }
	  a:hover img, a:active img {
		opacity: 0.8; }
  
  .o-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	margin-top: -42px;
	margin-left: -42px; }
	.o-grid > * {
	  border: 0 solid transparent;
	  width: 100%; }
	@media only screen and (max-width: 1360px) {
	  .o-grid {
		margin-top: -32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .o-grid {
		margin-top: -26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .o-grid {
		margin-top: -22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .o-grid {
		margin-top: -19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  .o-grid {
		margin-left: -32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .o-grid {
		margin-left: -26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .o-grid {
		margin-left: -22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .o-grid {
		margin-left: -19.64912px; } }
	.o-grid > * {
	  margin-top: 42px;
	  padding-left: 42px; }
	  @media only screen and (max-width: 1360px) {
		.o-grid > * {
		  margin-top: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		.o-grid > * {
		  margin-top: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		.o-grid > * {
		  margin-top: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		.o-grid > * {
		  margin-top: 19.64912px; } }
	  @media only screen and (max-width: 1360px) {
		.o-grid > * {
		  padding-left: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		.o-grid > * {
		  padding-left: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		.o-grid > * {
		  padding-left: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		.o-grid > * {
		  padding-left: 19.64912px; } }
  
  .o-grid--center {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center; }
  
  .o-grid--1col > * {
	width: 100%; }
  
  .o-grid--2col > * {
	width: 50%; }
  
  .o-grid--3col > * {
	width: 33.33333%; }
  
  .o-grid--4col > * {
	width: 25%; }
  
  .o-grid--5col > * {
	width: 20%; }
  
  .o-grid--6col > * {
	width: 16.66667%; }
  
  .o-grid--7col > * {
	width: 14.28571%; }
  
  .o-grid--8col > * {
	width: 12.5%; }
  
  .o-grid--9col > * {
	width: 11.11111%; }
  
  @media only screen and (min-width: 30em) {
	.o-grid--1col-\@xsmall > * {
	  width: 100%; }
	.o-grid--2col-\@xsmall > * {
	  width: 50%; }
	.o-grid--3col-\@xsmall > * {
	  width: 33.33333%; }
	.o-grid--4col-\@xsmall > * {
	  width: 25%; }
	.o-grid--5col-\@xsmall > * {
	  width: 20%; }
	.o-grid--6col-\@xsmall > * {
	  width: 16.66667%; }
	.o-grid--7col-\@xsmall > * {
	  width: 14.28571%; }
	.o-grid--8col-\@xsmall > * {
	  width: 12.5%; }
	.o-grid--9col-\@xsmall > * {
	  width: 11.11111%; } }
  
  @media only screen and (min-width: 42.5em) {
	.o-grid--1col-\@small > * {
	  width: 100%; }
	.o-grid--2col-\@small > * {
	  width: 50%; }
	.o-grid--3col-\@small > * {
	  width: 33.33333%; }
	.o-grid--4col-\@small > * {
	  width: 25%; }
	.o-grid--5col-\@small > * {
	  width: 20%; }
	.o-grid--6col-\@small > * {
	  width: 16.66667%; }
	.o-grid--7col-\@small > * {
	  width: 14.28571%; }
	.o-grid--8col-\@small > * {
	  width: 12.5%; }
	.o-grid--9col-\@small > * {
	  width: 11.11111%; } }
  
  @media only screen and (min-width: 50em) {
	.o-grid--1col-\@pad > * {
	  width: 100%; }
	.o-grid--2col-\@pad > * {
	  width: 50%; }
	.o-grid--3col-\@pad > * {
	  width: 33.33333%; }
	.o-grid--4col-\@pad > * {
	  width: 25%; }
	.o-grid--5col-\@pad > * {
	  width: 20%; }
	.o-grid--6col-\@pad > * {
	  width: 16.66667%; }
	.o-grid--7col-\@pad > * {
	  width: 14.28571%; }
	.o-grid--8col-\@pad > * {
	  width: 12.5%; }
	.o-grid--9col-\@pad > * {
	  width: 11.11111%; } }
  
  @media only screen and (min-width: 62.5em) {
	.o-grid--1col-\@lap > * {
	  width: 100%; }
	.o-grid--2col-\@lap > * {
	  width: 50%; }
	.o-grid--3col-\@lap > * {
	  width: 33.33333%; }
	.o-grid--4col-\@lap > * {
	  width: 25%; }
	.o-grid--5col-\@lap > * {
	  width: 20%; }
	.o-grid--6col-\@lap > * {
	  width: 16.66667%; }
	.o-grid--7col-\@lap > * {
	  width: 14.28571%; }
	.o-grid--8col-\@lap > * {
	  width: 12.5%; }
	.o-grid--9col-\@lap > * {
	  width: 11.11111%; } }
  
  @media only screen and (min-width: 80em) {
	.o-grid--1col-\@desk > * {
	  width: 100%; }
	.o-grid--2col-\@desk > * {
	  width: 50%; }
	.o-grid--3col-\@desk > * {
	  width: 33.33333%; }
	.o-grid--4col-\@desk > * {
	  width: 25%; }
	.o-grid--5col-\@desk > * {
	  width: 20%; }
	.o-grid--6col-\@desk > * {
	  width: 16.66667%; }
	.o-grid--7col-\@desk > * {
	  width: 14.28571%; }
	.o-grid--8col-\@desk > * {
	  width: 12.5%; }
	.o-grid--9col-\@desk > * {
	  width: 11.11111%; } }
  
  @media only screen and (min-width: 90em) {
	.o-grid--1col-\@large > * {
	  width: 100%; }
	.o-grid--2col-\@large > * {
	  width: 50%; }
	.o-grid--3col-\@large > * {
	  width: 33.33333%; }
	.o-grid--4col-\@large > * {
	  width: 25%; }
	.o-grid--5col-\@large > * {
	  width: 20%; }
	.o-grid--6col-\@large > * {
	  width: 16.66667%; }
	.o-grid--7col-\@large > * {
	  width: 14.28571%; }
	.o-grid--8col-\@large > * {
	  width: 12.5%; }
	.o-grid--9col-\@large > * {
	  width: 11.11111%; } }
  
  [class*="o-inline"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: baseline;
		-ms-flex-align: baseline;
			align-items: baseline; }
	[class*="o-inline"] > :last-child {
	  margin-right: 0; }
  
  .o-inline-s {
	margin-top: -14px;
	margin-left: -14px; }
	@media only screen and (max-width: 1360px) {
	  .o-inline-s {
		margin-top: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .o-inline-s {
		margin-top: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .o-inline-s {
		margin-top: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .o-inline-s {
		margin-top: -10.42442px; } }
	@media only screen and (max-width: 1360px) {
	  .o-inline-s {
		margin-left: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .o-inline-s {
		margin-left: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .o-inline-s {
		margin-left: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .o-inline-s {
		margin-left: -10.42442px; } }
	.o-inline-s > * {
	  margin-top: 14px;
	  margin-left: 14px; }
	  @media only screen and (max-width: 1360px) {
		.o-inline-s > * {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.o-inline-s > * {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.o-inline-s > * {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.o-inline-s > * {
		  margin-top: 10.42442px; } }
	  @media only screen and (max-width: 1360px) {
		.o-inline-s > * {
		  margin-left: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.o-inline-s > * {
		  margin-left: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.o-inline-s > * {
		  margin-left: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.o-inline-s > * {
		  margin-left: 10.42442px; } }
  
  .o-inline-xs {
	margin-top: -7px;
	margin-left: -7px; }
	@media only screen and (max-width: 1360px) {
	  .o-inline-xs {
		margin-top: -6.92576px; } }
	@media only screen and (max-width: 1024px) {
	  .o-inline-xs {
		margin-top: -6.85309px; } }
	@media only screen and (max-width: 768px) {
	  .o-inline-xs {
		margin-top: -6.78192px; } }
	@media only screen and (max-width: 320px) {
	  .o-inline-xs {
		margin-top: -6.71221px; } }
	@media only screen and (max-width: 1360px) {
	  .o-inline-xs {
		margin-left: -6.92576px; } }
	@media only screen and (max-width: 1024px) {
	  .o-inline-xs {
		margin-left: -6.85309px; } }
	@media only screen and (max-width: 768px) {
	  .o-inline-xs {
		margin-left: -6.78192px; } }
	@media only screen and (max-width: 320px) {
	  .o-inline-xs {
		margin-left: -6.71221px; } }
	.o-inline-xs > * {
	  margin-top: 7px;
	  margin-left: 7px; }
	  @media only screen and (max-width: 1360px) {
		.o-inline-xs > * {
		  margin-top: 6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.o-inline-xs > * {
		  margin-top: 6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.o-inline-xs > * {
		  margin-top: 6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.o-inline-xs > * {
		  margin-top: 6.71221px; } }
	  @media only screen and (max-width: 1360px) {
		.o-inline-xs > * {
		  margin-left: 6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.o-inline-xs > * {
		  margin-left: 6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.o-inline-xs > * {
		  margin-left: 6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.o-inline-xs > * {
		  margin-left: 6.71221px; } }
  
  @media only screen and (min-width: 62.5em) {
	.o-layout {
	  width: 100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: stretch;
		  -ms-flex-align: stretch;
			  align-items: stretch;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap; }
	.o-layout__full {
	  width: 100%;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%; }
	.o-layout__main {
	  width: calc(100% - 400px - 4rem);
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 auto;
			  flex: 1 1 auto; }
	.o-layout__side {
	  width: 400px;
	  margin-left: 56px;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto; } }
	@media only screen and (min-width: 62.5em) and (max-width: 1360px) {
	  .o-layout__side {
		margin-left: 42.87081px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 1024px) {
	  .o-layout__side {
		margin-left: 34.72868px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 768px) {
	  .o-layout__side {
		margin-left: 29.18567px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 320px) {
	  .o-layout__side {
		margin-left: 25.16854px; } }
  
  @media only screen and (min-width: 62.5em) {
	.o-layout--blog .o-layout__main {
	  width: calc(100% - 300px - 4rem); }
	.o-layout--blog .o-layout__side {
	  width: 300px; } }
  
  /*------------------------------------*\
	  #BUTTONS
  \*------------------------------------*/
  /**
   * A simple button object.
   */
  .c-btn {
	display: inline-block;
	/* [1] */
	vertical-align: middle;
	/* [2] */
	text-align: center;
	/* [4] */
	cursor: pointer;
	/* [5] */
	padding: 1.1em 1.75em;
	border: 0 solid #222222;
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF6000;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }
	@media only screen and (max-width: 1360px) {
	  .c-btn {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .c-btn {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .c-btn {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .c-btn {
		font-size: 13.785px; } }
	.u-buttons-rounded .c-btn {
	  border-radius: 0.3em; }
	.u-buttons-pill .c-btn {
	  border-radius: 999em; }
	.u-underlined-links .c-btn {
	  text-decoration: none; }
	.u-buttons-outline .c-btn {
	  background: none;
	  border: 2px solid currentColor; }
	  .u-buttons-outline .c-btn:hover, .u-buttons-outline .c-btn:active, .u-buttons-outline .c-btn:focus {
		background: none;
		color: inherit; }
	.c-btn:hover, .c-btn:active, .c-btn:focus {
	  color: #FFF;
	  background-color: #000;
	  opacity: 1;
	  text-decoration: none; }
	.c-btn--default {
	  background-color: #111;
	  color: #FFF; }
	  .c-btn--default:hover {
		color: #FFF; }
	  .u-buttons-outline .c-btn--default {
		background: none; }
  
  .c-btn-directional {
	position: relative; }
	.c-btn-directional:before, .c-btn-directional:after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  z-index: 100;
	  color: inherit;
	  margin-top: -1px;
	  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	  -webkit-transition-property: -webkit-transform;
	  transition-property: -webkit-transform;
	  transition-property: transform;
	  transition-property: transform, -webkit-transform; }
	.c-btn-directional:before {
	  width: 35px;
	  height: 1px;
	  background-color: currentColor; }
	  @media only screen and (max-width: 1360px) {
		.c-btn-directional:before {
		  width: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.c-btn-directional:before {
		  width: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.c-btn-directional:before {
		  width: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.c-btn-directional:before {
		  width: 16.71642px; } }
	.c-btn-directional:after {
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  -webkit-transform: translate(0, calc(0.5px - 50%));
			  transform: translate(0, calc(0.5px - 50%)); }
  
  .c-btn-directional--left {
	padding-left: 100px; }
	@media only screen and (max-width: 1360px) {
	  .c-btn-directional--left {
		padding-left: 72.72727px; } }
	@media only screen and (max-width: 1024px) {
	  .c-btn-directional--left {
		padding-left: 57.14286px; } }
	@media only screen and (max-width: 768px) {
	  .c-btn-directional--left {
		padding-left: 47.05882px; } }
	@media only screen and (max-width: 320px) {
	  .c-btn-directional--left {
		padding-left: 40px; } }
	.c-btn-directional--left:before {
	  left: 35px; }
	  @media only screen and (max-width: 1360px) {
		.c-btn-directional--left:before {
		  left: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.c-btn-directional--left:before {
		  left: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.c-btn-directional--left:before {
		  left: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.c-btn-directional--left:before {
		  left: 16.71642px; } }
	.c-btn-directional--left:after {
	  left: 30px;
	  border-right: 5px solid currentColor; }
	  @media only screen and (max-width: 1360px) {
		.c-btn-directional--left:after {
		  left: 23.7037px; } }
	  @media only screen and (max-width: 1024px) {
		.c-btn-directional--left:after {
		  left: 19.59184px; } }
	  @media only screen and (max-width: 768px) {
		.c-btn-directional--left:after {
		  left: 16.69565px; } }
	  @media only screen and (max-width: 320px) {
		.c-btn-directional--left:after {
		  left: 14.54545px; } }
	.c-btn-directional--left:hover:before {
	  -webkit-transform: translate3d(-5px, 0, 0);
			  transform: translate3d(-5px, 0, 0); }
	.c-btn-directional--left:hover:after {
	  -webkit-transform: translate3d(-5px, calc(0.5px - 50%), 0);
			  transform: translate3d(-5px, calc(0.5px - 50%), 0); }
  
  .c-btn-directional--right {
	padding-right: 100px;
	text-align: left; }
	@media only screen and (max-width: 1360px) {
	  .c-btn-directional--right {
		padding-right: 72.72727px; } }
	@media only screen and (max-width: 1024px) {
	  .c-btn-directional--right {
		padding-right: 57.14286px; } }
	@media only screen and (max-width: 768px) {
	  .c-btn-directional--right {
		padding-right: 47.05882px; } }
	@media only screen and (max-width: 320px) {
	  .c-btn-directional--right {
		padding-right: 40px; } }
	.c-btn-directional--right:before {
	  right: 2.33333em; }
	.c-btn-directional--right:after {
	  right: calc(7em/3 - 5px);
	  border-left: 5px solid currentColor; }
	.c-btn-directional--right:hover:before {
	  -webkit-transform: translate3d(5px, 0, 0);
			  transform: translate3d(5px, 0, 0); }
	.c-btn-directional--right:hover:after {
	  -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
			  transform: translate3d(5px, calc(0.5px - 50%), 0); }
  
  .c-btn-text {
	border: 0;
	padding: 0;
	background: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none; }
  
  .button[class][class][class][class][class] {
	display: inline-block;
	/* [1] */
	vertical-align: middle;
	/* [2] */
	text-align: center;
	/* [4] */
	cursor: pointer;
	/* [5] */
	padding: 1.1em 1.75em;
	border: 0 solid #222222;
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF6000;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	text-decoration: none; }
	@media only screen and (max-width: 1360px) {
	  .button[class][class][class][class][class] {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .button[class][class][class][class][class] {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .button[class][class][class][class][class] {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .button[class][class][class][class][class] {
		font-size: 13.785px; } }
	.u-buttons-rounded .button[class][class][class][class][class] {
	  border-radius: 0.3em; }
	.u-buttons-pill .button[class][class][class][class][class] {
	  border-radius: 999em; }
	.u-underlined-links .button[class][class][class][class][class] {
	  text-decoration: none; }
	.u-buttons-outline .button[class][class][class][class][class] {
	  background: none;
	  border: 2px solid currentColor; }
	  .u-buttons-outline .button[class][class][class][class][class]:hover, .u-buttons-outline .button[class][class][class][class][class]:active, .u-buttons-outline .button[class][class][class][class][class]:focus {
		background: none;
		color: inherit; }
	.button[class][class][class][class][class]:hover, .button[class][class][class][class][class]:active, .button[class][class][class][class][class]:focus {
	  color: #FFF;
	  background-color: #000;
	  opacity: 1;
	  text-decoration: none; }
	.button[class][class][class][class][class].default {
	  background-color: #111;
	  color: #FFF; }
	  .button[class][class][class][class][class].default:hover {
		color: #FFF; }
	  .u-buttons-outline .button[class][class][class][class][class].default {
		background: none; }
	.button[class][class][class][class][class].full {
	  width: 100%; }
	.button[class][class][class][class][class].arrow {
	  position: relative;
	  padding-right: 100px;
	  text-align: left; }
	  .button[class][class][class][class][class].arrow:before, .button[class][class][class][class][class].arrow:after {
		content: '';
		position: absolute;
		top: 50%;
		z-index: 100;
		color: inherit;
		margin-top: -1px;
		-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
		transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform; }
	  .button[class][class][class][class][class].arrow:before {
		width: 35px;
		height: 1px;
		background-color: currentColor; }
		@media only screen and (max-width: 1360px) {
		  .button[class][class][class][class][class].arrow:before {
			width: 27.48466px; } }
		@media only screen and (max-width: 1024px) {
		  .button[class][class][class][class][class].arrow:before {
			width: 22.62626px; } }
		@media only screen and (max-width: 768px) {
		  .button[class][class][class][class][class].arrow:before {
			width: 19.22747px; } }
		@media only screen and (max-width: 320px) {
		  .button[class][class][class][class][class].arrow:before {
			width: 16.71642px; } }
	  .button[class][class][class][class][class].arrow:after {
		display: block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		-webkit-transform: translate(0, calc(0.5px - 50%));
				transform: translate(0, calc(0.5px - 50%)); }
	  @media only screen and (max-width: 1360px) {
		.button[class][class][class][class][class].arrow {
		  padding-right: 72.72727px; } }
	  @media only screen and (max-width: 1024px) {
		.button[class][class][class][class][class].arrow {
		  padding-right: 57.14286px; } }
	  @media only screen and (max-width: 768px) {
		.button[class][class][class][class][class].arrow {
		  padding-right: 47.05882px; } }
	  @media only screen and (max-width: 320px) {
		.button[class][class][class][class][class].arrow {
		  padding-right: 40px; } }
	  .button[class][class][class][class][class].arrow:before {
		right: 2.33333em; }
	  .button[class][class][class][class][class].arrow:after {
		right: calc(7em/3 - 5px);
		border-left: 5px solid currentColor; }
	  .button[class][class][class][class][class].arrow:hover:before {
		-webkit-transform: translate3d(5px, 0, 0);
				transform: translate3d(5px, 0, 0); }
	  .button[class][class][class][class][class].arrow:hover:after {
		-webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
				transform: translate3d(5px, calc(0.5px - 50%), 0); }
  
  ::-webkit-input-placeholder {
	color: #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: 0.76471em 1.11765em 0.88235em;
	border: 1px solid #E0E0E0;
	color: #3B3B3B;
	border-radius: 0;
	font-family: inherit;
	-webkit-font-smoothing: initial; }
	@media only screen and (max-width: 1360px) {
	  input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
		padding: 0.7647em 1.1176em 0.88233em; } }
	@media only screen and (max-width: 1024px) {
	  input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
		padding: 0.76468em 1.11755em 0.88232em; } }
	@media only screen and (max-width: 768px) {
	  input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
		padding: 0.76467em 1.1175em 0.8823em; } }
	@media only screen and (max-width: 320px) {
	  input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="email"], input[type="password"], input[type="url"], input[type="search"] {
		padding: 0.76466em 1.11745em 0.88228em; } }
	input[type="text"]:focus, input[type="text"]:active, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="search"]:focus, input[type="search"]:active {
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  border-color: #383838; }
	input[type="text"][disabled], input[type="tel"][disabled], input[type="number"][disabled], input[type="date"][disabled], input[type="email"][disabled], input[type="password"][disabled], input[type="url"][disabled], input[type="search"][disabled] {
	  border-color: #EBEBEB;
	  background-color: #EBEBEB; }
  
  input[type="checkbox"] {
	position: relative;
	left: 0;
	float: left;
	clear: left;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	width: 1.5rem !important;
	height: 1.5rem !important;
	margin-right: 1rem;
	margin-bottom: 1rem;
	background-color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none; }
	input[type="checkbox"]:checked {
	  border-color: #3B3B3B;
	  background: #FFFFFF url("/wp-content/themes/everysize/assets/images/checkbox.svg") center center no-repeat;
	  background-size: 100% 100%;
	  outline: 0; }
  
  input[type="radio"] {
	position: relative;
	left: 0;
	float: left;
	clear: left;
	border: 1px solid #E0E0E0;
	border-radius: 0;
	width: 1.5rem !important;
	height: 1.5rem !important;
	margin-right: 1rem;
	margin-bottom: 1rem;
	background-color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 50%; }
	input[type="radio"]:checked {
	  border: 7px solid #3B3B3B;
	  outline: 0; }
  
  input[type="submit"],
  input[type="button"],
  button[type="submit"],
  button[type="reset"] {
	display: inline-block;
	/* [1] */
	vertical-align: middle;
	/* [2] */
	text-align: center;
	/* [4] */
	cursor: pointer;
	/* [5] */
	padding: 1.1em 1.75em;
	border: 0 solid #222222;
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF6000;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }
	@media only screen and (max-width: 1360px) {
	  input[type="submit"],
	  input[type="button"],
	  button[type="submit"],
	  button[type="reset"] {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  input[type="submit"],
	  input[type="button"],
	  button[type="submit"],
	  button[type="reset"] {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  input[type="submit"],
	  input[type="button"],
	  button[type="submit"],
	  button[type="reset"] {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  input[type="submit"],
	  input[type="button"],
	  button[type="submit"],
	  button[type="reset"] {
		font-size: 13.785px; } }
	.u-buttons-rounded input[type="submit"], .u-buttons-rounded
	input[type="button"], .u-buttons-rounded
	button[type="submit"], .u-buttons-rounded
	button[type="reset"] {
	  border-radius: 0.3em; }
	.u-buttons-pill input[type="submit"], .u-buttons-pill
	input[type="button"], .u-buttons-pill
	button[type="submit"], .u-buttons-pill
	button[type="reset"] {
	  border-radius: 999em; }
	.u-underlined-links input[type="submit"], .u-underlined-links
	input[type="button"], .u-underlined-links
	button[type="submit"], .u-underlined-links
	button[type="reset"] {
	  text-decoration: none; }
	.u-buttons-outline input[type="submit"], .u-buttons-outline
	input[type="button"], .u-buttons-outline
	button[type="submit"], .u-buttons-outline
	button[type="reset"] {
	  background: none;
	  border: 2px solid currentColor; }
	  .u-buttons-outline input[type="submit"]:hover, .u-buttons-outline input[type="submit"]:active, .u-buttons-outline input[type="submit"]:focus, .u-buttons-outline
	  input[type="button"]:hover, .u-buttons-outline
	  input[type="button"]:active, .u-buttons-outline
	  input[type="button"]:focus, .u-buttons-outline
	  button[type="submit"]:hover, .u-buttons-outline
	  button[type="submit"]:active, .u-buttons-outline
	  button[type="submit"]:focus, .u-buttons-outline
	  button[type="reset"]:hover, .u-buttons-outline
	  button[type="reset"]:active, .u-buttons-outline
	  button[type="reset"]:focus {
		background: none;
		color: inherit; }
	input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus,
	input[type="button"]:hover,
	input[type="button"]:active,
	input[type="button"]:focus,
	button[type="submit"]:hover,
	button[type="submit"]:active,
	button[type="submit"]:focus,
	button[type="reset"]:hover,
	button[type="reset"]:active,
	button[type="reset"]:focus {
	  color: #FFF;
	  background-color: #000;
	  opacity: 1;
	  text-decoration: none; }
  
  input[type="file"] {
	width: 100%; }
  
  input[type="file"]::-webkit-file-upload-button {
	display: block;
	margin-bottom: 0 !important;
	padding: 12px 28px;
	border: 0 solid transparent;
	border-right-width: 1em;
	background-clip: padding-box;
	overflow: visible;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	background-color: #3B3B3B;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
	cursor: pointer; }
	input[type="file"]::-webkit-file-upload-button:focus, input[type="file"]::-webkit-file-upload-button:active {
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  background-color: #3B3B3B; }
	input[type="file"]::-webkit-file-upload-button:hover {
	  background-color: #3B3B3B; }
  
  input.disabled,
  input[disabled="disabled"],
  input[disabled] {
	background: #EBEBEB;
	border-color: #EBEBEB; }
  
  textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.76471em 1.11765em 0.88235em;
	border: 1px solid #E0E0E0;
	color: #3B3B3B;
	border-radius: 0;
	font-family: inherit;
	-webkit-font-smoothing: initial;
	min-height: 120px;
	resize: vertical; }
	@media only screen and (max-width: 1360px) {
	  textarea {
		padding: 0.7647em 1.1176em 0.88233em; } }
	@media only screen and (max-width: 1024px) {
	  textarea {
		padding: 0.76468em 1.11755em 0.88232em; } }
	@media only screen and (max-width: 768px) {
	  textarea {
		padding: 0.76467em 1.1175em 0.8823em; } }
	@media only screen and (max-width: 320px) {
	  textarea {
		padding: 0.76466em 1.11745em 0.88228em; } }
	textarea:focus, textarea:active {
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  border-color: #383838; }
	textarea[disabled] {
	  border-color: #EBEBEB;
	  background-color: #EBEBEB; }
  
  select {
	width: 100%;
	max-width: 100%;
	padding: 0.76471em 1.11765em 0.88235em;
	border: 1px solid #E0E0E0;
	color: #3B3B3B;
	border-radius: 0;
	font-family: inherit;
	-webkit-font-smoothing: initial;
	padding-right: 50px;
	background: #FFFFFF url("/wp-content/themes/everysize/assets/images/arrow-caret.svg") calc(100% - 17px) center no-repeat;
	background-size: 9px 5px;
	-webkit-appearance: none; }
	@media only screen and (max-width: 1360px) {
	  select {
		padding: 0.7647em 1.1176em 0.88233em; } }
	@media only screen and (max-width: 1024px) {
	  select {
		padding: 0.76468em 1.11755em 0.88232em; } }
	@media only screen and (max-width: 768px) {
	  select {
		padding: 0.76467em 1.1175em 0.8823em; } }
	@media only screen and (max-width: 320px) {
	  select {
		padding: 0.76466em 1.11745em 0.88228em; } }
	select:focus, select:active {
	  outline: 0;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  border-color: #383838; }
	select[disabled] {
	  border-color: #EBEBEB;
	  background-color: #EBEBEB; }
	select[multiple] {
	  background: none;
	  padding-right: 13px; }
  
  fieldset {
	border: 0; }
	fieldset legend {
	  color: #3B3B3B;
	  padding: 0 !important; }
	fieldset > div {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		fieldset > div {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		fieldset > div {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		fieldset > div {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		fieldset > div {
		  margin-top: 10.42442px; } }
  
  .form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.form-inline input[type="submit"],
	.form-inline input[type="button"],
	.form-inline button[type="submit"],
	.form-inline button[type="reset"] {
	  -ms-flex-negative: 0;
		  flex-shrink: 0;
	  margin-top: 0; }
  
  .select2-container--default .select2-selection--single {
	border: 1px solid #E0E0E0;
	border-radius: 0;
	height: auto; }
	.select2-container--default .select2-selection--single .select2-selection__rendered {
	  padding: 0.76471em 1.11765em 0.88235em;
	  color: #3B3B3B; }
	  @media only screen and (max-width: 1360px) {
		.select2-container--default .select2-selection--single .select2-selection__rendered {
		  padding: 0.7647em 1.1176em 0.88233em; } }
	  @media only screen and (max-width: 1024px) {
		.select2-container--default .select2-selection--single .select2-selection__rendered {
		  padding: 0.76468em 1.11755em 0.88232em; } }
	  @media only screen and (max-width: 768px) {
		.select2-container--default .select2-selection--single .select2-selection__rendered {
		  padding: 0.76467em 1.1175em 0.8823em; } }
	  @media only screen and (max-width: 320px) {
		.select2-container--default .select2-selection--single .select2-selection__rendered {
		  padding: 0.76466em 1.11745em 0.88228em; } }
	.select2-container--default .select2-selection--single .select2-selection__placeholder {
	  display: block;
	  min-height: 1.5em; }
	.select2-container--default .select2-selection--single .select2-selection__arrow {
	  top: 50%;
	  right: 1.11765em;
	  -webkit-transform: translate(50%, -50%);
			  transform: translate(50%, -50%); }
  
  .select2-dropdown,
  .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #E0E0E0; }
  
  .o-wrapper {
	margin-left: auto;
	margin-right: auto; }
  
  @media only screen and (min-width: 30em) {
	.o-grid--1col-\@xsmall .c-gallery__item {
	  position: relative !important;
	  top: 0 !important;
	  left: 0 !important; } }
  
  @media only screen and (min-width: 42.5em) {
	.o-grid--1col-\@small .c-gallery__item {
	  position: relative !important;
	  top: 0 !important;
	  left: 0 !important; } }
  
  @media only screen and (min-width: 50em) {
	.o-grid--1col-\@pad .c-gallery__item {
	  position: relative !important;
	  top: 0 !important;
	  left: 0 !important; } }
  
  @media only screen and (min-width: 62.5em) {
	.o-grid--1col-\@lap .c-gallery__item {
	  position: relative !important;
	  top: 0 !important;
	  left: 0 !important; } }
  
  @media only screen and (min-width: 80em) {
	.o-grid--1col-\@desk .c-gallery__item {
	  position: relative !important;
	  top: 0 !important;
	  left: 0 !important; } }
  
  @media only screen and (min-width: 90em) {
	.o-grid--1col-\@large .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--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--title-above .c-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
			flex-direction: column-reverse; }
  
  .c-gallery--title-above .c-card__content {
	top: auto;
	bottom: 100%;
	padding-top: 0;
	padding-bottom: 28px; }
	@media only screen and (max-width: 1360px) {
	  .c-gallery--title-above .c-card__content {
		padding-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .c-gallery--title-above .c-card__content {
		padding-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .c-gallery--title-above .c-card__content {
		padding-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .c-gallery--title-above .c-card__content {
		padding-bottom: 13.65854px; } }
  
  .c-gallery--title-overlay .c-card__content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 28px;
	overflow: hidden;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-line-pack: center;
		align-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	-webkit-transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: opacity 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 0; }
	@media only screen and (max-width: 1360px) {
	  .c-gallery--title-overlay .c-card__content {
		padding: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .c-gallery--title-overlay .c-card__content {
		padding: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .c-gallery--title-overlay .c-card__content {
		padding: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .c-gallery--title-overlay .c-card__content {
		padding: 13.65854px; } }
	.c-gallery--title-overlay .c-card__content > * {
	  -ms-flex-negative: 0;
		  flex-shrink: 0; }
  
  .c-gallery--title-overlay .c-card__aside + .c-card__content {
	margin-top: 0; }
  
  .c-gallery--title-overlay article:not(.has-post-thumbnail) > .c-card .c-card__content {
	opacity: 1; }
  
  .c-gallery--title-overlay .c-card__letter {
	display: none; }
  
  @media only screen and (min-width: 62.5em) {
	.c-gallery--title-overlay .c-card:hover .c-card__content {
	  opacity: 1; } }
  
  [class*="c-gallery--title-top"] .c-card__content {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start; }
  
  [class*="c-gallery--title-bottom"] .c-card__content {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end; }
  
  [class*="c-gallery--title-middle"] .c-card__content {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center; }
  
  [class*="c-gallery--title"][class*="-left"] .c-card__content {
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
	text-align: left; }
  
  [class*="c-gallery--title"][class*="-left"] .c-meta {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start; }
  
  [class*="c-gallery--title"][class*="-right"] .c-card__content {
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	text-align: right; }
  
  [class*="c-gallery--title"][class*="-right"] .c-meta {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end; }
  
  [class*="c-gallery--title"][class*="-center"] .c-card__content {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center; }
  
  [class*="c-gallery--title"][class*="-center"] .c-meta {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center; }
  
  @media not screen and (min-width: 42.5em) {
	.c-gallery__item {
	  width: 100%; }
	.c-gallery--packed {
	  height: auto !important; }
	  .c-gallery--packed .c-gallery__item,
	  .c-gallery--packed .c-card__frame img {
		position: static !important; } }
  
  .c-gallery--portfolio .c-card__title {
	padding-top: 0;
	-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
			order: -1; }
  
  .c-gallery--portfolio .c-card__meta {
	padding-top: 7px; }
	@media only screen and (max-width: 1360px) {
	  .c-gallery--portfolio .c-card__meta {
		padding-top: 6.92576px; } }
	@media only screen and (max-width: 1024px) {
	  .c-gallery--portfolio .c-card__meta {
		padding-top: 6.85309px; } }
	@media only screen and (max-width: 768px) {
	  .c-gallery--portfolio .c-card__meta {
		padding-top: 6.78192px; } }
	@media only screen and (max-width: 320px) {
	  .c-gallery--portfolio .c-card__meta {
		padding-top: 6.71221px; } }
  
  .c-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	height: 100%; }
  
  .c-card__aside {
	position: relative; }
  
  .c-card__frame {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-property: opacity;
	transition-property: opacity; }
	.c-card__frame img {
	  display: block; }
  
  .c-card__frame-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-property: opacity;
	transition-property: opacity; }
	.c-card:hover .c-card__frame-hover {
	  opacity: 1; }
  
  .c-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1; }
	.c-card__aside + .c-card__content {
	  margin-top: 21px; }
	  @media only screen and (max-width: 1360px) {
		.c-card__aside + .c-card__content {
		  margin-top: 16.77903px; } }
	  @media only screen and (max-width: 1024px) {
		.c-card__aside + .c-card__content {
		  margin-top: 13.97089px; } }
	  @media only screen and (max-width: 768px) {
		.c-card__aside + .c-card__content {
		  margin-top: 11.96794px; } }
	  @media only screen and (max-width: 320px) {
		.c-card__aside + .c-card__content {
		  margin-top: 10.46729px; } }
	.c-card__content > :not(:last-child) {
	  margin-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.c-card__content > :not(:last-child) {
		  margin-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.c-card__content > :not(:last-child) {
		  margin-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.c-card__content > :not(:last-child) {
		  margin-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.c-card__content > :not(:last-child) {
		  margin-bottom: 10.42442px; } }
  
  .c-card__letter {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	font-family: "HK Grotesk", sans-serif;
	font-size: 250px;
	line-height: 1.735;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	-webkit-transform: translateY(-50%) translateY(10px) translateX(-50%);
			transform: translateY(-50%) translateY(10px) translateX(-50%);
	-webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, -webkit-transform .5s ease;
	transition: opacity .5s ease, transform .5s ease;
	transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }
	@media only screen and (max-width: 1360px) {
	  .c-card__letter {
		font-size: 153.84615px; } }
	@media only screen and (max-width: 1024px) {
	  .c-card__letter {
		font-size: 111.11111px; } }
	@media only screen and (max-width: 768px) {
	  .c-card__letter {
		font-size: 86.95652px; } }
	@media only screen and (max-width: 400px) {
	  .c-card__letter {
		font-size: 71.42857px; } }
	.c-card:hover .c-card__letter {
	  -webkit-transform: translateY(-50%) translateX(-50%);
			  transform: translateY(-50%) translateX(-50%); }
	.has-post-thumbnail.jetpack-portfolio .c-card__letter {
	  display: none; }
  
  .has-post-thumbnail > .c-card .c-card__letter {
	opacity: 0;
	color: #FFF; }
  
  @media only screen and (min-width: 62.5em) {
	.has-post-thumbnail > .c-card:hover .c-card__letter {
	  opacity: 0.7; } }
  
  .c-card {
	position: relative; }
  
  .c-card__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block; }
  
  .c-card__content a,
  .c-card__frame a {
	position: relative;
	z-index: 100; }
  
  .c-card__term-list {
	list-style: none;
	padding-left: 0; }
	.c-card__term-list > li {
	  display: inline; }
	.c-card__term-list > li:not(:last-child):after {
	  content: ", "; }
	.c-card__term-list a {
	  text-decoration: none; }
  
  .c-card__meta {
	width: 100%; }
  
  .c-card__excerpt {
	max-width: 100%; }
  
  .c-card__badge {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 28px;
	z-index: 1;
	background: currentColor; }
	@media only screen and (max-width: 1360px) {
	  .c-card__badge {
		right: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .c-card__badge {
		right: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .c-card__badge {
		right: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .c-card__badge {
		right: 13.65854px; } }
	.c-card__badge:before, .c-card__badge:after {
	  content: "";
	  position: absolute;
	  left: 0;
	  bottom: -10px;
	  display: block;
	  width: 0;
	  height: 0;
	  border-right: 10px solid transparent;
	  border-top: 10px solid currentColor; }
	.c-card__badge:before, .c-card__badge:after {
	  border-top-color: currentColor; }
	.c-card__badge:after {
	  left: auto;
	  right: 0;
	  border-left: 10px solid transparent;
	  border-right: none; }
	.sticky .c-card__badge {
	  display: block; }
  
  .c-card__footer {
	margin-top: auto; }
  
  .c-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: baseline;
		-ms-flex-align: baseline;
			align-items: baseline;
	-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
			justify-content: inherit; }
	.c-meta, .c-meta ul {
	  margin-top: -7px;
	  margin-left: -7px; }
	  @media only screen and (max-width: 1360px) {
		.c-meta, .c-meta ul {
		  margin-top: -6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.c-meta, .c-meta ul {
		  margin-top: -6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.c-meta, .c-meta ul {
		  margin-top: -6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.c-meta, .c-meta ul {
		  margin-top: -6.71221px; } }
	  @media only screen and (max-width: 1360px) {
		.c-meta, .c-meta ul {
		  margin-left: -6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.c-meta, .c-meta ul {
		  margin-left: -6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.c-meta, .c-meta ul {
		  margin-left: -6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.c-meta, .c-meta ul {
		  margin-left: -6.71221px; } }
	  .c-meta > *, .c-meta ul > * {
		padding-top: 7px;
		padding-left: 7px; }
		@media only screen and (max-width: 1360px) {
		  .c-meta > *, .c-meta ul > * {
			padding-top: 6.92576px; } }
		@media only screen and (max-width: 1024px) {
		  .c-meta > *, .c-meta ul > * {
			padding-top: 6.85309px; } }
		@media only screen and (max-width: 768px) {
		  .c-meta > *, .c-meta ul > * {
			padding-top: 6.78192px; } }
		@media only screen and (max-width: 320px) {
		  .c-meta > *, .c-meta ul > * {
			padding-top: 6.71221px; } }
		@media only screen and (max-width: 1360px) {
		  .c-meta > *, .c-meta ul > * {
			padding-left: 6.92576px; } }
		@media only screen and (max-width: 1024px) {
		  .c-meta > *, .c-meta ul > * {
			padding-left: 6.85309px; } }
		@media only screen and (max-width: 768px) {
		  .c-meta > *, .c-meta ul > * {
			padding-left: 6.78192px; } }
		@media only screen and (max-width: 320px) {
		  .c-meta > *, .c-meta ul > * {
			padding-left: 6.71221px; } }
	.c-meta:empty {
	  display: none; }
	.c-meta ul {
	  padding-left: 0;
	  list-style: none; }
	.c-meta li {
	  display: inline-block;
	  margin-bottom: 0; }
	  .c-meta li:not(:last-child):after {
		content: ", "; }
	.c-meta a {
	  color: inherit;
	  text-decoration: none;
	  border-bottom: none; }
  
  .clearfix:after {
	content: "";
	display: table;
	clear: both; }
  
  .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
			clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; }
	.screen-reader-text:focus {
	  background-color: #FFFFFF;
	  border-radius: 3px;
	  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
			  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	  clip: auto !important;
	  -webkit-clip-path: none;
			  clip-path: none;
	  color: #000000;
	  display: block;
	  font-weight: bold;
	  height: auto;
	  left: 5px;
	  line-height: normal;
	  padding: 15px 23px 14px;
	  text-decoration: none;
	  top: 5px;
	  width: auto;
	  z-index: 100000;
	  /* Above WP toolbar. */ }
  
  @media only screen and (min-width: 42.5em) {
	.twocolumn {
	  -webkit-column-gap: 28px;
		 -moz-column-gap: 28px;
			  column-gap: 28px;
	  -webkit-column-count: 2;
		 -moz-column-count: 2;
			  column-count: 2; } }
	@media only screen and (min-width: 42.5em) and (max-width: 1360px) {
	  .twocolumn {
		-webkit-column-gap: 22.17822px;
		   -moz-column-gap: 22.17822px;
				column-gap: 22.17822px; } }
	@media only screen and (min-width: 42.5em) and (max-width: 1024px) {
	  .twocolumn {
		-webkit-column-gap: 18.36066px;
		   -moz-column-gap: 18.36066px;
				column-gap: 18.36066px; } }
	@media only screen and (min-width: 42.5em) and (max-width: 768px) {
	  .twocolumn {
		-webkit-column-gap: 15.66434px;
		   -moz-column-gap: 15.66434px;
				column-gap: 15.66434px; } }
	@media only screen and (min-width: 42.5em) and (max-width: 320px) {
	  .twocolumn {
		-webkit-column-gap: 13.65854px;
		   -moz-column-gap: 13.65854px;
				column-gap: 13.65854px; } }
  
  .edit-link {
	display: none;
	z-index: 0; }
	@media only screen and (min-width: 62.5em) {
	  .edit-link {
		display: block; } }
	.edit-link a {
	  font-size: 90%;
	  text-decoration: none;
	  border-bottom: 1px solid; }
  
  p .alignleft {
	margin-left: 0 !important;
	margin-top: 42px;
	margin-bottom: 42px;
	margin-right: 42px; }
	@media only screen and (max-width: 1360px) {
	  p .alignleft {
		margin-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p .alignleft {
		margin-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p .alignleft {
		margin-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p .alignleft {
		margin-top: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  p .alignleft {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p .alignleft {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p .alignleft {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p .alignleft {
		margin-bottom: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  p .alignleft {
		margin-right: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p .alignleft {
		margin-right: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p .alignleft {
		margin-right: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p .alignleft {
		margin-right: 19.64912px; } }
  
  p .alignright {
	margin-right: 0 !important;
	margin-top: 42px;
	margin-bottom: 42px;
	margin-left: 42px; }
	@media only screen and (max-width: 1360px) {
	  p .alignright {
		margin-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p .alignright {
		margin-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p .alignright {
		margin-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p .alignright {
		margin-top: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  p .alignright {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p .alignright {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p .alignright {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p .alignright {
		margin-bottom: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  p .alignright {
		margin-left: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p .alignright {
		margin-left: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p .alignright {
		margin-left: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p .alignright {
		margin-left: 19.64912px; } }
  
  p .alignleft,
  p .alignright,
  p .aligncenter,
  p .alignnone {
	clear: none; }
  
  p .alignnone {
	display: inline-block; }
  
  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%; }

	.alignleft:not(.wp-block-gallery), .alignleft img,
	.alignright:not(.wp-block-gallery),
	.alignright img,
	.aligncenter:not(.wp-block-gallery),
	.aligncenter img,
	.alignnone:not(.wp-block-gallery),
	.alignnone img {
	  display: block; }
  
  .aligncenter {
	margin-left: auto;
	margin-right: auto; }
  
  .entry-content .aligncenter + p, .entry-content
  .alignnone + p {
	margin-top: 56px; }
	@media only screen and (max-width: 1360px) {
	  .entry-content .aligncenter + p, .entry-content
	  .alignnone + p {
		margin-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-content .aligncenter + p, .entry-content
	  .alignnone + p {
		margin-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .entry-content .aligncenter + p, .entry-content
	  .alignnone + p {
		margin-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .entry-content .aligncenter + p, .entry-content
	  .alignnone + p {
		margin-top: 25.16854px; } }
  
  .alignleft.alignleft,
  .alignright.alignright {
	max-width: 50%; }
  
  .alignleft {
	margin-right: 56px;
	float: left;
	clear: left; }
	@media only screen and (max-width: 1360px) {
	  .alignleft {
		margin-right: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .alignleft {
		margin-right: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .alignleft {
		margin-right: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .alignleft {
		margin-right: 25.16854px; } }
  
  .alignright {
	margin-left: 56px;
	float: right;
	clear: right; }
	@media only screen and (max-width: 1360px) {
	  .alignright {
		margin-left: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .alignright {
		margin-left: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .alignright {
		margin-left: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .alignright {
		margin-left: 25.16854px; } }
  
  .aligncenter, .aligncenter img {
	margin-left: auto;
	margin-right: auto; }
  
  figure {
	max-width: 100%; }
	figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
	  margin-top: 56px; }
	  @media only screen and (max-width: 1360px) {
		figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
		  margin-top: 42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
		  margin-top: 34.72868px; } }
	  @media only screen and (max-width: 768px) {
		figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
		  margin-top: 29.18567px; } }
	  @media only screen and (max-width: 320px) {
		figure.alignleft, figure.alignright, figure.aligncenter, figure.alignnone {
		  margin-top: 25.16854px; } }
  
  .wp-caption-text,
  .gallery-caption {
	font-size: 14px; }
	@media only screen and (max-width: 1360px) {
	  .wp-caption-text,
	  .gallery-caption {
		font-size: 13.52444px; } }
	@media only screen and (max-width: 1024px) {
	  .wp-caption-text,
	  .gallery-caption {
		font-size: 13.08013px; } }
	@media only screen and (max-width: 768px) {
	  .wp-caption-text,
	  .gallery-caption {
		font-size: 12.66408px; } }
	@media only screen and (max-width: 400px) {
	  .wp-caption-text,
	  .gallery-caption {
		font-size: 12.27368px; } }
	.wp-caption-text:not(:first-child),
	.gallery-caption:not(:first-child) {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.wp-caption-text:not(:first-child),
		.gallery-caption:not(:first-child) {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.wp-caption-text:not(:first-child),
		.gallery-caption:not(:first-child) {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.wp-caption-text:not(:first-child),
		.gallery-caption:not(:first-child) {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.wp-caption-text:not(:first-child),
		.gallery-caption:not(:first-child) {
		  margin-top: 10.42442px; } }
  
  .entry-content a:not([class]) {
	position: relative;
	border-bottom: 0;
	-webkit-box-shadow: #FFFCFC 0 1.5em inset;
			box-shadow: #FFFCFC 0 1.5em inset;
	background-color: #FFFCFC;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	-webkit-transition-property: color, opacity, -webkit-box-shadow;
	transition-property: color, opacity, -webkit-box-shadow;
	transition-property: box-shadow, color, opacity;
	transition-property: box-shadow, color, opacity, -webkit-box-shadow;
	text-decoration: none; }
	.entry-content a:not([class]):hover {
	  -webkit-box-shadow: #FFFCFC 0 0 inset;
			  box-shadow: #FFFCFC 0 0 inset;
	  text-decoration: none; }
	.u-underlined-links .entry-content a:not([class]) {
	  text-decoration: none;
	  border-bottom: 0.07em solid; }
  
  .entry-content .link-reset {
	padding-left: 0;
	padding-right: 0;
	background: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: none;
	transition: none; }
	.entry-content .link-reset:hover {
	  -webkit-box-shadow: none;
			  box-shadow: none; }
  
  .entry-content blockquote {
	position: relative;
	padding-left: 40px;
	border-left: solid #FF6000;
	border-left-width: 10px; }
	@media only screen and (max-width: 1360px) {
	  .entry-content blockquote {
		padding-left: 31.21951px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-content blockquote {
		padding-left: 25.6px; } }
	@media only screen and (max-width: 768px) {
	  .entry-content blockquote {
		padding-left: 21.69492px; } }
	@media only screen and (max-width: 320px) {
	  .entry-content blockquote {
		padding-left: 18.82353px; } }
	@media only screen and (max-width: 1360px) {
	  .entry-content blockquote {
		border-left-width: 9.69697px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-content blockquote {
		border-left-width: 9.41176px; } }
	@media only screen and (max-width: 768px) {
	  .entry-content blockquote {
		border-left-width: 9.14286px; } }
	@media only screen and (max-width: 320px) {
	  .entry-content blockquote {
		border-left-width: 8.88889px; } }
	.entry-content blockquote:not(:first-child) {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.entry-content blockquote:not(:first-child) {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.entry-content blockquote:not(:first-child) {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.entry-content blockquote:not(:first-child) {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.entry-content blockquote:not(:first-child) {
		  margin-top: 10.42442px; } }
  
  .entry-content .wp-block-separator.is-style-dots:before {
	color: inherit; }
  
  .entry-content .wp-block-separator[class] {
	border-bottom-color: currentColor;
	margin: 1.5em auto; }
	.entry-content .wp-block-separator[class]:not([class*="is-style"]) {
	  max-width: 100px; }
  
  .entry-content .wp-block-audio[class] {
	margin-left: 0;
	margin-right: 0; }
	.entry-content .wp-block-audio[class] audio {
	  width: 100%; }
  
  .entry-content .wp-block-cover[class][class] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;}
	.entry-content .wp-block-cover[class][class] p {
	  position: relative;
	  -webkit-transform: none;
			  transform: none; }
  
  .entry-content p.wp-block-subhead {
	color: inherit; }
  
  .entry-content .wp-block-code,
  .entry-content .wp-block-preformatted pre,
  .entry-content .wp-block-verse pre,
  .entry-content pre.wp-block-verse {
	color: inherit; }
  
  .entry-content .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit {
	margin-right: 0;
	margin-bottom: 0; }
  
  .entry-content .wp-block-image .alignleft,
  .entry-content .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
	margin-top: 3em;
	margin-bottom: 3em; }
	@media only screen and (min-width: 899px) {
	  .entry-content .wp-block-image .alignleft,
	  .entry-content .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit > * {
		margin-right: 3em;
		width: auto; } }
  
  .entry-content .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit {
	margin-left: 0;
	margin-bottom: 0; }
  
  .entry-content .wp-block-image .alignright,
  .entry-content .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
	margin-top: 3em;
	margin-bottom: 3em; }
	@media only screen and (min-width: 899px) {
	  .entry-content .wp-block-image .alignright,
	  .entry-content .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit > * {
		margin-left: 3em;
		width: auto; } }
  
  .entry-content .wp-block-image .aligncenter > figcaption {
	display: block; }
  
  .entry-content figure.wp-block-pullquote {
	border: 0;
	padding: 0; }
  
  .entry-content .wp-block-pullquote[class] p {
	font: inherit; }
  
  .entry-content .wp-block-quote__citation,
  .entry-content .wp-block-quote cite,
  .entry-content .wp-block-quote footer {
	color: inherit; }
  
  .entry-content .wp-block-gallery[class] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
  
  .entry-content .wp-block-categories.aligncenter {
	text-align: center;
	list-style-position: inside; }
	.entry-content .wp-block-categories.aligncenter ul {
	  list-style-position: inside; }
  
  .entry-content .wp-block-button__link {
	text-decoration: none; }
  
  ul.page-numbers[class][class] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	list-style: none;
	padding-left: 0;
	margin-top: 77px;
	margin-left: -14px; }
	@media only screen and (max-width: 1360px) {
	  ul.page-numbers[class][class] {
		margin-top: 57.50292px; } }
	@media only screen and (max-width: 1024px) {
	  ul.page-numbers[class][class] {
		margin-top: 45.88454px; } }
	@media only screen and (max-width: 768px) {
	  ul.page-numbers[class][class] {
		margin-top: 38.17196px; } }
	@media only screen and (max-width: 320px) {
	  ul.page-numbers[class][class] {
		margin-top: 32.67905px; } }
	@media only screen and (max-width: 1360px) {
	  ul.page-numbers[class][class] {
		margin-left: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  ul.page-numbers[class][class] {
		margin-left: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  ul.page-numbers[class][class] {
		margin-left: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  ul.page-numbers[class][class] {
		margin-left: -10.42442px; } }
	ul.page-numbers[class][class] > * {
	  padding-left: 14px; }
	  @media only screen and (max-width: 1360px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 10.42442px; } }
	ul.page-numbers[class][class] li {
	  margin-bottom: 0; }
	ul.page-numbers[class][class] a {
	  text-decoration: none; }
	  ul.page-numbers[class][class] a:before, ul.page-numbers[class][class] a:after {
		content: none; }
	ul.page-numbers[class][class] .next,
	ul.page-numbers[class][class] .prev {
	  text-transform: none; }
	  ul.page-numbers[class][class] .next:after,
	  ul.page-numbers[class][class] .prev:after {
		padding: 0; }
  
  .posts-navigation {
	padding-top: 42px;
	padding-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  .posts-navigation {
		padding-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .posts-navigation {
		padding-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .posts-navigation {
		padding-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .posts-navigation {
		padding-top: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  .posts-navigation {
		padding-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .posts-navigation {
		padding-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .posts-navigation {
		padding-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .posts-navigation {
		padding-bottom: 19.64912px; } }
	.posts-navigation .nav-links {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-flow: row wrap;
			  flex-flow: row wrap;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	  margin-top: -42px;
	  margin-left: -42px; }
	  .posts-navigation .nav-links > * {
		border: 0 solid transparent;
		width: 100%; }
	  @media only screen and (max-width: 1360px) {
		.posts-navigation .nav-links {
		  margin-top: -32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		.posts-navigation .nav-links {
		  margin-top: -26.77291px; } }
	  @media only screen and (max-width: 768px) {
		.posts-navigation .nav-links {
		  margin-top: -22.66442px; } }
	  @media only screen and (max-width: 320px) {
		.posts-navigation .nav-links {
		  margin-top: -19.64912px; } }
	  @media only screen and (max-width: 1360px) {
		.posts-navigation .nav-links {
		  margin-left: -32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		.posts-navigation .nav-links {
		  margin-left: -26.77291px; } }
	  @media only screen and (max-width: 768px) {
		.posts-navigation .nav-links {
		  margin-left: -22.66442px; } }
	  @media only screen and (max-width: 320px) {
		.posts-navigation .nav-links {
		  margin-left: -19.64912px; } }
	  .posts-navigation .nav-links > * {
		margin-top: 42px;
		padding-left: 42px; }
		@media only screen and (max-width: 1360px) {
		  .posts-navigation .nav-links > * {
			margin-top: 32.70073px; } }
		@media only screen and (max-width: 1024px) {
		  .posts-navigation .nav-links > * {
			margin-top: 26.77291px; } }
		@media only screen and (max-width: 768px) {
		  .posts-navigation .nav-links > * {
			margin-top: 22.66442px; } }
		@media only screen and (max-width: 320px) {
		  .posts-navigation .nav-links > * {
			margin-top: 19.64912px; } }
		@media only screen and (max-width: 1360px) {
		  .posts-navigation .nav-links > * {
			padding-left: 32.70073px; } }
		@media only screen and (max-width: 1024px) {
		  .posts-navigation .nav-links > * {
			padding-left: 26.77291px; } }
		@media only screen and (max-width: 768px) {
		  .posts-navigation .nav-links > * {
			padding-left: 22.66442px; } }
		@media only screen and (max-width: 320px) {
		  .posts-navigation .nav-links > * {
			padding-left: 19.64912px; } }
	  .posts-navigation .nav-links > :first-child {
		margin-right: auto; }
	  .posts-navigation .nav-links > :last-child {
		margin-left: auto; }
	  .posts-navigation .nav-links a {
		display: inline-block;
		/* [1] */
		vertical-align: middle;
		/* [2] */
		text-align: center;
		/* [4] */
		cursor: pointer;
		/* [5] */ }
  
  .post-navigation .nav-links {
	margin-left: -56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap; }
	@media only screen and (max-width: 1360px) {
	  .post-navigation .nav-links {
		margin-left: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .post-navigation .nav-links {
		margin-left: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .post-navigation .nav-links {
		margin-left: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .post-navigation .nav-links {
		margin-left: -25.16854px; } }
	.post-navigation .nav-links > * {
	  margin-left: 56px;
	  position: relative;
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 18em;
			  flex: 1 1 18em;
	  width: 10em; }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links > * {
		  margin-left: 42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links > * {
		  margin-left: 34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links > * {
		  margin-left: 29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links > * {
		  margin-left: 25.16854px; } }
	.post-navigation .nav-links a:after {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0; }
	.post-navigation .nav-links [class*="title"] a {
	  text-decoration: none;
	  color: inherit; }
  
  .post-navigation .nav-title {
	display: block;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	transition: -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	will-change: transform; }
  
  .post-navigation .nav-next {
	text-align: right; }
  
  @media not screen and (min-width: 30em) {
	.post-navigation .nav-next,
	.post-navigation .nav-previous {
	  text-align: center; }
	.post-navigation .nav-links__label {
	  margin-bottom: 0; }
	.post-navigation .nav-title {
	  padding-top: 0; } }
  
  .meta, .entry-content .cats,
  .entry-content .tags, .entry-header .cats {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: baseline;
		-ms-flex-align: baseline;
			align-items: baseline; }
  
  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
	margin-right: 14px;
	font-family: "HK Grotesk", sans-serif;
	font-size: 14px;
	line-height: 1.21429;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase; }
	@media only screen and (max-width: 1360px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		margin-right: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		margin-right: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		margin-right: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		margin-right: 10.42442px; } }
	@media only screen and (max-width: 1360px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		font-size: 13.52444px; } }
	@media only screen and (max-width: 1024px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		font-size: 13.08013px; } }
	@media only screen and (max-width: 768px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		font-size: 12.66408px; } }
	@media only screen and (max-width: 400px) {
	  .meta__title, .entry-content .cats__title, .entry-content .tags__title {
		font-size: 12.27368px; } }
  
  .meta__title:after, .entry-content .cats__title:after, .entry-content .tags__title:after {
	content: ": "; }
  
  .meta__title--above {
	margin-bottom: 7px;
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%; }
	@media only screen and (max-width: 1360px) {
	  .meta__title--above {
		margin-bottom: 6.92576px; } }
	@media only screen and (max-width: 1024px) {
	  .meta__title--above {
		margin-bottom: 6.85309px; } }
	@media only screen and (max-width: 768px) {
	  .meta__title--above {
		margin-bottom: 6.78192px; } }
	@media only screen and (max-width: 320px) {
	  .meta__title--above {
		margin-bottom: 6.71221px; } }
  
  .meta__item--text:not(:last-child):after, .entry-content .tags > a:not(:last-child):after {
	content: ","; }
  
  .entry-content .cats {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	clear: both; }
	.entry-content .cats__title {
	  margin-top: 5px; }
	.entry-content .cats[class] > a {
	  padding: 0.5em 1.25em;
	  text-decoration: none;
	  -webkit-box-shadow: none;
			  box-shadow: none; }
  
  .entry-content .tags {
	margin-top: 42px;
	clear: both; }
	@media only screen and (max-width: 1360px) {
	  .entry-content .tags {
		margin-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-content .tags {
		margin-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .entry-content .tags {
		margin-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .entry-content .tags {
		margin-top: 19.64912px; } }
	.entry-content .tags__title {
	  margin-top: 5px; }
	.entry-content .tags > a {
	  padding: 0;
	  margin-top: 5px;
	  margin-right: 5px;
	  font-style: italic;
	  line-height: 1.2;
	  background: none;
	  -webkit-box-shadow: none;
			  box-shadow: none;
	  font-family: "HK Grotesk", sans-serif;
	  font-size: 17px;
	  line-height: 1.17647;
	  text-transform: lowercase; }
	  @media only screen and (max-width: 1360px) {
		.entry-content .tags > a {
		  font-size: 16.29607px; } }
	  @media only screen and (max-width: 1024px) {
		.entry-content .tags > a {
		  font-size: 15.64812px; } }
	  @media only screen and (max-width: 768px) {
		.entry-content .tags > a {
		  font-size: 15.04972px; } }
	  @media only screen and (max-width: 400px) {
		.entry-content .tags > a {
		  font-size: 14.49541px; } }
	  .entry-content .tags > a:hover {
		opacity: 0.6; }
  
  .u-container-width {
	max-width: 1300px; }
  
  .u-container-sides-spacing {
	padding-left: 70px;
	padding-right: 70px; }
	@media only screen and (max-width: 1360px) {
	  .u-container-sides-spacing {
		padding-left: 52.70588px; } }
	@media only screen and (max-width: 1024px) {
	  .u-container-sides-spacing {
		padding-left: 42.26415px; } }
	@media only screen and (max-width: 768px) {
	  .u-container-sides-spacing {
		padding-left: 35.27559px; } }
	@media only screen and (max-width: 320px) {
	  .u-container-sides-spacing {
		padding-left: 30.27027px; } }
	@media only screen and (max-width: 1360px) {
	  .u-container-sides-spacing {
		padding-right: 52.70588px; } }
	@media only screen and (max-width: 1024px) {
	  .u-container-sides-spacing {
		padding-right: 42.26415px; } }
	@media only screen and (max-width: 768px) {
	  .u-container-sides-spacing {
		padding-right: 35.27559px; } }
	@media only screen and (max-width: 320px) {
	  .u-container-sides-spacing {
		padding-right: 30.27027px; } }
  
  .mce-content-body {
	margin-left: 70px;
	margin-right: 70px; }
	@media only screen and (max-width: 1360px) {
	  .mce-content-body {
		margin-left: 52.70588px; } }
	@media only screen and (max-width: 1024px) {
	  .mce-content-body {
		margin-left: 42.26415px; } }
	@media only screen and (max-width: 768px) {
	  .mce-content-body {
		margin-left: 35.27559px; } }
	@media only screen and (max-width: 320px) {
	  .mce-content-body {
		margin-left: 30.27027px; } }
	@media only screen and (max-width: 1360px) {
	  .mce-content-body {
		margin-right: 52.70588px; } }
	@media only screen and (max-width: 1024px) {
	  .mce-content-body {
		margin-right: 42.26415px; } }
	@media only screen and (max-width: 768px) {
	  .mce-content-body {
		margin-right: 35.27559px; } }
	@media only screen and (max-width: 320px) {
	  .mce-content-body {
		margin-right: 30.27027px; } }
  
  .u-content-top-spacing {
	padding-top: 0; }
	@media only screen and (max-width: 1360px) {
	  .u-content-top-spacing {
		padding-top: 0; } }
	@media only screen and (max-width: 1024px) {
	  .u-content-top-spacing {
		padding-top: 0; } }
	@media only screen and (max-width: 768px) {
	  .u-content-top-spacing {
		padding-top: 0; } }
	@media only screen and (max-width: 320px) {
	  .u-content-top-spacing {
		padding-top: 0; } }
  
  .u-content-bottom-spacing {
	padding-bottom: 0; }
	@media only screen and (max-width: 1360px) {
	  .u-content-bottom-spacing {
		padding-bottom: 0; } }
	@media only screen and (max-width: 1024px) {
	  .u-content-bottom-spacing {
		padding-bottom: 0; } }
	@media only screen and (max-width: 768px) {
	  .u-content-bottom-spacing {
		padding-bottom: 0; } }
	@media only screen and (max-width: 320px) {
	  .u-content-bottom-spacing {
		padding-bottom: 0; } }
  
  .u-content-bottom-spacing + .u-content-top-spacing {
	padding-top: 0; }
  
  .u-content-background {
	background-color: #FFFCFC; }
  
  .u-content-width > :not([class*="align"]):not([class*="gallery"]) {
	margin-right: auto;
	margin-left: auto;
	max-width: 885px; }
	.full-width .u-content-width > :not([class*="align"]):not([class*="gallery"]) {
	  max-width: none; }
  
  .site {
	border: 0 solid transparent; }
  
  html {
	font-size: 87.5%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased; }
  
  body {
	font-family: "Jost", serif;
	font-size: 20px;
	line-height: 1.6;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  body {
		font-size: 18.964px; } }
	@media only screen and (max-width: 1024px) {
	  body {
		font-size: 18.03005px; } }
	@media only screen and (max-width: 768px) {
	  body {
		font-size: 17.18377px; } }
	@media only screen and (max-width: 400px) {
	  body {
		font-size: 16.41337px; } }
  
  .h0, .c-search-overlay .search-field {
	font-family: "HK Grotesk", sans-serif;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	color: #191919; }
	@media only screen and (max-width: 1360px) {
	  .h0, .c-search-overlay .search-field {
		font-size: 42.71845px; } }
	@media only screen and (max-width: 1024px) {
	  .h0, .c-search-overlay .search-field {
		font-size: 37.28814px; } }
	@media only screen and (max-width: 768px) {
	  .h0, .c-search-overlay .search-field {
		font-size: 33.08271px; } }
	@media only screen and (max-width: 400px) {
	  .h0, .c-search-overlay .search-field {
		font-size: 29.72973px; } }
	.h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.h0:not(:first-child), .c-search-overlay .search-field:not(:first-child) {
		  margin-top: 10.42442px; } }
	.h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
	  margin-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
		  margin-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
		  margin-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
		  margin-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.h0:not(:last-child), .c-search-overlay .search-field:not(:last-child) {
		  margin-bottom: 10.42442px; } }
  
  .h1, h1 {
	font-family: "HK Grotesk", sans-serif;
	font-size: 36px;
	line-height: 1.22;
	font-weight: 700;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .h1, h1 {
		font-size: 31.61677px; } }
	@media only screen and (max-width: 1024px) {
	  .h1, h1 {
		font-size: 28.18505px; } }
	@media only screen and (max-width: 768px) {
	  .h1, h1 {
		font-size: 25.42536px; } }
	@media only screen and (max-width: 400px) {
	  .h1, h1 {
		font-size: 23.15789px; } }
	.h1:not(:last-child), h1:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.h1:not(:last-child), h1:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.h1:not(:last-child), h1:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.h1:not(:last-child), h1:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.h1:not(:last-child), h1:not(:last-child) {
		  margin-bottom: 16.71642px; } }
  
  .h2, h2 {
	font-family: "HK Grotesk", sans-serif;
	font-size: 26px;
	line-height: 1.19;
	font-weight: 700;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .h2, h2 {
		font-size: 23.8511px; } }
	@media only screen and (max-width: 1024px) {
	  .h2, h2 {
		font-size: 22.0303px; } }
	@media only screen and (max-width: 768px) {
	  .h2, h2 {
		font-size: 20.46779px; } }
	@media only screen and (max-width: 400px) {
	  .h2, h2 {
		font-size: 19.11223px; } }
	.h2:not(:last-child), h2:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.h2:not(:last-child), h2:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.h2:not(:last-child), h2:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.h2:not(:last-child), h2:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.h2:not(:last-child), h2:not(:last-child) {
		  margin-bottom: 16.71642px; } }
  
  .h3, h3 {
	font-family: "HK Grotesk", sans-serif;
	font-size: 21px;
	line-height: 1.4;
	font-weight: 700;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .h3, h3 {
		font-size: 19.82441px; } }
	@media only screen and (max-width: 1024px) {
	  .h3, h3 {
		font-size: 18.77347px; } }
	@media only screen and (max-width: 768px) {
	  .h3, h3 {
		font-size: 17.82834px; } }
	@media only screen and (max-width: 400px) {
	  .h3, h3 {
		font-size: 16.97381px; } }
	.h3:not(:last-child), h3:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.h3:not(:last-child), h3:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.h3:not(:last-child), h3:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.h3:not(:last-child), h3:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.h3:not(:last-child), h3:not(:last-child) {
		  margin-bottom: 16.71642px; } }
  
  .h4, h4 {
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.19;
	font-weight: 500;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .h4, h4 {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .h4, h4 {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .h4, h4 {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .h4, h4 {
		font-size: 13.785px; } }
	.h4:not(:last-child), h4:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.h4:not(:last-child), h4:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.h4:not(:last-child), h4:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.h4:not(:last-child), h4:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.h4:not(:last-child), h4:not(:last-child) {
		  margin-bottom: 16.71642px; } }
  
  .h5, .page-links, h5 {
	font-family: "HK Grotesk", sans-serif;
	font-size: 14px;
	line-height: 1.07;
	font-weight: normal;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .h5, .page-links, h5 {
		font-size: 13.52444px; } }
	@media only screen and (max-width: 1024px) {
	  .h5, .page-links, h5 {
		font-size: 13.08013px; } }
	@media only screen and (max-width: 768px) {
	  .h5, .page-links, h5 {
		font-size: 12.66408px; } }
	@media only screen and (max-width: 400px) {
	  .h5, .page-links, h5 {
		font-size: 12.27368px; } }
	.h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
	  margin-bottom: 28px; }
	  @media only screen and (max-width: 1360px) {
		.h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
		  margin-bottom: 22.17822px; } }
	  @media only screen and (max-width: 1024px) {
		.h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
		  margin-bottom: 18.36066px; } }
	  @media only screen and (max-width: 768px) {
		.h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
		  margin-bottom: 15.66434px; } }
	  @media only screen and (max-width: 320px) {
		.h5:not(:last-child), .page-links:not(:last-child), h5:not(:last-child) {
		  margin-bottom: 13.65854px; } }
  
  .h6, h6 {
	font-family: "HK Grotesk", sans-serif;
	font-size: 13px;
	line-height: 1.23077;
	font-weight: normal;
	letter-spacing: 0.07692em;
	text-transform: uppercase;
	color: #FF6000; }
	@media only screen and (max-width: 1360px) {
	  .h6, h6 {
		font-size: 12.58304px; } }
	@media only screen and (max-width: 1024px) {
	  .h6, h6 {
		font-size: 12.19199px; } }
	@media only screen and (max-width: 768px) {
	  .h6, h6 {
		font-size: 11.82451px; } }
	@media only screen and (max-width: 400px) {
	  .h6, h6 {
		font-size: 11.47854px; } }
	.h6:not(:last-child), h6:not(:last-child) {
	  margin-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.h6:not(:last-child), h6:not(:last-child) {
		  margin-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.h6:not(:last-child), h6:not(:last-child) {
		  margin-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.h6:not(:last-child), h6:not(:last-child) {
		  margin-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.h6:not(:last-child), h6:not(:last-child) {
		  margin-bottom: 10.42442px; } }
  
  h1 + h1:not(:first-child), h2 + h1:not(:first-child), h3 + h1:not(:first-child), h4 + h1:not(:first-child), h5 + h1:not(:first-child), h6 + h1:not(:first-child), h1 + h2:not(:first-child), h2 + h2:not(:first-child), h3 + h2:not(:first-child), h4 + h2:not(:first-child), h5 + h2:not(:first-child), h6 + h2:not(:first-child), h1 + h3:not(:first-child), h2 + h3:not(:first-child), h3 + h3:not(:first-child), h4 + h3:not(:first-child), h5 + h3:not(:first-child), h6 + h3:not(:first-child), h1 + h4:not(:first-child), h2 + h4:not(:first-child), h3 + h4:not(:first-child), h4 + h4:not(:first-child), h5 + h4:not(:first-child), h6 + h4:not(:first-child), h1 + h5:not(:first-child), h2 + h5:not(:first-child), h3 + h5:not(:first-child), h4 + h5:not(:first-child), h5 + h5:not(:first-child), h6 + h5:not(:first-child), h1 + h6:not(:first-child), h2 + h6:not(:first-child), h3 + h6:not(:first-child), h4 + h6:not(:first-child), h5 + h6:not(:first-child), h6 + h6:not(:first-child) {
	margin-top: 0; }
  
  p:not(:last-child),
  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
  hr:not(:last-child),
  table:not(:last-child),
  .twocolumn:not(:last-child) {
	margin-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  p:not(:last-child),
	  ul:not(:last-child), ol:not(:last-child), dl:not(:last-child),
	  hr:not(:last-child),
	  table:not(:last-child),
	  .twocolumn:not(:last-child) {
		margin-bottom: 19.64912px; } }
  
  blockquote {
	font-family: "HK Grotesk", sans-serif;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700; }
	@media only screen and (max-width: 1360px) {
	  blockquote {
		font-size: 42.71845px; } }
	@media only screen and (max-width: 1024px) {
	  blockquote {
		font-size: 37.28814px; } }
	@media only screen and (max-width: 768px) {
	  blockquote {
		font-size: 33.08271px; } }
	@media only screen and (max-width: 400px) {
	  blockquote {
		font-size: 29.72973px; } }
	blockquote:not(:last-child) {
	  margin-bottom: 28px; }
	  @media only screen and (max-width: 1360px) {
		blockquote:not(:last-child) {
		  margin-bottom: 22.17822px; } }
	  @media only screen and (max-width: 1024px) {
		blockquote:not(:last-child) {
		  margin-bottom: 18.36066px; } }
	  @media only screen and (max-width: 768px) {
		blockquote:not(:last-child) {
		  margin-bottom: 15.66434px; } }
	  @media only screen and (max-width: 320px) {
		blockquote:not(:last-child) {
		  margin-bottom: 13.65854px; } }
	blockquote footer, blockquote cite {
	  display: block;
	  margin-top: 28px;
	  font-style: normal;
	  font-family: "HK Grotesk", sans-serif;
	  font-size: 14px;
	  line-height: 1.07;
	  font-weight: normal;
	  letter-spacing: 0.07143em;
	  text-transform: uppercase; }
	  @media only screen and (max-width: 1360px) {
		blockquote footer, blockquote cite {
		  margin-top: 22.17822px; } }
	  @media only screen and (max-width: 1024px) {
		blockquote footer, blockquote cite {
		  margin-top: 18.36066px; } }
	  @media only screen and (max-width: 768px) {
		blockquote footer, blockquote cite {
		  margin-top: 15.66434px; } }
	  @media only screen and (max-width: 320px) {
		blockquote footer, blockquote cite {
		  margin-top: 13.65854px; } }
	  @media only screen and (max-width: 1360px) {
		blockquote footer, blockquote cite {
		  font-size: 13.52444px; } }
	  @media only screen and (max-width: 1024px) {
		blockquote footer, blockquote cite {
		  font-size: 13.08013px; } }
	  @media only screen and (max-width: 768px) {
		blockquote footer, blockquote cite {
		  font-size: 12.66408px; } }
	  @media only screen and (max-width: 400px) {
		blockquote footer, blockquote cite {
		  font-size: 12.27368px; } }
	  blockquote footer a, blockquote cite a {
		border-bottom: 0 !important;
		text-decoration: none !important; }
  
  .u-blog-grid-width {
	max-width: 1300px; }
  
  .u-blog-sides-spacing {
	padding-left: 60px;
	padding-right: 60px; }
	@media only screen and (max-width: 1360px) {
	  .u-blog-sides-spacing {
		padding-left: 45.71429px; } }
	@media only screen and (max-width: 1024px) {
	  .u-blog-sides-spacing {
		padding-left: 36.92308px; } }
	@media only screen and (max-width: 768px) {
	  .u-blog-sides-spacing {
		padding-left: 30.96774px; } }
	@media only screen and (max-width: 320px) {
	  .u-blog-sides-spacing {
		padding-left: 26.66667px; } }
	@media only screen and (max-width: 1360px) {
	  .u-blog-sides-spacing {
		padding-right: 45.71429px; } }
	@media only screen and (max-width: 1024px) {
	  .u-blog-sides-spacing {
		padding-right: 36.92308px; } }
	@media only screen and (max-width: 768px) {
	  .u-blog-sides-spacing {
		padding-right: 30.96774px; } }
	@media only screen and (max-width: 320px) {
	  .u-blog-sides-spacing {
		padding-right: 26.66667px; } }
  
  .c-gallery--blog {
	margin-top: -40px;
	margin-left: -40px; }
	@media only screen and (max-width: 1360px) {
	  .c-gallery--blog {
		margin-top: -31.21951px; } }
	@media only screen and (max-width: 1024px) {
	  .c-gallery--blog {
		margin-top: -25.6px; } }
	@media only screen and (max-width: 768px) {
	  .c-gallery--blog {
		margin-top: -21.69492px; } }
	@media only screen and (max-width: 320px) {
	  .c-gallery--blog {
		margin-top: -18.82353px; } }
	@media only screen and (max-width: 1360px) {
	  .c-gallery--blog {
		margin-left: -31.21951px; } }
	@media only screen and (max-width: 1024px) {
	  .c-gallery--blog {
		margin-left: -25.6px; } }
	@media only screen and (max-width: 768px) {
	  .c-gallery--blog {
		margin-left: -21.69492px; } }
	@media only screen and (max-width: 320px) {
	  .c-gallery--blog {
		margin-left: -18.82353px; } }
	.c-gallery--blog > * {
	  margin-top: 40px;
	  padding-left: 40px; }
	  @media only screen and (max-width: 1360px) {
		.c-gallery--blog > * {
		  margin-top: 31.21951px; } }
	  @media only screen and (max-width: 1024px) {
		.c-gallery--blog > * {
		  margin-top: 25.6px; } }
	  @media only screen and (max-width: 768px) {
		.c-gallery--blog > * {
		  margin-top: 21.69492px; } }
	  @media only screen and (max-width: 320px) {
		.c-gallery--blog > * {
		  margin-top: 18.82353px; } }
	  @media only screen and (max-width: 1360px) {
		.c-gallery--blog > * {
		  padding-left: 31.21951px; } }
	  @media only screen and (max-width: 1024px) {
		.c-gallery--blog > * {
		  padding-left: 25.6px; } }
	  @media only screen and (max-width: 768px) {
		.c-gallery--blog > * {
		  padding-left: 21.69492px; } }
	  @media only screen and (max-width: 320px) {
		.c-gallery--blog > * {
		  padding-left: 18.82353px; } }
  
  .c-card__title {
	font-family: "HK Grotesk", sans-serif;
	font-size: 21px;
	line-height: 1.3;
	font-weight: 700;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .c-card__title {
		font-size: 19.82441px; } }
	@media only screen and (max-width: 1024px) {
	  .c-card__title {
		font-size: 18.77347px; } }
	@media only screen and (max-width: 768px) {
	  .c-card__title {
		font-size: 17.82834px; } }
	@media only screen and (max-width: 400px) {
	  .c-card__title {
		font-size: 16.97381px; } }
  
  .c-meta__primary {
	font-family: "HK Grotesk", sans-serif;
	font-size: 13px;
	line-height: 1.1;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FF6000; }
	@media only screen and (max-width: 1360px) {
	  .c-meta__primary {
		font-size: 12.58304px; } }
	@media only screen and (max-width: 1024px) {
	  .c-meta__primary {
		font-size: 12.19199px; } }
	@media only screen and (max-width: 768px) {
	  .c-meta__primary {
		font-size: 11.82451px; } }
	@media only screen and (max-width: 400px) {
	  .c-meta__primary {
		font-size: 11.47854px; } }
  
  .c-meta__secondary {
	font-family: "HK Grotesk", sans-serif;
	font-size: 13px;
	line-height: 1.1;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FF6000; }
	@media only screen and (max-width: 1360px) {
	  .c-meta__secondary {
		font-size: 12.58304px; } }
	@media only screen and (max-width: 1024px) {
	  .c-meta__secondary {
		font-size: 12.19199px; } }
	@media only screen and (max-width: 768px) {
	  .c-meta__secondary {
		font-size: 11.82451px; } }
	@media only screen and (max-width: 400px) {
	  .c-meta__secondary {
		font-size: 11.47854px; } }
  
  .c-meta__separator {
	color: #FF6000; }
  
  .c-card__excerpt {
	font-family: "Jost", serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-transform: none;
	color: #161616; }
	@media only screen and (max-width: 1360px) {
	  .c-card__excerpt {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .c-card__excerpt {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .c-card__excerpt {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .c-card__excerpt {
		font-size: 13.785px; } }
  
  .c-card__footer {
	color: #000000; }
  
  .c-card__thumbnail-background {
	background-color: #FFF4E8; }
  
  .no-customify .c-gallery--blog .c-card__frame img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%); }
	@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	  .no-customify .c-gallery--blog .c-card__frame img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-webkit-transform: none;
				transform: none; } }
  
  .no-customify .c-gallery--blog .c-card__frame {
	padding-top: 75%; }
  
  ::-moz-selection {
	background: #000000;
	color: #FFFFFF; }
  
  ::selection {
	background: #000000;
	color: #FFFFFF; }
  
  ::-moz-selection {
	background: #000000;
	color: #FFFFFF; }
  
  /**
   * 2.0 - Components
   */
  /**
   * Style Author Box displayed below post
   */
  .c-author {
    display: flex;
    align-items: flex-start;
	padding-top: 42px;
	padding-bottom: 42px;
	margin-top: 84px;
	border-top: 2px solid #3B3B3B;
	border-bottom: 2px solid #3B3B3B; }
  .c-author .c-author__avatar {
	  width: 65px;
	  height: 65px;
	  flex-shrink: 0;
  }
	.c-author .c-author__avatar img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	@media only screen and (max-width: 1360px) {
	  .c-author {
		padding-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author {
		padding-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .c-author {
		padding-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .c-author {
		padding-top: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  .c-author {
		padding-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author {
		padding-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .c-author {
		padding-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .c-author {
		padding-bottom: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  .c-author {
		margin-top: 62.22222px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author {
		margin-top: 49.41176px; } }
	@media only screen and (max-width: 768px) {
	  .c-author {
		margin-top: 40.97561px; } }
	@media only screen and (max-width: 320px) {
	  .c-author {
		margin-top: 35px; } }
  
  .c-author__description {
	font-size: 15px;
	margin-top: -14px; }
	@media only screen and (max-width: 1360px) {
	  .c-author__description {
		font-size: 14.45783px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author__description {
		font-size: 13.95349px; } }
	@media only screen and (max-width: 768px) {
	  .c-author__description {
		font-size: 13.48315px; } }
	@media only screen and (max-width: 400px) {
	  .c-author__description {
		font-size: 13.04348px; } }
	@media only screen and (max-width: 1360px) {
	  .c-author__description {
		margin-top: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author__description {
		margin-top: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .c-author__description {
		margin-top: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .c-author__description {
		margin-top: -10.42442px; } }
	.c-author__description:not(last-child) {
	  margin-bottom: 21px; }
	  @media only screen and (max-width: 1360px) {
		.c-author__description:not(last-child) {
		  margin-bottom: 16.77903px; } }
	  @media only screen and (max-width: 1024px) {
		.c-author__description:not(last-child) {
		  margin-bottom: 13.97089px; } }
	  @media only screen and (max-width: 768px) {
		.c-author__description:not(last-child) {
		  margin-bottom: 11.96794px; } }
	  @media only screen and (max-width: 320px) {
		.c-author__description:not(last-child) {
		  margin-bottom: 10.46729px; } }
  
  .c-author__avatar + .c-author__details {
	padding-left: 42px; }
	@media only screen and (max-width: 1360px) {
	  .c-author__avatar + .c-author__details {
		padding-left: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author__avatar + .c-author__details {
		padding-left: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .c-author__avatar + .c-author__details {
		padding-left: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .c-author__avatar + .c-author__details {
		padding-left: 19.64912px; } }
  
  .c-author__avatar img {
	border-radius: 50%;
	overflow: hidden;
	margin: 0; }
  
  .c-author__label {
	color: #3B3B3B; }
	.c-author .c-author__label:after {
	  padding-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.c-author .c-author__label:after {
		  padding-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.c-author .c-author__label:after {
		  padding-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.c-author .c-author__label:after {
		  padding-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.c-author .c-author__label:after {
		  padding-bottom: 10.42442px; } }
  
  .c-author__links, .c-author__links * {
	color: inherit; }
  
  .c-author__footer {
	padding-bottom: 0; }
	.c-author__footer > * {
	  display: inline-block;
	  vertical-align: middle; }
	.c-author__footer a {
	  text-decoration: none;
	  -webkit-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out; }
	  .c-author__footer a:hover {
		color: inherit; }
  
  .c-card__meta[class][class] a {
	text-decoration: none;
	background: none;
	padding: 0;
	color: inherit; }
  
  .c-card__meta[class][class] a:hover {
	opacity: .6; }
  
  .aspect-ratio-portrait .c-card__frame {
	padding-top: 133.33333%; }
  
  .aspect-ratio-square .c-card__frame {
	padding-top: 100%; }
  
  .aspect-ratio-landscape .c-card__frame {
	padding-top: 75%; }
  
  .c-card__link,
  .c-card__frame img {
	display: block; }
  
  .c-gallery--title-overlay .c-card__content {
	margin-top: 0;
	background-color: rgba(0, 0, 0, 0.2); }
	.c-gallery--title-overlay .c-card__content > * {
	  width: 100%; }
	.c-gallery--title-overlay .c-card__content .c-card__excerpt {
	  overflow: hidden; }
  
  .c-card__excerpt:empty {
	display: none; }
  
  .c-meta__separator {
	-webkit-box-flex: 1;
		-ms-flex: 1 1 14px;
			flex: 1 1 14px;
	width: 14px;
	max-width: 56px;
	-ms-flex-item-align: stretch;
		align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-sizing: content-box;
			box-sizing: content-box; }
	.c-meta__separator:after {
	  content: "";
	  display: block;
	  width: 100%;
	  height: 1px;
	  background: currentColor; }
  
  .c-gallery--blog .c-card__frame {
	color: white; }
  
  .c-card__letter[class] {
	line-height: 1.7;
	opacity: 0; }
  
  @media not screen and (min-width: 62.5em) {
	.c-card__letter {
	  display: none; } }
  
  .has-post-thumbnail > .c-card .c-card__letter {
	color: #FFFFFF; }
  
  .has-post-thumbnail > .c-card:hover img,
  .has-post-thumbnail > .c-card.hover img {
	opacity: .6; }
  
  .header-dropcap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	color: #FFFCFC;
	opacity: 0;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	pointer-events: none; }
	@media only screen and (max-width: 1360px) {
	  .header-dropcap {
		font-size: 42.71845px; } }
	@media only screen and (max-width: 1024px) {
	  .header-dropcap {
		font-size: 37.28814px; } }
	@media only screen and (max-width: 768px) {
	  .header-dropcap {
		font-size: 33.08271px; } }
	@media only screen and (max-width: 400px) {
	  .header-dropcap {
		font-size: 29.72973px; } }
	.header-dropcap:not(:first-child) {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.header-dropcap:not(:first-child) {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.header-dropcap:not(:first-child) {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.header-dropcap:not(:first-child) {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.header-dropcap:not(:first-child) {
		  margin-top: 10.42442px; } }
	.header-dropcap:not(:last-child) {
	  margin-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.header-dropcap:not(:last-child) {
		  margin-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.header-dropcap:not(:last-child) {
		  margin-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.header-dropcap:not(:last-child) {
		  margin-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.header-dropcap:not(:last-child) {
		  margin-bottom: 10.42442px; } }
	@media not screen and (min-width: 42.5em) {
	  .header-dropcap {
		display: none; } }
	.header-dropcap[class] {
	  line-height: 0.66; }
	.header-dropcap[class]:before, .header-dropcap[class]:after {
	  content: none; }
  
  .posted-on .published + .updated {
	display: none; }
  
  ul.page-numbers[class][class] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-top: 70px;
	margin-bottom: 28px;
	margin-left: -14px;
	list-style: none;
	padding-left: 0; }
	@media only screen and (max-width: 1360px) {
	  ul.page-numbers[class][class] {
		margin-top: 52.70588px; } }
	@media only screen and (max-width: 1024px) {
	  ul.page-numbers[class][class] {
		margin-top: 42.26415px; } }
	@media only screen and (max-width: 768px) {
	  ul.page-numbers[class][class] {
		margin-top: 35.27559px; } }
	@media only screen and (max-width: 320px) {
	  ul.page-numbers[class][class] {
		margin-top: 30.27027px; } }
	@media only screen and (max-width: 1360px) {
	  ul.page-numbers[class][class] {
		margin-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  ul.page-numbers[class][class] {
		margin-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  ul.page-numbers[class][class] {
		margin-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  ul.page-numbers[class][class] {
		margin-bottom: 13.65854px; } }
	@media only screen and (max-width: 1360px) {
	  ul.page-numbers[class][class] {
		margin-left: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  ul.page-numbers[class][class] {
		margin-left: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  ul.page-numbers[class][class] {
		margin-left: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  ul.page-numbers[class][class] {
		margin-left: -10.42442px; } }
	ul.page-numbers[class][class] > * {
	  padding-left: 14px; }
	  @media only screen and (max-width: 1360px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		ul.page-numbers[class][class] > * {
		  padding-left: 10.42442px; } }
	ul.page-numbers[class][class] li {
	  margin-bottom: 0; }
	ul.page-numbers[class][class] a {
	  text-decoration: none; }
	  ul.page-numbers[class][class] a:before, ul.page-numbers[class][class] a:after {
		content: none; }
	ul.page-numbers[class][class] .prev {
	  padding-right: 42px; }
	  @media only screen and (max-width: 1360px) {
		ul.page-numbers[class][class] .prev {
		  padding-right: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		ul.page-numbers[class][class] .prev {
		  padding-right: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		ul.page-numbers[class][class] .prev {
		  padding-right: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		ul.page-numbers[class][class] .prev {
		  padding-right: 19.64912px; } }
	ul.page-numbers[class][class] .next {
	  padding-left: 42px; }
	  @media only screen and (max-width: 1360px) {
		ul.page-numbers[class][class] .next {
		  padding-left: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		ul.page-numbers[class][class] .next {
		  padding-left: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		ul.page-numbers[class][class] .next {
		  padding-left: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		ul.page-numbers[class][class] .next {
		  padding-left: 19.64912px; } }
	ul.page-numbers[class][class] .next,
	ul.page-numbers[class][class] .prev {
	  font-family: "HK Grotesk", sans-serif;
	  font-size: 21px;
	  line-height: 1.19;
	  font-weight: 700;
	  text-transform: none; }
	  @media only screen and (max-width: 1360px) {
		ul.page-numbers[class][class] .next,
		ul.page-numbers[class][class] .prev {
		  font-size: 19.82441px; } }
	  @media only screen and (max-width: 1024px) {
		ul.page-numbers[class][class] .next,
		ul.page-numbers[class][class] .prev {
		  font-size: 18.77347px; } }
	  @media only screen and (max-width: 768px) {
		ul.page-numbers[class][class] .next,
		ul.page-numbers[class][class] .prev {
		  font-size: 17.82834px; } }
	  @media only screen and (max-width: 400px) {
		ul.page-numbers[class][class] .next,
		ul.page-numbers[class][class] .prev {
		  font-size: 16.97381px; } }
	  ul.page-numbers[class][class] .next:not(:last-child),
	  ul.page-numbers[class][class] .prev:not(:last-child) {
		margin-bottom: 35px; }
		@media only screen and (max-width: 1360px) {
		  ul.page-numbers[class][class] .next:not(:last-child),
		  ul.page-numbers[class][class] .prev:not(:last-child) {
			margin-bottom: 27.48466px; } }
		@media only screen and (max-width: 1024px) {
		  ul.page-numbers[class][class] .next:not(:last-child),
		  ul.page-numbers[class][class] .prev:not(:last-child) {
			margin-bottom: 22.62626px; } }
		@media only screen and (max-width: 768px) {
		  ul.page-numbers[class][class] .next:not(:last-child),
		  ul.page-numbers[class][class] .prev:not(:last-child) {
			margin-bottom: 19.22747px; } }
		@media only screen and (max-width: 320px) {
		  ul.page-numbers[class][class] .next:not(:last-child),
		  ul.page-numbers[class][class] .prev:not(:last-child) {
			margin-bottom: 16.71642px; } }
	  ul.page-numbers[class][class] .next:after,
	  ul.page-numbers[class][class] .prev:after {
		padding: 0; }
	@media not screen and (min-width: 62.5em) {
	  ul.page-numbers[class][class] {
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between; } }
  
  ul.page-numbers > li > :not(.prev):not(.next) {
	display: none;
	min-width: 2em;
	line-height: 2;
	padding-left: 0.2em;
	text-align: center;
	font-style: normal; }
	@media only screen and (min-width: 62.5em) {
	  ul.page-numbers > li > :not(.prev):not(.next) {
		display: block; } }
		.widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
		.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
		  position: relative;
		  padding-bottom: 56px;
		  margin-top: 56px; }
		  @media only screen and (max-width: 1360px) {
			.widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
			.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
			  padding-bottom: 42.87081px; } }
		  @media only screen and (max-width: 1024px) {
			.widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
			.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
			  padding-bottom: 34.72868px; } }
		  @media only screen and (max-width: 768px) {
			.widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
			.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
			  padding-bottom: 29.18567px; } }
		  @media only screen and (max-width: 320px) {
			.widget--stripe, .widget.dark, .o-layout__full:nth-of-type(2n) .widget:nth-of-type(2n+1),
			.o-layout__full:nth-of-type(2n+1) .widget:nth-of-type(2n), .widget_promo_box {
			  padding-bottom: 25.16854px; } }

			  .o-layout {
				padding-bottom: 56px; }
				@media only screen and (max-width: 1360px) {
				  .o-layout {
					padding-bottom: 42.87081px; } }
				@media only screen and (max-width: 1024px) {
				  .o-layout {
					padding-bottom: 34.72868px; } }
				@media only screen and (max-width: 768px) {
				  .o-layout {
					padding-bottom: 29.18567px; } }
				@media only screen and (max-width: 320px) {
				  .o-layout {
					padding-bottom: 25.16854px; } }
				.o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
				  margin-bottom: -56px; }
				  @media only screen and (max-width: 1360px) {
					.o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
					  margin-bottom: -42.87081px; } }
				  @media only screen and (max-width: 1024px) {
					.o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
					  margin-bottom: -34.72868px; } }
				  @media only screen and (max-width: 768px) {
					.o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
					  margin-bottom: -29.18567px; } }
				  @media only screen and (max-width: 320px) {
					.o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child {
					  margin-bottom: -25.16854px; } }
				  .o-layout:not(.o-layout--blog) > .widget-area.o-layout__full:last-child > .widget:last-child:nth-of-type(2n):not(.dark):not(.highlighted):not(.widget_promo_box--dark) {
					margin-bottom: 0; }
				.o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) {
				  padding-top: 56px; }
				  @media only screen and (max-width: 1360px) {
					.o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) {
					  padding-top: 42.87081px; } }
				  @media only screen and (max-width: 1024px) {
					.o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) {
					  padding-top: 34.72868px; } }
				  @media only screen and (max-width: 768px) {
					.o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) {
					  padding-top: 29.18567px; } }
				  @media only screen and (max-width: 320px) {
					.o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) {
					  padding-top: 25.16854px; } }
				  @media only screen and (min-width: 90em) {
					.u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) .widget__title {
					  margin-bottom: -60.2px; } }
				@media only screen and (min-width: 90em) and (max-width: 1360px) {
				  .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) .widget__title {
					margin-bottom: -45.85575px; } }
				@media only screen and (min-width: 90em) and (max-width: 1024px) {
				  .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) .widget__title {
					margin-bottom: -37.03191px; } }
				@media only screen and (min-width: 90em) and (max-width: 768px) {
				  .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) .widget__title {
					margin-bottom: -31.05594px; } }
				@media only screen and (min-width: 90em) and (max-width: 320px) {
				  .u-widget-title-sideways .o-layout .widget:not(.widget_categories):not(.highlighted):not(.widget_promo_box):not(.jetpack_subscription_widget):not(.featured-posts-cards--mobile) .widget__title {
					margin-bottom: -26.7407px; } }
  /**
   * 4.0 - Page
   */
  @media only screen and (min-width: 62.5em) {
	body.single-post.entry-image--portrait.has-sidebar .entry-content:not(.comment__content), body.single-post.entry-image--portrait.has-sidebar
	.entry-footer, body.single-post.entry-image--portrait.has-sidebar
	.entry-aside, body.single-post.entry-image--portrait.has-sidebar
	.comments-area {
	  border-right: 4rem solid transparent; }
	body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways .entry-content:not(.comment__content), body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways
	.entry-footer, body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways
	.entry-aside, body.single-post.entry-image--portrait.has-sidebar.u-widget-title-sideways
	.comments-area {
	  border-right: 6.5rem solid transparent; } }
  
  @media only screen and (min-width: 62.5em) {
	.single.has-sidebar.entry-image--portrait .entry-content:not(.comment__content),
	.single.has-sidebar.entry-image--portrait .entry-footer,
	.single.has-sidebar.entry-image--portrait .entry-aside,
	.single.has-sidebar.entry-image--portrait .comments-area {
	  margin-right: 300px; } }
  
  @media not screen and (min-width: 1124px) {
	.single.has-sidebar .entry-aside,
	.single.has-sidebar .entry-footer,
	.single.has-sidebar .comments-area {
	  padding-right: 0; } }
  
  @media only screen and (min-width: 62.5em) {
	.widget-area--post {
	  width: 300px; } }
  
  @media not screen and (min-width: 62.5em) {
	.widget-area--post {
	  position: static !important;
	  float: none !important; } }
  
  .blog .site-main {
	position: relative;
	z-index: 11;
	overflow: hidden; }
  
  .home .site-main {
	position: relative; }
	.home .site-main > * {
	  position: relative; }
  
  .single .edit-link,
  .page .edit-link {
	margin-top: 28px;
	margin-bottom: 28px;
	display: block;
	text-align: right; }
	@media only screen and (max-width: 1360px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-top: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-top: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-top: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-top: 13.65854px; } }
	@media only screen and (max-width: 1360px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .single .edit-link,
	  .page .edit-link {
		margin-bottom: 13.65854px; } }
  
  .single .entry-content,
  .page .entry-content {
	word-break: break-word; }
  
  .single .entry-footer,
  .page .entry-footer {
	position: relative;
	margin-top: 42px;
	margin-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-top: 19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .single .entry-footer,
	  .page .entry-footer {
		margin-bottom: 19.64912px; } }
  
  .single .entry-aside:empty,
  .page .entry-aside:empty {
	display: none; }
  
  .single .o-layout > *,
  .page .o-layout > * {
	margin-top: 0; }
  
  .single .entry-header,
  .page .entry-header {
	position: relative;
	padding-top: 42px; }
	@media only screen and (max-width: 1360px) {
	  .single .entry-header,
	  .page .entry-header {
		padding-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .single .entry-header,
	  .page .entry-header {
		padding-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .single .entry-header,
	  .page .entry-header {
		padding-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .single .entry-header,
	  .page .entry-header {
		padding-top: 19.64912px; } }
	.single .entry-header:after,
	.page .entry-header:after {
	  content: "";
	  position: absolute;
	  top: 100%;
	  padding-top: 112px; }
	  @media only screen and (max-width: 1360px) {
		.single .entry-header:after,
		.page .entry-header:after {
		  padding-top: 80.35874px; } }
	  @media only screen and (max-width: 1024px) {
		.single .entry-header:after,
		.page .entry-header:after {
		  padding-top: 62.65734px; } }
	  @media only screen and (max-width: 768px) {
		.single .entry-header:after,
		.page .entry-header:after {
		  padding-top: 51.3467px; } }
	  @media only screen and (max-width: 320px) {
		.single .entry-header:after,
		.page .entry-header:after {
		  padding-top: 43.49515px; } }
	.single .entry-header > :not(:first-child),
	.page .entry-header > :not(:first-child) {
	  padding-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.single .entry-header > :not(:first-child),
		.page .entry-header > :not(:first-child) {
		  padding-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.single .entry-header > :not(:first-child),
		.page .entry-header > :not(:first-child) {
		  padding-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.single .entry-header > :not(:first-child),
		.page .entry-header > :not(:first-child) {
		  padding-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.single .entry-header > :not(:first-child),
		.page .entry-header > :not(:first-child) {
		  padding-top: 10.42442px; } }
  
  .single .o-layout__main .entry-header,
  .page .o-layout__main .entry-header {
	padding-top: 0; }
  
  .single .entry-aside,
  .page .entry-aside {
	margin-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  .single .entry-aside,
	  .page .entry-aside {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .single .entry-aside,
	  .page .entry-aside {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .single .entry-aside,
	  .page .entry-aside {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .single .entry-aside,
	  .page .entry-aside {
		margin-bottom: 19.64912px; } }
  
  .single .cat-links,
  .page .cat-links {
	display: block; }
  
  .single .entry-title,
  .page .entry-title {
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 2.5em;
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */ }
  
  .single .entry-thumbnail,
  .page .entry-thumbnail {
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
	  .single .entry-thumbnail,
	  .page .entry-thumbnail {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .single .entry-thumbnail,
	  .page .entry-thumbnail {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .single .entry-thumbnail,
	  .page .entry-thumbnail {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .single .entry-thumbnail,
	  .page .entry-thumbnail {
		padding-bottom: 25.16854px; } }
	.single .entry-thumbnail img,
	.page .entry-thumbnail img {
	  display: block;
	  width: 100%; }
  
  .entry-image--portrait .entry-header {
	padding-bottom: 28px; }
	@media only screen and (max-width: 1360px) {
	  .entry-image--portrait .entry-header {
		padding-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-image--portrait .entry-header {
		padding-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .entry-image--portrait .entry-header {
		padding-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .entry-image--portrait .entry-header {
		padding-bottom: 13.65854px; } }
  
  .post-password-form input[type="submit"] {
	margin-top: 14px;
	width: 100%; }
	@media only screen and (max-width: 1360px) {
	  .post-password-form input[type="submit"] {
		margin-top: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .post-password-form input[type="submit"] {
		margin-top: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .post-password-form input[type="submit"] {
		margin-top: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .post-password-form input[type="submit"] {
		margin-top: 10.42442px; } }
  
  .page-links {
	margin-top: 28px;
	margin-bottom: 28px;
	clear: both; }
	@media only screen and (max-width: 1360px) {
	  .page-links {
		margin-top: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .page-links {
		margin-top: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .page-links {
		margin-top: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .page-links {
		margin-top: 13.65854px; } }
	@media only screen and (max-width: 1360px) {
	  .page-links {
		margin-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .page-links {
		margin-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .page-links {
		margin-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .page-links {
		margin-bottom: 13.65854px; } }
	.page-links:before, .page-links:after {
	  content: none; }
  
  .entry-image--none .widget-area--post {
	margin-top: -112px; }
	@media only screen and (max-width: 1360px) {
	  .entry-image--none .widget-area--post {
		margin-top: -80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-image--none .widget-area--post {
		margin-top: -62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .entry-image--none .widget-area--post {
		margin-top: -51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .entry-image--none .widget-area--post {
		margin-top: -43.49515px; } }
  
  .entry-image--none .single-main {
	position: relative; }
  
  .entry-image--portrait .widget-area--post {
	float: right;
	clear: right; }
	@media not screen and (min-width: 62.5em) {
	  .entry-image--portrait .widget-area--post {
		-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
				order: 2; } }
  
  .widget-area--post .widget + .widget {
	padding-top: 56px; }
	@media only screen and (max-width: 1360px) {
	  .widget-area--post .widget + .widget {
		padding-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .widget-area--post .widget + .widget {
		padding-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .widget-area--post .widget + .widget {
		padding-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .widget-area--post .widget + .widget {
		padding-top: 25.16854px; } }
	@media only screen and (min-width: 62.5em) {
	  .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
		margin-bottom: -56px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 1360px) {
	  .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
		margin-bottom: -42.87081px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 1024px) {
	  .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
		margin-bottom: -34.72868px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 768px) {
	  .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
		margin-bottom: -29.18567px; } }
	@media only screen and (min-width: 62.5em) and (max-width: 320px) {
	  .u-widget-title-sideways .widget-area--post .widget + .widget .widget__title[class] {
		margin-bottom: -25.16854px; } }
  
  @media not screen and (min-width: 62.5em) {
	.single .single-header .entry-thumbnail {
	  float: none;
	  max-width: 100%; }
	.single.has-sidebar.entry-image--landscape .entry-thumbnail {
	  margin-right: 0;
	  padding-right: 0; }
	.single .widget-area--post[class] {
	  padding: 40px 0; } }
  
  body.page:not(.page-template-front-page) .o-layout__main {
	padding-top: 56px;
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 25.16854px; } }
  
  body.page:not(.page-template-front-page) .entry-header {
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
	  body.page:not(.page-template-front-page) .entry-header {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  body.page:not(.page-template-front-page) .entry-header {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  body.page:not(.page-template-front-page) .entry-header {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  body.page:not(.page-template-front-page) .entry-header {
		padding-bottom: 25.16854px; } }
  
  .single-header {
	margin-bottom: -112px;
	overflow: hidden; }
	@media only screen and (max-width: 1360px) {
	  .single-header {
		margin-bottom: -80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .single-header {
		margin-bottom: -62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .single-header {
		margin-bottom: -51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .single-header {
		margin-bottom: -43.49515px; } }
	.single-header .u-container-sides-spacing {
	  padding-bottom: 112px; }
	  @media only screen and (max-width: 1360px) {
		.single-header .u-container-sides-spacing {
		  padding-bottom: 80.35874px; } }
	  @media only screen and (max-width: 1024px) {
		.single-header .u-container-sides-spacing {
		  padding-bottom: 62.65734px; } }
	  @media only screen and (max-width: 768px) {
		.single-header .u-container-sides-spacing {
		  padding-bottom: 51.3467px; } }
	  @media only screen and (max-width: 320px) {
		.single-header .u-container-sides-spacing {
		  padding-bottom: 43.49515px; } }
  
  .c-page-header__title {
	margin-top: 56px;
	margin-bottom: 28px; }
	@media only screen and (max-width: 1360px) {
	  .c-page-header__title {
		margin-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .c-page-header__title {
		margin-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .c-page-header__title {
		margin-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .c-page-header__title {
		margin-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .c-page-header__title {
		margin-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .c-page-header__title {
		margin-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .c-page-header__title {
		margin-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .c-page-header__title {
		margin-bottom: 13.65854px; } }
  
  .page-template[class*="page-template-full-width"] .u-content-width > * {
	max-width: none !important; }
  
  .page-template[class*="no-title"] .entry-header {
	display: none; }
  
  .c-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-left: 0; }
	.c-page > .o-layout__main {
	  padding-left: 0; }
	.c-page.u-content-width > * {
	  margin-left: 0;
	  margin-right: 0; }
	.c-page .entry-header {
	  margin-bottom: 28px; }
	  @media only screen and (max-width: 1360px) {
		.c-page .entry-header {
		  margin-bottom: 22.17822px; } }
	  @media only screen and (max-width: 1024px) {
		.c-page .entry-header {
		  margin-bottom: 18.36066px; } }
	  @media only screen and (max-width: 768px) {
		.c-page .entry-header {
		  margin-bottom: 15.66434px; } }
	  @media only screen and (max-width: 320px) {
		.c-page .entry-header {
		  margin-bottom: 13.65854px; } }
  
  .c-page__content {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1; }
	body:not(.has-sidebar) .c-page__content {
	  padding-left: 0; }
  
  .c-page__aside[class] {
	-ms-flex-negative: 0;
		flex-shrink: 0;
	padding-right: 0; }
  
  .page-template-archive-index .entry-header {
	margin-bottom: 35px; }
	@media only screen and (max-width: 1360px) {
	  .page-template-archive-index .entry-header {
		margin-bottom: 27.48466px; } }
	@media only screen and (max-width: 1024px) {
	  .page-template-archive-index .entry-header {
		margin-bottom: 22.62626px; } }
	@media only screen and (max-width: 768px) {
	  .page-template-archive-index .entry-header {
		margin-bottom: 19.22747px; } }
	@media only screen and (max-width: 320px) {
	  .page-template-archive-index .entry-header {
		margin-bottom: 16.71642px; } }
  
  .page-template-archive-index .page-title:after {
	content: none; }
  
  .error-404 {
	text-align: center; }
	.error-404 .page-header {
	  margin-bottom: 56px; }
	  @media only screen and (max-width: 1360px) {
		.error-404 .page-header {
		  margin-bottom: 42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.error-404 .page-header {
		  margin-bottom: 34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.error-404 .page-header {
		  margin-bottom: 29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.error-404 .page-header {
		  margin-bottom: 25.16854px; } }
	.error-404 .search-form {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.error-404 .search-form {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.error-404 .search-form {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.error-404 .search-form {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.error-404 .search-form {
		  margin-top: 10.42442px; } }
  
  [class*="gallery-columns-"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start; }
	[class*="gallery-columns-"] > * {
	  border: 0 solid transparent;
	  width: 100%; }
  
  @media only screen and (min-width: 42.5em) {
	.gallery-columns-2 > * {
	  width: 100%; }
	.gallery-columns-3 > * {
	  width: 50%; }
	.gallery-columns-4 > * {
	  width: 33.33333%; }
	.gallery-columns-5 > * {
	  width: 25%; }
	.gallery-columns-6 > * {
	  width: 20%; }
	.gallery-columns-7 > * {
	  width: 16.66667%; }
	.gallery-columns-8 > * {
	  width: 14.28571%; }
	.gallery-columns-9 > * {
	  width: 12.5%; } }
  
  @media only screen and (min-width: 80em) {
	.gallery-columns-1 > * {
	  width: 100%; }
	.gallery-columns-2 > * {
	  width: 50%; }
	.gallery-columns-3 > * {
	  width: 33.33333%; }
	.gallery-columns-4 > * {
	  width: 25%; }
	.gallery-columns-5 > * {
	  width: 20%; }
	.gallery-columns-6 > * {
	  width: 16.66667%; }
	.gallery-columns-7 > * {
	  width: 14.28571%; }
	.gallery-columns-8 > * {
	  width: 12.5%; }
	.gallery-columns-9 > * {
	  width: 11.11111%; } }
  
  .u-gallery-spacing--none, .u-gallery-spacing--none > * {
	margin-top: 0;
	margin-left: 0; }
  
  .gallery {
	margin-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  .gallery {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .gallery {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .gallery {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .gallery {
		margin-bottom: 19.64912px; } }
  
  .u-gallery-spacing--small {
	margin-top: -14px;
	margin-left: -14px; }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--small {
		margin-top: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--small {
		margin-top: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--small {
		margin-top: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--small {
		margin-top: -10.42442px; } }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--small {
		margin-left: -12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--small {
		margin-left: -11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--small {
		margin-left: -11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--small {
		margin-left: -10.42442px; } }
	.u-gallery-spacing--small > * {
	  margin-top: 14px;
	  padding-left: 14px; }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--small > * {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--small > * {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--small > * {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--small > * {
		  margin-top: 10.42442px; } }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--small > * {
		  padding-left: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--small > * {
		  padding-left: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--small > * {
		  padding-left: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--small > * {
		  padding-left: 10.42442px; } }
  
  .u-gallery-spacing--medium {
	margin-top: -42px;
	margin-left: -42px; }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--medium {
		margin-top: -32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--medium {
		margin-top: -26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--medium {
		margin-top: -22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--medium {
		margin-top: -19.64912px; } }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--medium {
		margin-left: -32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--medium {
		margin-left: -26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--medium {
		margin-left: -22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--medium {
		margin-left: -19.64912px; } }
	.u-gallery-spacing--medium > * {
	  margin-top: 42px;
	  padding-left: 42px; }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--medium > * {
		  margin-top: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--medium > * {
		  margin-top: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--medium > * {
		  margin-top: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--medium > * {
		  margin-top: 19.64912px; } }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--medium > * {
		  padding-left: 32.70073px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--medium > * {
		  padding-left: 26.77291px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--medium > * {
		  padding-left: 22.66442px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--medium > * {
		  padding-left: 19.64912px; } }
  
  .u-gallery-spacing--large {
	margin-top: -56px;
	margin-left: -56px; }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--large {
		margin-top: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--large {
		margin-top: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--large {
		margin-top: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--large {
		margin-top: -25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--large {
		margin-left: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--large {
		margin-left: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--large {
		margin-left: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--large {
		margin-left: -25.16854px; } }
	.u-gallery-spacing--large > * {
	  margin-top: 56px;
	  padding-left: 56px; }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--large > * {
		  margin-top: 42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--large > * {
		  margin-top: 34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--large > * {
		  margin-top: 29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--large > * {
		  margin-top: 25.16854px; } }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--large > * {
		  padding-left: 42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--large > * {
		  padding-left: 34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--large > * {
		  padding-left: 29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--large > * {
		  padding-left: 25.16854px; } }
  
  .u-gallery-spacing--xlarge {
	margin-top: -112px;
	margin-left: -112px; }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--xlarge {
		margin-top: -80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--xlarge {
		margin-top: -62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--xlarge {
		margin-top: -51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--xlarge {
		margin-top: -43.49515px; } }
	@media only screen and (max-width: 1360px) {
	  .u-gallery-spacing--xlarge {
		margin-left: -80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .u-gallery-spacing--xlarge {
		margin-left: -62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .u-gallery-spacing--xlarge {
		margin-left: -51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .u-gallery-spacing--xlarge {
		margin-left: -43.49515px; } }
	.u-gallery-spacing--xlarge > * {
	  margin-top: 112px;
	  padding-left: 112px; }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--xlarge > * {
		  margin-top: 80.35874px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--xlarge > * {
		  margin-top: 62.65734px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--xlarge > * {
		  margin-top: 51.3467px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--xlarge > * {
		  margin-top: 43.49515px; } }
	  @media only screen and (max-width: 1360px) {
		.u-gallery-spacing--xlarge > * {
		  padding-left: 80.35874px; } }
	  @media only screen and (max-width: 1024px) {
		.u-gallery-spacing--xlarge > * {
		  padding-left: 62.65734px; } }
	  @media only screen and (max-width: 768px) {
		.u-gallery-spacing--xlarge > * {
		  padding-left: 51.3467px; } }
	  @media only screen and (max-width: 320px) {
		.u-gallery-spacing--xlarge > * {
		  padding-left: 43.49515px; } }
  
  .gallery-item a {
	padding: 0; }
  
  .gallery-item a, .gallery-item img {
	display: block; }
  
  .gallery-item[class][class] a {
	text-decoration: none;
	background: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	border: 0; }
  
  .tiled-gallery img {
	-o-object-fit: cover;
	   object-fit: cover; }
  
  /**
   * 5.0 - Header
   */
  .c-burger {
	position: relative;
	display: block;
	width: 19px;
	margin-top: 0.34em;
	margin-bottom: 0.34em;
	font-size: 19px;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out; }
  
  .c-burger__slice {
	display: block;
	width: 19px;
	height: 3px;
	background: currentColor; }
  
  .c-burger__slice--top,
  .c-burger__slice--bottom {
	position: absolute;
	top: 0;
	left: 0; }
  
  .c-burger__slice--top {
	-webkit-transform: translateY(-0.34211em);
			transform: translateY(-0.34211em); }
  
  .c-burger__slice--bottom {
	-webkit-transform: translateY(0.34211em);
			transform: translateY(0.34211em); }
  
  /*
  Provides a simple transition where the slice in the middle fades out
  and the top and bottom ones rotate to form an X
   */
  .c-burger--fade .c-burger__slice {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out; }
  
  .c-burger--close .c-burger__slice--top, .c-navbar__checkbox:checked ~ * .c-burger--fade .c-burger__slice--top {
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg); }
  
  .c-burger--close .c-burger__slice--middle, .c-navbar__checkbox:checked ~ * .c-burger--fade .c-burger__slice--middle {
	opacity: 0; }
  
  .c-burger--close .c-burger__slice--bottom, .c-navbar__checkbox:checked ~ * .c-burger--fade .c-burger__slice--bottom {
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg); }
  
  @media only screen and (min-width: 42.5em) {
	.c-burger {
	  font-size: 24px; } }
  
  .c-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	.c-branding > [rel="home"] {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%; }
	@media not screen and (min-width: 62.5em) {
	  .c-branding {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column; } }
	.c-branding a,
	.c-branding img {
	  display: block; }
	.c-branding img {
	  width: auto;
	  height: auto;
	  -webkit-transition: opacity 0.15s ease-out, -webkit-filter 0.3s ease-in-out;
	  transition: opacity 0.15s ease-out, -webkit-filter 0.3s ease-in-out;
	  transition: filter 0.3s ease-in-out, opacity 0.15s ease-out;
	  transition: filter 0.3s ease-in-out, opacity 0.15s ease-out, -webkit-filter 0.3s ease-in-out; }
  
  @media only screen and (min-width: 62.5em) {
	.c-navbar__zone--branding + .c-navbar__zone--middle {
	  max-width: 60%; }
	.c-navbar__zone--branding.c-navbar__zone--middle {
	  max-width: 30%; } }
  
  .c-navbar__zone--left .c-branding {
	text-align: left;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start; }
	.c-navbar__zone--left .c-branding img {
	  margin-right: auto; }
  
  .c-navbar__zone--middle .c-branding {
	text-align: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center; }
	.c-navbar__zone--middle .c-branding img {
	  margin-left: auto;
	  margin-right: auto; }
  
  .c-navbar__zone--right .c-branding {
	text-align: right;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end; }
	.c-navbar__zone--right .c-branding img {
	  margin-left: auto; }
  
  .site-title,
  .site-description {
	font: inherit;
	color: inherit; }
  
  .site-description:empty {
	display: none !important; }
  
  .c-logo {
	position: relative; }
  
  .c-logo__default,
  .c-logo__inverted {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-property: opacity;
	transition-property: opacity; }
  
  .c-logo__inverted {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	opacity: 0; }
	.c-logo__inverted img {
	  max-width: none; }
  
  [class*="inverted"] .c-logo__default {
	opacity: 0; }
  
  [class*="inverted"] .c-logo__inverted {
	opacity: 1; }
  
  @media not screen and (min-width: 62.5em) {
	.c-navbar {
	  height: 60px; }
	  .c-navbar .menu-item-has-children > a,
	  .c-navbar .page_item_has_children > a {
		position: relative; }
		.c-navbar .menu-item-has-children > a:after,
		.c-navbar .page_item_has_children > a:after {
		  content: '';
		  position: absolute;
		  top: 50%;
		  right: 0;
		  border: 5px solid transparent;
		  border-top-color: currentColor; }
	  .c-navbar .menu-item-has-children > ul,
	  .c-navbar .page_item_has_children > ul {
		display: none;
		position: relative; }
	  .c-navbar .is-active > ul {
		display: block; }
	.c-navbar[class] ul,
	.c-navbar[class] li {
	  margin: 0; }
	.c-navbar__content {
	  position: absolute;
	  top: 0;
	  left: -100%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  width: 75vw;
	  height: 100vh !important;
	  padding-top: 60px;
	  overflow-y: auto;
	  background: #FBFBFB;
	  border: 0 solid transparent;
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  -webkit-overflow-scrolling: touch; }
	  .c-navbar__checkbox:checked ~ .c-navbar__content {
		left: 0; }
	  .c-navbar__content a {
		display: block;
		padding: 1em; }
	.c-navbar__label {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 1;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  cursor: pointer; }
	  .c-navbar__label > * {
		-ms-flex-negative: 0;
			flex-shrink: 0; }
	.c-navbar__label,
	.c-navbar__zone--branding {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  height: 100%; }
	.c-navbar__content .c-navbar__zone--branding {
	  display: none; } }
  
  @media only screen and (min-width: 62.5em) {
	.c-navbar, .c-navbar__content {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	.u-header-height {
	  height: 50px; }
	.c-navbar li {
	  display: inline-block; }
	.c-navbar a {
	  display: block; }
	.c-navbar__content {
	  width: 100%; }
	.c-navbar__zone {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	  .c-navbar__zone:first-child:not(:last-child), .c-navbar__zone:last-child:not(:first-child) {
		-webkit-box-flex: 1;
			-ms-flex: 1 1 0px;
				flex: 1 1 0; }
	  .c-navbar > .c-navbar__zone {
		display: none; }
	.c-navbar__zone--push-left {
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	  text-align: left; }
	.c-navbar__zone--push-right {
	  -webkit-box-pack: end;
		  -ms-flex-pack: end;
			  justify-content: flex-end;
	  text-align: right; }
	.c-navbar__checkbox,
	.c-navbar__label {
	  display: none; }
	.c-navbar--dropdown li[class*="children"] {
	  position: relative; }
	  .c-navbar--dropdown li[class*="children"] > a:after {
		content: "";
		display: inline-block;
		margin-left: .5em;
		border: 4px solid transparent;
		border-top-width: 5px;
		border-top-color: currentColor; }
	  .c-navbar--dropdown li[class*="children"]:hover > .sub-menu,
	  .c-navbar--dropdown li[class*="children"]:hover > .children {
		opacity: 1;
		pointer-events: auto; }
	.c-navbar--dropdown .sub-menu,
	.c-navbar--dropdown .children {
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 15em;
	  margin: 0;
	  border: 0 solid transparent;
	  background-clip: padding-box;
	  text-align: left;
	  opacity: 0;
	  pointer-events: none; }
	  .c-navbar--dropdown .sub-menu .menu-item,
	  .c-navbar--dropdown .children .menu-item {
		width: 100%;
		margin: 0; }
	.c-navbar--dropdown .sub-menu .sub-menu,
	.c-navbar--dropdown .children .children {
	  top: 0;
	  left: 100%;
	  margin-left: 0; } }
  
  .site-logo img,
  .custom-logo-link img {
	max-height: 140px; }
  
  .site-title {
	font-family: "HK Grotesk", sans-serif;
	font-size: 140px;
	line-height: 1;
	font-weight: normal; }
	@media only screen and (max-width: 1360px) {
	  .site-title {
		font-size: 101.81818px; } }
	@media only screen and (max-width: 1024px) {
	  .site-title {
		font-size: 80px; } }
	@media only screen and (max-width: 768px) {
	  .site-title {
		font-size: 65.88235px; } }
	@media only screen and (max-width: 400px) {
	  .site-title {
		font-size: 56px; } }
  
  .u-header-background {
	background-color: #FFF4E8; }
  
  .site-header-sticky {
	background-color: #FF6000; }
	.site-header-sticky,
	.site-header-sticky .c-navbar,
	.site-header-sticky .c-navbar li {
	  color: #FFF4E8; }
	.site-header-sticky .c-navbar li:hover,
	.site-header-sticky .c-navbar [class*='current-menu'] {
	  color: #FFFFFF; }
  
  .c-navbar {
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-property: color;
	transition-property: color; }
	@media only screen and (max-width: 1360px) {
	  .c-navbar {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .c-navbar {
		font-size: 13.785px; } }
  
  .c-navbar ul {
	margin-left: -56px; }
	@media only screen and (max-width: 1360px) {
	  .c-navbar ul {
		margin-left: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar ul {
		margin-left: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar ul {
		margin-left: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .c-navbar ul {
		margin-left: -25.16854px; } }
  
  .c-navbar li {
	margin-left: 56px; }
	@media only screen and (max-width: 1360px) {
	  .c-navbar li {
		margin-left: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar li {
		margin-left: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar li {
		margin-left: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .c-navbar li {
		margin-left: 25.16854px; } }
  
  .c-navbar a, .c-navbar a:hover, .c-navbar a:active {
	color: inherit; }
  
  .c-navbar,
  .c-navbar li {
	color: #161616; }
  
  .c-navbar li:hover,
  .c-navbar [class*='current-menu'] {
	color: #FF6000; }
	.u-underlined-header-links .c-navbar li:hover, .u-underlined-header-links
	.c-navbar [class*='current-menu'] {
	  text-decoration: underline; }
  
  .u-header-sides-spacing {
	padding-left: 30px;
	padding-right: 30px; }
	@media only screen and (max-width: 1360px) {
	  .u-header-sides-spacing {
		padding-left: 23.7037px; } }
	@media only screen and (max-width: 1024px) {
	  .u-header-sides-spacing {
		padding-left: 19.59184px; } }
	@media only screen and (max-width: 768px) {
	  .u-header-sides-spacing {
		padding-left: 16.69565px; } }
	@media only screen and (max-width: 320px) {
	  .u-header-sides-spacing {
		padding-left: 14.54545px; } }
	@media only screen and (max-width: 1360px) {
	  .u-header-sides-spacing {
		padding-right: 23.7037px; } }
	@media only screen and (max-width: 1024px) {
	  .u-header-sides-spacing {
		padding-right: 19.59184px; } }
	@media only screen and (max-width: 768px) {
	  .u-header-sides-spacing {
		padding-right: 16.69565px; } }
	@media only screen and (max-width: 320px) {
	  .u-header-sides-spacing {
		padding-right: 14.54545px; } }
  
  .u-site-header-full-width .site-header .u-container-width {
	max-width: none; }
  
  @media only screen and (min-width: 62.5em) {
	.u-site-header-sticky--top .site-header {
	  background: transparent; }
	.u-site-header-sticky--top .c-navbar,
	.u-site-header-sticky--top .c-navbar li {
	  color: #FFF; } }
  
  .site-header {
	position: relative;
	width: 100%;
	padding-bottom: 28px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color; }
	@media only screen and (max-width: 1360px) {
	  .site-header {
		padding-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .site-header {
		padding-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .site-header {
		padding-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .site-header {
		padding-bottom: 13.65854px; } }
	.site-header a,
	.site-header .navigation-toggle:hover {
	  color: inherit; }
	.site-header:after {
	  content: '';
	  position: absolute;
	  z-index: 10;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  display: block;
	  margin-bottom: 0;
	  background-color: inherit;
	  -webkit-transition: -webkit-transform 0.3s ease-out;
	  transition: -webkit-transform 0.3s ease-out;
	  transition: transform 0.3s ease-out;
	  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	  -webkit-transform-origin: 50% 0;
			  transform-origin: 50% 0;
	  -webkit-transform: scale(1, 0);
			  transform: scale(1, 0);
	  height: 170px; }
	  @media only screen and (max-width: 1360px) {
		.site-header:after {
		  height: 114.52632px; } }
	  @media only screen and (max-width: 1024px) {
		.site-header:after {
		  height: 86.34921px; } }
	  @media only screen and (max-width: 768px) {
		.site-header:after {
		  height: 69.29936px; } }
	  @media only screen and (max-width: 320px) {
		.site-header:after {
		  height: 57.87234px; } }
  
  .site-header a,
  .site-header-sticky a {
	-webkit-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out; }
  
  [class].site-header-sticky .c-navbar {
	margin-top: 0; }
  
  .has-extended-header-background .site-main {
	position: relative;
	z-index: 20; }
  
  .has-extended-header-background .site-header:after {
	-webkit-transform: scale(1, 1);
			transform: scale(1, 1); }
  
  a[rel='home'] {
	text-decoration: none; }
  
  .custom-logo-link + a {
	margin-top: 28px; }
	@media only screen and (max-width: 1360px) {
	  .custom-logo-link + a {
		margin-top: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .custom-logo-link + a {
		margin-top: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .custom-logo-link + a {
		margin-top: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .custom-logo-link + a {
		margin-top: 13.65854px; } }
  
  .c-navbar__content[class] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-flow: column wrap;
			flex-flow: column wrap;
	padding-left: 0;
	padding-right: 0; }
	@media not screen and (min-width: 62.5em) {
	  .c-navbar__content[class] {
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap; }
		.c-navbar__content[class] > * {
		  -ms-flex-negative: 0;
			  flex-shrink: 0; } }
	@media only screen and (min-width: 62.5em) {
	  .is-IE .c-navbar__content[class] {
		display: block; } }
  
  .c-navbar__zone {
	width: 100%;
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	text-align: center; }
	.c-navbar__zone:first-child:not(:last-child), .c-navbar__zone:last-child:not(:first-child) {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1; }
  
  .c-navbar__zone--left {
	margin-top: 14px;
	margin-bottom: 21px;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-wrap: nowrap;
		flex-wrap: nowrap; }
	@media only screen and (max-width: 1360px) {
	  .c-navbar__zone--left {
		margin-top: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar__zone--left {
		margin-top: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar__zone--left {
		margin-top: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .c-navbar__zone--left {
		margin-top: 10.42442px; } }
	@media only screen and (max-width: 1360px) {
	  .c-navbar__zone--left {
		margin-bottom: 16.77903px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar__zone--left {
		margin-bottom: 13.97089px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar__zone--left {
		margin-bottom: 11.96794px; } }
	@media only screen and (max-width: 320px) {
	  .c-navbar__zone--left {
		margin-bottom: 10.46729px; } }
	.c-navbar__zone--left > * {
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 auto;
			  flex: 1 1 auto; }
	.c-navbar__zone--left > .search-trigger:first-child:last-child {
	  margin-left: auto;
	  -webkit-box-flex: 0;
		  -ms-flex-positive: 0;
			  flex-grow: 0; }
  
  .c-navbar__zone--middle {
	margin-top: 35px;
	margin-bottom: 42px; }
	@media only screen and (max-width: 1360px) {
	  .c-navbar__zone--middle {
		margin-top: 27.48466px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar__zone--middle {
		margin-top: 22.62626px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar__zone--middle {
		margin-top: 19.22747px; } }
	@media only screen and (max-width: 320px) {
	  .c-navbar__zone--middle {
		margin-top: 16.71642px; } }
	@media only screen and (max-width: 1360px) {
	  .c-navbar__zone--middle {
		margin-bottom: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navbar__zone--middle {
		margin-bottom: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .c-navbar__zone--middle {
		margin-bottom: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .c-navbar__zone--middle {
		margin-bottom: 19.64912px; } }
  
  .c-navbar__zone--right {
	position: relative;
	z-index: 7000; }
	@media only screen and (min-width: 62.5em) {
	  .c-navbar__zone--right[class].c-navbar__zone--right {
		-webkit-box-flex: initial;
			-ms-flex: initial;
				flex: initial; } }
  
  .site-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9150;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: auto;
	min-height: 53px;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.15s ease-in;
	transition: opacity 0.15s ease-in;
	-webkit-transform: translateZ(0);
			transform: translateZ(0); }
	.show-search-overlay .site-header-sticky {
	  -webkit-transform: none;
			  transform: none; }
	.site-header-sticky .search-trigger {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  cursor: pointer; }
	  .site-header-sticky .search-trigger svg {
		width: 18px;
		height: 18px;
		margin-right: 0.5em; }
	.site-header-sticky:after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  z-index: 10;
	  width: 100%;
	  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
	.site-header-sticky--show {
	  opacity: 1;
	  pointer-events: auto; }
	.site-header-sticky > * {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%; }
	.site-header-sticky .menu--primary > li > a {
	  border: 0; }
	.site-header-sticky .c-reading-bar ~ .c-navigation-bar {
	  -webkit-transform: translateY(100%);
			  transform: translateY(100%);
	  pointer-events: none;
	  -webkit-transition: 350ms -webkit-transform ease;
	  transition: 350ms -webkit-transform ease;
	  transition: 350ms transform ease;
	  transition: 350ms transform ease, 350ms -webkit-transform ease; }
	.site-header-sticky .sub-menu[class] {
	  right: 0;
	  width: auto; }
	.site-header-sticky--show.reading-bar--hide .c-navigation-bar {
	  -webkit-transform: none;
			  transform: none;
	  pointer-events: auto; }
  
  .c-navigation-bar {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-left: -30px; }
	@media only screen and (max-width: 1360px) {
	  .c-navigation-bar {
		margin-left: -23.7037px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navigation-bar {
		margin-left: -19.59184px; } }
	@media only screen and (max-width: 768px) {
	  .c-navigation-bar {
		margin-left: -16.69565px; } }
	@media only screen and (max-width: 320px) {
	  .c-navigation-bar {
		margin-left: -14.54545px; } }
	.c-navigation-bar > * {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  margin-left: 30px; }
	  @media only screen and (max-width: 1360px) {
		.c-navigation-bar > * {
		  margin-left: 23.7037px; } }
	  @media only screen and (max-width: 1024px) {
		.c-navigation-bar > * {
		  margin-left: 19.59184px; } }
	  @media only screen and (max-width: 768px) {
		.c-navigation-bar > * {
		  margin-left: 16.69565px; } }
	  @media only screen and (max-width: 320px) {
		.c-navigation-bar > * {
		  margin-left: 14.54545px; } }
  
  .c-navigation-bar__middle {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center; }
  
  @media only screen and (min-width: 80em) {
	.c-navigation-bar__left,
	.c-navigation-bar__right {
	  -webkit-box-flex: 1;
		  -ms-flex: 1 1 10%;
			  flex: 1 1 10%; }
	.c-navigation-bar__middle {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 1 auto;
			  flex: 0 1 auto; } }
  
  .c-navigation-bar__left[class] ul {
	margin-left: -30px; }
	@media only screen and (max-width: 1360px) {
	  .c-navigation-bar__left[class] ul {
		margin-left: -23.7037px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navigation-bar__left[class] ul {
		margin-left: -19.59184px; } }
	@media only screen and (max-width: 768px) {
	  .c-navigation-bar__left[class] ul {
		margin-left: -16.69565px; } }
	@media only screen and (max-width: 320px) {
	  .c-navigation-bar__left[class] ul {
		margin-left: -14.54545px; } }
  
  .c-navigation-bar__left[class] li {
	margin-left: 30px; }
	@media only screen and (max-width: 1360px) {
	  .c-navigation-bar__left[class] li {
		margin-left: 23.7037px; } }
	@media only screen and (max-width: 1024px) {
	  .c-navigation-bar__left[class] li {
		margin-left: 19.59184px; } }
	@media only screen and (max-width: 768px) {
	  .c-navigation-bar__left[class] li {
		margin-left: 16.69565px; } }
	@media only screen and (max-width: 320px) {
	  .c-navigation-bar__left[class] li {
		margin-left: 14.54545px; } }
  
  .home .c-reading-bar {
	opacity: 0;
	pointer-events: none; }
  
  .home .c-reading-progress {
	display: none; }
  
  .site-header-mobile {
	padding-top: 100px;
	padding-bottom: 20px; }
	@media only screen and (min-width: 62.5em) {
	  .site-header-mobile {
		display: none; } }
  
  @media only screen and (min-width: 62.5em) {
	.c-branding--mobile {
	  display: none; } }
  
  @media not screen and (min-width: 62.5em) {
	.site-header-sticky {
	  display: none; }
	.site-header-mobile[class] {
	  position: relative;
	  z-index: 10;
	  max-width: 30px;
	  padding: 0; }
	  .site-header-mobile[class] [class].jetpack-social-navigation {
		margin-left: 0; }
		.site-header-mobile[class] [class].jetpack-social-navigation li {
		  margin-left: 0; }
	.c-branding {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center; }
	.c-navbar__content {
	  z-index: 9100;
	  width: 300px;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: reverse;
		  -ms-flex-flow: column-reverse nowrap;
			  flex-flow: column-reverse nowrap;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  padding-top: 80px;
	  background-color: #F7F6F5;
	  -webkit-transition: left 0.3s ease-in-out;
	  transition: left 0.3s ease-in-out; }
	  .c-navbar__content .c-navbar__zone--middle,
	  .c-navbar__content .jetpack-social-navigation {
		display: none; } }
	@media not screen and (min-width: 62.5em) and (min-width: 62.5em) {
	  .c-navbar__content .jetpack-social-navigation {
		display: block; } }
  
  @media not screen and (min-width: 62.5em) {
	.c-navbar:after {
	  content: '';
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 9000;
	  height: 100vh;
	  width: 100vw;
	  background-color: #161616;
	  opacity: 0;
	  pointer-events: none;
	  -webkit-transition: opacity 0.3s ease-in-out;
	  transition: opacity 0.3s ease-in-out; }
	  .nav--is-open .c-navbar:after {
		opacity: .3;
		pointer-events: auto; }
	.c-navbar__zone {
	  -ms-flex-preferred-size: initial;
		  flex-basis: initial; }
	.c-navbar__label {
	  position: absolute;
	  z-index: 9200;
	  left: 0;
	  padding-left: 28px;
	  min-height: 70px; }
	.c-burger {
	  font-size: 17px; }
	.c-navbar__label-text {
	  margin-left: 10px;
	  margin-top: 2px;
	  font-family: "Jost", serif;
	  font-size: 16px;
	  letter-spacing: 0.1em;
	  text-transform: uppercase;
	  opacity: 1;
	  -webkit-transition: opacity 0.3s ease-in-out;
	  transition: opacity 0.3s ease-in-out; }
	  .nav--is-open .c-navbar__label-text {
		opacity: 0; }
	.jetpack-social-navigation {
	  position: absolute;
	  top: 0;
	  right: 0; }
	  .jetpack-social-navigation.jetpack-social-navigation a:before {
		font-size: 20px; }
	.search-trigger {
	  padding: 0; } }
  
  @media screen and (max-width: 1000px) {
	.admin-bar .c-navbar__content {
	  border-top: 32px solid transparent; } }
  
  @media screen and (max-width: 782px) {
	.admin-bar .c-navbar__content {
	  border-top-width: 16px; } }
  
  @media only screen and (min-width: 62.5em) {
	.site-header-mobile {
	  display: none; } }
  
  .c-navbar__zone--left,
  .c-navbar__zone--middle {
	min-height: 52px; }
  
  .c-navbar__zone--left > .header.nav {
	opacity: 0; }
  
  .c-navbar__zone--middle > .header.nav {
	opacity: 1;
	-webkit-animation: fade-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
			animation: fade-in 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }
  
  @-webkit-keyframes fade-in {
	0% {
	  opacity: 0; }
	100% {
	  opacity: 1; } }
  
  @keyframes fade-in {
	0% {
	  opacity: 0; }
	100% {
	  opacity: 1; } }
  
  .c-btn--search {
	cursor: pointer;
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease; }
	.c-btn--search:hover {
	  opacity: .6; }
  
  .site-title {
	font-size: 100px; }
	@media only screen and (min-width: 42.5em) {
	  .site-title {
		font-size: 140px; } }
	.site-title:before, .site-title:after {
	  content: none; }
  
  .site-title {
	font-family: "HK Grotesk", sans-serif;
	font-size: 140px;
	line-height: 1;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0; }
	@media only screen and (max-width: 1360px) {
	  .site-title {
		font-size: 101.81818px; } }
	@media only screen and (max-width: 1024px) {
	  .site-title {
		font-size: 80px; } }
	@media only screen and (max-width: 768px) {
	  .site-title {
		font-size: 65.88235px; } }
	@media only screen and (max-width: 400px) {
	  .site-title {
		font-size: 56px; } }
  
  .site-description {
	position: relative;
	top: -1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	padding: 0 10px;
	border-radius: 10px;
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.19;
	font-weight: 500; }
	@media only screen and (max-width: 1360px) {
	  .site-description {
		margin-top: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .site-description {
		margin-top: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .site-description {
		margin-top: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .site-description {
		margin-top: 10.42442px; } }
	@media only screen and (max-width: 1360px) {
	  .site-description {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .site-description {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .site-description {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .site-description {
		font-size: 13.785px; } }
	.site-description:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.site-description:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.site-description:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.site-description:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.site-description:not(:last-child) {
		  margin-bottom: 16.71642px; } }
	@media not screen and (min-width: 62.5em) {
	  .site-description {
		display: none; } }
  
  @media not screen and (min-width: 62.5em) {
	.c-navbar {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between; } }
  
  @media only screen and (min-width: 62.5em) {
	.c-navbar {
	  height: auto; } }
  
  .site-header-sticky .c-navbar {
	padding-bottom: 0; }
  
  .c-navbar ul,
  .c-navbar li {
	padding-left: 0; }
  
  .c-navbar .menu {
	margin-bottom: 0; }
	.c-navbar .menu a {
	  text-decoration: none; }
	.c-navbar .menu[class] li {
	  margin-bottom: 0; }
	.c-navbar .menu.menu--primary > li,
	.c-navbar .menu.menu--primary > li > a,
	.c-navbar .menu .site-header-sticky > li,
	.c-navbar .menu .site-header-sticky > li > a {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: stretch;
		  -ms-flex-align: stretch;
			  align-items: stretch; }
	  @media not screen and (min-width: 62.5em) {
		.c-navbar .menu.menu--primary > li,
		.c-navbar .menu.menu--primary > li > a,
		.c-navbar .menu .site-header-sticky > li,
		.c-navbar .menu .site-header-sticky > li > a {
		  -webkit-box-pack: start;
			  -ms-flex-pack: start;
				  justify-content: flex-start; }
		  .c-navbar .menu.menu--primary > li.menu-item-has-children,
		  .c-navbar .menu.menu--primary > li > a.menu-item-has-children,
		  .c-navbar .menu .site-header-sticky > li.menu-item-has-children,
		  .c-navbar .menu .site-header-sticky > li > a.menu-item-has-children {
			display: block; } }
	.c-navbar .menu.menu--primary > li > a,
	.c-navbar .menu .site-header-sticky > li > a {
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	.c-navbar .menu .sub-menu {
	  padding-top: 7px;
	  padding-bottom: 7px;
	  margin-left: 0;
	  padding-left: 0; }
	  @media only screen and (max-width: 1360px) {
		.c-navbar .menu .sub-menu {
		  padding-top: 6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.c-navbar .menu .sub-menu {
		  padding-top: 6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.c-navbar .menu .sub-menu {
		  padding-top: 6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.c-navbar .menu .sub-menu {
		  padding-top: 6.71221px; } }
	  @media only screen and (max-width: 1360px) {
		.c-navbar .menu .sub-menu {
		  padding-bottom: 6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.c-navbar .menu .sub-menu {
		  padding-bottom: 6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.c-navbar .menu .sub-menu {
		  padding-bottom: 6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.c-navbar .menu .sub-menu {
		  padding-bottom: 6.71221px; } }
  
  .c-navbar .menu-item:empty {
	display: none; }
  
  .c-navbar__content {
	padding-left: 0;
	padding-right: 0; }
  
  @media only screen and (min-width: 62.5em) {
	.c-navbar__zone--middle {
	  z-index: 9010; }
	.c-navbar__zone .menu:not(.menu--primary) li,
	.c-navbar__zone .menu:not(.menu--primary) button {
	  -webkit-transition: opacity 0.3s ease-in-out;
	  transition: opacity 0.3s ease-in-out;
	  opacity: 1; }
	  .c-navbar__zone .menu:not(.menu--primary) li:hover, .c-navbar__zone .menu:not(.menu--primary) li[class*="current-menu"],
	  .c-navbar__zone .menu:not(.menu--primary) button:hover,
	  .c-navbar__zone .menu:not(.menu--primary) button[class*="current-menu"] {
		opacity: .6; }
	.sub-menu {
	  padding-left: 0; } }
  
  .menu--primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	-ms-flex-line-pack: center;
		align-content: center; }
	.menu--primary li[class*='children'] {
	  position: static; }
	  .menu--primary li[class*='children']:after {
		content: none; }
	  .menu--primary li[class*='children'] > a:after {
		content: '+';
		padding-left: 5px;
		border: 0; }
	.menu--primary > li[class*='children'] > a:after {
	  position: absolute;
	  left: 100%; }
	.menu--primary > li[class*='children'] {
	  position: static; }
	  .menu--primary > li[class*='children']:after {
		content: none; }
	@media only screen and (min-width: 62.5em) {
	  .menu--primary > li > a {
		position: relative;
		z-index: 9002; }
		.menu--primary > li > a:before {
		  content: "";
		  position: absolute;
		  top: -1px;
		  left: 0;
		  width: 100%;
		  height: 4px;
		  background-color: currentColor;
		  -webkit-transform-origin: 0 0;
				  transform-origin: 0 0;
		  -webkit-transform: scale(1, 0);
				  transform: scale(1, 0);
		  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99); }
	  .menu--primary > li:hover > a:before {
		-webkit-transform: scale(1, 1);
				transform: scale(1, 1); }
	  .menu--primary .sub-menu {
		top: 100%;
		z-index: 9000;
		width: 100%;
		border: 0;
		text-align: center;
		opacity: 1; }
		.menu--primary .sub-menu:after {
		  content: "";
		  position: absolute;
		  top: 0;
		  left: 0;
		  z-index: -1;
		  width: 100%;
		  height: 100%;
		  background-color: #161616;
		  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  -webkit-transform-origin: 0 0;
				  transform-origin: 0 0;
		  -webkit-transform: scale(1, 0);
				  transform: scale(1, 0);
		  pointer-events: none; }
		.menu--primary .sub-menu.sub-menu li {
		  width: auto;
		  opacity: 0;
		  -webkit-transition: opacity 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99);
		  transition: opacity 0.3s cubic-bezier(0.18, 0.61, 0.43, 0.99); } }
	@media only screen and (min-width: 62.5em) and (min-width: 62.5em) {
	  .menu--primary .sub-menu.sub-menu li a {
		color: #FFFFFF !important; }
	  .menu--primary .sub-menu.sub-menu li.hover > a {
		color: #FFFFFF !important; } }
	@media only screen and (min-width: 62.5em) {
		.menu--primary .sub-menu a {
		  padding: 14px;
		  padding-top: 16px;
		  padding-bottom: 16px;
		  color: inherit;
		  -webkit-transition: opacity 0.3s ease-in;
		  transition: opacity 0.3s ease-in; } }
	  @media only screen and (min-width: 62.5em) and (max-width: 1360px) {
		.menu--primary .sub-menu a {
		  padding: 12.89431px; } }
	  @media only screen and (min-width: 62.5em) and (max-width: 1024px) {
		.menu--primary .sub-menu a {
		  padding: 11.95049px; } }
	  @media only screen and (min-width: 62.5em) and (max-width: 768px) {
		.menu--primary .sub-menu a {
		  padding: 11.13541px; } }
	  @media only screen and (min-width: 62.5em) and (max-width: 320px) {
		.menu--primary .sub-menu a {
		  padding: 10.42442px; } }
	@media only screen and (min-width: 62.5em) {
		  .menu--primary .sub-menu a:hover {
			opacity: .8; }
		.menu--primary .sub-menu .sub-menu {
		  left: 0;
		  top: 100%;
		  width: 100%; }
	  .menu--primary > [class*="children"] > .sub-menu {
		border-top: 10px solid transparent; }
	  .menu--primary li.hover > .sub-menu {
		pointer-events: auto; }
		.menu--primary li.hover > .sub-menu:after {
		  -webkit-transform: scale(1, 1);
				  transform: scale(1, 1); }
		.menu--primary li.hover > .sub-menu > li {
		  opacity: 1; } }
  
  .site-header-sticky--show .menu--primary {
	margin-bottom: 0; }
	.site-header-sticky--show .menu--primary > [class*="children"] > .sub-menu {
	  border-top: 0; }
  
  .site-header-sticky .menu--primary .sub-menu {
	top: 100%; }
  
  .menu--secondary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.menu--secondary > li > a {
	  padding-top: 14px;
	  padding-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.menu--secondary > li > a {
		  padding-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.menu--secondary > li > a {
		  padding-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.menu--secondary > li > a {
		  padding-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.menu--secondary > li > a {
		  padding-top: 10.42442px; } }
	  @media only screen and (max-width: 1360px) {
		.menu--secondary > li > a {
		  padding-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.menu--secondary > li > a {
		  padding-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.menu--secondary > li > a {
		  padding-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.menu--secondary > li > a {
		  padding-bottom: 10.42442px; } }
  
  .menu--secondary [class*="children"]:after {
	content: none; }
  
  @media not screen and (min-width: 62.5em) {
	.menu li {
	  text-align: left; }
	.c-navbar.c-navbar ul li {
	  margin-right: 0; }
	.c-navbar__content .menu[class][class] a {
	  margin: 0;
	  display: inline-block;
	  padding: 13px 0 13px 28px;
	  font-size: 16px;
	  line-height: 1;
	  max-width: calc(100% - 1.5em); }
	.c-navbar__content .menu[class][class] .sub-menu[class] a {
	  padding: 10px 0 10px 28px;
	  font-size: 14px;
	  color: inherit; }
	.menu--primary.menu--primary {
	  height: auto;
	  display: block; }
	  .menu--primary.menu--primary li {
		display: block; }
	.menu--primary > li > a {
	  border-top: 0; }
	.menu--primary li[class*="children"] > a {
	  position: relative;
	  display: inline-block; }
	  .menu--primary li[class*="children"] > a:before {
		content: "+";
		position: absolute;
		left: 100%;
		top: 50%;
		-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
		margin-left: 10px;
		background-color: transparent;
		font-family: "Jost", serif;
		font-weight: 600; }
	  .menu--primary li[class*='children'] > a:after {
		content: none; }
	.menu--primary .sub-menu .sub-menu {
	  padding-bottom: 0; }
	  .menu--primary .sub-menu .sub-menu li {
		margin-left: 0; }
	.menu--secondary {
	  display: block; }
	.sub-menu.sub-menu {
	  display: none;
	  background: transparent;
	  color: #444; }
	  .sub-menu.sub-menu a {
		text-transform: none;
		font-size: 14px;
		padding: 10px 0 10px 10px; }
	  .hover > .sub-menu.sub-menu {
		display: block; }
		.hover > .sub-menu.sub-menu[class] {
		  padding-left: 28px; } }
  
  .menu--primary,
  .site-header-sticky {
	min-height: 53px; }
  
  @media not screen and (min-width: 62.5em) {
	.c-branding {
	  width: calc(100% - 80px);
	  padding: 10px; }
	  .c-branding .custom-logo-link + a {
		margin-top: 0; }
	  .c-branding .site-title {
		font-size: 24px;
		line-height: 24px; }
	.c-navbar--dropdown {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center; }
	  .c-navbar--dropdown .menu-main-menu-container[class] {
		border-width: 0; }
	.c-navbar__checkbox {
	  display: none; }
	.c-navbar__label {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  max-width: 28px;
	  min-height: 30px;
	  margin: 0;
	  position: relative; }
	  .c-navbar__label.u-header-sides-spacing {
		padding: 0; }
	.c-navbar__label-text {
	  display: none; }
	.site-header {
	  position: fixed;
	  top: 0;
	  z-index: 1000;
	  left: 0;
	  width: 100%;
	  padding-bottom: 0;
	  background: #FFFCFC;
	  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
	  .site-header:after {
		height: 0; }
	.site-logo[class] img,
	.custom-logo-link[class] img {
	  max-height: 30px; }
	#wpadminbar {
	  position: fixed;
	  top: 0; }
	.site-header-mobile {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  padding-top: 0;
	  padding-bottom: 0;
	  max-width: 50px; }
	.jetpack-social-navigation {
	  position: relative; } }
  
  .site-logo img,
  .custom-logo-link img {
	-webkit-transform: translateZ(0);
			transform: translateZ(0); }
  
  .admin-bar .site-header {
	top: 32px; }
  
  .demo-site .site-header {
	top: 80px; }
  
  .admin-bar.demo-site .site-header {
	top: 112px; }
  
  @media (max-width: 782px) {
	.admin-bar .site-header {
	  top: 46px; }
	.admin-bar.demo-site .site-header {
	  top: 126px; } }
  
  @media (max-width: 700px) {
	.admin-bar.demo-site .site-header {
	  top: 146px; } }
  
  @media only screen and (min-width: 62.5em) {
	.admin-bar .site-header {
	  top: 0; } }
  
  .has-border:not(.u-static-header) .c-navbar {
	margin-top: 0; }
  
  /**
   * 6.0 - Footer
   */
  @media not screen and (min-width: 62.5em) {
	.entry-footer__wrapper {
	  padding-bottom: 3em; } }
  
  .c-footer__widget:first-child:nth-last-child(3), .c-footer__widget:first-child:nth-last-child(3) ~ .widget {
	-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%; }
  
  .c-footer__widget:first-child:nth-last-child(2), .c-footer__widget:first-child:nth-last-child(2) ~ .widget {
	-ms-flex-preferred-size: 50%;
		flex-basis: 50%; }
  
  .c-footer__zone:empty {
	display: none; }
  
  .c-footer__zone--bottom {
	text-align: center; }
	.c-footer__zone--bottom .menu > * {
	  display: inline-block; }
	.c-footer__zone--bottom * + .c-footer__copyright-text {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.c-footer__zone--bottom * + .c-footer__copyright-text {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.c-footer__zone--bottom * + .c-footer__copyright-text {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.c-footer__zone--bottom * + .c-footer__copyright-text {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.c-footer__zone--bottom * + .c-footer__copyright-text {
		  margin-top: 10.42442px; } }
  
  .u-footer-layout-stacked .c-footer__gallery {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-right: 0;
	text-align: center; }
	.u-footer-layout-stacked .c-footer__gallery .c-gallery__item {
	  width: auto;
	  padding-right: 0; }
	@media not screen and (min-width: 62.5em) {
	  .u-footer-layout-stacked .c-footer__gallery {
		margin-left: 0; }
		.u-footer-layout-stacked .c-footer__gallery .c-gallery__item {
		  width: 100%; } }
  
  .u-footer-layout-stacked .c-footer__widget {
	text-align: center; }
	.u-footer-layout-stacked .c-footer__widget .menu {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center; }
  
  .c-footer {
	color: #FFFFFF; }
	.c-footer a {
	  color: #FFFFFF; }
	.c-footer h1, .c-footer h2, .c-footer h3, .c-footer h4, .c-footer h5, .c-footer h6 {
	  color: inherit; }
  
  .u-footer-top-spacing {
	padding-top: 112px; }
	@media only screen and (max-width: 1360px) {
	  .u-footer-top-spacing {
		padding-top: 80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .u-footer-top-spacing {
		padding-top: 62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .u-footer-top-spacing {
		padding-top: 51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .u-footer-top-spacing {
		padding-top: 43.49515px; } }
  
  .u-footer-bottom-spacing {
	padding-bottom: 112px; }
	@media only screen and (max-width: 1360px) {
	  .u-footer-bottom-spacing {
		padding-bottom: 80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .u-footer-bottom-spacing {
		padding-bottom: 62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .u-footer-bottom-spacing {
		padding-bottom: 51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .u-footer-bottom-spacing {
		padding-bottom: 43.49515px; } }
  
  .u-footer-background {
	background-color: #1C1C1C; }
  
  .c-footer .widget_wpcom_social_media_icons_widget li {
	margin-right: 20px; }
	.c-footer .widget_wpcom_social_media_icons_widget li:last-child {
	  margin-right: 0; }
	.c-footer .widget_wpcom_social_media_icons_widget li a {
	  font-size: 24px;
	  -webkit-transition: opacity 0.2s ease;
	  transition: opacity 0.2s ease; }
	  .c-footer .widget_wpcom_social_media_icons_widget li a:hover {
		opacity: 0.5; }
  
  [id="footer-menu"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: flex-start;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap; }
	[id="footer-menu"] li {
	  margin-right: 14px;
	  list-style-type: none; }
	  @media only screen and (max-width: 1360px) {
		[id="footer-menu"] li {
		  margin-right: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		[id="footer-menu"] li {
		  margin-right: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		[id="footer-menu"] li {
		  margin-right: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		[id="footer-menu"] li {
		  margin-right: 10.42442px; } }
	  [id="footer-menu"] li:last-child {
		margin-right: 0; }
	  [id="footer-menu"] li:first-child a {
		margin-left: 0; }
		[id="footer-menu"] li:first-child a:before {
		  display: none; }
	  [id="footer-menu"] li a {
		margin-left: 14px;
		font-family: "Jost", serif;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.07692em;
		text-transform: uppercase; }
		@media only screen and (max-width: 1360px) {
		  [id="footer-menu"] li a {
			margin-left: 12.89431px; } }
		@media only screen and (max-width: 1024px) {
		  [id="footer-menu"] li a {
			margin-left: 11.95049px; } }
		@media only screen and (max-width: 768px) {
		  [id="footer-menu"] li a {
			margin-left: 11.13541px; } }
		@media only screen and (max-width: 320px) {
		  [id="footer-menu"] li a {
			margin-left: 10.42442px; } }
		@media only screen and (max-width: 1360px) {
		  [id="footer-menu"] li a {
			font-size: 12.58304px; } }
		@media only screen and (max-width: 1024px) {
		  [id="footer-menu"] li a {
			font-size: 12.19199px; } }
		@media only screen and (max-width: 768px) {
		  [id="footer-menu"] li a {
			font-size: 11.82451px; } }
		@media only screen and (max-width: 400px) {
		  [id="footer-menu"] li a {
			font-size: 11.47854px; } }
		[id="footer-menu"] li a:before {
		  content: '\2022';
		  position: relative;
		  top: 0;
		  left: -14px;
		  pointer-events: none; }
		  @media only screen and (max-width: 1360px) {
			[id="footer-menu"] li a:before {
			  left: -12.89431px; } }
		  @media only screen and (max-width: 1024px) {
			[id="footer-menu"] li a:before {
			  left: -11.95049px; } }
		  @media only screen and (max-width: 768px) {
			[id="footer-menu"] li a:before {
			  left: -11.13541px; } }
		  @media only screen and (max-width: 320px) {
			[id="footer-menu"] li a:before {
			  left: -10.42442px; } }
  
  .c-footer__zone--bottom {
	text-align: center; }
	.c-footer__zone--bottom .menu {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  margin-left: -14px; }
	  @media only screen and (max-width: 1360px) {
		.c-footer__zone--bottom .menu {
		  margin-left: -12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.c-footer__zone--bottom .menu {
		  margin-left: -11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.c-footer__zone--bottom .menu {
		  margin-left: -11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.c-footer__zone--bottom .menu {
		  margin-left: -10.42442px; } }
	  .c-footer__zone--bottom .menu li {
		margin-left: 14px;
		margin-bottom: 0; }
		@media only screen and (max-width: 1360px) {
		  .c-footer__zone--bottom .menu li {
			margin-left: 12.89431px; } }
		@media only screen and (max-width: 1024px) {
		  .c-footer__zone--bottom .menu li {
			margin-left: 11.95049px; } }
		@media only screen and (max-width: 768px) {
		  .c-footer__zone--bottom .menu li {
			margin-left: 11.13541px; } }
		@media only screen and (max-width: 320px) {
		  .c-footer__zone--bottom .menu li {
			margin-left: 10.42442px; } }
	.c-footer__zone--bottom nav + .c-footer__copyright-text {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.c-footer__zone--bottom nav + .c-footer__copyright-text {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.c-footer__zone--bottom nav + .c-footer__copyright-text {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.c-footer__zone--bottom nav + .c-footer__copyright-text {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.c-footer__zone--bottom nav + .c-footer__copyright-text {
		  margin-top: 10.42442px; } }
	.c-footer__zone--bottom .c-footer__credits {
	  opacity: 0.5; }
	  .c-footer__zone--bottom .c-footer__credits a {
		text-decoration: underline; }
  
  .c-footer__widget {
	text-align: left; }
	.c-footer__widget ul {
	  margin-left: 0; }
	.c-footer__widget h3 + ul {
	  padding-bottom: 0; }
  
  .c-footer__gallery {
	margin-bottom: 0;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center; }
  
  .c-footer__copyright-text {
	font-size: 16px; }
  
  .c-alert {
	padding: 35px 42px;
	color: #FFF;
	background-color: #E03A3A; }
	@media only screen and (max-width: 1360px) {
	  .c-alert {
		padding: 27.48466px 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .c-alert {
		padding: 22.62626px 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .c-alert {
		padding: 19.22747px 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .c-alert {
		padding: 16.71642px 19.64912px; } }
  
  .c-alert__title {
	font-family: "HK Grotesk", sans-serif;
	font-size: 21px;
	line-height: 1.42857;
	font-weight: 700;
	color: inherit; }
	@media only screen and (max-width: 1360px) {
	  .c-alert__title {
		font-size: 19.82441px; } }
	@media only screen and (max-width: 1024px) {
	  .c-alert__title {
		font-size: 18.77347px; } }
	@media only screen and (max-width: 768px) {
	  .c-alert__title {
		font-size: 17.82834px; } }
	@media only screen and (max-width: 400px) {
	  .c-alert__title {
		font-size: 16.97381px; } }
	.c-alert__title:not(:last-child) {
	  margin-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.c-alert__title:not(:last-child) {
		  margin-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.c-alert__title:not(:last-child) {
		  margin-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.c-alert__title:not(:last-child) {
		  margin-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.c-alert__title:not(:last-child) {
		  margin-bottom: 10.42442px; } }
  
  .c-alert__body {
	font-size: 16px;
	line-height: 1.5; }
	@media only screen and (max-width: 1360px) {
	  .c-alert__body {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .c-alert__body {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .c-alert__body {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .c-alert__body {
		font-size: 13.785px; } }
  
  .back-to-top {
	position: fixed;
	right: 25px;
	top: 50%;
	z-index: 100;
	width: 0;
	height: 0;
	margin-top: -7px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 15px solid rgba(0, 0, 0, 0.12);
	font-size: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
	-webkit-transform: translateZ(0);
			transform: translateZ(0);
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden; }
	@media not screen and (min-width: 62.5em) {
	  .back-to-top {
		opacity: 0 !important;
		pointer-events: none !important; } }
	.back-to-top.is-visible {
	  opacity: 1;
	  pointer-events: auto; }
  
  .dropcap {
	font-family: "HK Grotesk", sans-serif;
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	float: left;
	padding-right: 0.1em;
	margin-top: -0.05em;
	margin-left: -0.05em;
	margin-bottom: -.1em;
	text-shadow: 3px 3px 0 rgba(56, 60, 80, 0.22); }
	@media only screen and (max-width: 1360px) {
	  .dropcap {
		font-size: 42.71845px; } }
	@media only screen and (max-width: 1024px) {
	  .dropcap {
		font-size: 37.28814px; } }
	@media only screen and (max-width: 768px) {
	  .dropcap {
		font-size: 33.08271px; } }
	@media only screen and (max-width: 400px) {
	  .dropcap {
		font-size: 29.72973px; } }
	.dropcap:not(:first-child) {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.dropcap:not(:first-child) {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.dropcap:not(:first-child) {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.dropcap:not(:first-child) {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.dropcap:not(:first-child) {
		  margin-top: 10.42442px; } }
	.dropcap:not(:last-child) {
	  margin-bottom: 14px; }
	  @media only screen and (max-width: 1360px) {
		.dropcap:not(:last-child) {
		  margin-bottom: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.dropcap:not(:last-child) {
		  margin-bottom: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.dropcap:not(:last-child) {
		  margin-bottom: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.dropcap:not(:last-child) {
		  margin-bottom: 10.42442px; } }
	.dropcap[class] {
	  font-size: 5.4em;
	  line-height: 0.9; }
	.dropcap[class]:before, .dropcap[class]:after {
	  content: none; }
  
  .link--arrow {
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom: none;
	text-decoration: none; }
	.link--arrow:after, .link--arrow:before {
	  display: none;
	  content: " ";
	  width: 13px;
	  height: 11px;
	  margin-left: 10px;
	  background: url("/wp-content/themes/everysize/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("/wp-content/themes/everysize/assets/images/directional-arrow-white.svg") 100% center no-repeat; }
  
  .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch; }
	.search-form > .search-submit {
	  display: inline-block;
	  /* [1] */
	  vertical-align: middle;
	  /* [2] */
	  text-align: center;
	  /* [4] */
	  cursor: pointer;
	  /* [5] */
	  position: relative;
	  padding-right: 100px;
	  text-align: left;
	  padding-right: 88px;
	  text-align: left;
	  -ms-flex-negative: 0;
		  flex-shrink: 0; }
	  .search-form > .search-submit:before, .search-form > .search-submit:after {
		content: '';
		position: absolute;
		top: 50%;
		z-index: 100;
		color: inherit;
		margin-top: -1px;
		-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
		transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform; }
	  .search-form > .search-submit:before {
		width: 35px;
		height: 1px;
		background-color: currentColor; }
		@media only screen and (max-width: 1360px) {
		  .search-form > .search-submit:before {
			width: 27.48466px; } }
		@media only screen and (max-width: 1024px) {
		  .search-form > .search-submit:before {
			width: 22.62626px; } }
		@media only screen and (max-width: 768px) {
		  .search-form > .search-submit:before {
			width: 19.22747px; } }
		@media only screen and (max-width: 320px) {
		  .search-form > .search-submit:before {
			width: 16.71642px; } }
	  .search-form > .search-submit:after {
		display: block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		-webkit-transform: translate(0, calc(0.5px - 50%));
				transform: translate(0, calc(0.5px - 50%)); }
	  @media only screen and (max-width: 1360px) {
		.search-form > .search-submit {
		  padding-right: 72.72727px; } }
	  @media only screen and (max-width: 1024px) {
		.search-form > .search-submit {
		  padding-right: 57.14286px; } }
	  @media only screen and (max-width: 768px) {
		.search-form > .search-submit {
		  padding-right: 47.05882px; } }
	  @media only screen and (max-width: 320px) {
		.search-form > .search-submit {
		  padding-right: 40px; } }
	  .search-form > .search-submit:before {
		right: 2.33333em; }
	  .search-form > .search-submit:after {
		right: calc(7em/3 - 5px);
		border-left: 5px solid currentColor; }
	  .search-form > .search-submit:hover:before {
		-webkit-transform: translate3d(5px, 0, 0);
				transform: translate3d(5px, 0, 0); }
	  .search-form > .search-submit:hover:after {
		-webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
				transform: translate3d(5px, calc(0.5px - 50%), 0); }
	  @media only screen and (max-width: 1360px) {
		.search-form > .search-submit {
		  padding-right: 64.88479px; } }
	  @media only screen and (max-width: 1024px) {
		.search-form > .search-submit {
		  padding-right: 51.38686px; } }
	  @media only screen and (max-width: 768px) {
		.search-form > .search-submit {
		  padding-right: 42.53776px; } }
	  @media only screen and (max-width: 320px) {
		.search-form > .search-submit {
		  padding-right: 36.28866px; } }
	  .search-form > .search-submit:before {
		right: 33px; }
		@media only screen and (max-width: 1360px) {
		  .search-form > .search-submit:before {
			right: 25.97786px; } }
		@media only screen and (max-width: 1024px) {
		  .search-form > .search-submit:before {
			right: 21.41988px; } }
		@media only screen and (max-width: 768px) {
		  .search-form > .search-submit:before {
			right: 18.22261px; } }
		@media only screen and (max-width: 320px) {
		  .search-form > .search-submit:before {
			right: 15.85586px; } }
	  .search-form > .search-submit:after {
		right: 28px; }
		@media only screen and (max-width: 1360px) {
		  .search-form > .search-submit:after {
			right: 22.17822px; } }
		@media only screen and (max-width: 1024px) {
		  .search-form > .search-submit:after {
			right: 18.36066px; } }
		@media only screen and (max-width: 768px) {
		  .search-form > .search-submit:after {
			right: 15.66434px; } }
		@media only screen and (max-width: 320px) {
		  .search-form > .search-submit:after {
			right: 13.65854px; } }
	  .search-form > .search-submit[class] {
		margin-bottom: 0; }
	:not(.widget--side) > .search-form > .search-submit {
	  margin-left: 28px; }
	  @media only screen and (max-width: 1360px) {
		:not(.widget--side) > .search-form > .search-submit {
		  margin-left: 22.17822px; } }
	  @media only screen and (max-width: 1024px) {
		:not(.widget--side) > .search-form > .search-submit {
		  margin-left: 18.36066px; } }
	  @media only screen and (max-width: 768px) {
		:not(.widget--side) > .search-form > .search-submit {
		  margin-left: 15.66434px; } }
	  @media only screen and (max-width: 320px) {
		:not(.widget--side) > .search-form > .search-submit {
		  margin-left: 13.65854px; } }
	  :not(.widget--side) > .search-form > .search-submit[class] {
		margin-bottom: 0; }
	.widget--side > .search-form {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap; }
	  .widget--side > .search-form > .search-submit {
		margin-top: 14px;
		display: block;
		width: 100%;
		text-align: left; }
		@media only screen and (max-width: 1360px) {
		  .widget--side > .search-form > .search-submit {
			margin-top: 12.89431px; } }
		@media only screen and (max-width: 1024px) {
		  .widget--side > .search-form > .search-submit {
			margin-top: 11.95049px; } }
		@media only screen and (max-width: 768px) {
		  .widget--side > .search-form > .search-submit {
			margin-top: 11.13541px; } }
		@media only screen and (max-width: 320px) {
		  .widget--side > .search-form > .search-submit {
			margin-top: 10.42442px; } }
  
  .c-search-overlay {
	padding: 112px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9200;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	background-color: #F7F6F5;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out; }
	@media only screen and (max-width: 1360px) {
	  .c-search-overlay {
		padding: 80.35874px; } }
	@media only screen and (max-width: 1024px) {
	  .c-search-overlay {
		padding: 62.65734px; } }
	@media only screen and (max-width: 768px) {
	  .c-search-overlay {
		padding: 51.3467px; } }
	@media only screen and (max-width: 320px) {
	  .c-search-overlay {
		padding: 43.49515px; } }
	.admin-bar .c-search-overlay {
	  top: 32px; }
	.demo-site .c-search-overlay {
	  top: 80px; }
	.admin-bar.demo-site .c-search-overlay {
	  top: 112px; }
	@media (max-width: 782px) {
	  .admin-bar .c-search-overlay {
		top: 46px; }
	  .admin-bar.demo-site .c-search-overlay {
		top: 126px; } }
	@media (max-width: 700px) {
	  .admin-bar.demo-site .c-search-overlay {
		top: 146px; } }
	.show-search-overlay .c-search-overlay {
	  opacity: 1;
	  pointer-events: auto; }
	.c-search-overlay__close-button {
	  border: 0;
	  padding: 0;
	  background: none;
	  -webkit-appearance: none;
		 -moz-appearance: none;
			  appearance: none;
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 33px;
	  cursor: pointer;
	  -webkit-transition: opacity .15s ease;
	  transition: opacity .15s ease; }
	  .c-search-overlay__close-button:hover {
		opacity: .6; }
	.c-search-overlay__description {
	  font-size: 20px; }
	  @media only screen and (max-width: 1360px) {
		.c-search-overlay__description {
		  font-size: 18.964px; } }
	  @media only screen and (max-width: 1024px) {
		.c-search-overlay__description {
		  font-size: 18.03005px; } }
	  @media only screen and (max-width: 768px) {
		.c-search-overlay__description {
		  font-size: 17.18377px; } }
	  @media only screen and (max-width: 400px) {
		.c-search-overlay__description {
		  font-size: 16.41337px; } }
	.c-search-overlay .search-field {
	  font-size: 100px;
	  margin-bottom: 7px;
	  padding: 0;
	  border: 0;
	  font-weight: 700;
	  background-color: transparent;
	  color: #222222; }
	  @media only screen and (max-width: 1360px) {
		.c-search-overlay .search-field {
		  font-size: 77.87611px; } }
	  @media only screen and (max-width: 1024px) {
		.c-search-overlay .search-field {
		  font-size: 63.76812px; } }
	  @media only screen and (max-width: 768px) {
		.c-search-overlay .search-field {
		  font-size: 53.98773px; } }
	  @media only screen and (max-width: 400px) {
		.c-search-overlay .search-field {
		  font-size: 46.80851px; } }
	  @media only screen and (max-width: 1360px) {
		.c-search-overlay .search-field {
		  margin-bottom: 6.92576px; } }
	  @media only screen and (max-width: 1024px) {
		.c-search-overlay .search-field {
		  margin-bottom: 6.85309px; } }
	  @media only screen and (max-width: 768px) {
		.c-search-overlay .search-field {
		  margin-bottom: 6.78192px; } }
	  @media only screen and (max-width: 320px) {
		.c-search-overlay .search-field {
		  margin-bottom: 6.71221px; } }
	.c-search-overlay ::-webkit-input-placeholder {
	  font: inherit;
	  color: inherit;
	  opacity: 1; }
	.c-search-overlay ::-moz-placeholder {
	  font: inherit;
	  color: inherit;
	  opacity: 1; }
	.c-search-overlay :-ms-input-placeholder {
	  font: inherit;
	  color: inherit;
	  opacity: 1; }
	.c-search-overlay :-moz-placeholder {
	  font: inherit;
	  color: inherit;
	  opacity: 1; }
	.c-search-overlay .search-submit.search-submit.search-submit {
	  display: none; }
  
  body.show-search-overlay {
	overflow: hidden; }
  
  .intro {
	font-family: "HK Grotesk", sans-serif;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.02083em; }
	@media only screen and (max-width: 1360px) {
	  .intro {
		font-size: 22.30069px; } }
	@media only screen and (max-width: 1024px) {
	  .intro {
		font-size: 20.8261px; } }
	@media only screen and (max-width: 768px) {
	  .intro {
		font-size: 19.53443px; } }
	@media only screen and (max-width: 400px) {
	  .intro {
		font-size: 18.39362px; } }
  
  .intro.large {
	font-size: 36px; }
	@media only screen and (max-width: 1360px) {
	  .intro.large {
		font-size: 31.61677px; } }
	@media only screen and (max-width: 1024px) {
	  .intro.large {
		font-size: 28.18505px; } }
	@media only screen and (max-width: 768px) {
	  .intro.large {
		font-size: 25.42536px; } }
	@media only screen and (max-width: 400px) {
	  .intro.large {
		font-size: 23.15789px; } }
  
  
  /* ==========================================================================
	 #FRONTEND + EDITOR STYLES VARS
	 ========================================================================== */
  /* ==========================================================================
  #THE GRID
  ========================================================================== */
  /**
   * Grid Row
   */
  .row__wrapper {
	position: relative; }
  
  .row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
			flex-flow: row wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-left: -56px;
	margin-top: -56px;
	padding-left: 0;
	padding-right: 0; }
	@media only screen and (max-width: 1360px) {
	  .row {
		margin-left: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row {
		margin-left: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row {
		margin-left: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row {
		margin-left: -25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .row {
		margin-top: -42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row {
		margin-top: -34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row {
		margin-top: -29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row {
		margin-top: -25.16854px; } }
	.entry-content > .row:last-child {
	  margin-bottom: 0; }
	@media only screen and (min-width: 62.5em) {
	  .row {
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start; } }
  
  /**
   * Grid Columns
   */
  .column {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }
  
  @media only screen and (min-width: 62.5em) {
	.column-1 {
	  -ms-flex-preferred-size: calc(8.33333%);
		  flex-basis: calc(8.33333%);
	  width: 8.33333%; }
	.column-2 {
	  -ms-flex-preferred-size: calc(16.66667%);
		  flex-basis: calc(16.66667%);
	  width: 16.66667%; }
	.column-3 {
	  -ms-flex-preferred-size: calc(25%);
		  flex-basis: calc(25%);
	  width: 25%; }
	.column-4 {
	  -ms-flex-preferred-size: calc(33.33333%);
		  flex-basis: calc(33.33333%);
	  width: 33.33333%; }
	.column-5 {
	  -ms-flex-preferred-size: calc(41.66667%);
		  flex-basis: calc(41.66667%);
	  width: 41.66667%; }
	.column-6 {
	  -ms-flex-preferred-size: calc(50%);
		  flex-basis: calc(50%);
	  width: 50%; }
	.column-7 {
	  -ms-flex-preferred-size: calc(58.33333%);
		  flex-basis: calc(58.33333%);
	  width: 58.33333%; }
	.column-8 {
	  -ms-flex-preferred-size: calc(66.66667%);
		  flex-basis: calc(66.66667%);
	  width: 66.66667%; }
	.column-9 {
	  -ms-flex-preferred-size: calc(75%);
		  flex-basis: calc(75%);
	  width: 75%; }
	.column-10 {
	  -ms-flex-preferred-size: calc(83.33333%);
		  flex-basis: calc(83.33333%);
	  width: 83.33333%; }
	.column-11 {
	  -ms-flex-preferred-size: calc(91.66667%);
		  flex-basis: calc(91.66667%);
	  width: 91.66667%; }
	.column-12 {
	  -ms-flex-preferred-size: calc(100%);
		  flex-basis: calc(100%);
	  width: 100%; } }
  
  @media not screen and (min-width: 62.5em) {
	.column--stretch .gallery-item {
	  -ms-flex-preferred-size: 33.33333%;
		  flex-basis: 33.33333%; }
	.column--stretch .gallery-item:first-child:last-child {
	  -ms-flex-preferred-size: 100%;
		  flex-basis: 100%; }
	.column--stretch .gallery-item:first-child:nth-last-child(2), .column--stretch .gallery-item:first-child:nth-last-child(2) ~ .gallery-item {
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%; }
	.column--stretch .gallery-item:first-child:nth-last-child(3), .column--stretch .gallery-item:first-child:nth-last-child(3) ~ .gallery-item {
	  -ms-flex-preferred-size: 33.33333%;
		  flex-basis: 33.33333%; }
	.column--stretch .gallery-item:first-child:nth-last-child(4), .column--stretch .gallery-item:first-child:nth-last-child(4) ~ .gallery-item {
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%; } }
  
  /**
   * Grid Columns / Row Items
   */
  .column__wrapper {
	margin-top: 56px;
	padding-left: 56px; }
	@media only screen and (max-width: 1360px) {
	  .column__wrapper {
		margin-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column__wrapper {
		margin-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column__wrapper {
		margin-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column__wrapper {
		margin-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .column__wrapper {
		padding-left: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column__wrapper {
		padding-left: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column__wrapper {
		padding-left: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column__wrapper {
		padding-left: 25.16854px; } }
  
  .column {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: initial;
		-ms-flex-align: initial;
			align-items: initial;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	.debug-row .column {
	  background-color: #383c50; }
	.column .gallery,
	.column .tiled-gallery {
	  margin-bottom: 0;
	  padding-bottom: 0; }
  
  @media not screen and (min-width: 62.5em) {
	.row.row {
	  margin-left: 0; }
	.column__wrapper.column__wrapper {
	  padding-left: 0; }
	  .column__wrapper.column__wrapper:last-child {
		padding-bottom: 0; } }
  
  /* Row Spacing Variants.
	 ========================================================================== */
  .row-style--strip {
	padding-top: 56px;
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
	  .row-style--strip {
		padding-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row-style--strip {
		padding-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row-style--strip {
		padding-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row-style--strip {
		padding-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
	  .row-style--strip {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .row-style--strip {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .row-style--strip {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .row-style--strip {
		padding-bottom: 25.16854px; } }
	.entry-content > .row-style--strip:first-child {
	  margin-top: -56px; }
	  @media only screen and (max-width: 1360px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.entry-content > .row-style--strip:first-child {
		  margin-top: -25.16854px; } }
	.entry-content > .row-style--strip.row__wrapper:last-child {
	  margin-bottom: -56px; }
	  @media only screen and (max-width: 1360px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.entry-content > .row-style--strip.row__wrapper:last-child {
		  margin-bottom: -25.16854px; } }
	.row-style--strip + .row-style--strip {
	  margin-top: -56px;
	  padding-top: 0; }
	  @media only screen and (max-width: 1360px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -42.87081px; } }
	  @media only screen and (max-width: 1024px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -34.72868px; } }
	  @media only screen and (max-width: 768px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -29.18567px; } }
	  @media only screen and (max-width: 320px) {
		.row-style--strip + .row-style--strip {
		  margin-top: -25.16854px; } }
  
  /* Rows/Columns Style Variants.
	 ========================================================================== */
  .row-style--strip {
	background-color: #D7F4FF; }
	.row-style--strip:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 9999vw;
	  left: -100vw;
	  background-color: inherit; }
  
  .column-style--highlighted {
	padding: 56px;
	background-color: #FFFFFF; }
	@media only screen and (max-width: 1360px) {
	  .column-style--highlighted {
		padding: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column-style--highlighted {
		padding: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column-style--highlighted {
		padding: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column-style--highlighted {
		padding: 25.16854px; } }
  
  .column-style--boxed {
	padding: 56px;
	background-color: #23252d; }
	@media only screen and (max-width: 1360px) {
	  .column-style--boxed {
		padding: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .column-style--boxed {
		padding: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .column-style--boxed {
		padding: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .column-style--boxed {
		padding: 25.16854px; } }
	.column-style--boxed * {
	  color: white; }
  
  .row-style--stretch .row {
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch; }
  
  .row-style--stretch .column {
	height: 100%;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between; }
  
  .row-style--stretch .column--stretch {
	padding: 0; }
  
  .row-style--stretch .column__wrapper.hide-images img {
	display: none; }
  
  .row-style--stretch .column__wrapper * {
	-webkit-box-flex: 1;
		-ms-flex-positive: 1;
			flex-grow: 1; }
  
  .row-style--stretch .column__wrapper .gallery {
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	height: 100%; }
  
  .row-style--stretch .column__wrapper .gallery-item {
	height: auto; }
  
  .row-style--stretch .column__wrapper .gallery-icon {
	position: relative;
	height: 100%;
	width: 100%; }
	.row-style--stretch .column__wrapper .gallery-icon img {
	  position: absolute; }
  
  .row-style--stretch .column__wrapper figure {
	height: 100%; }
  
  .row-style--stretch .column__wrapper img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%; }
  
  .entry-content .contact-form label.radio,
  .entry-content .contact-form label.checkbox-multiple {
	margin-bottom: 1rem; }
  
  .related-posts-container {
	position: relative;
	padding: 56px 0; }
	@media only screen and (max-width: 1360px) {
	  .related-posts-container {
		padding: 42.87081px 0; } }
	@media only screen and (max-width: 1024px) {
	  .related-posts-container {
		padding: 34.72868px 0; } }
	@media only screen and (max-width: 768px) {
	  .related-posts-container {
		padding: 29.18567px 0; } }
	@media only screen and (max-width: 320px) {
	  .related-posts-container {
		padding: 25.16854px 0; } }
	.related-posts-container .c-card__frame img {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  max-width: none;
	  max-height: none;
	  -webkit-transform: translate(-50%, -50%);
			  transform: translate(-50%, -50%); }
	  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
		.related-posts-container .c-card__frame img {
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  -o-object-fit: cover;
			 object-fit: cover;
		  -webkit-transform: none;
				  transform: none; } }
	.related-posts-container .c-card__excerpt > *:last-child {
	  margin-bottom: 0; }
	.related-posts-container:before, .related-posts-container:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  display: block;
	  width: 100%;
	  width: calc(50vw - 50%);
	  height: 100%;
	  background-color: inherit;
	  z-index: 1; }
	.related-posts-container:after {
	  left: 100%; }
	.related-posts-container:before {
	  right: 100%; }
  
  @media not screen and (min-width: 62.5em) {
	.c-navbar .c-navbar__zone--left .c-btn--search[class] {
	  display: none; } }
  
  .c-btn--search svg {
	display: block; }
  
  .cats,
  .tags,
  .sharedaddy {
	margin-top: 14px; }
	@media only screen and (max-width: 1360px) {
	  .cats,
	  .tags,
	  .sharedaddy {
		margin-top: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .cats,
	  .tags,
	  .sharedaddy {
		margin-top: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .cats,
	  .tags,
	  .sharedaddy {
		margin-top: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .cats,
	  .tags,
	  .sharedaddy {
		margin-top: 10.42442px; } }
	.cats + .cats,
	.tags + .cats,
	.sharedaddy + .cats, .cats +
	.tags,
	.tags +
	.tags,
	.sharedaddy +
	.tags, .cats +
	.sharedaddy,
	.tags +
	.sharedaddy,
	.sharedaddy +
	.sharedaddy {
	  margin-top: 35px; }
	  @media only screen and (max-width: 1360px) {
		.cats + .cats,
		.tags + .cats,
		.sharedaddy + .cats, .cats +
		.tags,
		.tags +
		.tags,
		.sharedaddy +
		.tags, .cats +
		.sharedaddy,
		.tags +
		.sharedaddy,
		.sharedaddy +
		.sharedaddy {
		  margin-top: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.cats + .cats,
		.tags + .cats,
		.sharedaddy + .cats, .cats +
		.tags,
		.tags +
		.tags,
		.sharedaddy +
		.tags, .cats +
		.sharedaddy,
		.tags +
		.sharedaddy,
		.sharedaddy +
		.sharedaddy {
		  margin-top: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.cats + .cats,
		.tags + .cats,
		.sharedaddy + .cats, .cats +
		.tags,
		.tags +
		.tags,
		.sharedaddy +
		.tags, .cats +
		.sharedaddy,
		.tags +
		.sharedaddy,
		.sharedaddy +
		.sharedaddy {
		  margin-top: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.cats + .cats,
		.tags + .cats,
		.sharedaddy + .cats, .cats +
		.tags,
		.tags +
		.tags,
		.sharedaddy +
		.tags, .cats +
		.sharedaddy,
		.tags +
		.sharedaddy,
		.sharedaddy +
		.sharedaddy {
		  margin-top: 16.71642px; } }
	.cats:not(:last-child),
	.tags:not(:last-child),
	.sharedaddy:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.cats:not(:last-child),
		.tags:not(:last-child),
		.sharedaddy:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.cats:not(:last-child),
		.tags:not(:last-child),
		.sharedaddy:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.cats:not(:last-child),
		.tags:not(:last-child),
		.sharedaddy:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.cats:not(:last-child),
		.tags:not(:last-child),
		.sharedaddy:not(:last-child) {
		  margin-bottom: 16.71642px; } }
  
  .menu,
  .sub-menu {
	list-style: none;
	padding-left: 0; }
	.u-underlined-links .menu a, .u-underlined-links
	.sub-menu a {
	  text-decoration: none; }
  
  .entry-date + .entry-title {
	padding-top: 42px; }
	@media only screen and (max-width: 1360px) {
	  .entry-date + .entry-title {
		padding-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-date + .entry-title {
		padding-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  .entry-date + .entry-title {
		padding-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  .entry-date + .entry-title {
		padding-top: 19.64912px; } }
  
  .entry-title:last-child {
	padding-bottom: 0; }
  
  @media not screen and (min-width: 62.5em) {
	.slick-slider .c-card__meta {
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center; }
	.slick-slider .c-card__content {
	  text-align: center;
	  -webkit-box-align: stretch;
		  -ms-flex-align: stretch;
			  align-items: stretch; }
	.slick-slider .c-card__excerpt {
	  display: none; }
	.slick-slider .c-card__footer[class] {
	  display: none; }
	.widget__title[class][class] span {
	  font-size: inherit; }
	.slick-slide {
	  padding-left: 5px;
	  padding-right: 5px; }
	.slick-dots[class] button {
	  width: 8px;
	  height: 8px; } }
  
  .woocommerce-checkout-title span {
	font-size: 1.38em; }
  
  /**
   * 8.0 - Overwrites
   */
  p:empty {
	display: none; }
  
  @media not screen and (min-width: 62.5em) {
	body.nav--is-open {
	  overflow: hidden; } }
  
  .c-border {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9100;
	border-width: 10px;
	border-style: solid;
	border-color: #e5e5e5;
	pointer-events: none; }
	.admin-bar .c-border {
	  top: 32px; }
  
  .entry-content figure img {
	max-width: 100%; }
  
  @media not screen and (min-width: 30em) {
	.c-gallery--blog .c-gallery__item {
	  width: 100%; } }
  
  .entry-header + .widget_search {
	margin-top: 0; }
  
  .entry-header + .c-gallery {
	margin-top: 0; }
	.search .entry-header + .c-gallery {
	  margin-top: 14px; }
	  @media only screen and (max-width: 1360px) {
		.search .entry-header + .c-gallery {
		  margin-top: 12.89431px; } }
	  @media only screen and (max-width: 1024px) {
		.search .entry-header + .c-gallery {
		  margin-top: 11.95049px; } }
	  @media only screen and (max-width: 768px) {
		.search .entry-header + .c-gallery {
		  margin-top: 11.13541px; } }
	  @media only screen and (max-width: 320px) {
		.search .entry-header + .c-gallery {
		  margin-top: 10.42442px; } }
  
  .single.entry-image--portrait .entry-header:after {
	content: none; }
  
  .search .entry-header .search-form {
	margin-top: 14px; }
	@media only screen and (max-width: 1360px) {
	  .search .entry-header .search-form {
		margin-top: 12.89431px; } }
	@media only screen and (max-width: 1024px) {
	  .search .entry-header .search-form {
		margin-top: 11.95049px; } }
	@media only screen and (max-width: 768px) {
	  .search .entry-header .search-form {
		margin-top: 11.13541px; } }
	@media only screen and (max-width: 320px) {
	  .search .entry-header .search-form {
		margin-top: 10.42442px; } }
  
  .slideshow-controls a {
	-webkit-box-shadow: none !important;
			box-shadow: none !important; }
  
  .single-main {
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
	  .single-main {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .single-main {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .single-main {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .single-main {
		padding-bottom: 25.16854px; } }
  
  @media only screen {
	html:not(.is-ready) {
	  opacity: 0; } }
  
  * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .is-customizer-preview .entry-header .posted-on,
  .is-customizer-preview .entry-header .cats {
	overflow: initial !important; }
  
  @media not screen and (min-width: 62.5em) {
	.c-navbar__content {
	  position: fixed; }
	body.has-border {
	  margin: 0; } }
  
  #wpadminbar {
	-webkit-transform: translateZ(0);
			transform: translateZ(0); }
  
  .entry-thumbnail {
	position: relative; }
  
  .tiled-gallery[class] {
	margin-bottom: 0; }
  
  .header-meta > :not(:last-child):after {
	content: '\2022';
	display: inline-block;
	margin: 0 10px; }
  
  .entry-aside,
  .entry-footer,
  .widget-area,
  .comments-area,
  .related-posts-container {
	font-size: 16px; }
	@media only screen and (max-width: 1360px) {
	  .entry-aside,
	  .entry-footer,
	  .widget-area,
	  .comments-area,
	  .related-posts-container {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-aside,
	  .entry-footer,
	  .widget-area,
	  .comments-area,
	  .related-posts-container {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .entry-aside,
	  .entry-footer,
	  .widget-area,
	  .comments-area,
	  .related-posts-container {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .entry-aside,
	  .entry-footer,
	  .widget-area,
	  .comments-area,
	  .related-posts-container {
		font-size: 13.785px; } }
  
  body {
	position: relative;
	overflow-x: hidden; }
  
  * {
	min-height: 0;
	min-width: 0; }
  
  .o-layout__main:first-child + .o-layout__side {
	margin-top: 0; }
  
  .related-posts-title {
	text-align: center; }
  
  .entry-header > :not(.header-dropcap) {
	position: relative;
	z-index: 10; }
  
  .sw[class] {
	font-style: normal; }
  
  .page .entry-content::after,
  .single .entry-content::after {
	content: " ";
	display: table;
	clear: both; }
  
  .lite-version .menu--primary li[class*=children] > a:after {
	display: none; }
  
  .c-author__links a, .c-author__links a:hover {
	color: inherit;
	text-decoration: none; }
  
  .c-author__links a {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out; }
  
  .c-author__links a:hover {
	opacity: 0.5; }
  
  .c-author__footer[class] {
	color: inherit; }
  
  .c-author__description[class] {
	margin-bottom: 21px; }
	@media only screen and (max-width: 1360px) {
	  .c-author__description[class] {
		margin-bottom: 16.77903px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author__description[class] {
		margin-bottom: 13.97089px; } }
	@media only screen and (max-width: 768px) {
	  .c-author__description[class] {
		margin-bottom: 11.96794px; } }
	@media only screen and (max-width: 320px) {
	  .c-author__description[class] {
		margin-bottom: 10.46729px; } }
  
  .c-author {
	margin-top: 56px;
	border-top-width: 1px;
	border-bottom-width: 1px; }
	@media only screen and (max-width: 1360px) {
	  .c-author {
		margin-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
	  .c-author {
		margin-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
	  .c-author {
		margin-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
	  .c-author {
		margin-top: 25.16854px; } }
  
  .intro[class] {
	font-size: 1.2em;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: -0.01em; }
  
  .entry-content .cats__title {
	-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	margin-bottom: 10px; }
	@media only screen and (max-width: 1360px) {
	  .entry-content .cats__title {
		margin-bottom: 9.69697px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-content .cats__title {
		margin-bottom: 9.41176px; } }
	@media only screen and (max-width: 768px) {
	  .entry-content .cats__title {
		margin-bottom: 9.14286px; } }
	@media only screen and (max-width: 320px) {
	  .entry-content .cats__title {
		margin-bottom: 8.88889px; } }
  
  .cats:not(:last-child),
  .tags:not(:last-child),
  .sharedaddy:not(:last-child) {
	margin-bottom: 28px; }
	@media only screen and (max-width: 1360px) {
	  .cats:not(:last-child),
	  .tags:not(:last-child),
	  .sharedaddy:not(:last-child) {
		margin-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .cats:not(:last-child),
	  .tags:not(:last-child),
	  .sharedaddy:not(:last-child) {
		margin-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .cats:not(:last-child),
	  .tags:not(:last-child),
	  .sharedaddy:not(:last-child) {
		margin-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .cats:not(:last-child),
	  .tags:not(:last-child),
	  .sharedaddy:not(:last-child) {
		margin-bottom: 13.65854px; } }
  
  * + .cats[class], * +
  .tags[class] {
	margin-top: 28px; }
	@media only screen and (max-width: 1360px) {
	  * + .cats[class], * +
	  .tags[class] {
		margin-top: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  * + .cats[class], * +
	  .tags[class] {
		margin-top: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  * + .cats[class], * +
	  .tags[class] {
		margin-top: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  * + .cats[class], * +
	  .tags[class] {
		margin-top: 13.65854px; } }
  
  * + .sharedaddy[class] {
	margin-top: 42px; }
	@media only screen and (max-width: 1360px) {
	  * + .sharedaddy[class] {
		margin-top: 32.70073px; } }
	@media only screen and (max-width: 1024px) {
	  * + .sharedaddy[class] {
		margin-top: 26.77291px; } }
	@media only screen and (max-width: 768px) {
	  * + .sharedaddy[class] {
		margin-top: 22.66442px; } }
	@media only screen and (max-width: 320px) {
	  * + .sharedaddy[class] {
		margin-top: 19.64912px; } }
  
  .entry-content .cats[class] > a:hover {
	color: #FFFFFF;
	opacity: 0.7; }
  
  .entry-content .tags > a {
	font-style: inherit; }
 
  
  .single .entry-header > .header-meta,
  .page .entry-header > .header-meta {
	padding-top: 21px; }
	@media only screen and (max-width: 1360px) {
	  .single .entry-header > .header-meta,
	  .page .entry-header > .header-meta {
		padding-top: 16.77903px; } }
	@media only screen and (max-width: 1024px) {
	  .single .entry-header > .header-meta,
	  .page .entry-header > .header-meta {
		padding-top: 13.97089px; } }
	@media only screen and (max-width: 768px) {
	  .single .entry-header > .header-meta,
	  .page .entry-header > .header-meta {
		padding-top: 11.96794px; } }
	@media only screen and (max-width: 320px) {
	  .single .entry-header > .header-meta,
	  .page .entry-header > .header-meta {
		padding-top: 10.46729px; } }
  
  .slick-arrow {
	-webkit-transition: opacity .15s ease;
	transition: opacity .15s ease; }
	.slick-arrow:hover {
	  opacity: .6; }
 
  @media only screen and (min-width: 62.5em) {
	.c-navbar .c-navbar__zone--right > [class^="menu"][class*="container"] {
	  border-top: 1px solid;
	  z-index: 10; } }
  
  @media not screen and (min-width: 62.5em) {
	.c-navbar__zone--right {
	  -webkit-box-ordinal-group: 0;
		  -ms-flex-order: -1;
			  order: -1; } }
  
  .c-navbar .c-navbar__zone--left > .c-btn--search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 40px;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: flex-end;
	outline: none; }
	.c-navbar .c-navbar__zone--left > .c-btn--search:focus {
	  outline: none; }
  
  /* stylelint-disable */
  .menu--secondary li[class*='children'] > a:after {
	display: none; }
  
  .site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) li:hover, .site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) li[class*='current-menu'],
  .site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) button:hover,
  .site-header:not(.site-header--inverted) .c-navbar__zone .menu:not(.menu--primary) button[class*='current-menu'] {
	opacity: 1; }
  
  /* stylelint-enable */
  .c-card__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-family: "HK Grotesk", sans-serif;
	font-size: 0.95em;
	line-height: 1.21429;
	font-weight: 400; }
	.c-card__action:before {
	  display: block;
	  content: '';
	  border-top: 1px solid;
	  width: 1em;
	  margin-right: .5em; }
	.u-underlined-links .c-card__action {
	  text-decoration: none; }
  
  .featured-posts__more {
	display: inline-block;
	/* [1] */
	vertical-align: middle;
	/* [2] */
	text-align: center;
	/* [4] */
	cursor: pointer;
	/* [5] */
	padding: 1.1em 1.75em;
	border: 0 solid #222222;
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF6000;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	display: block; }
	@media only screen and (max-width: 1360px) {
	  .featured-posts__more {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .featured-posts__more {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .featured-posts__more {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .featured-posts__more {
		font-size: 13.785px; } }
	.u-buttons-rounded .featured-posts__more {
	  border-radius: 0.3em; }
	.u-buttons-pill .featured-posts__more {
	  border-radius: 999em; }
	.u-underlined-links .featured-posts__more {
	  text-decoration: none; }
	.u-buttons-outline .featured-posts__more {
	  background: none;
	  border: 2px solid currentColor; }
	  .u-buttons-outline .featured-posts__more:hover, .u-buttons-outline .featured-posts__more:active, .u-buttons-outline .featured-posts__more:focus {
		background: none;
		color: inherit; }
	.featured-posts__more:hover, .featured-posts__more:active, .featured-posts__more:focus {
	  color: #FFF;
	  background-color: #000;
	  opacity: 1;
	  text-decoration: none; }
  
  .entry-image--portrait {
	margin-top: 0; }
  
  .single .entry-header,
  .single .header-spacer {
	position: relative; }
	.single .entry-header:before, .single .entry-header:after,
	.single .header-spacer:before,
	.single .header-spacer:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: -100vw;
	  bottom: 0;
	  left: -100vw;
	  display: block;
	  background-color: inherit;
	  pointer-events: none; }
  
  .single .entry-header:after {
	top: 100%;
	height: 112px; }
  
  .entry-header {
	margin-top: 0 !important; }
  
  .entry-image--none .entry-header:after {
	content: none; }
  
  .single-header .entry-content {
	margin-right: 0 !important;
	padding-right: 0 !important;
	border-right: 0 !important; }
  
  .single-header .intro {
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px; }
	@media only screen and (max-width: 1360px) {
	  .single-header .intro {
		padding-top: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .single-header .intro {
		padding-top: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .single-header .intro {
		padding-top: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .single-header .intro {
		padding-top: 13.65854px; } }
	@media only screen and (max-width: 1360px) {
	  .single-header .intro {
		padding-bottom: 22.17822px; } }
	@media only screen and (max-width: 1024px) {
	  .single-header .intro {
		padding-bottom: 18.36066px; } }
	@media only screen and (max-width: 768px) {
	  .single-header .intro {
		padding-bottom: 15.66434px; } }
	@media only screen and (max-width: 320px) {
	  .single-header .intro {
		padding-bottom: 13.65854px; } }
  
  .single-header .o-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
  
  .single-header .entry-thumbnail {
	-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
			order: 2; }
	.single-header .entry-thumbnail > * {
	  position: relative;
	  z-index: 10; }
  
  @media only screen and (min-width: 50em) {
	.single-header .o-wrapper {
	  -webkit-box-orient: horizontal;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: row;
			  flex-direction: row;
	  -webkit-box-align: stretch;
		  -ms-flex-align: stretch;
			  align-items: stretch; }
	  .single-header .o-wrapper > :not(:first-child) {
		padding-left: 28px; } }
	  @media only screen and (min-width: 50em) and (max-width: 1360px) {
		.single-header .o-wrapper > :not(:first-child) {
		  padding-left: 22.17822px; } }
	  @media only screen and (min-width: 50em) and (max-width: 1024px) {
		.single-header .o-wrapper > :not(:first-child) {
		  padding-left: 18.36066px; } }
	  @media only screen and (min-width: 50em) and (max-width: 768px) {
		.single-header .o-wrapper > :not(:first-child) {
		  padding-left: 15.66434px; } }
	  @media only screen and (min-width: 50em) and (max-width: 320px) {
		.single-header .o-wrapper > :not(:first-child) {
		  padding-left: 13.65854px; } }
  
  @media only screen and (min-width: 50em) {
	  .single-header .o-wrapper > :not(:last-child) {
		padding-right: 28px; } }
	  @media only screen and (min-width: 50em) and (max-width: 1360px) {
		.single-header .o-wrapper > :not(:last-child) {
		  padding-right: 22.17822px; } }
	  @media only screen and (min-width: 50em) and (max-width: 1024px) {
		.single-header .o-wrapper > :not(:last-child) {
		  padding-right: 18.36066px; } }
	  @media only screen and (min-width: 50em) and (max-width: 768px) {
		.single-header .o-wrapper > :not(:last-child) {
		  padding-right: 15.66434px; } }
	  @media only screen and (min-width: 50em) and (max-width: 320px) {
		.single-header .o-wrapper > :not(:last-child) {
		  padding-right: 13.65854px; } }
  
  @media only screen and (min-width: 50em) {
	.single-header .entry-thumbnail {
	  position: relative;
	  z-index: 10;
	  max-width: none;
	  padding-bottom: 56px;
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%;
	  -webkit-box-ordinal-group: 0;
		  -ms-flex-order: -1;
			  order: -1; } }
	@media only screen and (min-width: 50em) and (max-width: 1360px) {
	  .single-header .entry-thumbnail {
		padding-bottom: 42.87081px; } }
	@media only screen and (min-width: 50em) and (max-width: 1024px) {
	  .single-header .entry-thumbnail {
		padding-bottom: 34.72868px; } }
	@media only screen and (min-width: 50em) and (max-width: 768px) {
	  .single-header .entry-thumbnail {
		padding-bottom: 29.18567px; } }
	@media only screen and (min-width: 50em) and (max-width: 320px) {
	  .single-header .entry-thumbnail {
		padding-bottom: 25.16854px; } }
  
  @media only screen and (min-width: 50em) {
	.single-header .entry-thumbnail + * {
	  -ms-flex-preferred-size: 50%;
		  flex-basis: 50%;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  /* stylelint-disable */
	  /* stylelint-enable */ }
	  .single-header .entry-thumbnail + * > .header-spacer {
		-webkit-box-flex: 1;
			-ms-flex-positive: 1;
				flex-grow: 1; }
	  .single-header .entry-thumbnail + * > .header-spacer--empty {
		-webkit-box-flex: 0;
			-ms-flex-positive: 0;
				flex-grow: 0;
		-ms-flex-preferred-size: 56px;
			flex-basis: 56px; } }
	  @media only screen and (min-width: 50em) and (max-width: 1360px) {
		.single-header .entry-thumbnail + * > .header-spacer--empty {
		  -ms-flex-preferred-size: 42.87081px;
			  flex-basis: 42.87081px; } }
	  @media only screen and (min-width: 50em) and (max-width: 1024px) {
		.single-header .entry-thumbnail + * > .header-spacer--empty {
		  -ms-flex-preferred-size: 34.72868px;
			  flex-basis: 34.72868px; } }
	  @media only screen and (min-width: 50em) and (max-width: 768px) {
		.single-header .entry-thumbnail + * > .header-spacer--empty {
		  -ms-flex-preferred-size: 29.18567px;
			  flex-basis: 29.18567px; } }
	  @media only screen and (min-width: 50em) and (max-width: 320px) {
		.single-header .entry-thumbnail + * > .header-spacer--empty {
		  -ms-flex-preferred-size: 25.16854px;
			  flex-basis: 25.16854px; } }
  
  @media only screen and (min-width: 50em) {
	  .single-header .entry-thumbnail + * .entry-header {
		-webkit-box-flex: 1;
			-ms-flex-positive: 1;
				flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column; }
		.single-header .entry-thumbnail + * .entry-header > :first-child {
		  margin-top: auto; } }
  
  @media not screen and (min-width: 62.5em) {
	.single-main .o-wrapper {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column; }
	.single-main .o-layout__side {
	  -webkit-box-ordinal-group: 101;
		  -ms-flex-order: 100;
			  order: 100; } }
  
  .header-meta {
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	line-height: 1.19;
	font-weight: 500; }
	@media only screen and (max-width: 1360px) {
	  .header-meta {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .header-meta {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .header-meta {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .header-meta {
		font-size: 13.785px; } }
	.header-meta:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.header-meta:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.header-meta:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.header-meta:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.header-meta:not(:last-child) {
		  margin-bottom: 16.71642px; } }
	.header-meta .byline {
	  text-transform: capitalize;
	  font-weight: bold; }
	  .header-meta .byline .by {
		display: none; }
	.u-underlined-links .header-meta a {
	  text-decoration: none; }
  
  .entry-header .cats a {
	color: #FF6000; }
	.u-underlined-links .entry-header .cats a {
	  text-decoration: none; }
  
  @media not screen and (min-width: 62.5em) {
	.site-content {
	  padding-top: 60px; } }
  
  .c-footer__zone + .c-footer__zone {
	border-top: solid 1px rgba(255, 255, 255, 0.4); }
  
  .c-footer__widget h3 + ul {
	text-align: left; }
	.c-footer__widget h3 + ul .children {
	  text-align: left;
	  padding-left: 2em; }
  
  .c-footer__gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin-left: -5em; }
	@media only screen and (max-width: 1360px) {
	  .c-footer__gallery {
		margin-left: -4.98054em; } }
	@media only screen and (max-width: 1024px) {
	  .c-footer__gallery {
		margin-left: -4.96124em; } }
	@media only screen and (max-width: 768px) {
	  .c-footer__gallery {
		margin-left: -4.94208em; } }
	@media only screen and (max-width: 320px) {
	  .c-footer__gallery {
		margin-left: -4.92308em; } }
	@media not screen and (min-width: 62.5em) {
	  .c-footer__gallery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column; } }
	.c-footer__gallery .c-gallery__item {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  width: auto;
	  min-width: 20%;
	  padding-left: 5em; }
	  @media only screen and (max-width: 1360px) {
		.c-footer__gallery .c-gallery__item {
		  padding-left: 4.98054em; } }
	  @media only screen and (max-width: 1024px) {
		.c-footer__gallery .c-gallery__item {
		  padding-left: 4.96124em; } }
	  @media only screen and (max-width: 768px) {
		.c-footer__gallery .c-gallery__item {
		  padding-left: 4.94208em; } }
	  @media only screen and (max-width: 320px) {
		.c-footer__gallery .c-gallery__item {
		  padding-left: 4.92308em; } }
	  @media not screen and (min-width: 62.5em) {
		.c-footer__gallery .c-gallery__item {
		  min-width: 100%; } }
	  .c-footer__gallery .c-gallery__item.large {
		-webkit-box-flex: 2;
			-ms-flex: 2;
				flex: 2;
		min-width: 40%; }
		@media not screen and (min-width: 62.5em) {
		  .c-footer__gallery .c-gallery__item.large {
			min-width: 100%; } }
  
  .c-footer__zone--bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	/* stylelint-disable */ }
	.c-footer__zone--bottom:not(:first-child) {
	  padding-top: 3em;
	  margin-top: 3em; }
	  @media only screen and (max-width: 1360px) {
		.c-footer__zone--bottom:not(:first-child) {
		  padding-top: 2.99747em; } }
	  @media only screen and (max-width: 1024px) {
		.c-footer__zone--bottom:not(:first-child) {
		  padding-top: 2.99495em; } }
	  @media only screen and (max-width: 768px) {
		.c-footer__zone--bottom:not(:first-child) {
		  padding-top: 2.99243em; } }
	  @media only screen and (max-width: 320px) {
		.c-footer__zone--bottom:not(:first-child) {
		  padding-top: 2.98991em; } }
	  @media only screen and (max-width: 1360px) {
		.c-footer__zone--bottom:not(:first-child) {
		  margin-top: 2.99747em; } }
	  @media only screen and (max-width: 1024px) {
		.c-footer__zone--bottom:not(:first-child) {
		  margin-top: 2.99495em; } }
	  @media only screen and (max-width: 768px) {
		.c-footer__zone--bottom:not(:first-child) {
		  margin-top: 2.99243em; } }
	  @media only screen and (max-width: 320px) {
		.c-footer__zone--bottom:not(:first-child) {
		  margin-top: 2.98991em; } }
	@media not screen and (min-width: 62.5em) {
	  .c-footer__zone--bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column; } }
	.c-footer__zone--bottom .jetpack-social-navigation {
	  -webkit-box-ordinal-group: 3;
		  -ms-flex-order: 2;
			  order: 2; }
	  @media not screen and (min-width: 62.5em) {
		.c-footer__zone--bottom .jetpack-social-navigation {
		  -webkit-box-flex: 1;
			  -ms-flex: 1;
				  flex: 1;
		  margin-left: 0; } }
	  @media only screen and (min-width: 62.5em) {
		.c-footer__zone--bottom .jetpack-social-navigation {
		  padding-left: 2em;
		  -ms-flex-negative: unset;
			  flex-shrink: unset; } }
	@media only screen and (min-width: 62.5em) and (max-width: 1360px) {
	  .c-footer__zone--bottom .jetpack-social-navigation {
		padding-left: 1.9995em; } }
	@media only screen and (min-width: 62.5em) and (max-width: 1024px) {
	  .c-footer__zone--bottom .jetpack-social-navigation {
		padding-left: 1.999em; } }
	@media only screen and (min-width: 62.5em) and (max-width: 768px) {
	  .c-footer__zone--bottom .jetpack-social-navigation {
		padding-left: 1.9985em; } }
	@media only screen and (min-width: 62.5em) and (max-width: 320px) {
	  .c-footer__zone--bottom .jetpack-social-navigation {
		padding-left: 1.998em; } }
	  .c-footer__zone--bottom .jetpack-social-navigation ul {
		-webkit-box-pack: end;
			-ms-flex-pack: end;
				justify-content: flex-end; }
	.c-footer__zone--bottom > nav[class^='menu-'] {
	  -webkit-box-ordinal-group: 2;
		  -ms-flex-order: 1;
			  order: 1;
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	  margin-bottom: 0;
	  /* stylelint-enable */ }
	  @media not screen and (min-width: 62.5em) {
		.c-footer__zone--bottom > nav[class^='menu-'] {
		  padding-bottom: 2em; } }
	  .c-footer__zone--bottom > nav[class^='menu-'] ul {
		text-align: right; }
		@media not screen and (min-width: 62.5em) {
		  .c-footer__zone--bottom > nav[class^='menu-'] ul {
			text-align: center; } }
  
  .c-footer__copyright-text {
	padding-top: 0;
	margin-top: 0 !important;
	text-align: left;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1; }
	@media only screen and (max-width: 1360px) {
	  .c-footer__copyright-text {
		padding-top: 0; } }
	@media only screen and (max-width: 1024px) {
	  .c-footer__copyright-text {
		padding-top: 0; } }
	@media only screen and (max-width: 768px) {
	  .c-footer__copyright-text {
		padding-top: 0; } }
	@media only screen and (max-width: 320px) {
	  .c-footer__copyright-text {
		padding-top: 0; } }
	@media not screen and (min-width: 62.5em) {
	  .c-footer__copyright-text {
		text-align: center;
		padding-bottom: 2em; } }
  
  .c-footer__credits {
	opacity: .5; }
	@media not screen and (min-width: 62.5em) {
	  .c-footer__credits {
		display: inline-block;
		width: 100%; } }
  
  .c-footer .widget__title,
  .c-footer h1,
  .c-footer h2,
  .c-footer h3,
  .c-footer h4,
  .c-footer h5,
  .c-footer h6 {
	color: inherit; }
  
  /* stylelint-disable */
  ul.page-numbers {
	margin-bottom: 77px; }
	@media only screen and (max-width: 1360px) {
	  ul.page-numbers {
		margin-bottom: 57.50292px; } }
	@media only screen and (max-width: 1024px) {
	  ul.page-numbers {
		margin-bottom: 45.88454px; } }
	@media only screen and (max-width: 768px) {
	  ul.page-numbers {
		margin-bottom: 38.17196px; } }
	@media only screen and (max-width: 320px) {
	  ul.page-numbers {
		margin-bottom: 32.67905px; } }
  
  /* stylelint-enable */
  .comment-form .comment-form-cookies-consent,
  .comment-form .wpgdprc-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.comment-form .comment-form-cookies-consent input,
	.comment-form .wpgdprc-checkbox input {
	  -ms-flex-negative: 0;
		  flex-shrink: 0;
	  margin-bottom: 0; }
	.comment-form .comment-form-cookies-consent label,
	.comment-form .wpgdprc-checkbox label {
	  padding-top: 0;
	  padding-bottom: 0;
	  font: inherit;
	  letter-spacing: inherit;
	  text-transform: inherit; }
	  .comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after,
	  .comment-form .wpgdprc-checkbox label:before,
	  .comment-form .wpgdprc-checkbox label:after {
		content: none; }
  
  .comment-form .form-submit {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%; }
	.comment-form .form-submit button {
	  width: 100%; }
  
  @media not screen and (min-width: 62.5em) {
	.screen-only {
	  display: none; } }
  
  .u-header-height-padding-top[class] {
	padding-top: 0; }
  
  .meta__item--button, .entry-content .cats[class] > a {
	display: inline-block;
	/* [1] */
	vertical-align: middle;
	/* [2] */
	text-align: center;
	/* [4] */
	cursor: pointer;
	/* [5] */
	padding: 1.1em 1.75em;
	border: 0 solid #222222;
	margin: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF6000;
	border-radius: 0;
	-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	padding: 1em 1.5em .9em 1.6em; }
	@media only screen and (max-width: 1360px) {
	  .meta__item--button, .entry-content .cats[class] > a {
		font-size: 15.3821px; } }
	@media only screen and (max-width: 1024px) {
	  .meta__item--button, .entry-content .cats[class] > a {
		font-size: 14.81014px; } }
	@media only screen and (max-width: 768px) {
	  .meta__item--button, .entry-content .cats[class] > a {
		font-size: 14.2792px; } }
	@media only screen and (max-width: 400px) {
	  .meta__item--button, .entry-content .cats[class] > a {
		font-size: 13.785px; } }
	.u-buttons-rounded .meta__item--button, .u-buttons-rounded .entry-content .cats[class] > a, .entry-content .u-buttons-rounded .cats[class] > a {
	  border-radius: 0.3em; }
	.u-buttons-pill .meta__item--button, .u-buttons-pill .entry-content .cats[class] > a, .entry-content .u-buttons-pill .cats[class] > a {
	  border-radius: 999em; }
	.u-underlined-links .meta__item--button, .u-underlined-links .entry-content .cats[class] > a, .entry-content .u-underlined-links .cats[class] > a {
	  text-decoration: none; }
	.u-buttons-outline .meta__item--button, .u-buttons-outline .entry-content .cats[class] > a, .entry-content .u-buttons-outline .cats[class] > a {
	  background: none;
	  border: 2px solid currentColor; }
	  .u-buttons-outline .meta__item--button:hover, .u-buttons-outline .entry-content .cats[class] > a:hover, .entry-content .u-buttons-outline .cats[class] > a:hover, .u-buttons-outline .meta__item--button:active, .u-buttons-outline .entry-content .cats[class] > a:active, .entry-content .u-buttons-outline .cats[class] > a:active, .u-buttons-outline .meta__item--button:focus, .u-buttons-outline .entry-content .cats[class] > a:focus, .entry-content .u-buttons-outline .cats[class] > a:focus {
		background: none;
		color: inherit; }
	.meta__item--button:hover, .entry-content .cats[class] > a:hover, .meta__item--button:active, .entry-content .cats[class] > a:active, .meta__item--button:focus, .entry-content .cats[class] > a:focus {
	  color: #FFF;
	  background-color: #000;
	  opacity: 1;
	  text-decoration: none; }
  
  .single:not(.entry-image--none) .entry-header {
	background-color: #FFF4E8; }
  
  .u-underlined-links .c-card__footer a {
	text-decoration: none; }
  
  .highlighted {
	background-color: #FFF4E8; }
  
  .mb-0 {
	margin-bottom: 0; }
  
  .mb-1 {
	margin-bottom: 1rem; }
  
  .mb-2 {
	margin-bottom: 2rem; }
  
  .mt-0 {
	margin-top: 0; }
  
  .mt-1 {
	margin-top: 1rem; }
  
  .mt-2 {
	margin-top: 2rem; }
  
  .entry-header .cats {
	font-family: "HK Grotesk", sans-serif;
	font-size: 13px;
	line-height: 1.23077;
	font-weight: 500;
	letter-spacing: 0.077em;
	text-transform: uppercase; }
	@media only screen and (max-width: 1360px) {
	  .entry-header .cats {
		font-size: 12.58304px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-header .cats {
		font-size: 12.19199px; } }
	@media only screen and (max-width: 768px) {
	  .entry-header .cats {
		font-size: 11.82451px; } }
	@media only screen and (max-width: 400px) {
	  .entry-header .cats {
		font-size: 11.47854px; } }
  
  .entry-content .cats[class] > a {
	margin-top: 5px;
	margin-right: 5px;
	padding: .5em 1.25em;
	text-decoration: none;
	font-family: "HK Grotesk", sans-serif;
	font-size: 13px;
	line-height: 1.23077;
	font-weight: 500;
	letter-spacing: 0.077em;
	text-transform: uppercase; }
	@media only screen and (max-width: 1360px) {
	  .entry-content .cats[class] > a {
		font-size: 12.58304px; } }
	@media only screen and (max-width: 1024px) {
	  .entry-content .cats[class] > a {
		font-size: 12.19199px; } }
	@media only screen and (max-width: 768px) {
	  .entry-content .cats[class] > a {
		font-size: 11.82451px; } }
	@media only screen and (max-width: 400px) {
	  .entry-content .cats[class] > a {
		font-size: 11.47854px; } }
  
  .entry-content .tags {
	clear: both; }
  
  .post-navigation .nav-links__label {
	display: inline-block;
	/* [1] */
	vertical-align: middle;
	/* [2] */
	text-align: center;
	/* [4] */
	cursor: pointer;
	/* [5] */
	position: relative;
	font-size: 12px;
	border: 0;
	background-color: transparent;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	-webkit-transition: all 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	transition: all 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	will-change: transform; }
	.post-navigation .nav-links__label:before, .post-navigation .nav-links__label:after {
	  content: '';
	  position: absolute;
	  top: 50%;
	  z-index: 100;
	  color: inherit;
	  margin-top: -1px;
	  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
	  -webkit-transition-property: -webkit-transform;
	  transition-property: -webkit-transform;
	  transition-property: transform;
	  transition-property: transform, -webkit-transform; }
	.post-navigation .nav-links__label:before {
	  width: 35px;
	  height: 1px;
	  background-color: currentColor; }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links__label:before {
		  width: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links__label:before {
		  width: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links__label:before {
		  width: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links__label:before {
		  width: 16.71642px; } }
	.post-navigation .nav-links__label:after {
	  display: block;
	  width: 0;
	  height: 0;
	  border-top: 5px solid transparent;
	  border-bottom: 5px solid transparent;
	  -webkit-transform: translate(0, calc(0.5px - 50%));
			  transform: translate(0, calc(0.5px - 50%)); }
	@media only screen and (max-width: 1360px) {
	  .post-navigation .nav-links__label {
		font-size: 11.63467px; } }
	@media only screen and (max-width: 1024px) {
	  .post-navigation .nav-links__label {
		font-size: 11.29093px; } }
	@media only screen and (max-width: 768px) {
	  .post-navigation .nav-links__label {
		font-size: 10.96692px; } }
	@media only screen and (max-width: 400px) {
	  .post-navigation .nav-links__label {
		font-size: 10.66098px; } }
	.post-navigation .nav-links__label:before {
	  width: 10px; }
	.post-navigation .nav-links__label:after {
	  border-width: 3px; }
	.post-navigation .nav-links__label:before, .post-navigation .nav-links__label:after {
	  opacity: 1;
	  -webkit-transition: opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	  transition: opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	  transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	  transition: transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), opacity 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99), -webkit-transform 0.5s cubic-bezier(0.18, 0.61, 0.43, 0.99);
	  will-change: transform, opacity; }
	.post-navigation .nav-links__label.nav-links__label {
	  margin-bottom: 0; }
	.post-navigation .nav-links__label--previous {
	  padding-left: 100px;
	  padding-left: 21px; }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 72.72727px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 57.14286px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 47.05882px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 40px; } }
	  .post-navigation .nav-links__label--previous:before {
		left: 35px; }
		@media only screen and (max-width: 1360px) {
		  .post-navigation .nav-links__label--previous:before {
			left: 27.48466px; } }
		@media only screen and (max-width: 1024px) {
		  .post-navigation .nav-links__label--previous:before {
			left: 22.62626px; } }
		@media only screen and (max-width: 768px) {
		  .post-navigation .nav-links__label--previous:before {
			left: 19.22747px; } }
		@media only screen and (max-width: 320px) {
		  .post-navigation .nav-links__label--previous:before {
			left: 16.71642px; } }
	  .post-navigation .nav-links__label--previous:after {
		left: 30px;
		border-right: 5px solid currentColor; }
		@media only screen and (max-width: 1360px) {
		  .post-navigation .nav-links__label--previous:after {
			left: 23.7037px; } }
		@media only screen and (max-width: 1024px) {
		  .post-navigation .nav-links__label--previous:after {
			left: 19.59184px; } }
		@media only screen and (max-width: 768px) {
		  .post-navigation .nav-links__label--previous:after {
			left: 16.69565px; } }
		@media only screen and (max-width: 320px) {
		  .post-navigation .nav-links__label--previous:after {
			left: 14.54545px; } }
	  .post-navigation .nav-links__label--previous:hover:before {
		-webkit-transform: translate3d(-5px, 0, 0);
				transform: translate3d(-5px, 0, 0); }
	  .post-navigation .nav-links__label--previous:hover:after {
		-webkit-transform: translate3d(-5px, calc(0.5px - 50%), 0);
				transform: translate3d(-5px, calc(0.5px - 50%), 0); }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 16.77903px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 13.97089px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 11.96794px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links__label--previous {
		  padding-left: 10.46729px; } }
	  .post-navigation .nav-links__label--previous:after {
		left: 0; }
	  .post-navigation .nav-links__label--previous:before {
		left: 3px; }
	.post-navigation .nav-links__label--next {
	  padding-right: 100px;
	  text-align: left;
	  padding-right: 21px; }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 72.72727px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 57.14286px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 47.05882px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 40px; } }
	  .post-navigation .nav-links__label--next:before {
		right: 2.33333em; }
	  .post-navigation .nav-links__label--next:after {
		right: calc(7em/3 - 5px);
		border-left: 5px solid currentColor; }
	  .post-navigation .nav-links__label--next:hover:before {
		-webkit-transform: translate3d(5px, 0, 0);
				transform: translate3d(5px, 0, 0); }
	  .post-navigation .nav-links__label--next:hover:after {
		-webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
				transform: translate3d(5px, calc(0.5px - 50%), 0); }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 16.77903px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 13.97089px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 11.96794px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links__label--next {
		  padding-right: 10.46729px; } }
	  .post-navigation .nav-links__label--next:after {
		right: 0; }
	  .post-navigation .nav-links__label--next:before {
		right: 3px; }
  
  .post-navigation .nav-links .nav-title[class] {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "HK Grotesk", sans-serif;
	font-size: 21px;
	line-height: 1.19;
	font-weight: 700; }
	@media only screen and (max-width: 1360px) {
	  .post-navigation .nav-links .nav-title[class] {
		font-size: 19.82441px; } }
	@media only screen and (max-width: 1024px) {
	  .post-navigation .nav-links .nav-title[class] {
		font-size: 18.77347px; } }
	@media only screen and (max-width: 768px) {
	  .post-navigation .nav-links .nav-title[class] {
		font-size: 17.82834px; } }
	@media only screen and (max-width: 400px) {
	  .post-navigation .nav-links .nav-title[class] {
		font-size: 16.97381px; } }
	.post-navigation .nav-links .nav-title[class]:not(:last-child) {
	  margin-bottom: 35px; }
	  @media only screen and (max-width: 1360px) {
		.post-navigation .nav-links .nav-title[class]:not(:last-child) {
		  margin-bottom: 27.48466px; } }
	  @media only screen and (max-width: 1024px) {
		.post-navigation .nav-links .nav-title[class]:not(:last-child) {
		  margin-bottom: 22.62626px; } }
	  @media only screen and (max-width: 768px) {
		.post-navigation .nav-links .nav-title[class]:not(:last-child) {
		  margin-bottom: 19.22747px; } }
	  @media only screen and (max-width: 320px) {
		.post-navigation .nav-links .nav-title[class]:not(:last-child) {
		  margin-bottom: 16.71642px; } }
  
  .nav-links__label {
	font-family: "HK Grotesk", sans-serif;
	font-size: 14px;
	line-height: 1.07;
	font-weight: normal;
	letter-spacing: 0.07143em;
	text-transform: uppercase;
	padding-top: 0.6em;
	padding-bottom: 0.5em; }
	@media only screen and (max-width: 1360px) {
	  .nav-links__label {
		font-size: 13.52444px; } }
	@media only screen and (max-width: 1024px) {
	  .nav-links__label {
		font-size: 13.08013px; } }
	@media only screen and (max-width: 768px) {
	  .nav-links__label {
		font-size: 12.66408px; } }
	@media only screen and (max-width: 400px) {
	  .nav-links__label {
		font-size: 12.27368px; } }
  
  .post-navigation .nav-previous {
	text-align: left; }
	.post-navigation .nav-previous:hover .nav-title {
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px); }
	.post-navigation .nav-previous:hover .nav-links__label {
	  padding-left: 0;
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px); }
	  .post-navigation .nav-previous:hover .nav-links__label:before, .post-navigation .nav-previous:hover .nav-links__label:after {
		-webkit-transform: translateX(-100%) translateY(-50%);
				transform: translateX(-100%) translateY(-50%);
		opacity: 0; }
  
  .post-navigation .nav-next {
	text-align: right; }
	.post-navigation .nav-next:hover .nav-title {
	  -webkit-transform: translateX(10px);
			  transform: translateX(10px); }
	.post-navigation .nav-next:hover .nav-links__label {
	  padding-right: 0;
	  -webkit-transform: translateX(10px);
			  transform: translateX(10px); }
	  .post-navigation .nav-next:hover .nav-links__label:before, .post-navigation .nav-next:hover .nav-links__label:after {
		-webkit-transform: translateX(100%) translateY(-50%);
				transform: translateX(100%) translateY(-50%);
		opacity: 0; }
body.page:not(.page-template-front-page) .o-layout__main {
	padding-top: 56px;
	padding-bottom: 56px; }
	@media only screen and (max-width: 1360px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 34.72868px; } }
	@media only screen and (max-width: 768px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 29.18567px; } }
	@media only screen and (max-width: 320px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-top: 25.16854px; } }
	@media only screen and (max-width: 1360px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 42.87081px; } }
	@media only screen and (max-width: 1024px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 34.72868px; } }
	@media only screen and (max-width: 768px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 29.18567px; } }
	@media only screen and (max-width: 320px) {
		body.page:not(.page-template-front-page) .o-layout__main {
		padding-bottom: 25.16854px; } }
		.o-layout__main:not(.widget-area),
		.o-layout__side:not(.widget-area),
		.o-layout__full:not(.widget-area) {
		  padding-top: 56px; }
		  @media only screen and (max-width: 1360px) {
			.o-layout__main:not(.widget-area),
			.o-layout__side:not(.widget-area),
			.o-layout__full:not(.widget-area) {
			  padding-top: 42.87081px; } }
		  @media only screen and (max-width: 1024px) {
			.o-layout__main:not(.widget-area),
			.o-layout__side:not(.widget-area),
			.o-layout__full:not(.widget-area) {
			  padding-top: 34.72868px; } }
		  @media only screen and (max-width: 768px) {
			.o-layout__main:not(.widget-area),
			.o-layout__side:not(.widget-area),
			.o-layout__full:not(.widget-area) {
			  padding-top: 29.18567px; } }
		  @media only screen and (max-width: 320px) {
			.o-layout__main:not(.widget-area),
			.o-layout__side:not(.widget-area),
			.o-layout__full:not(.widget-area) {
			  padding-top: 25.16854px; } }
