@charset "UTF-8";
/* ==========================================================================
   SETTINGS
   ========================================================================== */
/*! 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 {
  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 */
  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 {
  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] {
  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;
}

/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.5em 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0;
  text-align: center;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */
/* Input fields */
input,
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
}

textarea {
  width: 100%;
}

/* Buttons */
button,
.contributor-posts-link,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #aaa;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px 11px;
  vertical-align: bottom;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #bbb;
  color: #fff;
}

button:active,
.contributor-posts-link:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: #999;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img {
  max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*=align],
img[class*=attachment-],
#site-header img {
  height: auto;
}

img.size-full,
img.size-large,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}

/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.entry-content,
.entry-summary,
.page-content {
  /*-webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  hyphens:         auto;*/
  word-wrap: break-word;
}

/* ==========================================================================
   FONTS
   ========================================================================== */
:root {
  --font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-secondary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* ==========================================================================
   COLORS
   ========================================================================== */
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-brand: #412234;
  --color-brand--light: #6a2d50;
  --color-brand--dark: #2c1522;
  --color-brand-alt: #BDD9BF;
  --color-brand-alt--light: #d2ead3;
  --color-brand-alt--dark: #83af86;
  --color-gray--darkest: #202020;
  --color-gray--darker: #323232;
  --color-gray--dark: #4a4a4a;
  --color-gray: #888;
  --color-gray--mild: #bababa;
  --color-gray--light: #dedede;
  --color-gray--x-light: #f2f2f2;
  --color-gray--xx-light: #fafafa;
  --color-green: #5cb85c;
  --color-green--dark: #449d44;
  --color-green--light: #dff0d8;
  --color-green--x-light: #f3fbf0;
  --color-blue: #5bc0de;
  --color-blue--dark: #31b0d5;
  --color-blue--light: #d9edf7;
  --color-blue--x-light: #e7f5f9;
  --color-yellow: #f0ad4e;
  --color-yellow--dark: #ec971f;
  --color-yellow--light: #fcf8e3;
  --color-yellow--x-light: #fffee8;
  --color-red: #d9534f;
  --color-red--dark: #c9302c;
  --color-red--light: #f2dede;
  --color-red--x-light: #F3DCDC;
  --color-brand-light: var(--color-brand--light);
  --color-brand-dark: var(--color-brand--dark);
  --color-brand-alt-light: var(--color-brand-alt--light);
  --color-brand-alt-dark: var(--color-brand-alt--dark);
  --color-gray-darkest: var(--color-gray--darkest);
  --color-gray-darker: var(--color-gray--darker);
  --color-gray-dark: var(--color-gray--dark);
  --color-gray-mild: var(--color-gray--mild);
  --color-gray-light: var(--color-gray--light);
  --color-gray-x-light: var(--color-gray--x-light);
  --color-gray-xx-light: var(--color-gray--xx-light);
  --color-success: var(--color-green);
  --color-success--dark: var(--color-green--dark);
  --color-success--light: var(--color-green--light);
  --color-success--x-light: var(--color-green--x-light);
  --color-info: var(--color-blue);
  --color-info--dark: var(--color-blue--dark);
  --color-info--light: var(--color-blue--light);
  --color-info--x-light: var(--color-blue--x-light);
  --color-warning: var(--color-yellow);
  --color-warning--dark: var(--color-yellow--dark);
  --color-warning--light: var(--color-yellow--light);
  --color-warning--x-light: var(--color-yellow--x-light);
  --color-danger: var(--color-red);
  --color-danger--dark: var(--color-red--dark);
  --color-danger--light: var(--color-red--light);
  --color-danger--x-light: var(--color-red--x-light);
}

/* Color classes */
.has-color-black-color {
  color: #000;
}

.has-color-black-background-color {
  background-color: #000;
}

.has-color-white-color {
  color: #fff;
}

.has-color-white-background-color {
  background-color: #fff;
}

.has-color-brand-color {
  color: #412234;
}

.has-color-brand-background-color {
  background-color: #412234;
}

.has-color-brand--light-color {
  color: #6a2d50;
}

.has-color-brand--light-background-color {
  background-color: #6a2d50;
}

.has-color-brand--dark-color {
  color: #2c1522;
}

.has-color-brand--dark-background-color {
  background-color: #2c1522;
}

.has-color-brand-alt-color {
  color: #BDD9BF;
}

.has-color-brand-alt-background-color {
  background-color: #BDD9BF;
}

.has-color-brand-alt--light-color {
  color: #d2ead3;
}

.has-color-brand-alt--light-background-color {
  background-color: #d2ead3;
}

.has-color-brand-alt--dark-color {
  color: #83af86;
}

.has-color-brand-alt--dark-background-color {
  background-color: #83af86;
}

.has-color-gray--darkest-color {
  color: #202020;
}

.has-color-gray--darkest-background-color {
  background-color: #202020;
}

.has-color-gray--darker-color {
  color: #323232;
}

.has-color-gray--darker-background-color {
  background-color: #323232;
}

.has-color-gray--dark-color {
  color: #4a4a4a;
}

.has-color-gray--dark-background-color {
  background-color: #4a4a4a;
}

.has-color-gray-color {
  color: #888;
}

.has-color-gray-background-color {
  background-color: #888;
}

.has-color-gray--mild-color {
  color: #bababa;
}

.has-color-gray--mild-background-color {
  background-color: #bababa;
}

.has-color-gray--light-color {
  color: #dedede;
}

.has-color-gray--light-background-color {
  background-color: #dedede;
}

.has-color-gray--x-light-color {
  color: #f2f2f2;
}

.has-color-gray--x-light-background-color {
  background-color: #f2f2f2;
}

.has-color-gray--xx-light-color {
  color: #fafafa;
}

.has-color-gray--xx-light-background-color {
  background-color: #fafafa;
}

.has-color-green-color {
  color: #5cb85c;
}

.has-color-green-background-color {
  background-color: #5cb85c;
}

.has-color-green--dark-color {
  color: #449d44;
}

.has-color-green--dark-background-color {
  background-color: #449d44;
}

.has-color-green--light-color {
  color: #dff0d8;
}

.has-color-green--light-background-color {
  background-color: #dff0d8;
}

.has-color-green--x-light-color {
  color: #f3fbf0;
}

.has-color-green--x-light-background-color {
  background-color: #f3fbf0;
}

.has-color-blue-color {
  color: #5bc0de;
}

.has-color-blue-background-color {
  background-color: #5bc0de;
}

.has-color-blue--dark-color {
  color: #31b0d5;
}

.has-color-blue--dark-background-color {
  background-color: #31b0d5;
}

.has-color-blue--light-color {
  color: #d9edf7;
}

.has-color-blue--light-background-color {
  background-color: #d9edf7;
}

.has-color-blue--x-light-color {
  color: #e7f5f9;
}

.has-color-blue--x-light-background-color {
  background-color: #e7f5f9;
}

.has-color-yellow-color {
  color: #f0ad4e;
}

.has-color-yellow-background-color {
  background-color: #f0ad4e;
}

.has-color-yellow--dark-color {
  color: #ec971f;
}

.has-color-yellow--dark-background-color {
  background-color: #ec971f;
}

.has-color-yellow--light-color {
  color: #fcf8e3;
}

.has-color-yellow--light-background-color {
  background-color: #fcf8e3;
}

.has-color-yellow--x-light-color {
  color: #fffee8;
}

.has-color-yellow--x-light-background-color {
  background-color: #fffee8;
}

.has-color-red-color {
  color: #d9534f;
}

.has-color-red-background-color {
  background-color: #d9534f;
}

.has-color-red--dark-color {
  color: #c9302c;
}

.has-color-red--dark-background-color {
  background-color: #c9302c;
}

.has-color-red--light-color {
  color: #f2dede;
}

.has-color-red--light-background-color {
  background-color: #f2dede;
}

.has-color-red--x-light-color {
  color: #F3DCDC;
}

.has-color-red--x-light-background-color {
  background-color: #F3DCDC;
}

.has-color-brand-light-color {
  color: var(--color-brand--light);
}

.has-color-brand-light-background-color {
  background-color: var(--color-brand--light);
}

.has-color-brand-dark-color {
  color: var(--color-brand--dark);
}

.has-color-brand-dark-background-color {
  background-color: var(--color-brand--dark);
}

.has-color-brand-alt-light-color {
  color: var(--color-brand-alt--light);
}

.has-color-brand-alt-light-background-color {
  background-color: var(--color-brand-alt--light);
}

.has-color-brand-alt-dark-color {
  color: var(--color-brand-alt--dark);
}

.has-color-brand-alt-dark-background-color {
  background-color: var(--color-brand-alt--dark);
}

.has-color-gray-darkest-color {
  color: var(--color-gray--darkest);
}

.has-color-gray-darkest-background-color {
  background-color: var(--color-gray--darkest);
}

.has-color-gray-darker-color {
  color: var(--color-gray--darker);
}

.has-color-gray-darker-background-color {
  background-color: var(--color-gray--darker);
}

.has-color-gray-dark-color {
  color: var(--color-gray--dark);
}

.has-color-gray-dark-background-color {
  background-color: var(--color-gray--dark);
}

.has-color-gray-mild-color {
  color: var(--color-gray--mild);
}

.has-color-gray-mild-background-color {
  background-color: var(--color-gray--mild);
}

.has-color-gray-light-color {
  color: var(--color-gray--light);
}

.has-color-gray-light-background-color {
  background-color: var(--color-gray--light);
}

.has-color-gray-x-light-color {
  color: var(--color-gray--x-light);
}

.has-color-gray-x-light-background-color {
  background-color: var(--color-gray--x-light);
}

.has-color-gray-xx-light-color {
  color: var(--color-gray--xx-light);
}

.has-color-gray-xx-light-background-color {
  background-color: var(--color-gray--xx-light);
}

.has-color-success-color {
  color: var(--color-green);
}

.has-color-success-background-color {
  background-color: var(--color-green);
}

.has-color-success--dark-color {
  color: var(--color-green--dark);
}

.has-color-success--dark-background-color {
  background-color: var(--color-green--dark);
}

.has-color-success--light-color {
  color: var(--color-green--light);
}

.has-color-success--light-background-color {
  background-color: var(--color-green--light);
}

.has-color-success--x-light-color {
  color: var(--color-green--x-light);
}

.has-color-success--x-light-background-color {
  background-color: var(--color-green--x-light);
}

.has-color-info-color {
  color: var(--color-blue);
}

.has-color-info-background-color {
  background-color: var(--color-blue);
}

.has-color-info--dark-color {
  color: var(--color-blue--dark);
}

.has-color-info--dark-background-color {
  background-color: var(--color-blue--dark);
}

.has-color-info--light-color {
  color: var(--color-blue--light);
}

.has-color-info--light-background-color {
  background-color: var(--color-blue--light);
}

.has-color-info--x-light-color {
  color: var(--color-blue--x-light);
}

.has-color-info--x-light-background-color {
  background-color: var(--color-blue--x-light);
}

.has-color-warning-color {
  color: var(--color-yellow);
}

.has-color-warning-background-color {
  background-color: var(--color-yellow);
}

.has-color-warning--dark-color {
  color: var(--color-yellow--dark);
}

.has-color-warning--dark-background-color {
  background-color: var(--color-yellow--dark);
}

.has-color-warning--light-color {
  color: var(--color-yellow--light);
}

.has-color-warning--light-background-color {
  background-color: var(--color-yellow--light);
}

.has-color-warning--x-light-color {
  color: var(--color-yellow--x-light);
}

.has-color-warning--x-light-background-color {
  background-color: var(--color-yellow--x-light);
}

.has-color-danger-color {
  color: var(--color-red);
}

.has-color-danger-background-color {
  background-color: var(--color-red);
}

.has-color-danger--dark-color {
  color: var(--color-red--dark);
}

.has-color-danger--dark-background-color {
  background-color: var(--color-red--dark);
}

.has-color-danger--light-color {
  color: var(--color-red--light);
}

.has-color-danger--light-background-color {
  background-color: var(--color-red--light);
}

.has-color-danger--x-light-color {
  color: var(--color-red--x-light);
}

.has-color-danger--x-light-background-color {
  background-color: var(--color-red--x-light);
}

/* Social Media Brand Colors */
/* ==========================================================================
   GRID
   Flex-based grid from Pure Grid
   ========================================================================== */
.pure-g {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
.pure-g.center-items {
  justify-content: center;
}

/* ==========================================================================
   CUSTOM ADDITIONS
   ========================================================================== */
/*
 * When using boxes inside pure grid
 * use gutters to "reset" visual 
 * alignment on container (.pure-g) 
 */
.pure-g__gutters {
  margin: 0 -1rem;
}
.pure-g__gutters--half {
  margin: 0 -0.5rem;
}
.pure-g__gutters--half-mobile {
  margin: 0 -0.5rem;
}
@media screen and (min-width: 48em) {
  .pure-g__gutters--half-mobile {
    margin: 0 -1rem;
  }
}
.pure-g__gutters--half-mobile .pure__box--air,
.pure-g__gutters--half-mobile .pure__box--border:after,
.pure-g__gutters--half-mobile .pure__box--white:after,
.pure-g__gutters--half-mobile .pure__box--gray:after {
  margin: 0.5rem;
}
@media screen and (min-width: 48em) {
  .pure-g__gutters--half-mobile .pure__box--air,
.pure-g__gutters--half-mobile .pure__box--border:after,
.pure-g__gutters--half-mobile .pure__box--white:after,
.pure-g__gutters--half-mobile .pure__box--gray:after {
    margin: 1rem;
  }
}
.pure-g__gutters--no-y-margin {
  margin-bottom: -1rem;
  margin-top: -1rem;
}

.pure-g__gutters-x2 {
  margin: 0 -2rem;
}
.pure-g__gutters-x2--no-y-margin {
  margin-bottom: -1rem;
  margin-top: -1rem;
}

.pure__box--air {
  margin: 1rem;
}

.pure__box--air-x2 {
  margin: 1rem 2rem;
}

.pure__box--air--half {
  margin: 0.5rem;
}

.pure-g--align-center {
  justify-content: center;
}

.pure__box--wrap {
  position: relative;
}

.pure__box--border,
.pure__box--white,
.pure__box--gray {
  margin: 1rem;
  padding: 1rem;
}

.pure__box--border:after {
  border: 1px solid var(--color-gray--light);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  margin: 1rem;
  right: 0;
  top: 0;
  z-index: -1;
}

.pure__box--white:after {
  background-color: var(--color-white);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  margin: 1rem;
  right: 0;
  top: 0;
  z-index: -1;
}

.pure__box--gray:after {
  background-color: var(--color-gray--x-light);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  margin: 1rem;
  right: 0;
  top: 0;
  z-index: -1;
}

.pure__box--shadow-box {
  margin: 1rem;
}

.pure__box--shadow-box:after {
  box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  margin: 1rem;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}

.pure__box--shadow-box:hover:after {
  box-shadow: 0 2rem 3rem -1rem rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 48rem) {
  .pure__reverse-content--mobile {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 48rem) {
  .pure__reverse-content--desktop {
    flex-direction: row-reverse;
  }
}

.pure-u-1,
.pure-u-1-1 {
  width: 100%;
}

.pure-u-1-2 {
  width: 50%;
}

.pure-u-1-3 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-2-3 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-1-4 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-3-4 {
  width: 75%;
  *width: 74.969%;
}

@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-1-2,
.pure-u-sm-1-3,
.pure-u-sm-2-3,
.pure-u-sm-1-4,
.pure-u-sm-3-4,
.pure-u-sm-1-5,
.pure-u-sm-2-5,
.pure-u-sm-3-5,
.pure-u-sm-4-5,
.pure-u-sm-5-5,
.pure-u-sm-1-6,
.pure-u-sm-5-6,
.pure-u-sm-1-8,
.pure-u-sm-3-8,
.pure-u-sm-5-8,
.pure-u-sm-7-8,
.pure-u-sm-1-12,
.pure-u-sm-5-12,
.pure-u-sm-7-12,
.pure-u-sm-11-12,
.pure-u-sm-1-24,
.pure-u-sm-2-24,
.pure-u-sm-3-24,
.pure-u-sm-4-24,
.pure-u-sm-5-24,
.pure-u-sm-6-24,
.pure-u-sm-7-24,
.pure-u-sm-8-24,
.pure-u-sm-9-24,
.pure-u-sm-10-24,
.pure-u-sm-11-24,
.pure-u-sm-12-24,
.pure-u-sm-13-24,
.pure-u-sm-14-24,
.pure-u-sm-15-24,
.pure-u-sm-16-24,
.pure-u-sm-17-24,
.pure-u-sm-18-24,
.pure-u-sm-19-24,
.pure-u-sm-20-24,
.pure-u-sm-21-24,
.pure-u-sm-22-24,
.pure-u-sm-23-24,
.pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-sm-1-12,
.pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-sm-1-8,
.pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-sm-1-6,
.pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-sm-1-4,
.pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-sm-1-3,
.pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-sm-3-8,
.pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-sm-5-12,
.pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-sm-1-2,
.pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-sm-7-12,
.pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-sm-5-8,
.pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-sm-2-3,
.pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-sm-3-4,
.pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-sm-5-6,
.pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-sm-7-8,
.pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-sm-11-12,
.pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-sm-1,
.pure-u-sm-1-1,
.pure-u-sm-5-5,
.pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-1-2,
.pure-u-md-1-3,
.pure-u-md-2-3,
.pure-u-md-1-4,
.pure-u-md-3-4,
.pure-u-md-1-5,
.pure-u-md-2-5,
.pure-u-md-3-5,
.pure-u-md-4-5,
.pure-u-md-5-5,
.pure-u-md-1-6,
.pure-u-md-5-6,
.pure-u-md-1-8,
.pure-u-md-3-8,
.pure-u-md-5-8,
.pure-u-md-7-8,
.pure-u-md-1-12,
.pure-u-md-5-12,
.pure-u-md-7-12,
.pure-u-md-11-12,
.pure-u-md-1-24,
.pure-u-md-2-24,
.pure-u-md-3-24,
.pure-u-md-4-24,
.pure-u-md-5-24,
.pure-u-md-6-24,
.pure-u-md-7-24,
.pure-u-md-8-24,
.pure-u-md-9-24,
.pure-u-md-10-24,
.pure-u-md-11-24,
.pure-u-md-12-24,
.pure-u-md-13-24,
.pure-u-md-14-24,
.pure-u-md-15-24,
.pure-u-md-16-24,
.pure-u-md-17-24,
.pure-u-md-18-24,
.pure-u-md-19-24,
.pure-u-md-20-24,
.pure-u-md-21-24,
.pure-u-md-22-24,
.pure-u-md-23-24,
.pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-md-1-12,
.pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-md-1-8,
.pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-md-1-6,
.pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-md-1-4,
.pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-md-1-3,
.pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-md-3-8,
.pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-md-5-12,
.pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-md-1-2,
.pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-md-7-12,
.pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-md-5-8,
.pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-md-2-3,
.pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-md-3-4,
.pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-md-5-6,
.pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-md-7-8,
.pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-md-11-12,
.pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-md-1,
.pure-u-md-1-1,
.pure-u-md-5-5,
.pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-1-2,
.pure-u-lg-1-3,
.pure-u-lg-2-3,
.pure-u-lg-1-4,
.pure-u-lg-3-4,
.pure-u-lg-1-5,
.pure-u-lg-2-5,
.pure-u-lg-3-5,
.pure-u-lg-4-5,
.pure-u-lg-5-5,
.pure-u-lg-1-6,
.pure-u-lg-5-6,
.pure-u-lg-1-8,
.pure-u-lg-3-8,
.pure-u-lg-5-8,
.pure-u-lg-7-8,
.pure-u-lg-1-12,
.pure-u-lg-5-12,
.pure-u-lg-7-12,
.pure-u-lg-11-12,
.pure-u-lg-1-24,
.pure-u-lg-2-24,
.pure-u-lg-3-24,
.pure-u-lg-4-24,
.pure-u-lg-5-24,
.pure-u-lg-6-24,
.pure-u-lg-7-24,
.pure-u-lg-8-24,
.pure-u-lg-9-24,
.pure-u-lg-10-24,
.pure-u-lg-11-24,
.pure-u-lg-12-24,
.pure-u-lg-13-24,
.pure-u-lg-14-24,
.pure-u-lg-15-24,
.pure-u-lg-16-24,
.pure-u-lg-17-24,
.pure-u-lg-18-24,
.pure-u-lg-19-24,
.pure-u-lg-20-24,
.pure-u-lg-21-24,
.pure-u-lg-22-24,
.pure-u-lg-23-24,
.pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-lg-1-12,
.pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-lg-1-8,
.pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-lg-1-6,
.pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-lg-1-4,
.pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-lg-1-3,
.pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-lg-3-8,
.pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-lg-5-12,
.pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-lg-1-2,
.pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-lg-7-12,
.pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-lg-5-8,
.pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-lg-2-3,
.pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-lg-3-4,
.pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-lg-5-6,
.pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-lg-7-8,
.pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-lg-11-12,
.pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-lg-1,
.pure-u-lg-1-1,
.pure-u-lg-5-5,
.pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-1-2,
.pure-u-xl-1-3,
.pure-u-xl-2-3,
.pure-u-xl-1-4,
.pure-u-xl-3-4,
.pure-u-xl-1-5,
.pure-u-xl-2-5,
.pure-u-xl-3-5,
.pure-u-xl-4-5,
.pure-u-xl-5-5,
.pure-u-xl-1-6,
.pure-u-xl-5-6,
.pure-u-xl-1-8,
.pure-u-xl-3-8,
.pure-u-xl-5-8,
.pure-u-xl-7-8,
.pure-u-xl-1-12,
.pure-u-xl-5-12,
.pure-u-xl-7-12,
.pure-u-xl-11-12,
.pure-u-xl-1-24,
.pure-u-xl-2-24,
.pure-u-xl-3-24,
.pure-u-xl-4-24,
.pure-u-xl-5-24,
.pure-u-xl-6-24,
.pure-u-xl-7-24,
.pure-u-xl-8-24,
.pure-u-xl-9-24,
.pure-u-xl-10-24,
.pure-u-xl-11-24,
.pure-u-xl-12-24,
.pure-u-xl-13-24,
.pure-u-xl-14-24,
.pure-u-xl-15-24,
.pure-u-xl-16-24,
.pure-u-xl-17-24,
.pure-u-xl-18-24,
.pure-u-xl-19-24,
.pure-u-xl-20-24,
.pure-u-xl-21-24,
.pure-u-xl-22-24,
.pure-u-xl-23-24,
.pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-xl-1-12,
.pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-xl-1-8,
.pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-xl-1-6,
.pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-xl-1-4,
.pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-xl-1-3,
.pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-xl-3-8,
.pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-xl-5-12,
.pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-xl-1-2,
.pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-xl-7-12,
.pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-xl-5-8,
.pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-xl-2-3,
.pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-xl-3-4,
.pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-xl-5-6,
.pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-xl-7-8,
.pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-xl-11-12,
.pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-xl-1,
.pure-u-xl-1-1,
.pure-u-xl-5-5,
.pure-u-xl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .pure-u-xxl-1,
.pure-u-xxl-1-1,
.pure-u-xxl-1-2,
.pure-u-xxl-1-3,
.pure-u-xxl-2-3,
.pure-u-xxl-1-4,
.pure-u-xxl-3-4,
.pure-u-xxl-1-5,
.pure-u-xxl-2-5,
.pure-u-xxl-3-5,
.pure-u-xxl-4-5,
.pure-u-xxl-5-5,
.pure-u-xxl-1-6,
.pure-u-xxl-5-6,
.pure-u-xxl-1-8,
.pure-u-xxl-3-8,
.pure-u-xxl-5-8,
.pure-u-xxl-7-8,
.pure-u-xxl-1-12,
.pure-u-xxl-5-12,
.pure-u-xxl-7-12,
.pure-u-xxl-11-12,
.pure-u-xxl-1-24,
.pure-u-xxl-2-24,
.pure-u-xxl-3-24,
.pure-u-xxl-4-24,
.pure-u-xxl-5-24,
.pure-u-xxl-6-24,
.pure-u-xxl-7-24,
.pure-u-xxl-8-24,
.pure-u-xxl-9-24,
.pure-u-xxl-10-24,
.pure-u-xxl-11-24,
.pure-u-xxl-12-24,
.pure-u-xxl-13-24,
.pure-u-xxl-14-24,
.pure-u-xxl-15-24,
.pure-u-xxl-16-24,
.pure-u-xxl-17-24,
.pure-u-xxl-18-24,
.pure-u-xxl-19-24,
.pure-u-xxl-20-24,
.pure-u-xxl-21-24,
.pure-u-xxl-22-24,
.pure-u-xxl-23-24,
.pure-u-xxl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }

  .pure-u-xxl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }

  .pure-u-xxl-1-12,
.pure-u-xxl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }

  .pure-u-xxl-1-8,
.pure-u-xxl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }

  .pure-u-xxl-1-6,
.pure-u-xxl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }

  .pure-u-xxl-1-5 {
    width: 20%;
    *width: 19.969%;
  }

  .pure-u-xxl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }

  .pure-u-xxl-1-4,
.pure-u-xxl-6-24 {
    width: 25%;
    *width: 24.969%;
  }

  .pure-u-xxl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }

  .pure-u-xxl-1-3,
.pure-u-xxl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }

  .pure-u-xxl-3-8,
.pure-u-xxl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }

  .pure-u-xxl-2-5 {
    width: 40%;
    *width: 39.969%;
  }

  .pure-u-xxl-5-12,
.pure-u-xxl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }

  .pure-u-xxl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }

  .pure-u-xxl-1-2,
.pure-u-xxl-12-24 {
    width: 50%;
    *width: 49.969%;
  }

  .pure-u-xxl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }

  .pure-u-xxl-7-12,
.pure-u-xxl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }

  .pure-u-xxl-3-5 {
    width: 60%;
    *width: 59.969%;
  }

  .pure-u-xxl-5-8,
.pure-u-xxl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }

  .pure-u-xxl-2-3,
.pure-u-xxl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }

  .pure-u-xxl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }

  .pure-u-xxl-3-4,
.pure-u-xxl-18-24 {
    width: 75%;
    *width: 74.969%;
  }

  .pure-u-xxl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }

  .pure-u-xxl-4-5 {
    width: 80%;
    *width: 79.969%;
  }

  .pure-u-xxl-5-6,
.pure-u-xxl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }

  .pure-u-xxl-7-8,
.pure-u-xxl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }

  .pure-u-xxl-11-12,
.pure-u-xxl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }

  .pure-u-xxl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }

  .pure-u-xxl-1,
.pure-u-xxl-1-1,
.pure-u-xxl-5-5,
.pure-u-xxl-24-24 {
    width: 100%;
  }
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   RESPONSIVE EMBED
   ========================================================================== */
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* embedresponsively.com */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper .embed-container {
  padding: 0;
  position: unset;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Block width helpers
 */
@media screen {
  .editorial-narrow, .editorial, .editorial-wide, .editorial-ultra-wide {
    margin: 0 1rem;
  }
}

@media screen and (min-width: 48em) {
  .editorial-narrow {
    margin: 0 15%;
  }
}
@media screen and (min-width: 64em) {
  .editorial-narrow {
    margin: 0 15%;
  }
}
@media screen and (min-width: 82em) {
  .editorial-narrow {
    margin: 0 20%;
  }
}
@media screen and (min-width: 100em) {
  .editorial-narrow {
    margin: 0 25%;
  }
}
@media screen and (min-width: 120em) {
  .editorial-narrow {
    margin: 0 30%;
  }
}
@media screen and (min-width: 140em) {
  .editorial-narrow {
    margin: 0 35%;
  }
}

@media screen and (min-width: 48em) {
  .editorial {
    margin: 0 5%;
  }
}
@media screen and (min-width: 64em) {
  .editorial {
    margin: 0 10%;
  }
}
@media screen and (min-width: 82em) {
  .editorial {
    margin: 0 15%;
  }
}
@media screen and (min-width: 100em) {
  .editorial {
    margin: 0 20%;
  }
}
@media screen and (min-width: 120em) {
  .editorial {
    margin: 0 22.5%;
  }
}
@media screen and (min-width: 140em) {
  .editorial {
    margin: 0 25%;
  }
}
@media screen and (min-width: 160em) {
  .editorial {
    margin: 0 27.5%;
  }
}

@media screen and (min-width: 64em) {
  .editorial-wide {
    margin: 0 5%;
  }
}
@media screen and (min-width: 82em) {
  .editorial-wide {
    margin: 0 7.5%;
  }
}
@media screen and (min-width: 100em) {
  .editorial-wide {
    margin: 0 10%;
  }
}
@media screen and (min-width: 132em) {
  .editorial-wide {
    margin: 0 15%;
  }
}

@media screen and (min-width: 64em) {
  .editorial-ultra-wide {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}
@media screen and (min-width: 64em) {
  .editorial-ultra-wide {
    margin: 0 2rem;
    width: calc(100% - 4rem);
  }
}

/*
 * Spacings
 */
.spacing-top-x1 {
  padding-top: 1rem;
}
@media screen and (min-width: 64em) {
  .spacing-top-x1 {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 120em) {
  .spacing-top-x1 {
    padding-top: 2rem;
  }
}

.spacing-top-x2 {
  padding-top: 2rem;
}
@media screen and (min-width: 64em) {
  .spacing-top-x2 {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 120em) {
  .spacing-top-x2 {
    padding-top: 6rem;
  }
}

.spacing-top-x3 {
  padding-top: 3rem;
}
@media screen and (min-width: 64em) {
  .spacing-top-x3 {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 120em) {
  .spacing-top-x3 {
    padding-top: 9rem;
  }
}

.spacing-bottom-x1 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  .spacing-bottom-x1 {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 120em) {
  .spacing-bottom-x1 {
    padding-bottom: 2rem;
  }
}

.spacing-bottom-x2 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 64em) {
  .spacing-bottom-x2 {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 120em) {
  .spacing-bottom-x2 {
    padding-bottom: 6rem;
  }
}

.spacing-bottom-x3 {
  padding-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .spacing-bottom-x3 {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 120em) {
  .spacing-bottom-x3 {
    padding-bottom: 9rem;
  }
}

/*
 * Resolution helpers
 */
.mobile {
  display: block;
}
@media only screen and (min-width: 48em) {
  .mobile {
    display: none;
  }
}

.mobile-tablet {
  display: block;
}
@media only screen and (min-width: 64em) {
  .mobile-tablet {
    display: none;
  }
}

.tablet-up {
  display: none;
}
@media only screen and (min-width: 48em) {
  .tablet-up {
    display: block;
  }
}

.desktop-up {
  display: none;
}
@media only screen and (min-width: 64em) {
  .desktop-up {
    display: block;
  }
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   PRINT STYLES
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  /*a[href]:after {
      content: " (" attr(href) ")";
  }*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  /*
     img {
         max-width: 100% !important;
     }

     @page {
         margin: 0.5cm;
     }
  */
}
/* ==========================================================================
   STYLEGUIDE (styleguide folder in root)
   ========================================================================== */
.styleguide .wrapper pre {
  margin: 0 0 2rem;
  white-space: break-spaces;
}
.styleguide .menu {
  background: var(--color-gray--darkest);
  color: var(--color-white);
  position: relative;
}
@media screen and (min-width: 48em) {
  .styleguide .menu {
    min-height: 100vh;
  }
}
.styleguide .menu .menu-logo {
  padding: 0 2rem;
  width: 80%;
}
.styleguide .menu .open-styleguide-menu {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  text-align: center;
}
.styleguide .menu .open-styleguide-menu img {
  width: 20px;
}
.styleguide .menu .open-styleguide-menu span {
  color: var(--color-white);
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  text-transform: uppercase;
}
.styleguide .menu .close-styleguide-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.styleguide .menu .close-styleguide-menu img {
  width: 16px;
}
.styleguide .menu .close-styleguide-menu span {
  color: var(--color-white);
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
  text-transform: uppercase;
}
.styleguide .menu .styleguide-menu {
  box-shadow: 0 0 32px -8px rgba(0, 0, 0, 0.4);
  height: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 20%;
  padding: 2rem 1rem;
  overflow-y: auto;
  transition: all 300ms ease-in-out;
  transform: translateX(200%);
  width: 80%;
  z-index: 1;
}
.styleguide .menu .styleguide-menu.active {
  background: var(--color-gray--darkest);
  height: auto;
  transform: translateX(0);
}
@media screen and (min-width: 48em) {
  .styleguide .menu .styleguide-menu {
    box-shadow: none;
    height: auto;
    left: initial;
    overflow: auto;
    padding: 0;
    position: relative;
    transform: none;
    width: auto;
  }
}
.styleguide .menu .styleguide-menu ul {
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.styleguide .menu .styleguide-menu ul li a {
  color: var(--color-white);
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.styleguide .menu .styleguide-menu ul li a:hover {
  background: var(--color-gray--dark);
}
.styleguide .menu .styleguide-menu ul li a.end-section {
  margin-bottom: 2rem;
}
.styleguide .block {
  margin: 0 0 5rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .styleguide .block {
    margin: 0 5rem 5rem;
  }
}
@media screen and (min-width: 100em) {
  .styleguide .block {
    margin: 0 7rem 5rem;
  }
}
.styleguide .block .desc {
  background: var(--color-gray--mild);
  color: var(--color-white);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0.5rem;
  padding: 0.4rem 0.5rem 0.2rem;
}
.styleguide .block-title {
  border-bottom: 3px solid var(--color-gray--darkest);
  color: var(--color-gray--darkest);
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
}
.styleguide .image-label {
  font-size: 0.8rem;
  margin: 0.5rem 0;
  display: block;
}
.styleguide .stationary-label {
  font-size: 0.8rem;
  font-style: italic;
  margin: 0.5rem 0;
  display: block;
  text-align: center;
}
.styleguide .stationary-grid {
  text-align: center;
}
.styleguide .stationary-grid img {
  max-height: 200px;
  width: auto;
}
.styleguide .color-swatches {
  margin: 0 0 3rem;
}
.styleguide .color-swatches .pure-g {
  margin: -0.5rem;
}
.styleguide .color-swatches .pure-g div {
  padding: 0.5rem;
}
.styleguide .color-swatches .pure-g div svg {
  width: 100%;
}
.styleguide .color-swatches .pure-g div span {
  background-color: var(--color-white);
  display: block;
  font-size: 0.6rem;
  padding: 0.5rem;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}
.styleguide .buttons-wrapper .inverted-btn-wrapper {
  background-color: var(--color-gray--x-light);
  display: inline-block;
  padding: 0.5rem;
}
.styleguide .buttons-wrapper .inverted-btn-wrapper .btn {
  margin-left: 0.5rem;
}
.styleguide .btn {
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.styleguide .btn-group .btn {
  margin: 0;
}
.styleguide .icons-grid {
  font-size: 0.8rem;
  text-align: center;
}
.styleguide .icons-grid .icon {
  margin: 0 0 4rem;
}
.styleguide .icons-grid .icon .icons-grid__title {
  display: block;
  font-weight: bold;
}
.styleguide .icons-grid .icon .icons-grid__desc {
  display: block;
  font-style: italic;
}
.styleguide .icons-grid .icon img {
  max-height: 64px;
  margin: 0 auto 1rem;
  max-width: 64px;
}

/* ==========================================================================
   SITE
   ========================================================================== */
/* ==========================================================================
   PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 2. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 16px;
  line-height: 1.2;
  overflow-y: scroll;
  /* [1] */
  min-height: 100%;
  /* [2] */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-x: hidden;
}

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

/* Text rendering */
html {
  text-rendering: optimizeLegibility;
  /*font-feature-settings: "kern"; Does not work with webfonts in IE10 */
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

/* Remove border-radius and shadows from iOS-devices */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=file],
input[type=tel],
input[type=number],
input[type=submit],
input[type=date],
input[type=datetime-local],
input[type=time],
input.search,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body, button, input, label, textarea {
  font-family: var(--font-primary);
}

body {
  background: var(--color-white);
  color: var(--color-black);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  overflow-x: hidden;
}
@media only screen and (min-width: 64em) {
  body {
    font-size: 20px;
    line-height: 1.5;
  }
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.site-main {
  min-height: 75vh;
}

/* ==========================================================================
   TABLES
   ========================================================================== */
/*
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  border-collapse: collapse;
  width: 100%;
  /* [1] */
}

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.table {
  text-align: left;
  width: 512px;
}
@media screen and (min-width: 32em) {
  .table {
    width: 100%;
  }
}
.table caption {
  margin: 0 0 1rem;
  text-align: left;
}
.table thead th {
  font-size: 1rem;
  font-weight: bold;
}
.table tfoot td {
  padding-top: 0.5rem;
}
.table th,
.table td {
  font-size: 0.75rem;
  padding: 5px;
  word-break: break-word;
}
.table th.nowrap,
.table td.nowrap {
  white-space: nowrap;
}
.table tbody tr:nth-child(odd) th, .table tbody tr:nth-child(odd) td {
  background-color: var(--color-gray--x-light);
}
/* ==========================================================================
   IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  /* [1] */
  /*max-width: none;*/
}

figure {
  margin: 0 0 1rem;
}
figure figcaption {
  font-size: 0.75rem;
  margin: 0.5rem 0;
  text-align: center;
}
figure figcaption.figcaption--small {
  font-size: 0.625rem;
}
figure figcaption.figcaption--left {
  text-align: left;
}
figure figcaption.figcaption--right {
  text-align: right;
}
figure img {
  width: 100%;
}

/* Fix responsive image height in IE8 */
html.lt-ie9 img {
  width: auto;
}

/* Fix max-width issue (zoom controls not rendering correctly) with Google Maps */
.gmnoprint img {
  max-width: none;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
/* ==========================================================================
   HEADINGS
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
.alpha, .beta, .gamma, .delta, .epsilon, .zeta,
.is-style-alpha, .is-style-beta, .is-style-gamma, .is-style-delta, .is-style-epsilon, .is-style-zeta {
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
}

h1,
.alpha,
.is-style-alpha {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 32.5em) {
  h1,
.alpha,
.is-style-alpha {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  h1,
.alpha,
.is-style-alpha {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 64em) {
  h1,
.alpha,
.is-style-alpha {
    font-size: 5rem;
  }
}
@media screen and (min-width: 100em) {
  h1,
.alpha,
.is-style-alpha {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 120em) {
  h1,
.alpha,
.is-style-alpha {
    font-size: 6rem;
  }
}

h2,
.beta,
.is-style-beta {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 32.5em) {
  h2,
.beta,
.is-style-beta {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  h2,
.beta,
.is-style-beta {
    font-size: 3rem;
  }
}
@media screen and (min-width: 100em) {
  h2,
.beta,
.is-style-beta {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 120em) {
  h2,
.beta,
.is-style-beta {
    font-size: 4rem;
  }
}

h3,
.gamma,
.is-style-gamma {
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 32.5em) {
  h3,
.gamma,
.is-style-gamma {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  h3,
.gamma,
.is-style-gamma {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 100em) {
  h3,
.gamma,
.is-style-gamma {
    font-size: 3rem;
  }
}

h4,
.delta,
.is-style-delta {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 32.5em) {
  h4,
.delta,
.is-style-delta {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  h4,
.delta,
.is-style-delta {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 100em) {
  h4,
.delta,
.is-style-delta {
    font-size: 2rem;
  }
}
@media screen and (min-width: 120em) {
  h4,
.delta,
.is-style-delta {
    font-size: 2.2rem;
  }
}

h5,
.epsilon,
.is-style-epsilon {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  h5,
.epsilon,
.is-style-epsilon {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  h5,
.epsilon,
.is-style-epsilon {
    font-size: 1.5rem;
  }
}

h6,
.zeta,
.is-style-zeta {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 64em) {
  h6,
.zeta,
.is-style-zeta {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   TYPOGRAPHY MISC.
   ========================================================================== */
p {
  margin: 0 0 1rem;
}
p + h2,
p + h3,
p + h4 {
  margin-top: 2rem;
}
p + h5,
p + h6 {
  margin-top: 1rem;
}

small,
.text--small {
  font-size: 0.75rem;
}
@media screen and (min-width: 64em) {
  small,
.text--small {
    font-size: 1rem;
  }
}

.text--left {
  text-align: left;
}

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

.text--right {
  text-align: right;
}

@media screen and (max-width: 63em) {
  .text--left--mobile {
    text-align: left;
  }
}

@media screen and (max-width: 63em) {
  .text--center--mobile {
    text-align: center;
  }
}

@media screen and (max-width: 63em) {
  .text--right--mobile {
    text-align: right;
  }
}

@media screen and (min-width: 64em) {
  .text--left--desktop {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .text--center--desktop {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .text--right--desktop {
    text-align: right;
  }
}

.text--uppercase {
  text-transform: uppercase;
}

a {
  color: var(--color-brand);
}
a:hover {
  color: var(--color-brand--light);
}
a:focus, a:active {
  color: var(--color-brand--dark);
}
a.external:after {
  content: url("/assets/images/icons/external-link.svg");
  display: inline-block;
  height: 8px;
  width: 8px;
  top: -7px;
  position: relative;
  margin-left: 2px;
}
a.external--white:after {
  content: url("/assets/images/icons/external-link--white.svg");
}

b,
strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid var(--color-black);
  font-size: 2rem;
  margin-bottom: 2rem;
  padding: 0.3rem 0 0.3rem 1rem;
}
blockquote p {
  margin: 0;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
blockquote span.author {
  font-size: 0.75rem;
  font-style: italic;
}
@media screen and (min-width: 64em) {
  blockquote span.author {
    font-size: 1rem;
  }
}

ul, ol {
  /* Do not use shorthand margin because of issues with Gutenberg editor */
  margin-bottom: 1.5rem;
  margin-top: 0;
  padding: 0 0 0 1.75rem;
}
ul li, ol li {
  margin-bottom: 1rem;
}
ul li:first-of-type, ol li:first-of-type {
  margin-top: 0.5rem;
}

ul {
  list-style-type: square;
}

ol ol ol {
  list-style-type: lower-alpha;
  margin-top: 1rem;
}

pre {
  font-size: 0.75rem;
  background-color: var(--color-gray--x-light);
  padding: 1em;
  white-space: pre-wrap;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.site-header .header-main {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}
.site-header .header-main > * {
  grid-row: 1;
}
@media screen and (min-width: 24em) {
  .site-header .header-main {
    text-align: center;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 64em) {
  .site-header .header-main {
    grid-template-columns: 1fr auto 1fr;
  }
}
.site-header .header-main .site-logo {
  grid-column: 1/-1;
  width: 100%;
  margin-right: auto;
  margin-left: 1rem;
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-logo {
    grid-column: 1;
  }
}
.site-header .header-main .site-logo img {
  height: auto;
  max-height: 34px;
}
@media screen and (min-width: 24em) {
  .site-header .header-main .site-logo img {
    max-height: 48px;
  }
}
.site-header .header-main .menu-toggle {
  display: grid;
  place-content: center;
}
.site-header .header-main .open-menu {
  text-align: center;
  width: 32px;
}
.site-header .header-main .open-menu img {
  width: 32px;
}
.site-header .header-main .open-menu span {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.site-header .header-main .site-navigation {
  background: rgba(255, 255, 255, 0.8705882353);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  bottom: 0;
  height: 100%;
  overflow: initial;
  padding: 5rem 3rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.2s ease-in-out;
  transform: translateX(100%);
  text-align: center;
  display: grid;
}
.site-header .header-main .site-navigation.active {
  transform: translateX(0);
}
@media screen and (max-height: 38em) and (max-width: 64em) {
  .site-header .header-main .site-navigation {
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
@media screen and (min-width: 48em) {
  .site-header .header-main .site-navigation {
    /* left: 40%;
    width: 60%; */
  }
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation {
    background: none;
    left: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    transform: translateX(0);
    display: grid;
    place-content: center;
  }
}
.site-header .header-main .site-navigation .close-menu {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
@media screen and (min-width: 24em) {
  .site-header .header-main .site-navigation .close-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 1%;
    bottom: 1%;
    left: unset;
    top: unset;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: white;
    aspect-ratio: 1/1;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation .close-menu {
    display: none;
  }
}
.site-header .header-main .site-navigation .close-menu img {
  width: 1rem;
}
.site-header .header-main .site-navigation .close-menu span {
  display: inline-block;
  font-size: 0.625rem;
  font-weight: 700;
  margin-left: 0.25rem;
  text-transform: uppercase;
  transform: translateY(1px);
}
.site-header .header-main .site-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-main .site-navigation ul:after {
  content: "";
  display: block;
  clear: both;
}
.site-header .header-main .site-navigation ul li {
  margin: 0;
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li {
    display: inline-block;
  }
}
.site-header .header-main .site-navigation ul li a {
  display: block;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: 200;
  color: var(--color-black);
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li a {
    display: inline-block;
    padding: 1rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media screen and (min-width: 72em) {
  .site-header .header-main .site-navigation ul li a {
    font-size: 1.5rem;
  }
}
.site-header .header-main .site-navigation ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li.menu-item-has-children, .site-header .header-main .site-navigation ul li.page_item_has_children {
    position: relative;
  }
  .site-header .header-main .site-navigation ul li.menu-item-has-children:hover .sub-menu, .site-header .header-main .site-navigation ul li.menu-item-has-children:focus-within .sub-menu, .site-header .header-main .site-navigation ul li.menu-item-has-children:hover .children, .site-header .header-main .site-navigation ul li.menu-item-has-children:focus-within .children, .site-header .header-main .site-navigation ul li.page_item_has_children:hover .sub-menu, .site-header .header-main .site-navigation ul li.page_item_has_children:focus-within .sub-menu, .site-header .header-main .site-navigation ul li.page_item_has_children:hover .children, .site-header .header-main .site-navigation ul li.page_item_has_children:focus-within .children {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
}
.site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children, .site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu,
.site-header .header-main .site-navigation ul li.page_item_has_children .children {
  font-size: 0.8rem;
  padding: 0 0 1rem 1rem;
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children, .site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu,
.site-header .header-main .site-navigation ul li.page_item_has_children .children {
    background: var(--color-white);
    display: inline-block;
    font-size: 1rem;
    height: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0 0.5rem 0.5rem;
    position: absolute;
    text-align: left;
    top: 3rem;
    transition: all 0.5s ease;
    visibility: hidden;
  }
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu li,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children li, .site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu li,
.site-header .header-main .site-navigation ul li.page_item_has_children .children li {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu li a,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children li a, .site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu li a,
.site-header .header-main .site-navigation ul li.page_item_has_children .children li a {
    display: block;
    padding: 0.5rem;
    white-space: nowrap;
  }
}
.site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu li .sub-menu,
.site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu li .children,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children li .sub-menu,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children li .children, .site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu li .sub-menu,
.site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu li .children,
.site-header .header-main .site-navigation ul li.page_item_has_children .children li .sub-menu,
.site-header .header-main .site-navigation ul li.page_item_has_children .children li .children {
  border: none;
  padding: 0 0 0 1rem;
  top: 0;
}
@media screen and (min-width: 64em) {
  .site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu li .sub-menu,
.site-header .header-main .site-navigation ul li.menu-item-has-children .sub-menu li .children,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children li .sub-menu,
.site-header .header-main .site-navigation ul li.menu-item-has-children .children li .children, .site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu li .sub-menu,
.site-header .header-main .site-navigation ul li.page_item_has_children .sub-menu li .children,
.site-header .header-main .site-navigation ul li.page_item_has_children .children li .sub-menu,
.site-header .header-main .site-navigation ul li.page_item_has_children .children li .children {
    padding: 0 0 0 1.5rem;
    position: relative;
  }
}
.site-header .header-main .site-navigation .secondary-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.site-header .header-main .site-navigation .secondary-menu li a {
  font-size: 1.5rem;
}
.site-header .header-main .menu-misc {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 24em) {
  .site-header .header-main .menu-misc {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 1%;
    right: 1%;
  }
  .site-header .header-main .menu-misc .menu-toggle {
    background-color: white;
  }
}
@media screen and (min-width: 64em) {
  .site-header .header-main .menu-misc {
    display: none;
  }
}
.site-header .header-main .menu-icons {
  text-align: right;
}
.site-header .header-main .menu-icons.mobile-tablet .language-switcher-link {
  display: flex;
  flex-direction: row;
  bottom: 0.5rem;
  left: 0;
  position: absolute;
}
.site-header .header-main .menu-icons.mobile-tablet .language-switcher-link span {
  margin-left: 0.25rem;
}
.site-header .header-main .menu-icons .cart-item-count {
  background: #f1b300;
  border-radius: 50%;
  color: #1d1d1b;
  font-size: 0.5rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 26px;
  text-align: center;
  top: 8px;
  -webkit-transform: translateY(15%) translateX(15%);
  transform: translateY(15%) translateX(15%);
  vertical-align: middle;
  width: 20px;
}
.site-header .header-main .menu-icons img {
  width: 32px;
  margin-bottom: 0.25rem;
}
.site-header .header-main .menu-icons .cart-link {
  background: var(--color-black);
  padding: 1.5rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  position: relative;
  color: var(--color-white);
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.site-header .header-main .menu-icons .cart-link:hover {
  background: var(--color-gray--darkest);
}
.site-header .header-main .menu-icons .language-switcher-link {
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  position: relative;
  color: #e88349;
  font-weight: bold;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background-color: transparent;
  width: 90%;
  margin: 0 auto;
}
.site-footer .site-info {
  padding: 3rem 0;
  border-top: 3px solid black;
  /* display: flex;
  justify-content: space-between; */
  display: grid;
  gap: 2rem;
  grid-template-areas: "col2 col2 col2 col2" "col3 col3 col3 col3" "col1 col1 col4 col4";
  justify-content: space-between;
}
.site-footer .site-footer--menu ul {
  margin: 0;
  padding: 0;
  min-width: 7rem;
}
.site-footer .site-footer--menu ul li {
  margin: 0;
  text-align: left;
  list-style-type: none;
}
.site-footer .site-footer--menu ul .child {
  margin-left: 0.5rem;
}
.site-footer .col--1 {
  grid-area: col1;
}
.site-footer .col--2 {
  grid-area: col2;
  display: flex;
  gap: 1.5rem;
}
.site-footer .col--2 > * {
  margin-inline: 0.8rem;
}
.site-footer .col--3 {
  grid-area: col3;
}
.site-footer .col--4 {
  grid-area: col4;
  justify-self: end;
}
.site-footer .secondary-menu-container {
  width: 100%;
  background-color: black;
  margin: 3rem 0;
  padding: 1rem;
  color: white;
}
.site-footer .secondary-menu-container .secondary-menu {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  max-width: 40rem;
}
.site-footer .secondary-menu-container .secondary-menu li {
  margin: 0.5rem;
}
.site-footer .secondary-menu-container .secondary-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-weight: 500;
}

@media only screen and (min-width: 48em) {
  .site-footer .site-info {
    grid-template-areas: "col1 col2 col3 col4";
  }
}
/* ==========================================================================
   ALERTS
   ========================================================================== */
.alert {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  padding: 1rem 1.5rem 0.75rem;
  text-align: center;
  width: 100%;
}
.alert__success {
  background: var(--color-success--x-light);
  border: 1px solid var(--color-success);
  color: var(--color-success);
}
.alert__info {
  background: var(--color-info--x-light);
  border: 1px solid var(--color-info);
  color: var(--color-info);
}
.alert__warning {
  background: var(--color-warning--x-light);
  border: 1px solid var(--color-warning);
  color: var(--color-warning--dark);
}
.alert__danger {
  background: var(--color-danger--x-light);
  border: 1px solid var(--color-danger);
  color: var(--color-danger);
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
  font-size: 0.75rem;
  margin: 0 0 0.5rem;
}

/* ==========================================================================
   BUTTONS
   Usage: class="btn btn--primary btn--fullwidth"
   ========================================================================== */
button,
.contributor-posts-link,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button .wp-block-button__link,
.btn {
  border: 1px solid transparent;
  /* Add transparent border so we can visually align different button types */
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0.75rem 1rem;
  text-decoration: none;
  touch-action: manipulation;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  word-break: normal;
  /* Gutenberg editor reset */
}

.btn + .btn {
  margin-left: 0.5rem;
}

.btn--fullwidth {
  text-align: center;
  width: 100%;
}
.btn--fullwidth + .btn {
  margin-left: 0;
}

@media screen and (max-width: 46em) {
  .btn--fullwidth-mobile {
    text-align: center;
    width: 100%;
  }
  .btn--fullwidth-mobile + .btn {
    margin-left: 0;
  }
}

button,
.contributor-posts-link,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button .wp-block-button__link,
.btn--primary {
  background: var(--color-brand);
  color: var(--color-white);
}
button:hover, button:focus,
.contributor-posts-link:hover,
.contributor-posts-link:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.btn--primary:hover,
.btn--primary:focus {
  background: var(--color-brand--light);
  color: var(--color-white);
}
button:active,
.contributor-posts-link:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
.wp-block-button .wp-block-button__link:active,
.btn--primary:active {
  background: var(--color-brand--dark);
}

.wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.wp-block-button__width-100 {
  width: 100%;
}

.btn--primary--inverted,
.wp-block-button.is-style-btn--primary--inverted-wrapper .wp-block-button__link {
  background: var(--color-white);
  color: var(--color-brand);
}
.btn--primary--inverted:hover, .btn--primary--inverted:focus,
.wp-block-button.is-style-btn--primary--inverted-wrapper .wp-block-button__link:hover,
.wp-block-button.is-style-btn--primary--inverted-wrapper .wp-block-button__link:focus {
  background: var(--color-gray--x-light);
  color: var(--color-brand);
}
.btn--primary--inverted:active,
.wp-block-button.is-style-btn--primary--inverted-wrapper .wp-block-button__link:active {
  background: var(--color-gray--light);
  color: var(--color-brand--dark);
}

.btn--secondary,
.wp-block-button.is-style-btn--secondary-wrapper .wp-block-button__link {
  background: var(--color-brand-alt);
  color: var(--color-white);
}
.btn--secondary:hover, .btn--secondary:focus,
.wp-block-button.is-style-btn--secondary-wrapper .wp-block-button__link:hover,
.wp-block-button.is-style-btn--secondary-wrapper .wp-block-button__link:focus {
  background: var(--color-brand-alt--light);
  color: var(--color-white);
}
.btn--secondary:active,
.wp-block-button.is-style-btn--secondary-wrapper .wp-block-button__link:active {
  background: var(--color-brand-alt--dark);
}

.btn--secondary--inverted,
.wp-block-button.is-style-btn--secondary--inverted-wrapper .wp-block-button__link {
  background: var(--color-white);
  color: var(--color-brand-alt);
}
.btn--secondary--inverted:hover, .btn--secondary--inverted:focus,
.wp-block-button.is-style-btn--secondary--inverted-wrapper .wp-block-button__link:hover,
.wp-block-button.is-style-btn--secondary--inverted-wrapper .wp-block-button__link:focus {
  background: var(--color-gray--x-light);
  color: var(--color-brand-alt--light);
}
.btn--secondary--inverted:active,
.wp-block-button.is-style-btn--secondary--inverted-wrapper .wp-block-button__link:active {
  background: var(--color-gray--light);
  color: var(--color-brand--dark);
}

/* ==========================================================================
   SIZES
   ========================================================================== */
.btn--small {
  font-size: 0.75rem;
  min-width: 120px;
  padding: 0.3rem 0.5rem 0.2rem;
}

.btn--large {
  font-size: 1.5rem;
  min-width: 200px;
  padding: 1.5rem 3rem;
}

/* ==========================================================================
   GHOST BUTTONS
   ========================================================================== */
.btn--primary--ghost,
.wp-block-button.is-style-btn--primary--ghost-wrapper .wp-block-button__link {
  background: none;
  border: 1px solid var(--color-brand);
  color: var(--color-brand);
}
.btn--primary--ghost:hover, .btn--primary--ghost:focus,
.wp-block-button.is-style-btn--primary--ghost-wrapper .wp-block-button__link:hover,
.wp-block-button.is-style-btn--primary--ghost-wrapper .wp-block-button__link:focus {
  background: none;
  border: 1px solid var(--color-brand--light);
  color: var(--color-brand--light);
}

.btn--secondary--ghost,
.wp-block-button.is-style-btn--secondary--ghost-wrapper .wp-block-button__link {
  background: none;
  border: 1px solid var(--color-brand-alt);
  color: var(--color-brand-alt);
}
.btn--secondary--ghost:hover, .btn--secondary--ghost:focus,
.wp-block-button.is-style-btn--secondary--ghost-wrapper .wp-block-button__link:hover,
.wp-block-button.is-style-btn--secondary--ghost-wrapper .wp-block-button__link:focus {
  background: none;
  border: 1px solid var(--color-brand-alt--light);
  color: var(--color-brand-alt--light);
}

/* ==========================================================================
   STATE BUTTONS
   ========================================================================== */
.btn--success {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: var(--color-white);
}
.btn--success:hover, .btn--success:active {
  background-color: var(--color-success--dark);
  border-color: var(--color-success--dark);
  color: var(--color-white);
}

.btn--info {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: var(--color-white);
}
.btn--info:hover, .btn--info:active {
  background-color: var(--color-info--dark);
  border-color: var(--color-info--dark);
  color: var(--color-white);
}

.btn--warning {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-white);
}
.btn--warning:hover, .btn--warning:active {
  background-color: var(--color-warning--dark);
  border-color: var(--color-warning--dark);
  color: var(--color-white);
}

.btn--danger {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: var(--color-white);
}
.btn--danger:hover, .btn--danger:active {
  background-color: var(--color-danger--dark);
  border-color: var(--color-danger--dark);
  color: var(--color-white);
}

.btn--inactive,
.btn:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  background-color: var(--color-gray--x-light);
  color: var(--color-gray--light);
  cursor: not-allowed;
}
.btn--inactive:hover,
.btn:disabled:hover,
input[type=button]:disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit]:disabled:hover {
  color: var(--color-gray--light);
}

.btn--no-style {
  background-color: transparent;
  border: none;
  color: inherit;
  padding: 0;
  text-decoration: none;
  text-align: left;
}
.btn--no-style:hover, .btn--no-style:focus, .btn--no-style:active {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
}

/* ==========================================================================
   BUTTON GROUP
   ========================================================================== */
.btn-group {
  margin: 1rem 0;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active {
  transform: none;
}
.btn-group .btn:first-of-type {
  border-radius: 3px 0 0 3px;
}
.btn-group .btn:last-of-type {
  border-radius: 0 3px 3px 0;
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.product-card:after {
  content: "";
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 0 0 1rem;
  transition: all 300ms ease-in-out;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 1rem);
  z-index: -1;
}
.product-card:hover:after {
  box-shadow: 1px 1px 7px 0px rgba(68, 93, 105, 0.3);
}
.product-card a {
  display: block;
  text-decoration: none;
}
.product-card .product-card__image-wrapper {
  padding-bottom: 100%;
  position: relative;
}
.product-card .product-card__image {
  max-height: 75%;
  max-width: 80%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}
.product-card .product-card__title {
  margin: 0;
  padding: 0 1rem;
}
.product-card .product-card__extra-title,
.product-card .product-card__artno {
  display: block;
  font-size: 0.8rem;
  padding: 0 1rem;
}
.product-card .product-card__extra-title {
  margin: 0.5rem 0 1rem;
}

.product-card.landscape:after {
  padding: 0;
}
.product-card.landscape .product-card__image-container,
.product-card.landscape .product-card__info-wrapper {
  float: left;
}
.product-card.landscape .product-card__image-container {
  padding-top: 0.5rem;
  width: 30%;
}
.product-card.landscape .product-card__image-container .product-card__image-wrapper {
  padding-bottom: 75%;
}
.product-card.landscape .product-card__info-wrapper {
  padding: 1rem 0.5rem;
  width: 70%;
}
.product-card.landscape .product-card__info-wrapper .product-card__title,
.product-card.landscape .product-card__info-wrapper .product-card__extra-title,
.product-card.landscape .product-card__info-wrapper .product-card__artno {
  padding: 0;
}

/* ==========================================================================
   COMMENTS
   Usage: when using WP comments feature
   ========================================================================== */
.comments-area .comment-list {
  list-style: none;
  margin: 2rem 0 4rem;
  padding: 0;
}
.comments-area .comment-list ol.children {
  list-style: none;
  margin: 2rem 0 4rem;
  padding: 0 0 0 2rem;
}
.comments-area .comment-list .comment {
  border: 1px solid var(--color-gray--light);
  margin: 0 0 1rem;
  padding: 1rem;
}
.comments-area .comment-list .comment.bypostauthor {
  border: 1px solid var(--color-brand);
}
.comments-area .comment-list .comment .comment-metadata {
  font-size: 0.8rem;
  margin: 0.8rem 0 0.5rem;
}
.comments-area .comment-list .comment .cancel-comment-reply-link {
  font-size: 1rem;
}
.comments-area .comment-list .comment .comment-form-comment textarea {
  width: 100%;
}
.comments-area .comment-list .comment.odd {
  background: var(--color-gray--x-light);
}

/* ==========================================================================
   CONTENT
   Misc. classes targeting editorial content (blog posts etc)
   ========================================================================== */
.site-content .page-wrapper.has-margin-top {
  margin-top: 2rem;
}
@media screen and (min-width: 64em) {
  .site-content .page-wrapper.has-margin-top {
    margin-top: 3rem;
  }
}

body.single-post article.type-post {
  padding-bottom: 1rem;
}
@media screen and (min-width: 64em) {
  body.single-post article.type-post {
    padding-top: 3rem;
  }
}

body.blog article {
  margin: 0 0 3rem;
}
@media screen and (min-width: 64em) {
  body.blog article {
    margin: 0 0 5rem;
  }
}
body.blog article.type-post.sticky {
  background: var(--color-gray--xx-light);
  padding: 0.5rem 1rem 1rem;
  position: relative;
}
body.blog article.type-post.sticky:after {
  color: var(--color-brand);
  content: "★";
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  text-transform: uppercase;
  top: 0.5rem;
}

.entry-meta {
  border-top: 1px solid var(--color-gray);
  font-size: 0.8rem;
  margin: 2rem 0 0;
  padding: 1rem 0 0;
}
.entry-meta .post-categories {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
}
.entry-meta .post-categories li {
  display: inline-block;
  margin: 0 0.5rem;
}
.entry-meta .post-categories li:first-of-type {
  margin-left: 0;
}
.entry-meta .tag-links {
  display: block;
  margin-top: 1rem;
}
.entry-meta .tag-links a {
  background: var(--color-gray--dark);
  color: var(--color-white);
  padding: 0.2rem 0.5rem;
  display: inline-block;
  margin: 0.25rem;
}
.entry-meta .tag-links a:first-of-type {
  margin-left: 0;
}
.entry-meta .tag-links a:hover {
  background: var(--color-gray);
  color: var(--color-white);
}

/* Archive pages */
.taxonomy-description,
.author-description {
  background: var(--color-gray--x-light);
  padding: 1rem;
  font-style: italic;
}

@media screen and (min-width: 48em) {
  .split-columns {
    column-count: 2;
    column-gap: 3rem;
  }
}

.error404 {
  min-height: 600px;
}

/* ==========================================================================
   FEATURED IMAGE
   Usage: image as a hero
   ========================================================================== */
.featured-image {
  margin-bottom: 3rem;
}
.featured-image img {
  width: 100%;
}

/* ==========================================================================
   FORM ELEMENTS
   ========================================================================== */
form {
  /* Styled select */
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=password],
form input[type=file],
form input[type=number],
form input[type=tel],
form input.search,
form textarea {
  border: 1px solid var(--color-gray--light);
  padding: 0.5rem 0.5rem 0.35rem;
  margin: 0 0 1rem;
  vertical-align: bottom;
  width: 100%;
  /*
    	@media only screen and (min-width: 48em) {
  	width: auto;
  }
  */
}
form input[type=text].invalid,
form input[type=email].invalid,
form input[type=url].invalid,
form input[type=password].invalid,
form input[type=file].invalid,
form input[type=number].invalid,
form input[type=tel].invalid,
form input.search.invalid,
form textarea.invalid {
  background: rgba(217, 83, 79, 0.1);
  border: 1px solid var(--color-danger);
}
form:focus-within {
  background: var(--color-gray--xx-light);
}
form .error__list {
  font-size: 1rem;
  list-style: none;
  margin: 0.2rem 0 0.5rem;
  padding: 0;
}
form .error__list li {
  color: var(--color-danger);
}
form .required {
  color: var(--color-danger);
  margin-left: 0.25rem;
}
form input[type=checkbox],
form input[type=radio] {
  accent-color: var(--color-brand);
  margin-right: 0.5rem;
  transform: translateY(1px);
}
form input[type=checkbox] + label,
form input[type=radio] + label {
  display: inline;
  margin-right: 1rem;
}
form input:focus,
form textarea:focus {
  border: 1px solid var(--color-brand);
  outline: none;
}
form input[type=button]:focus,
form input[type=reset]:focus,
form input[type=submit]:focus {
  border: none;
}
form label {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  line-height: 1.4;
}
form select {
  font-size: 1rem;
  padding: 0.25rem 1rem;
}
form .select {
  max-width: 200px;
  position: relative;
  width: 100%;
}
form .select select {
  font-size: 1rem;
  /* https://scottaohara.github.io/a11y_styled_form_controls/src/select/ */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: var(--color--white);
  box-shadow: none;
  border-radius: 0;
  border: 1px solid var(--color-gray--light);
  line-height: normal;
  max-width: 100%;
  padding: 0.75rem 2rem 0.5rem 0.75rem;
  position: relative;
  width: 100%;
}
form .select select:disabled {
  background: var(--color-gray--x-light);
}
form .select::before {
  right: 0;
  top: 0;
  width: 1.85em;
}
form .select::after, form .select::before {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
}
form .select::after {
  border-bottom: 2px solid var(--color-brand);
  border-right: 2px solid var(--color-brand);
  height: 0.5rem;
  margin: auto;
  right: 0.75rem;
  transform-origin: center right;
  transform: rotate(45deg);
  top: 0.25rem;
  width: 0.5rem;
  z-index: 2;
}

/* 
 *	il= interactive label
 *	Use this with Javascript to achieve desired effect. Input elements cannot be targeted with :empty
 *	therefore we need to replace :focus below with proper add/removeClass with JS to target both focus
 *	state and whether an input field is filled out. 
 */
form .form-element-il {
  display: block;
  margin: 2rem 0 1rem;
  position: relative;
}
form .form-element-il input:focus + label, form .form-element-il textarea:focus + label {
  left: 0;
  top: -18px;
  font-size: 14px;
  color: var(--color-brand);
}
form .form-element-il label {
  display: block;
  color: var(--color-gray--light);
  left: calc(0.5rem + 1px);
  position: absolute;
  pointer-events: none;
  top: calc(0.5rem + 2px);
  transition: 0.2s ease all;
}
@media only screen and (min-width: 64em) {
  form .form-element-il label {
    top: 0.5rem;
  }
}
@media only screen and (min-width: 48em) {
  form .form-element-il {
    display: inline-block;
  }
}

/* ==========================================================================
   GOOGLE MAP
   Usage: to use with Google Maps
   ========================================================================== */
#map {
  height: 300px;
}
@media screen and (min-width: 64em) {
  #map {
    height: 500px;
  }
}
@media screen and (min-width: 80em) {
  #map {
    height: 600px;
  }
}
#map .gm-style .gm-style-iw {
  font-size: 1rem;
}
#map .gm-style .gm-style-iw #content {
  padding: 1rem;
}
#map .gm-style .gm-style-iw #content #firstHeading.google-map-info-window {
  font-size: 1.25rem;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: var(--font-primary);
  color: #000;
  font-size: 2rem;
}
.sl-wrapper .sl-close img {
  height: auto;
  width: 1rem;
  transform: translateY(-3px);
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: var(--font-primary);
  color: #000;
}
.sl-wrapper .sl-navigation button img {
  height: auto;
  width: 1rem;
  transform: translateY(-3px);
}
@media screen and (min-width: 64em) {
  .sl-wrapper .sl-navigation button img {
    width: 1.5rem;
  }
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 1rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 1.5rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 1.5rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 2rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 2rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
  margin: 2rem 0 3rem;
  text-align: center;
}
.pagination ul.page-numbers {
  list-style: none;
  padding: 0;
}
.pagination ul.page-numbers li {
  display: inline-block;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li .current {
  padding: 0.5em;
}
.pagination ul.page-numbers li a {
  text-decoration: none;
}
.pagination ul.page-numbers li .current {
  border-bottom: 1px solid var(--color-gray--darkest);
}

/* ==========================================================================
   QUANTITY
   Might be combined with either form or product scss but for now it's easier
   to usa an own file
   ========================================================================== */
.quantity {
  display: flex;
  flex-wrap: wrap;
}
.quantity .quantity-input {
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 48em) {
  .quantity .quantity-input {
    width: 40%;
  }
}
@media screen and (min-width: 64em) {
  .quantity .quantity-input {
    width: 30%;
  }
}
.quantity .btn--plus,
.quantity .btn--minus {
  width: 25%;
}
.quantity .btn--plus {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.quantity .btn--minus {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* ==========================================================================
   SEARCH
   ========================================================================== */
.search-box input[type=text] {
  border: none;
  transition: all 0.2s ease-in-out;
  width: 100px;
}
.search-box input[type=text]:focus {
  width: 250px;
}

.search-box input[type=submit] {
  background: var(--color-brand);
  padding: 10px 10px 9px;
}
.search-box input[type=submit]:hover {
  background: var(--color-brand--light);
}

.search-form label {
  display: inline-block;
}
.search-form input.search-field {
  margin-bottom: 1rem;
  padding: 11px 10px 10px;
}
.search-form .search-submit {
  vertical-align: top;
}

/*
.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}
*/
/* ==========================================================================
   SOCIAL MEDIA LINKS (icons)
   Usage: list styling when SM icons are in use
   ========================================================================== */
.social-media__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media__links li {
  display: inline-block;
}
.social-media__links li a {
  background: var(--color-brand);
  border-radius: 3px;
  display: block;
  height: 32px;
  margin: 0 0.25rem;
  padding: 0.5rem;
  position: relative;
  width: 32px;
}
@media screen and (min-width: 48em) {
  .social-media__links li a {
    height: 42px;
    width: 42px;
  }
}
.social-media__links li a:first-of-type {
  margin-left: 0;
}
.social-media__links li a:hover, .social-media__links li a:focus {
  background: var(--color-brand--light);
}
.social-media__links li a:active {
  background: var(--color-brand--dark);
}
.social-media__links li a img {
  filter: invert(1);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 16px;
  width: 16px;
}
@media screen and (min-width: 48em) {
  .social-media__links li a img {
    height: 20px;
    width: 20px;
  }
}

/* ==========================================================================
   WP Gallery
   ========================================================================== */
.gallery {
  margin-bottom: 20px;
  overflow: auto;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  font-size: 0.8rem;
  font-style: italic;
  margin: 0.3rem 0 0;
}

/*.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}*/
/* ==========================================================================
   MODAL
   Overlay div and modal styling
   ========================================================================== */
.modal__overlay {
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  z-index: -1;
}
.modal__overlay.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modal__box {
  background: var(--color-white);
  border: 3px solid var(--color-gray--light);
  height: 0;
  max-height: 90vh;
  opacity: 0;
  overflow-y: scroll;
  padding: 4rem;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 80%;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.modal__box.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: 1100;
}
@media screen and (min-width: 48em) {
  .modal__box {
    padding: 2rem;
    width: 200px;
  }
}
@media screen and (min-width: 64em) {
  .modal__box {
    overflow-y: auto;
    padding: 3rem;
    width: 400px;
  }
}
@media screen and (min-width: 100em) {
  .modal__box {
    padding: 5rem;
  }
}
.modal__box_close {
  cursor: pointer;
  padding: 1rem 1.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.modal__box_close img {
  height: 20px;
  width: 20px;
}
.modal__box_close span {
  color: #1D1D1B;
  display: block;
  font-size: 0.6rem;
  right: 0;
  text-transform: uppercase;
  top: 2.5rem;
}

.modal__box--language .modal__box_title {
  color: #1D1D1D;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.modal__box--language .modal__box_title img {
  margin-right: 0.5rem;
  width: 1.5rem;
}
.modal__box--language .language-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1rem;
  padding: 0;
  flex-direction: column;
}
.modal__box--language .language-list li {
  width: 100%;
  margin: 0;
}
.modal__box--language .language-list li a {
  border: 1px solid transparent;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  color: #1D1D1D;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}
.modal__box--language .language-list li a:hover, .modal__box--language .language-list li a:focus {
  background: #1D1D1D;
  border: 1px solid var(--color-gray-xx-light);
  color: var(--color-white);
}
.modal__box--language .language-list li a span {
  display: block;
}
.modal__box--language .language-list__site-title {
  font-weight: bold;
}
.modal__box--language .language-list__site-url {
  color: var(--color-gray);
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .modal__box--language .language-list__site-url {
    font-size: 1rem;
  }
}

/* ==========================================================================
   ACTIVE CAMPAIGN
   When using AC integrations (WP plugin or custom embed)
   ========================================================================== */
._form ._form-content ._form_element {
  margin: 0 0 1rem;
}
._form ._form-content ._form_element ._form-label {
  color: var(--color-gray--darkest);
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: bold;
}
._form ._form-content ._form_element ._field-wrapper ._error._above,
._form ._form-content ._form_element ._field-wrapper ._error._below {
  margin: 0.25rem 0;
}
._form ._form-content ._form_element ._field-wrapper ._error._above ._error-inner,
._form ._form-content ._form_element ._field-wrapper ._error._below ._error-inner {
  background: var(--color-danger--dark);
  border: 1px solid var(--color-danger);
  border-radius: 3px;
  color: var(--color-danger--light);
  font-size: 0.75rem;
  padding: 0.25rem;
}
._form ._form-content ._form_element ._checkbox-radio label {
  display: inline;
}
._form ._form-content ._form_element input[type=radio] ~ span {
  color: var(--color-gray--darkest);
  font-family: var(--font-primary);
  font-size: 0.875rem;
  text-transform: uppercase;
}
._form ._form-content ._button-wrapper {
  margin: 1.5rem 0 0;
}
._form ._form-title {
  font-weight: bold;
  font-size: 1.375rem;
}
@media only screen and (min-width: 32.5em) {
  ._form ._form-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  ._form ._form-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 100em) {
  ._form ._form-title {
    font-size: 3rem;
  }
}
._form ._html-code p {
  font-size: 0.75rem;
}
/* ==========================================================================
   HUBSPOT FORM
   Usage: Form styling when using embedded HS forms
   ========================================================================== */
.hbspt-form .hs-form {
  margin: 0;
}
.hbspt-form .hs-form .hs-form-field label {
  color: var(--color-gray--darkest);
  font-family: var(--font-primary);
  font-size: 1rem;
}
.hbspt-form .hs-form .hs-form-field .input input {
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: var(--color-gray--darkest);
  height: auto;
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1;
  max-width: 100%;
  padding: 0.75rem 1rem 0.6rem;
  vertical-align: bottom;
  width: 100%;
}
.hbspt-form .hs-form .hs-submit .actions .hs-button {
  background: var(--color-brand);
  border: 1px solid transparent;
  /* Add transparent border so we can visually align different button types */
  border-radius: 4rem;
  color: var(--color-white);
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0.5rem 2rem;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
  /* reset pesky hubspot styles */
  box-shadow: none;
  text-shadow: none;
}
.hbspt-form .hs-form .hs-submit .actions .hs-button:hover, .hbspt-form .hs-form .hs-submit .actions .hs-button:focus {
  background: var(--color-brand--light);
  color: var(--color-white);
}
.hbspt-form .hs-form .hs-submit .actions .hs-button:active {
  background: var(--color-brand--dark);
  box-shadow: none;
  border: none;
}
.hbspt-form .hs-form ul.hs-error-msgs {
  margin: 4px 0 0;
  padding: 0;
}

/* ==========================================================================
   HERO BLOCK
   ========================================================================== */
body.wp-admin .interface-interface-skeleton__content .editor-styles-wrapper .hero-block {
  line-height: 1;
}
body.wp-admin .interface-interface-skeleton__content .editor-styles-wrapper .hero-block .hero-block__content .hero-block__content_text {
  line-height: 1.5;
}

.hero-block {
  position: relative;
  /* -------------------------------------------------------------------------------
   * GRADIENT
   * Gradient settings
   * ------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * CONTENT
   * Base content settings. Two divs are outputed, mobile and desktop.
   * Modified at the bottom of this document for different styles (mobile)
   * ------------------------------------------------------------------------------- */
}
.hero-block img {
  margin: 0 0 1rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .hero-block img {
    margin: 0;
  }
}
.hero-block .hero-block__gradient {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.hero-block .hero-block__gradient.gradient-mobile {
  display: block;
}
@media screen and (min-width: 48em) {
  .hero-block .hero-block__gradient.gradient-mobile {
    display: none;
  }
}
.hero-block .hero-block__gradient.gradient-desktop-up {
  display: none;
}
@media screen and (min-width: 48em) {
  .hero-block .hero-block__gradient.gradient-desktop-up {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .hero-block .hero-block__gradient {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
.hero-block .hero-block__gradient__filled--white {
  background: rgba(255, 255, 255, 0.6);
}
.hero-block .hero-block__gradient__filled--black {
  background: rgba(0, 0, 0, 0.6);
}
.hero-block .hero-block__gradient__filled--yellow {
  background: rgba(255, 205, 0, 0.6);
}
.hero-block .hero-block__gradient__linear {
  --toColor: rgba(255,255,255,0) 100%;
  background: linear-gradient(var(--gradientFromPosition), var(--fromColor), var(--toColor));
  /* Position vars (based on given class) */
}
.hero-block .hero-block__gradient__linear__position--from-left {
  --gradientFromPosition: 90deg;
}
.hero-block .hero-block__gradient__linear__position--from-right {
  --gradientFromPosition: -90deg;
}
.hero-block .hero-block__gradient__linear__position--from-top {
  --gradientFromPosition: 180deg;
}
.hero-block .hero-block__gradient__linear__position--from-bottom {
  --gradientFromPosition: 0deg;
}
.hero-block .hero-block__gradient__linear--white {
  --fromColor: rgba(255,255,255,.7) 0%;
}
.hero-block .hero-block__gradient__linear--black {
  --fromColor: rgba(0, 0, 0, .7) 0%;
}
.hero-block .hero-block__gradient__linear--yellow {
  --fromColor: rgba(255, 205, 0, .7) 0%;
}
.hero-block .hero-block__content {
  position: relative;
  width: 100%;
  /* -------------------------------------------------------------------------------
  	* TEXT ALIGNMENT AND COLOR
  	* ------------------------------------------------------------------------------- */
}
.hero-block .hero-block__content__mobile {
  display: block;
}
@media screen and (min-width: 48em) {
  .hero-block .hero-block__content__mobile {
    display: none;
  }
}
.hero-block .hero-block__content__desktop {
  display: none;
  position: absolute;
}
@media screen and (min-width: 48em) {
  .hero-block .hero-block__content__desktop {
    display: block;
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__desktop {
    width: 70%;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__desktop {
    width: 60%;
  }
}
@media screen and (min-width: 160em) {
  .hero-block .hero-block__content__desktop {
    width: 50%;
  }
}
.hero-block .hero-block__content__mobile_bottom--left, .hero-block .hero-block__content__desktop_bottom--left {
  bottom: 2rem;
  left: 1rem;
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__mobile_bottom--left, .hero-block .hero-block__content__desktop_bottom--left {
    bottom: 3rem;
    left: 2rem;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__mobile_bottom--left, .hero-block .hero-block__content__desktop_bottom--left {
    bottom: 4rem;
    left: 3rem;
  }
}
.hero-block .hero-block__content__mobile_bottom--center, .hero-block .hero-block__content__desktop_bottom--center {
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__mobile_bottom--center, .hero-block .hero-block__content__desktop_bottom--center {
    bottom: 3rem;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__mobile_bottom--center, .hero-block .hero-block__content__desktop_bottom--center {
    bottom: 4rem;
  }
}
.hero-block .hero-block__content__mobile_bottom--right, .hero-block .hero-block__content__desktop_bottom--right {
  bottom: 2rem;
  right: 1rem;
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__mobile_bottom--right, .hero-block .hero-block__content__desktop_bottom--right {
    bottom: 3rem;
    right: 2rem;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__mobile_bottom--right, .hero-block .hero-block__content__desktop_bottom--right {
    bottom: 4rem;
    right: 3rem;
  }
}
.hero-block .hero-block__content__mobile_top--left, .hero-block .hero-block__content__desktop_top--left {
  left: 1rem;
  top: 2rem;
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__mobile_top--left, .hero-block .hero-block__content__desktop_top--left {
    left: 2rem;
    top: 3rem;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__mobile_top--left, .hero-block .hero-block__content__desktop_top--left {
    left: 3rem;
    top: 4rem;
  }
}
.hero-block .hero-block__content__mobile_top--center, .hero-block .hero-block__content__desktop_top--center {
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__mobile_top--center, .hero-block .hero-block__content__desktop_top--center {
    top: 3rem;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__mobile_top--center, .hero-block .hero-block__content__desktop_top--center {
    top: 4rem;
  }
}
.hero-block .hero-block__content__mobile_top--right, .hero-block .hero-block__content__desktop_top--right {
  right: 1rem;
  top: 2rem;
}
@media screen and (min-width: 64em) {
  .hero-block .hero-block__content__mobile_top--right, .hero-block .hero-block__content__desktop_top--right {
    right: 2rem;
    top: 3rem;
  }
}
@media screen and (min-width: 100em) {
  .hero-block .hero-block__content__mobile_top--right, .hero-block .hero-block__content__desktop_top--right {
    right: 3rem;
    top: 4rem;
  }
}
.hero-block .hero-block__content__mobile_center--center, .hero-block .hero-block__content__desktop_center--center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-block .hero-block__content .hero-block__content_text {
  font-size: 1.2rem;
}
@media screen and (min-width: 48em) {
  .hero-block .hero-block__content .hero-block__content_text {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.hero-block .hero-block__content .hero-block__content_text p:last-of-type {
  margin: 0;
}
.hero-block .hero-block__content.hero-block__text-alignment_mobile--left, .hero-block .hero-block__content.hero-block__text-alignment_desktop--left {
  text-align: left;
}
.hero-block .hero-block__content.hero-block__text-alignment_mobile--center, .hero-block .hero-block__content.hero-block__text-alignment_desktop--center {
  text-align: center;
}
.hero-block .hero-block__content.hero-block__text-alignment_mobile--right, .hero-block .hero-block__content.hero-block__text-alignment_desktop--right {
  text-align: right;
}
.hero-block .hero-block__content_color--white {
  color: var(--color-white);
}
.hero-block .hero-block__content_color--black {
  color: var(--color-gray--darkest);
}

.hero-block {
  /* -------------------------------------------------------------------------------
   * MOBILE COVER STYLE
   * Modifiers and extra settings to turn image into cover & positioning
   * ------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------
   * MOBILE NORMAL STYLE
   * Simple way of just outputting the title under the image
   * ------------------------------------------------------------------------------- */
}
.hero-block__mobile-style--cover img {
  margin: 0;
  min-height: 500px;
  object-fit: cover;
}
@media screen and (min-width: 48em) {
  .hero-block__mobile-style--cover img {
    min-height: auto;
    object-fit: initial;
  }
}
.hero-block__mobile-style--cover img.cover_position--left {
  object-position: left;
}
.hero-block__mobile-style--cover img.cover_position--right {
  object-position: right;
}
.hero-block__mobile-style--cover img.cover_position--top {
  object-position: top;
}
.hero-block__mobile-style--cover img.cover_position--bottom {
  object-position: bottom;
}
.hero-block__mobile-style--cover img.cover_position--center {
  object-position: center;
}
.hero-block__mobile-style--cover .hero-block__gradient {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.hero-block__mobile-style--cover .hero-block__content__mobile {
  position: absolute;
  width: calc(100% - 3rem);
}
@media screen and (min-width: 48em) {
  .hero-block__mobile-style--cover .hero-block__content__mobile {
    position: absolute;
    width: 80%;
  }
}
@media screen and (min-width: 56em) {
  .hero-block__mobile-style--cover .hero-block__content__mobile {
    width: 70%;
  }
}
.hero-block__mobile-style--normal .hero-block__gradient.gradient-mobile {
  display: none;
}
.hero-block__mobile-style--normal .hero-block__content .hero-block__content_title {
  margin: 1rem 0 0;
}
@media screen and (max-width: 48em) {
  .hero-block__mobile-style--normal .hero-block__content__mobile_bottom--center, .hero-block__mobile-style--normal .hero-block__content__desktop_bottom--center {
    left: 0;
    bottom: 0;
    transform: none;
  }
}
@media screen and (max-width: 48em) {
  .hero-block__mobile-style--normal .hero-block__content__mobile_bottom--left, .hero-block__mobile-style--normal .hero-block__content__mobile_bottom--right, .hero-block__mobile-style--normal .hero-block__content__desktop_bottom--left, .hero-block__mobile-style--normal .hero-block__content__desktop_bottom--right {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 48em) {
  .hero-block__mobile-style--normal .hero-block__content__mobile_top--center, .hero-block__mobile-style--normal .hero-block__content__desktop_top--center {
    left: 0;
    top: 0;
    transform: none;
  }
}
@media screen and (max-width: 48em) {
  .hero-block__mobile-style--normal .hero-block__content__mobile_top--left, .hero-block__mobile-style--normal .hero-block__content__mobile_top--right, .hero-block__mobile-style--normal .hero-block__content__desktop_top--left, .hero-block__mobile-style--normal .hero-block__content__desktop_top--right {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}
.hero-block__mobile-style--normal .hero-block__content__mobile_center--center, .hero-block__mobile-style--normal .hero-block__content__desktop_center--center {
  left: 0;
  top: 0;
  transform: none;
}

/* ==========================================================================
   LIST EMPLOYEES BLOCK
   Takes advantage of standard card styling in _components.cards.scss
   ========================================================================== */
.contact-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  padding: 0 0 1rem;
}
@media screen and (min-width: 22.5em) {
  .contact-card {
    grid-template-columns: 128px 1fr;
  }
}
@media screen and (min-width: 32.5em) {
  .contact-card {
    grid-template-columns: 160px 1fr;
  }
}
@media screen and (min-width: 48em) {
  .contact-card {
    grid-template-columns: 1fr;
  }
}
.contact-card .contact-card__image-wrapper .contact-card__image {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .contact-card .contact-card__image-wrapper .contact-card__image {
    margin-bottom: 1rem;
  }
}
.contact-card .contact-card__content-wrapper {
  align-self: center;
  padding-left: 1rem;
}
@media screen and (min-width: 48em) {
  .contact-card .contact-card__content-wrapper {
    padding-left: 0;
  }
}
.contact-card .contact-card__content-wrapper .contact-card__name {
  display: block;
  margin: 0 0 0.25rem;
}
.contact-card .contact-card__content-wrapper .contact-card__jobtitle,
.contact-card .contact-card__content-wrapper .contact-card__tel,
.contact-card .contact-card__content-wrapper .contact-card__email {
  display: block;
  font-size: 1rem;
  margin: 0 0 0.25rem;
}
.contact-card .contact-card__content-wrapper .contact-card__jobtitle {
  margin: 0 0 0.5rem;
}
.contact-card .contact-card__content-wrapper .contact-info p {
  margin: 0;
}

/* ==========================================================================
   LIST PROJECTS BLOCK
   ========================================================================== */
.project-listing .project-wrapper {
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  position: relative;
}
.project-listing .project-wrapper .project {
  background: var(--color-white);
}
.project-listing .project-wrapper .project .card__image {
  margin: 0 0 1rem;
  width: 100%;
}
.project-listing .project-wrapper .project .card__image .project-card__image {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.project-listing .project-wrapper .project .card__content {
  font-size: 1rem;
  padding: 0 1rem 2rem;
  width: 100%;
}
.project-listing .project-wrapper .project .card__content .card__title {
  display: block;
}
.project-listing .project-wrapper .project .card__content .card__title a {
  color: var(--color-gray--dark);
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.project-listing .project-wrapper .project .card__content .card__title a:hover, .project-listing .project-wrapper .project .card__content .card__title a:focus {
  color: var(--color-gray);
}
.project-listing--default .card__button {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  right: 2rem;
}
.project-listing--large .project-wrapper {
  margin-bottom: 3rem;
  padding-bottom: 0;
}
.project-listing--large .project-wrapper .project {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media screen and (min-width: 48em) {
  .project-listing--large .project-wrapper .project {
    grid-template-columns: 1fr 1fr;
  }
}
.project-listing--large .project-wrapper .project .card__image {
  margin: 0;
}
.project-listing--large .project-wrapper .project .card__image img {
  height: 100%;
  object-fit: cover;
}
.project-listing--large .project-wrapper .project .card__content {
  justify-self: center;
  padding: 1rem 1rem 2rem;
}
@media screen and (min-width: 48em) {
  .project-listing--large .project-wrapper .project .card__content {
    padding: 3rem 3rem 5rem;
  }
}
@media screen and (min-width: 80em) {
  .project-listing--large .project-wrapper .project .card__content {
    padding: 5rem 3rem 6rem;
  }
}
@media screen and (min-width: 120em) {
  .project-listing--large .project-wrapper .project .card__content {
    padding: 6rem 3rem 8rem;
  }
}
.project-listing--large .project-wrapper:nth-of-type(2n+2) .project .card__image {
  order: 2;
}
.project-listing--large .project-wrapper:nth-of-type(2n+2) .project .card__content {
  order: 1;
}

.project-filters {
  margin: 3rem 0 1rem;
}
.project-filters ul.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.project-filters ul.filter-list li {
  display: inline-block;
  margin-right: 1rem;
}
.project-filters ul.filter-list li:last-of-type {
  margin-right: 0;
}
.project-filters ul.filter-list li a {
  display: block;
}

/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Calculates maximum width for post content */
/* !Block styles */
.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 32px 0;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
.entry .entry-summary > * {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
.entry .entry-summary > * {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
.entry .entry-summary > * {
    margin: 32px 0;
  }
}
.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}
.entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}
.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
  }
}
.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
    max-width: 33.3333333333vw;
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}
.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: 41.6666666667vw;
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
    max-width: 33.3333333333vw;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}
.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}
@media only screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

/*.entry-content,
.entry-summary { */
p.has-background {
  padding: 20px 30px;
}

p.is-style-lead,
.editor-styles-wrapper p.wp-block.is-style-lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  p.is-style-lead,
.editor-styles-wrapper p.wp-block.is-style-lead {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 100em) {
  p.is-style-lead,
.editor-styles-wrapper p.wp-block.is-style-lead {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

p.is-style-default {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  p.is-style-default {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

p.is-style-small {
  font-size: 0.75rem;
}
@media screen and (min-width: 64em) {
  p.is-style-small {
    font-size: 1rem;
  }
}

ul.is-style-small, ol.is-style-small {
  font-size: 0.75rem;
}
@media screen and (min-width: 64em) {
  ul.is-style-small, ol.is-style-small {
    font-size: 1rem;
  }
}
ul.is-style-small li, ol.is-style-small li {
  margin-bottom: 0.5rem;
}

.wp-block-audio {
  width: 100%;
}
.wp-block-audio audio {
  width: 100%;
}
.wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
  max-width: 198px;
}
@media only screen and (min-width: 768px) {
  .wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}
@media only screen and (min-width: 1379px) {
  .wp-block-audio.alignleft audio, .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

.wp-block-video video {
  width: 100%;
}

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts {
  padding: 0;
  list-style: none;
}
.wp-block-archives li > a,
.wp-block-categories li > a,
.wp-block-latest-posts li > a {
  font-weight: bold;
  text-decoration: none;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

.wp-block-categories ul {
  padding-top: 0.75rem;
}
.wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
  line-height: 1.2;
  margin: 0 0 0.25rem;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--color-gray--dark);
  font-size: 0.75em;
}
.wp-block-latest-posts .wp-block-latest-posts__post-full-content,
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin-bottom: 1rem;
}
.wp-block-latest-posts li {
  padding-bottom: 0.5rem;
}
.wp-block-latest-posts li.menu-item-has-children, .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}
.wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
  padding-bottom: 0.5rem;
}
.wp-block-latest-posts.is-grid li {
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.wp-block-latest-posts.is-grid li a:after {
  content: "";
}
.wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}
.wp-block-latest-posts.is-grid li:last-child a:after {
  content: "";
}

.wp-block-preformatted {
  line-height: 1.8;
  padding: 1rem;
}

.wp-block-verse {
  line-height: 1.8;
}

.has-drop-cap:not(:focus):first-letter {
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}
.wp-block-pullquote blockquote {
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}
.wp-block-pullquote p {
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote p em {
  font-style: normal;
}
.wp-block-pullquote cite {
  display: inline-block;
  line-height: 1.6;
  text-transform: none;
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}
.wp-block-pullquote.alignleft blockquote p:first-child, .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.wp-block-pullquote.is-style-solid-color p {
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignright, .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
  border-width: 2px;
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}
.wp-block-quote cite {
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  line-height: 1.4;
  font-style: italic;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  /*
   * This requires a rem-based font size calculation instead of our normal em-based one,
   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
   */
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
}

.wp-block-image {
  margin: 0 0 1rem;
  max-width: 100%;
}
.wp-block-image img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .wp-block-image .aligncenter {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-image .aligncenter {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-image .aligncenter {
    margin: 0;
    width: 100%;
  }
  .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-image .aligncenter {
    width: 100%;
  }
  .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}
.wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc(100% + (2 * 1rem));
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    max-width: calc(125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}

.entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
    padding: 2rem 10%;
  }
}
@media screen and (min-width: 90em) {
  .entry-content .wp-block-cover-image,
.entry-content .wp-block-cover {
    padding: 3rem 10%;
  }
}
.entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image .wp-block-cover-text,
.entry-content .wp-block-cover-image h2,
.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content .wp-block-cover h2 {
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry-content .wp-block-cover-image .wp-block-cover-text,
.entry-content .wp-block-cover-image h2,
.entry-content .wp-block-cover .wp-block-cover-image-text,
.entry-content .wp-block-cover .wp-block-cover-text,
.entry-content .wp-block-cover h2 {
    max-width: 100%;
  }
}
.entry-content .wp-block-cover-image.alignleft, .entry-content .wp-block-cover-image.alignright,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image.alignleft, .entry-content .wp-block-cover-image.alignright,
.entry-content .wp-block-cover.alignleft,
.entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover-image.alignfull h2,
.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover-image.alignfull h2,
.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(50vw - 28px);
  }
}
@media only screen and (min-width: 768px) {
  .entry-content .wp-block-cover-image.alignfull,
.entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover-image.alignfull h2,
.entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
.entry-content .wp-block-cover.alignfull .wp-block-cover-text,
.entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

.wp-block-gallery {
  /*list-style-type: none;
  padding-left: 0;

  .blocks-gallery-image:last-child,
  .blocks-gallery-item:last-child {
  	margin-bottom: 16px;
  }*/
}
.wp-block-gallery figcaption a {
  color: #fff;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.wp-block-separator {
  background-color: var(--color-gray--darkest);
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 30%;
  text-align: left;
  /* Remove duplicate rule-line when a separator
   * is followed by an H1, or H2 */
}
.wp-block-separator.is-style-wide {
  max-width: 100%;
}
.wp-block-separator.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
.wp-block-separator.is-style-dots:before {
  content: "···" !important;
  color: var(--color-gray--darkest) !important;
  font-family: sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: 2rem !important;
  padding-left: 2rem !important;
}
.wp-block-separator + h1:before, .wp-block-separator + h2:before {
  display: none;
}

.wp-block-embed-twitter {
  word-break: break-word;
}

.wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}
@media only screen and (min-width: 1168px) {
  .wp-block-file .wp-block-file__button {
    padding: 0.875rem 1.5rem;
  }
}
.wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
}
.wp-block-file .wp-block-file__button:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

.wp-block-code {
  border-radius: 0;
}
.wp-block-code code {
  white-space: pre-wrap;
  word-break: break-word;
}

/*	.wp-block-columns {

		.wp-block-column > * {

			&:first-child {
				margin-top: 0;
			}

			&:last-child {
				margin-bottom: 0;
			}
		}

		@include media(tablet) {
			flex-wrap: nowrap;

			.wp-block-column:not(:first-child) {
				margin-left: 32px;
			}
		}
	}*/
/*.wp-block-latest-comments {

	.wp-block-latest-comments__comment-meta {
		@include font-family( $font__heading );
		font-weight: bold;

		.wp-block-latest-comments__comment-date {
			font-weight: normal;
		}
	}

	.wp-block-latest-comments__comment,
	.wp-block-latest-comments__comment-date,
	.wp-block-latest-comments__comment-excerpt p {
		font-size: inherit;
	}

	&.has-avatars {

	}

	&.has-dates {

		.wp-block-latest-comments__comment-date {
			font-size: $font__size-xs;
		}
	}

	&.has-excerpts {

	}
}*/
/*.has-small-font-size {
	font-size: $font__size-sm;
}

.has-normal-font-size {
	font-size: $font__size-md;
}

.has-large-font-size {
	font-size: $font__size-lg;
}

.has-huge-font-size {
	font-size: $font__size-xl;
}*/
/*
	.has-primary-background-color,
	.wp-block-pullquote.is-style-solid-color.has-primary-background-color {
		background-color: $color__link;
	}

	.has-secondary-background-color,
	.wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
		background-color: $color__border-link-hover;
	}

	.has-dark-gray-background-color,
	.wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
		background-color: $color__text-main;
	}

	.has-light-gray-background-color,
	.wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
		background-color: $color__text-light;
	}

	.has-white-background-color,
	.wp-block-pullquote.is-style-solid-color.has-white-background-color {
		background-color: #FFF;
	}

	//! Custom foreground colors
	.has-primary-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
		color: $color__link;
	}

	.has-secondary-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
		color: $color__border-link-hover;
	}

	.has-dark-gray-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
		color: $color__text-main;
	}

	.has-light-gray-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
		color: $color__text-light;
	}

	.has-white-color,
	.wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
		color: #FFF;
	}*/
/*}*/
@media screen and (min-width: 64em) {
  .wp-block-columns.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.is-style-default.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.is-style-grey-box.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.is-style-shadow-box.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.is-style-border-box.columns-spacing-none .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .wp-block-columns.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.is-style-default.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.is-style-grey-box.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.is-style-shadow-box.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.is-style-border-box.columns-spacing-small .wp-block-column:not(:first-child) {
    margin-left: 2rem;
  }
  .wp-block-columns.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.is-style-default.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.is-style-grey-box.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.is-style-shadow-box.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.is-style-border-box.columns-spacing-medium .wp-block-column:not(:first-child) {
    margin-left: 4rem;
  }
  .wp-block-columns.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.is-style-default.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.is-style-grey-box.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.is-style-shadow-box.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.is-style-border-box.columns-spacing-large .wp-block-column:not(:first-child) {
    margin-left: 6rem;
  }
}
.wp-block-columns .wp-block-column {
  margin: 0 0 1rem;
}
.wp-block-columns .wp-block-column .column-padding-1x {
  padding: 1rem;
}
@media screen and (min-width: 64em) {
  .wp-block-columns .wp-block-column .column-padding-1x {
    padding: 2rem;
  }
}
.wp-block-columns .wp-block-column .column-padding-2x {
  padding: 2rem;
}
@media screen and (min-width: 64em) {
  .wp-block-columns .wp-block-column .column-padding-2x {
    padding: 4rem;
  }
}
.wp-block-columns .wp-block-column .column-padding-3x {
  padding: 3rem;
}
@media screen and (min-width: 64em) {
  .wp-block-columns .wp-block-column .column-padding-3x {
    padding: 6rem;
  }
}
.wp-block-columns.is-style-grey-box {
  background-color: var(--color-gray--xx-light);
  padding: 2rem;
}
.wp-block-columns.is-style-shadow-box {
  background-color: var(--color-white);
  box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
.wp-block-columns.is-style-border-box {
  background-color: var(--color-white);
  border: 3px solid var(--color-brand);
  padding: 2rem;
}
.wp-block-column.is-style-grey-box {
  background-color: var(--color-gray--xx-light);
}
.wp-block-column.is-style-shadow-box {
  background-color: var(--color-white);
  box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.2);
}
.wp-block-column.is-style-border-box {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray--light);
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.columns-distPhablet-thirds {
    flex-wrap: nowrap;
  }
  .wp-block-columns.columns-distPhablet-thirds .wp-block-column:not(:only-child) {
    flex-basis: calc(33.3333% - 1em) !important;
    flex-grow: 0;
  }
  .wp-block-columns.columns-distPhablet-thirds.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-default.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-grey-box.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-shadow-box.columns-spacing-none .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-border-box.columns-spacing-none .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .wp-block-columns.columns-distPhablet-thirds.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-default.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-grey-box.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-shadow-box.columns-spacing-small .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-border-box.columns-spacing-small .wp-block-column:not(:first-child) {
    margin-left: 2rem;
  }
  .wp-block-columns.columns-distPhablet-thirds.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-default.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-grey-box.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-shadow-box.columns-spacing-medium .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-border-box.columns-spacing-medium .wp-block-column:not(:first-child) {
    margin-left: 4rem;
  }
  .wp-block-columns.columns-distPhablet-thirds.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-default.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-grey-box.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-shadow-box.columns-spacing-large .wp-block-column:not(:first-child), .wp-block-columns.columns-distPhablet-thirds.is-style-border-box.columns-spacing-large .wp-block-column:not(:first-child) {
    margin-left: 6rem;
  }
}

.wp-block-image {
  margin: 0 0 1rem;
}
.wp-block-image.full-width img {
  width: 100%;
}
.wp-block-image figcaption {
  font-size: 0.8rem;
  font-style: italic;
}

/* ==========================================================================
   Media Queries examples
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
