/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-family: "URW", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #231f20;
  background-color: #e9e9ea;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[hidden] {
  display: none !important;
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.7em;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.4em;
  font-size: 1em;
  line-height: inherit;
  border: 0;
}

input[type="search"] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-appearance: none;
}

.ratio--16-9 {
  padding-top: 56.25%;
}

.ratio--125 {
  padding-top: 125%;
}

.ratio--4-3 {
  padding-top: 75%;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid__cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.grid--gutters {
  margin-left: -0.6603773585em;
  margin-right: -0.6603773585em;
}

@media (min-width: 992px) {
  .grid--gutters {
    margin-left: -1.75em;
    margin-right: -1.75em;
  }
}

.grid--gutters .grid__cell {
  padding-left: 0.6603773585em;
  padding-right: 0.6603773585em;
}

@media (min-width: 992px) {
  .grid--gutters .grid__cell {
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
}

.grid--m-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.grid--m-full > .grid__cell {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.grid--m-halfs > .grid__cell {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.grid--m-thirds > .grid__cell {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 33.33%;
}

@media (min-width: 640px) {
  .grid--p-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--p-full > .grid__cell {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid--p-halfs > .grid__cell {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid--p-thirds > .grid__cell {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .grid--vt-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--vt-full > .grid__cell {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid--vt-halfs > .grid__cell {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid--vt-thirds > .grid__cell {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 992px) {
  .grid--ht-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--ht-full > .grid__cell {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid--ht-halfs > .grid__cell {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid--ht-thirds > .grid__cell {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .grid--d-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid--d-full > .grid__cell {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .grid--d-halfs > .grid__cell {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .grid--d-thirds > .grid__cell {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

.hidden-m-up {
  display: none !important;
}

@media (min-width: 640px) {
  .hidden-p-up {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-vt-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-ht-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-d-up {
    display: none !important;
  }
}

html {
  font-size: 12px;
}

@media (min-width: 640px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 24px;
  }
}

@media (min-width: 2200px) {
  html {
    font-size: 28px;
  }
}

.container {
  padding-left: 1.320754717em;
  padding-right: 1.320754717em;
  width: 100%;
  max-width: 63.5em;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .container {
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
}

.container--fluid {
  max-width: none;
}

.content {
  width: 100%;
  overflow-x: hidden;
}

.gallery {
  border: 1px solid currentColor;
  margin-bottom: 1.4em;
  overflow: hidden;
}

.gallery figure {
  margin-bottom: 0;
}

.data-prepend:before {
  content: attr(data-prepend);
}

@font-face {
  font-family: 'URW';
  src: url("fonts/URWGeometric-Light.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'URW';
  src: url("fonts/URWGeometric-Light-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'URW';
  src: url("fonts/URWGeometric-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'URW';
  src: url("fonts/URWGeometric-Bold-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.7em;
  font-family: "URW", serif;
  font-weight: 700;
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "URW", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

.h1 {
  font-size: 1.7em;
}

.h2 {
  font-size: 1.5em;
}

.h3 {
  font-size: 1.4em;
}

.h4 {
  font-size: 1.2em;
}

.h5 {
  font-size: 1.1em;
}

.h6 {
  font-size: 1em;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:hover, a:focus {
  color: currentColor;
  text-decoration: underline;
}

strong,
b,
.bold {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
}

p,
ol,
ul,
dl,
blockquote,
pre,
figure {
  margin-top: 0;
  margin-bottom: 1.4em;
}

ol ul, ol ol, ul ul, ul ol {
  margin-bottom: 0;
}

blockquote,
figure {
  margin-left: 0;
  margin-right: 0;
}

hr {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  border: 0;
  border-top: 1px solid currentColor;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

button,
.button {
  -webkit-transition: background 0.35s ease-out 0s, color 0.35s ease-out 0s, border-color 0.35s ease-out 0s;
  transition: background 0.35s ease-out 0s, color 0.35s ease-out 0s, border-color 0.35s ease-out 0s;
  background: transparent;
  border: 1px solid currentColor;
  padding: 0.3em 1em;
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: currentColor;
}

button:hover, button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background: #008b00;
  color: #FFF;
  border-color: #008b00;
}

.button--clean {
  background: transparent;
  padding: 0;
  border: none;
}

.button--clean:hover {
  background: transparent;
  padding: 0;
  border: none;
}

.button--clean:active, .button--clean:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: transparent;
}

:-ms-input-placeholder {
  color: transparent;
}

::-ms-input-placeholder {
  color: transparent;
}

::placeholder {
  color: transparent;
}

:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
          box-shadow: 0 0 0 1000px #FFF inset;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 170px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]),
select,
textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  color: inherit;
  border: none;
  border: 1px solid currentColor;
  background: transparent;
  -webkit-transition: background 0.35s ease-out 0s;
  transition: background 0.35s ease-out 0s;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
select:focus,
textarea:focus {
  outline: none;
  background: #FFF;
}

.gform_wrapper {
  margin-bottom: 1.4em;
}

.gfield_label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 1rem;
  margin-bottom: 0;
  padding: 1rem 0;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: color 0.35s ease-out 0s, font-size 0.35s ease-out 0s, padding-top 0.35s ease-out 0s;
  transition: color 0.35s ease-out 0s, font-size 0.35s ease-out 0s, padding-top 0.35s ease-out 0s;
}

.gform_fields {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.gfield {
  position: relative;
  margin-bottom: 1.26em;
}

.gfield input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.gfield select,
.gfield textarea {
  padding: 1.4rem 1rem 0.2857142857rem;
}

.gfield.not_empty .gfield_label {
  padding-top: 0.5rem;
  color: #008b00;
  font-size: 50%;
}

.validation_message {
  padding-top: 0.25em;
}

.validation_error {
  margin-bottom: 1.4em;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.8571428571%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.object_fit {
  position: relative;
  display: block;
}

.object_fit img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.object_fit--cover {
  background-size: cover;
  background-position: center;
}

.object_fit--cover img {
  opacity: 0;
}

.slick-dots button, .slick-arrow {
  border: none;
  padding: 0;
}

.slick-dots button:active, .slick-dots button:focus, .slick-arrow:active, .slick-arrow:focus {
  outline: none;
}

.slick-dots {
  line-height: 0.25em;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li:not(:last-child) {
  margin-right: 1em;
}

.slick-dots li.slick-active button {
  background: #008b00;
}

.slick-dots button {
  -webkit-transition: background 0.35s ease-out 0s;
  transition: background 0.35s ease-out 0s;
  overflow: hidden;
  text-indent: -9999px;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #231f20;
}

.slick-dots button:hover {
  background: #008b00;
}

.slick-arrow {
  -webkit-transition: color 0.35s ease-out 0s;
  transition: color 0.35s ease-out 0s;
  line-height: 1;
}

.slick-arrow:focus, .slick-arrow:active {
  color: currentColor;
  background: transparent;
  border: none;
}

.slick-arrow:hover {
  color: #008b00;
  background: transparent;
  border: none;
}

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

.list--dotted li {
  display: inline-block;
}

.list--dotted li:not(:last-child):after {
  margin-left: 0.5em;
  margin-right: 0.5em;
  content: ':';
}

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

.list--details li:before {
  min-width: 2em;
  display: inline-block;
}

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

.testimonial__cite {
  font-style: normal;
}

.circle_link {
  display: inline-block;
}

.circle_link__spinner {
  display: block;
  margin: 0 auto 0.5em;
  width: 0.5em;
  height: 0.5em;
  position: relative;
}

.circle_link__spinner:before, .circle_link__spinner:after {
  content: '';
  width: 2px;
  height: 2px;
  background: currentColor;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.circle_link__spinner:before {
  top: 0;
}

.circle_link__spinner:after {
  bottom: 0;
}

.circle_link:hover .circle_link__spinner {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.project_excerpt__link:hover {
  text-decoration: none;
}

.project_excerpt__link:hover .project_excerpt__image:before {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.project_excerpt__link:hover .project_excerpt__hover_title {
  opacity: 1;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.project_excerpt__link:hover .project_excerpt__title {
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project_excerpt__hover_title {
  -webkit-transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.project_excerpt__title {
  -webkit-transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  padding-top: 0.5em;
}

.project_excerpt__image {
  position: relative;
  overflow: hidden;
}

.project_excerpt__image:before {
  -webkit-transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/holes.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 0.75em;
  opacity: 0;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.project_excerpt__image .portrait_image {
  z-index: 50;
}

.project_excerpt__image .landscape_image {
  z-index: 50;
}

.project_excerpt__image .featured_image {
  z-index: 1;
}

.full-width-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}

.project_carousel__title {
  -webkit-transition: opacity 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s;
  opacity: 0;
}

.project_carousel__image {
  margin-bottom: 1.2em;
}

.project_carousel .slick-prev {
  display: none !important;
}

.project_carousel .slick-next {
  position: absolute;
  right: 0;
  bottom: 0.3em;
}

.project_carousel .slick-dots {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0.6em;
}

.project_carousel .slick-active .project_carousel__title, .project_carousel .slick-current .project_carousel__title {
  opacity: 1;
}

.grid_layout__layout {
  margin-left: -0.6603773585em;
  margin-right: -0.6603773585em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .grid_layout__layout {
    margin-left: -1.75em;
    margin-right: -1.75em;
  }
}

.grid_layout__layout--landscape_and_portrait .grid_layout__image:nth-child(1) .object_fit {
  padding-top: 68%;
}

.grid_layout__layout--landscape_and_portrait .grid_layout__image:nth-child(2) .object_fit {
  padding-top: 120%;
}

.grid_layout__layout--portrait_and_landscape .grid_layout__image:nth-child(1) .object_fit {
  padding-top: 120%;
}

.grid_layout__layout--portrait_and_landscape .grid_layout__image:nth-child(2) .object_fit {
  padding-top: 68%;
}

.grid_layout__layout--landscape .grid_layout__image {
  width: 100%;
}

.grid_layout__layout--landscape .grid_layout__image .object_fit {
  padding-top: 55%;
}

.grid_layout__layout--landscape_and_landscape .grid_layout__image {
  width: 50%;
}

.grid_layout__layout--landscape_and_landscape .grid_layout__image .object_fit {
  padding-top: 68%;
}

.grid_layout__layout--landscape_left .grid_layout__image .object_fit {
  padding-top: 68%;
}

.grid_layout__layout--landscape_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid_layout__layout--landscape_right .grid_layout__image .object_fit {
  padding-top: 68%;
}

.grid_layout__layout--portrait_and_portrait .grid_layout__image .object_fit {
  padding-top: 120%;
}

.grid_layout__image {
  padding-left: 0.6603773585em;
  padding-right: 0.6603773585em;
  width: 50%;
}

@media (min-width: 992px) {
  .grid_layout__image {
    padding-left: 1.75em;
    padding-right: 1.75em;
  }
}

.grid_layout__image .object_fit {
  background: #233b38;
}

.grid_layout__layout .project_excerpt__hover_title {
  top: 33%;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}

.grid_layout__layout .project_excerpt__image:before {
  background-size: cover;
}

.grid_layout__layout--landscape_and_portrait .grid_layout__image:nth-child(1) .project_excerpt__image:before {
  background-image: url(img/holes_landscape_optimised.svg);
}

.grid_layout__layout--landscape_and_portrait .grid_layout__image:nth-child(2) .project_excerpt__image:before {
  background-image: url(img/holes_portrait_optimised.svg);
}

.grid_layout__layout--portrait_and_landscape .grid_layout__image:nth-child(1) .project_excerpt__image:before {
  background-image: url(img/holes_portrait_optimised.svg);
}

.grid_layout__layout--portrait_and_landscape .grid_layout__image:nth-child(2) .project_excerpt__image:before {
  background-image: url(img/holes_landscape_optimised.svg);
}

.grid_layout__layout--landscape .grid_layout__image .project_excerpt__image:before {
  background-image: url(img/holes_landscape_optimised.svg);
}

.grid_layout__layout--landscape_and_landscape .grid_layout__image .project_excerpt__image:before {
  background-image: url(img/holes_landscape_optimised.svg);
}

.grid_layout__layout--landscape_left .grid_layout__image .project_excerpt__image:before {
  background-image: url(img/holes_landscape_optimised.svg);
}

.grid_layout__layout--landscape_right .project_excerpt__image:before {
  background-image: url(img/holes_landscape_optimised.svg);
}

.grid_layout__layout--portrait_and_portrait .project_excerpt__image:before {
  background-image: url(img/holes_portrait_optimised.svg);
}

.project_archive__filters button {
  -webkit-transition: color 0.35s ease-out 0s;
  transition: color 0.35s ease-out 0s;
}

.project_archive__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.project_archive .portrait_image,
.project_archive .landscape_image,
.project_archive .featured_image {
  display: none;
}

.project_archive .object_fit img:only-child {
  display: block;
}

@media (max-width: 991px) {
  .project_archive__item:nth-child(4n+1) .object_fit {
    padding-top: 68%;
  }
  .project_archive__item:nth-child(4n+1) .object_fit .landscape_image {
    display: block;
  }
  .project_archive__item:nth-child(4n+2) .object_fit {
    padding-top: 120%;
  }
  .project_archive__item:nth-child(4n+2) .object_fit .portrait_image {
    display: block;
  }
  .project_archive__item:nth-child(4n+3) .object_fit {
    padding-top: 120%;
  }
  .project_archive__item:nth-child(4n+3) .object_fit .portrait_image {
    display: block;
  }
  .project_archive__item:nth-child(4n+4) .object_fit {
    padding-top: 68%;
  }
  .project_archive__item:nth-child(4n+4) .object_fit .landscape_image {
    display: block;
  }
}

@media (min-width: 992px) {
  .project_archive__item:nth-child(odd) .object_fit {
    padding-top: 68%;
  }
  .project_archive__item:nth-child(odd) .object_fit .landscape_image {
    display: block;
  }
  .project_archive__item:nth-child(even) .object_fit {
    padding-top: 120%;
  }
  .project_archive__item:nth-child(even) .object_fit .portrait_image {
    display: block;
  }
}

@media (max-width: 991px) {
  .project_archive__item:nth-child(4n+1):last-child {
    margin-top: 10.6666666667%;
  }
  .project_archive__item.mobile_portrait .object_fit {
    padding-top: 120%;
  }
  .project_archive__item.mobile_portrait .object_fit .portrait_image {
    display: block;
  }
  .project_archive__item.mobile_landscape .object_fit {
    padding-top: 68%;
  }
  .project_archive__item.mobile_landscape .object_fit .landscape_image {
    display: block;
  }
}

@media (min-width: 992px) {
  .project_archive__item.desktop_portrait .object_fit {
    padding-top: 120%;
  }
  .project_archive__item.desktop_portrait .object_fit .portrait_image {
    display: block;
  }
  .project_archive__item.desktop_landscape .object_fit {
    padding-top: 68%;
  }
  .project_archive__item.desktop_landscape .object_fit .portrait_image {
    display: block;
  }
}

.project_archive__item .project_excerpt__link:hover .project_excerpt__hover_title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.project_archive__item .project_excerpt__hover_title {
  top: 33%;
  -webkit-transform: translateY(150%);
      -ms-transform: translateY(150%);
          transform: translateY(150%);
}

.project_archive__item .project_excerpt__image:before {
  background-size: cover;
}

@media (max-width: 991px) {
  .project_archive__item:nth-child(4n+1) .project_excerpt__image:before {
    background-image: url(img/holes_landscape_optimised.svg);
  }
  .project_archive__item:nth-child(4n+2) .project_excerpt__image:before {
    background-image: url(img/holes_portrait_optimised.svg);
  }
  .project_archive__item:nth-child(4n+3) .project_excerpt__image:before {
    background-image: url(img/holes_portrait_optimised.svg);
  }
  .project_archive__item:nth-child(4n+4) .project_excerpt__image:before {
    background-image: url(img/holes_landscape_optimised.svg);
  }
}

@media (min-width: 992px) {
  .project_archive__item:nth-child(odd) .project_excerpt__image:before {
    background-image: url(img/holes_landscape_optimised.svg);
  }
  .project_archive__item:nth-child(even) .project_excerpt__image:before {
    background-image: url(img/holes_portrait_optimised.svg);
  }
}

@media (max-width: 991px) {
  .project_archive__item.mobile_portrait .project_excerpt__image:before {
    background-image: url(img/holes_portrait_optimised.svg);
  }
  .project_archive__item.mobile_landscape .project_excerpt__image:before {
    background-image: url(img/holes_landscape_optimised.svg);
  }
}

@media (min-width: 992px) {
  .project_archive__item.desktop_portrait .project_excerpt__image:before {
    background-image: url(img/holes_portrait_optimised.svg);
  }
  .project_archive__item.desktop_landscape .project_excerpt__image:before {
    background-image: url(img/holes_landscape_optimised.svg);
  }
}

.header {
  position: relative;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  z-index: 100;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 75em;
}

@media (min-width: 768px) {
  .header {
    margin-bottom: 1.4em;
  }
}

.header__logo {
  display: block;
  width: 7rem;
}

@media (min-width: 768px) {
  .header__logo {
    width: 8.7rem;
  }
}

.header__menu {
  position: relative;
  top: 0.17em;
  font-size: 135%;
}

.header__menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.header__menu li:not(:last-child) {
  margin-right: 1.4em;
}

.header__menu a {
  position: relative;
}

.header__menu a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: currentColor;
  height: 1px;
  opacity: 0;
}

.header__menu a:hover {
  text-decoration: none;
}

.header__menu a:hover:after {
  opacity: 1;
}

.header__menu a:focus, .header__menu a:active {
  text-decoration: none;
}

.header .current-menu-item a:after {
  opacity: 1;
}

@media (max-width: 639px) {
  .footer .grid__cell:not(:first-child) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 640px) {
  .footer *:last-child {
    margin-bottom: 0;
  }
}

.footer__instagram img {
  width: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.grid--align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 639px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.mb_14em {
  margin-bottom: 1.4em;
}

.holes {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  pointer-events: none;
}

.holes__holes {
  background-image: url(img/holes.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: 4em;
  height: 100vh;
  position: relative;
  margin-bottom: 100vh;
  pointer-events: all;
}

.holes__container {
  left: 0;
  right: 0;
  bottom: 15%;
  position: absolute;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75em;
}

@media (min-width: 992px) {
  .holes__container {
    padding: 3.5em;
  }
}

.holes__logo {
  width: 60%;
}

@media (min-width: 992px) {
  .holes__logo {
    width: 40%;
  }
}

.holes__arrow {
  width: 1.5em;
  display: block;
}

.js.initial_load .home .holes {
  display: block;
}

.js.initial_load:not(.holes_fixed) .home .holes {
  display: none;
}

.js.initial_load:not(.holes_fixed) .home .header {
  margin-top: 100vh;
}

.js.initial_load.holes_fixed .home .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.js.initial_load.holes_fixed .home .ss {
  position: fixed;
  width: 100%;
}

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

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

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

.color_light_green {
  color: #008b00;
}

.color_white {
  color: #FFF;
}

.no_bottom_margin {
  margin-bottom: 0;
}

.no_last_child_margin_bottom > *:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none !important;
}

.mb {
  margin-bottom: 3.5em;
}

.mt {
  margin-top: 3.5em;
}

.pb {
  padding-bottom: 3.5em;
}

.pr {
  padding-right: 3.5em;
}

.larger_first_paragraph > p:first-child {
  font-size: 135%;
}

.larger_paragraph {
  font-size: 135%;
}

.ss {
  -webkit-transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s;
  transition: opacity 0.35s ease-out 0s, transform 0.35s ease-out 0s, -webkit-transform 0.35s ease-out 0s;
}

.ss.exiting {
  opacity: 0;
}

.ss.entering {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
/*# sourceMappingURL=styles.css.map */