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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul, ol {
  list-style: none; }

li {
  list-style: inherit; }

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

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  border: 0; }

@media only screen and (min-width: 42.5em) {
  .twocolumn {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }
  @media only screen and (min-width: 42.5em) and (max-width: 862px) {
    .twocolumn {
      -webkit-column-gap: 22.17822px;
         -moz-column-gap: 22.17822px;
              column-gap: 22.17822px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 770px) {
    .twocolumn {
      -webkit-column-gap: 18.36066px;
         -moz-column-gap: 18.36066px;
              column-gap: 18.36066px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 460px) {
    .twocolumn {
      -webkit-column-gap: 15.66434px;
         -moz-column-gap: 15.66434px;
              column-gap: 15.66434px; } }
  @media only screen and (min-width: 42.5em) and (max-width: 320px) {
    .twocolumn {
      -webkit-column-gap: 13.65854px;
         -moz-column-gap: 13.65854px;
              column-gap: 13.65854px; } }

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
.c-btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1); }
  @media only screen and (max-width: 862px) {
    .c-btn {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 770px) {
    .c-btn {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 460px) {
    .c-btn {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 320px) {
    .c-btn {
      font-size: 12.84613px; } }
  .u-buttons-rounded .c-btn {
    border-radius: 0.3em; }
  .u-buttons-pill .c-btn {
    border-radius: 999em; }
  .u-underlined-links .c-btn {
    text-decoration: none; }
  .u-buttons-outline .c-btn {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .c-btn:hover, .u-buttons-outline .c-btn:active, .u-buttons-outline .c-btn:focus {
      background: none;
      color: inherit; }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    color: #FFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .c-btn--default {
    background-color: #111;
    color: #FFF; }
    .c-btn--default:hover {
      color: #FFF; }
    .u-buttons-outline .c-btn--default {
      background: none; }

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

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

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

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

.button[class][class][class][class][class] {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  text-align: center;
  /* [4] */
  cursor: pointer;
  /* [5] */
  padding: 1.1em 1.75em;
  border: 0 solid #222222;
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #FF6000;
  border-radius: 0;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  text-decoration: none; }
  @media only screen and (max-width: 862px) {
    .button[class][class][class][class][class] {
      font-size: 15.07475px; } }
  @media only screen and (max-width: 770px) {
    .button[class][class][class][class][class] {
      font-size: 14.25065px; } }
  @media only screen and (max-width: 460px) {
    .button[class][class][class][class][class] {
      font-size: 13.51199px; } }
  @media only screen and (max-width: 320px) {
    .button[class][class][class][class][class] {
      font-size: 12.84613px; } }
  .u-buttons-rounded .button[class][class][class][class][class] {
    border-radius: 0.3em; }
  .u-buttons-pill .button[class][class][class][class][class] {
    border-radius: 999em; }
  .u-underlined-links .button[class][class][class][class][class] {
    text-decoration: none; }
  .u-buttons-outline .button[class][class][class][class][class] {
    background: none;
    border: 2px solid currentColor; }
    .u-buttons-outline .button[class][class][class][class][class]:hover, .u-buttons-outline .button[class][class][class][class][class]:active, .u-buttons-outline .button[class][class][class][class][class]:focus {
      background: none;
      color: inherit; }
  .button[class][class][class][class][class]:hover, .button[class][class][class][class][class]:active, .button[class][class][class][class][class]:focus {
    color: #FFF;
    background-color: #000;
    opacity: 1;
    text-decoration: none; }
  .button[class][class][class][class][class].default {
    background-color: #111;
    color: #FFF; }
    .button[class][class][class][class][class].default:hover {
      color: #FFF; }
    .u-buttons-outline .button[class][class][class][class][class].default {
      background: none; }
  .button[class][class][class][class][class].full {
    width: 100%; }
  .button[class][class][class][class][class].arrow {
    position: relative;
    padding-right: 100px;
    text-align: left; }
    .button[class][class][class][class][class].arrow:before, .button[class][class][class][class][class].arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      z-index: 100;
      color: inherit;
      margin-top: -1px;
      -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    .button[class][class][class][class][class].arrow:before {
      width: 35px;
      height: 1px;
      background-color: currentColor; }
      @media only screen and (max-width: 862px) {
        .button[class][class][class][class][class].arrow:before {
          width: 27.48466px; } }
      @media only screen and (max-width: 770px) {
        .button[class][class][class][class][class].arrow:before {
          width: 22.62626px; } }
      @media only screen and (max-width: 460px) {
        .button[class][class][class][class][class].arrow:before {
          width: 19.22747px; } }
      @media only screen and (max-width: 320px) {
        .button[class][class][class][class][class].arrow:before {
          width: 16.71642px; } }
    .button[class][class][class][class][class].arrow:after {
      display: block;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      -webkit-transform: translate(0, calc(0.5px - 50%));
              transform: translate(0, calc(0.5px - 50%)); }
    @media only screen and (max-width: 862px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 72.72727px; } }
    @media only screen and (max-width: 770px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 57.14286px; } }
    @media only screen and (max-width: 460px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 47.05882px; } }
    @media only screen and (max-width: 320px) {
      .button[class][class][class][class][class].arrow {
        padding-right: 40px; } }
    .button[class][class][class][class][class].arrow:before {
      right: 2.33333em; }
    .button[class][class][class][class][class].arrow:after {
      right: calc(7em/3 - 5px);
      border-left: 5px solid currentColor; }
    .button[class][class][class][class][class].arrow:hover:before {
      -webkit-transform: translate3d(5px, 0, 0);
              transform: translate3d(5px, 0, 0); }
    .button[class][class][class][class][class].arrow:hover:after {
      -webkit-transform: translate3d(5px, calc(0.5px - 50%), 0);
              transform: translate3d(5px, calc(0.5px - 50%), 0); }

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

.row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -56px;
  margin-top: -56px;
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (max-width: 862px) {
    .row {
      margin-left: -42.87081px; } }
  @media only screen and (max-width: 770px) {
    .row {
      margin-left: -34.72868px; } }
  @media only screen and (max-width: 460px) {
    .row {
      margin-left: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-left: -25.16854px; } }
  @media only screen and (max-width: 862px) {
    .row {
      margin-top: -42.87081px; } }
  @media only screen and (max-width: 770px) {
    .row {
      margin-top: -34.72868px; } }
  @media only screen and (max-width: 460px) {
    .row {
      margin-top: -29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row {
      margin-top: -25.16854px; } }
  .mce-content-body .row {
    margin-left: 0; }
  .entry-content > .row:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 62.5em) {
    .row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

/**
 * Grid Columns
 */
.grid__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@media only screen and (min-width: 62.5em) {
  [data-sh-column-attr-size='1'] {
    -ms-flex-preferred-size: calc(8.33333% - 2rem);
        flex-basis: calc(8.33333% - 2rem);
    width: 8.33333%; }
  [data-sh-column-attr-size='2'] {
    -ms-flex-preferred-size: calc(16.66667% - 2rem);
        flex-basis: calc(16.66667% - 2rem);
    width: 16.66667%; }
  [data-sh-column-attr-size='3'] {
    -ms-flex-preferred-size: calc(25% - 2rem);
        flex-basis: calc(25% - 2rem);
    width: 25%; }
  [data-sh-column-attr-size='4'] {
    -ms-flex-preferred-size: calc(33.33333% - 2rem);
        flex-basis: calc(33.33333% - 2rem);
    width: 33.33333%; }
  [data-sh-column-attr-size='5'] {
    -ms-flex-preferred-size: calc(41.66667% - 2rem);
        flex-basis: calc(41.66667% - 2rem);
    width: 41.66667%; }
  [data-sh-column-attr-size='6'] {
    -ms-flex-preferred-size: calc(50% - 2rem);
        flex-basis: calc(50% - 2rem);
    width: 50%; }
  [data-sh-column-attr-size='7'] {
    -ms-flex-preferred-size: calc(58.33333% - 2rem);
        flex-basis: calc(58.33333% - 2rem);
    width: 58.33333%; }
  [data-sh-column-attr-size='8'] {
    -ms-flex-preferred-size: calc(66.66667% - 2rem);
        flex-basis: calc(66.66667% - 2rem);
    width: 66.66667%; }
  [data-sh-column-attr-size='9'] {
    -ms-flex-preferred-size: calc(75% - 2rem);
        flex-basis: calc(75% - 2rem);
    width: 75%; }
  [data-sh-column-attr-size='10'] {
    -ms-flex-preferred-size: calc(83.33333% - 2rem);
        flex-basis: calc(83.33333% - 2rem);
    width: 83.33333%; }
  [data-sh-column-attr-size='11'] {
    -ms-flex-preferred-size: calc(91.66667% - 2rem);
        flex-basis: calc(91.66667% - 2rem);
    width: 91.66667%; }
  [data-sh-column-attr-size='12'] {
    -ms-flex-preferred-size: calc(100% - 2rem);
        flex-basis: calc(100% - 2rem);
    width: 100%; } }

@media not screen and (min-width: 62.5em) {
  .column--stretch .gallery-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .column--stretch .gallery-item:first-child:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .column--stretch .gallery-item:first-child:nth-last-child(2), .column--stretch .gallery-item:first-child:nth-last-child(2) ~ .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .column--stretch .gallery-item:first-child:nth-last-child(3), .column--stretch .gallery-item:first-child:nth-last-child(3) ~ .gallery-item {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .column--stretch .gallery-item:first-child:nth-last-child(4), .column--stretch .gallery-item:first-child:nth-last-child(4) ~ .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

/**
 * Grid Columns / Row Items
 */
.column__wrapper {
  margin-top: 56px;
  padding-left: 56px; }
  @media only screen and (max-width: 862px) {
    .column__wrapper {
      margin-top: 42.87081px; } }
  @media only screen and (max-width: 770px) {
    .column__wrapper {
      margin-top: 34.72868px; } }
  @media only screen and (max-width: 460px) {
    .column__wrapper {
      margin-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      margin-top: 25.16854px; } }
  @media only screen and (max-width: 862px) {
    .column__wrapper {
      padding-left: 42.87081px; } }
  @media only screen and (max-width: 770px) {
    .column__wrapper {
      padding-left: 34.72868px; } }
  @media only screen and (max-width: 460px) {
    .column__wrapper {
      padding-left: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .column__wrapper {
      padding-left: 25.16854px; } }

.grid__item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .debug-row .grid__item {
    background-color: #383c50; }
  .grid__item .gallery,
  .grid__item .tiled-gallery {
    margin-bottom: 0;
    padding-bottom: 0; }

@media not screen and (min-width: 62.5em) {
  .row.row {
    margin-left: 0; }
  .column__wrapper.column__wrapper {
    padding-left: 0; }
    .column__wrapper.column__wrapper:last-child {
      padding-bottom: 0; } }

/* Row Spacing Variants.
   ========================================================================== */
[data-sh-row-attr-row_style=strip] {
  padding-top: 56px;
  padding-bottom: 56px; }
  @media only screen and (max-width: 862px) {
    [data-sh-row-attr-row_style=strip] {
      padding-top: 42.87081px; } }
  @media only screen and (max-width: 770px) {
    [data-sh-row-attr-row_style=strip] {
      padding-top: 34.72868px; } }
  @media only screen and (max-width: 460px) {
    [data-sh-row-attr-row_style=strip] {
      padding-top: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    [data-sh-row-attr-row_style=strip] {
      padding-top: 25.16854px; } }
  @media only screen and (max-width: 862px) {
    [data-sh-row-attr-row_style=strip] {
      padding-bottom: 42.87081px; } }
  @media only screen and (max-width: 770px) {
    [data-sh-row-attr-row_style=strip] {
      padding-bottom: 34.72868px; } }
  @media only screen and (max-width: 460px) {
    [data-sh-row-attr-row_style=strip] {
      padding-bottom: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    [data-sh-row-attr-row_style=strip] {
      padding-bottom: 25.16854px; } }
  .entry-content > [data-sh-row-attr-row_style=strip]:first-child {
    margin-top: -56px; }
    @media only screen and (max-width: 862px) {
      .entry-content > [data-sh-row-attr-row_style=strip]:first-child {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 770px) {
      .entry-content > [data-sh-row-attr-row_style=strip]:first-child {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 460px) {
      .entry-content > [data-sh-row-attr-row_style=strip]:first-child {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > [data-sh-row-attr-row_style=strip]:first-child {
        margin-top: -25.16854px; } }
  .entry-content > [data-sh-row-attr-row_style=strip].row:last-child {
    margin-bottom: -56px; }
    @media only screen and (max-width: 862px) {
      .entry-content > [data-sh-row-attr-row_style=strip].row:last-child {
        margin-bottom: -42.87081px; } }
    @media only screen and (max-width: 770px) {
      .entry-content > [data-sh-row-attr-row_style=strip].row:last-child {
        margin-bottom: -34.72868px; } }
    @media only screen and (max-width: 460px) {
      .entry-content > [data-sh-row-attr-row_style=strip].row:last-child {
        margin-bottom: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      .entry-content > [data-sh-row-attr-row_style=strip].row:last-child {
        margin-bottom: -25.16854px; } }
  [data-sh-row-attr-row_style=strip] + [data-sh-row-attr-row_style=strip] {
    margin-top: -56px;
    padding-top: 0; }
    @media only screen and (max-width: 862px) {
      [data-sh-row-attr-row_style=strip] + [data-sh-row-attr-row_style=strip] {
        margin-top: -42.87081px; } }
    @media only screen and (max-width: 770px) {
      [data-sh-row-attr-row_style=strip] + [data-sh-row-attr-row_style=strip] {
        margin-top: -34.72868px; } }
    @media only screen and (max-width: 460px) {
      [data-sh-row-attr-row_style=strip] + [data-sh-row-attr-row_style=strip] {
        margin-top: -29.18567px; } }
    @media only screen and (max-width: 320px) {
      [data-sh-row-attr-row_style=strip] + [data-sh-row-attr-row_style=strip] {
        margin-top: -25.16854px; } }

/* Rows/Columns Style Variants.
   ========================================================================== */
[data-sh-row-attr-row_style=strip] {
  background-color: #D7F4FF; }
  [data-sh-row-attr-row_style=strip]:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999vw;
    left: -100vw;
    background-color: inherit; }

.row .grid__item[data-sh-column-attr-column_style=highlighted] {
  padding: 56px;
  background-color: #FFFFFF; }
  @media only screen and (max-width: 862px) {
    .row .grid__item[data-sh-column-attr-column_style=highlighted] {
      padding: 42.87081px; } }
  @media only screen and (max-width: 770px) {
    .row .grid__item[data-sh-column-attr-column_style=highlighted] {
      padding: 34.72868px; } }
  @media only screen and (max-width: 460px) {
    .row .grid__item[data-sh-column-attr-column_style=highlighted] {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row .grid__item[data-sh-column-attr-column_style=highlighted] {
      padding: 25.16854px; } }

.row .grid__item[data-sh-column-attr-column_style=boxed] {
  padding: 56px;
  background-color: #23252d; }
  @media only screen and (max-width: 862px) {
    .row .grid__item[data-sh-column-attr-column_style=boxed] {
      padding: 42.87081px; } }
  @media only screen and (max-width: 770px) {
    .row .grid__item[data-sh-column-attr-column_style=boxed] {
      padding: 34.72868px; } }
  @media only screen and (max-width: 460px) {
    .row .grid__item[data-sh-column-attr-column_style=boxed] {
      padding: 29.18567px; } }
  @media only screen and (max-width: 320px) {
    .row .grid__item[data-sh-column-attr-column_style=boxed] {
      padding: 25.16854px; } }
  .row .grid__item[data-sh-column-attr-column_style=boxed] * {
    color: white; }

[data-sh-row-attr-stretch=true] .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

[data-sh-row-attr-stretch=true] .grid__item {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[data-sh-row-attr-stretch=true] .column--stretch {
  padding: 0; }

[data-sh-row-attr-stretch=true] .column__wrapper.hide-images img {
  display: none; }

[data-sh-row-attr-stretch=true] .column__wrapper * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

[data-sh-row-attr-stretch=true] .column__wrapper .gallery {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }

[data-sh-row-attr-stretch=true] .column__wrapper .gallery-item {
  height: auto; }

[data-sh-row-attr-stretch=true] .column__wrapper .gallery-icon {
  position: relative;
  height: 100%;
  width: 100%; }
  [data-sh-row-attr-stretch=true] .column__wrapper .gallery-icon img {
    position: absolute; }

[data-sh-row-attr-stretch=true] .column__wrapper figure {
  height: 100%; }

[data-sh-row-attr-stretch=true] .column__wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

/* Gridable UI Adjustments
   ========================================================================== */
.grid__item:not(:first-of-type):before {
  left: -4rem;
  width: 4rem; }

.row > .grid__item p img, .row > .grid__item > img {
  margin: 0; }

/* @todo
// Remove if necessary - only used for debugging
   ========================================================================== */
.debug-row.debug-row.debug-row .c-row:nth-child(2n) {
  background-color: #33d2da; }

.debug-row.debug-row.debug-row .c-row:nth-child(2n+1) {
  background-color: #2196f3; }

.debug-row.debug-row.debug-row .c-row__item {
  background-color: orange; }

.debug-row.debug-row.debug-row .c-island {
  color: white;
  background-color: #4f5678; }

@media only screen and (min-width: 62.5em) {
  .debug-row.debug-row.debug-row .c-row,
  .debug-row.debug-row.debug-row .c-island {
    position: relative; }
    .debug-row.debug-row.debug-row .c-row:after,
    .debug-row.debug-row.debug-row .c-island:after {
      content: attr(class);
      position: absolute;
      top: 0;
      left: 0;
      padding: 3px 5px;
      font-size: 10px;
      font-family: sans-serif;
      border-bottom-right-radius: 3px;
      color: black;
      background: rgba(255, 255, 255, 0.5); } }

.gridable--row,
.gridable--col {
  overflow: visible; }

html {
  border: 70px solid transparent; }
  html .gallery {
    padding: 10px;
    margin: 0; }
  html p .alignleft,
  html p .alignright {
    max-width: 40%; }
  html dl {
    display: block; }

body {
  padding: 0;
  background: none; }

.u-content-width > :not([class*="align"]):not([class*="gallery"]) {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto; }
  .u-content-width > :not([class*="align"]):not([class*="gallery"]) .button[data-mce-selected] {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    padding-left: 1.75em;
    padding-right: 1.75em; }
    .u-content-width > :not([class*="align"]):not([class*="gallery"]) .button[data-mce-selected].arrow {
      padding-right: 6.5em; }

._hero_description_html {
  height: 100%; }

._hero_content_description {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF; }
  ._hero_content_description h1, ._hero_content_description h2, ._hero_content_description h3, ._hero_content_description h4, ._hero_content_description h5, ._hero_content_description h6 {
    color: inherit; }
  ._hero_content_description.position--top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left; }
  ._hero_content_description.position--bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  ._hero_content_description.position--left > * {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  ._hero_content_description.position--right > * {
    -ms-flex-item-align: end;
        align-self: flex-end; }

._hero_content_description {
  color: white;
  padding-top: 50px; }

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