@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Flexboxgrid.com */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 1024px) {
    .row {
      margin-right: -0.5rem;
      margin-left: -0.5rem; } }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    justify-content: center;
    text-align: center; }

  .end-sm {
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    align-items: flex-start; }

  .middle-sm {
    align-items: center; }

  .bottom-sm {
    align-items: flex-end; }

  .around-sm {
    justify-content: space-around; }

  .between-sm {
    justify-content: space-between; }

  .first-sm {
    order: -1; }

  .last-sm {
    order: 1; } }
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    justify-content: center;
    text-align: center; }

  .end-md {
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    align-items: flex-start; }

  .middle-md {
    align-items: center; }

  .bottom-md {
    align-items: flex-end; }

  .around-md {
    justify-content: space-around; }

  .between-md {
    justify-content: space-between; }

  .first-md {
    order: -1; }

  .last-md {
    order: 1; } }
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    justify-content: center;
    text-align: center; }

  .end-lg {
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    align-items: flex-start; }

  .middle-lg {
    align-items: center; }

  .bottom-lg {
    align-items: flex-end; }

  .around-lg {
    justify-content: space-around; }

  .between-lg {
    justify-content: space-between; }

  .first-lg {
    order: -1; }

  .last-lg {
    order: 1; } }
html {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  margin-top: 0; }

button,
input,
textarea {
  outline: none;
  -webkit-appearance: none; }

figure {
  margin: 0 0 1rem; }

img {
  max-width: 100%;
  height: auto; }

.blockquote {
  margin: 0 0 1rem;
  font-size: 1.25rem; }

ul {
  list-style: none; }

.lazy-container {
  opacity: 0;
  transition: 1s all ease-in-out; }

.lazy-container.is-loaded {
  opacity: 1; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextLTPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Thin.otf") format("opentype"), url("../fonts/AvenirNextLTPro-Thin.woff") format("woff"), url("../fonts/AvenirNextLTPro-Thin.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Thin.svg#AvenirNextLTPro-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Light.otf") format("opentype"), url("../fonts/AvenirNextLTPro-Light.woff") format("woff"), url("../fonts/AvenirNextLTPro-Light.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Light.svg#AvenirNextLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Avenir';
  src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.otf") format("opentype"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
/* Absolute Centering */
/* Flex Centering */
/* Centered Max Width */
/* Clearfix */
/* Rem Calc */
/* Consistent horizontal and Vertical Content Spacing */
/*
@mixin horizontal-section-pad {
    padding-left: $horizontal-spacing-mobile;
    padding-right: $horizontal-spacing-mobile;

    @include desktop {
        padding-left: $horizontal-spacing-desktop;
        padding-right: $horizontal-spacing-desktop;
    }

    @include desktop-lg {
        padding-left: $horizontal-spacing-desktop-lg;
        padding-right: $horizontal-spacing-desktop-lg;
    }
}

@mixin vertical-section-pad {
    padding-top: $vertical-spacing-mobile;
    padding-bottom: $vertical-spacing-mobile;

    @include desktop {
        padding-top: $vertical-spacing-desktop;
        padding-bottom: $vertical-spacing-desktop;
    }

    @include desktop-lg {
        padding-top: $vertical-spacing-desktop-lg;
        padding-bottom: $vertical-spacing-desktop-lg;
    }
}

@mixin section-margin-bottom {
    margin-bottom: 30px;

    @include desktop {
        margin-bottom: 60px;
    }
}
*/
/* WP Sticky Header - Admin Bar interaction */
/**
 * Colors
 */
/**
 * Font
 */
/**
 * Layout / Positioning
 */
* {
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 16px; }
  @media (min-width: 1024px) {
    html {
      font-size: 1vw; } }
  @media (min-width: 2200px) {
    html {
      font-size: 22px; } }

body {
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 100;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 1;
      margin-bottom: 1em; } }

h1 {
  font-size: 1.875rem;
  line-height: 1.3;
  margin-bottom: 0.2em; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 3.646rem; } }

h2 {
  font-size: 1.375rem; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 2.813rem; } }

h3 {
  font-size: 1.125rem; }
  @media (min-width: 1024px) {
    h3 {
      font-size: 2.083rem; } }

h4 {
  font-size: 1rem; }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.563rem; } }

h5 {
  font-size: 0.875rem; }
  @media (min-width: 1024px) {
    h5 {
      font-size: 1.146rem; } }

p,
a,
li,
blockquote {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.94; }
  @media (min-width: 1024px) {
    p,
    a,
    li,
    blockquote {
      font-size: 1.146rem; } }

a {
  text-decoration: none;
  color: inherit; }

span.spacing-right {
  margin-right: 0.15em; }

.is-visible {
  visibility: visible !important;
  opacity: 1 !important; }

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important; }

.bg-lightgrey {
  background-color: #F7F7F7; }

/*
.large-pad-top {
    @include desktop {
        padding-top: $desktop-large-pad-top;
        }
    
}*/
@media (min-width: 1024px) {
  .v-centered {
    display: flex;
    align-items: center; } }

.full-height {
  height: 100vh; }

.icon {
  height: 1.2em;
  width: 1.2em;
  margin-right: 0.5em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.icon--email {
  background-image: url(../img/icon-email.svg); }

.icon--phone {
  background-image: url(../img/icon-phone.svg); }

.middle-container {
  padding: 0 15px; }
  @media (min-width: 1024px) {
    .middle-container {
      padding: 0;
      width: 68.229rem;
      max-width: 1310px;
      margin: auto; } }

@media (min-width: 1024px) {
  .pseudo-half-grid-right {
    padding-right: calc((100vw - 68.229rem) / 2 - (17px /2)); } }
@media (min-width: 1920px) {
  .pseudo-half-grid-right {
    padding-right: calc((100vw - 1310px) / 2 - (17px /2)); } }

@media (min-width: 1024px) {
  .pseudo-half-grid-left {
    padding-left: calc((100vw - 68.229rem) / 2 - (17px /2)); } }
@media (min-width: 1920px) {
  .pseudo-half-grid-left {
    padding-left: calc((100vw - 1310px) / 2 - (17px /2)); } }

@media (max-width: 1023px) {
  .content-top-pad-mobile {
    padding-top: 105px; } }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: 0.4s all ease-in-out;
  padding: 15px; }
  .logged-in .site-header {
    top: 46px; }
    @media (min-width: 783px) {
      .logged-in .site-header {
        top: 32px; } }
  @media (min-width: 1024px) {
    .site-header {
      padding: 2.344rem; } }
  .site-header.is-hidden {
    visibility: hidden;
    opacity: 0; }
  .site-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start; }
  .site-header__logo-container {
    width: 2.375rem; }
    @media (min-width: 1024px) {
      .site-header__logo-container {
        width: 4.01rem; } }
    .site-header__logo-container img {
      width: 100%;
      height: auto; }
  .site-header__nav-trigger {
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    transition: 0.2s all ease-in-out; }
    .site-header__nav-trigger.is-hidden {
      visibility: hidden;
      opacity: 0; }
    @media (min-width: 1024px) {
      .site-header__nav-trigger {
        margin-top: 1.302rem; } }
    .site-header__nav-trigger .top,
    .site-header__nav-trigger .middle,
    .site-header__nav-trigger .bottom {
      transition: transform .25s ease;
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%; }
    .site-header__nav-trigger.is-open .top {
      transform: translate(0px, 5px) rotate(-45deg); }
    .site-header__nav-trigger.is-open .bottom {
      transform: translate(0px, -3px) rotate(45deg); }
    .site-header__nav-trigger.is-open .middle {
      transform: scale(0); }
    .site-header__nav-trigger--white line {
      stroke: #fff;
      fill: #fff; }
    .site-header__nav-trigger--dark line {
      stroke: #000;
      fill: #000; }

.site-footer {
  background: #000;
  color: #fff;
  padding: 25px 0; }
  @media (min-width: 1024px) {
    .site-footer {
      padding: 3.125rem 0; } }
  .site-footer__top {
    border-bottom: 1px solid #fff;
    margin-bottom: 2.5rem; }
    @media (min-width: 1024px) {
      .site-footer__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0.521rem;
        margin-bottom: 2.083rem; } }
  .site-footer__top-left {
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .site-footer__top-left {
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .site-footer__top-right {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-items: flex-start; } }
  .site-footer__logo-container {
    width: 1.875rem; }
    @media (min-width: 1024px) {
      .site-footer__logo-container {
        width: 2.865rem; } }
  .site-footer__bottom {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .site-footer__bottom {
        flex-direction: row;
        justify-content: space-between; } }
    .site-footer__bottom > div {
      width: 100%;
      flex: 0 0 auto; }
      @media (min-width: 1024px) {
        .site-footer__bottom > div {
          width: 33.3333%; } }
  .site-footer__bottom-left {
    text-align: center;
    order: 3; }
    @media (min-width: 1024px) {
      .site-footer__bottom-left {
        order: initial;
        text-align: left; } }
    .site-footer__bottom-left * {
      font-size: 0.781rem; }
  .site-footer__bottom-middle {
    text-align: center;
    order: 1; }
    @media (min-width: 1024px) {
      .site-footer__bottom-middle {
        order: initial; } }
  .site-footer__bottom-right {
    text-align: center;
    order: 2; }
    @media (min-width: 1024px) {
      .site-footer__bottom-right {
        order: initial;
        text-align: right; } }
    .site-footer__bottom-right * {
      font-size: 0.781rem; }

.footer-contact {
  padding: 40px 0;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .footer-contact {
      padding: 4.792rem 0; } }
  .footer-contact__left {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .footer-contact__left {
        margin-bottom: 0;
        padding-right: 5vw; } }
    @media (min-width: 1921px) {
      .footer-contact__left {
        padding-right: 0; } }
  @media (min-width: 1024px) {
    .footer-contact__right {
      padding-right: 5vw;
      padding-left: 3.5vw; } }
  .footer-contact__right p {
    white-space: nowrap; }

.contact {
  padding-top: 105px; }
  @media (max-width: 1023px) {
    .contact {
      height: auto !important;
      padding-bottom: 50px; } }
  @media (min-width: 1024px) {
    .contact {
      padding-top: 0;
      background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%); } }
  @media (min-width: 1024px) {
    .contact__container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (min-width: 1024px) {
    .contact__content {
      width: 50%;
      flex: 0 0 auto; } }
  @media (min-width: 1024px) {
    .contact .frm_forms {
      margin-left: 4.948rem;
      padding-top: 0.781rem; } }
  .contact .frm_forms fieldset {
    border: none;
    padding: 0; }
  .contact__form-input-field label {
    display: none; }
  .contact__form-input-field input,
  .contact__form-input-field textarea {
    display: block;
    margin-bottom: 1.823rem;
    padding: 0.8em;
    width: 100%;
    border: 2px solid #000;
    border-radius: 0;
    font-size: 0.729rem;
    text-transform: uppercase; }
    .contact__form-input-field input::placeholder,
    .contact__form-input-field textarea::placeholder {
      /* Firefox, Chrome, Opera */
      color: #000; }
    .contact__form-input-field input:-ms-input-placeholder,
    .contact__form-input-field textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #000; }
    .contact__form-input-field input::-ms-input-placeholder,
    .contact__form-input-field textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #000; }
  .contact__form-input-field textarea {
    resize: none;
    height: 11.5em; }
  .contact__form-submit-btn button {
    min-width: 9.635rem; }

.error-404 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7F7F7;
  padding: 15px; }
  .error-404__container {
    display: flex;
    justify-content: center;
    align-items: center; }
  .error-404 h1 {
    margin-bottom: 0;
    margin-right: 0.5em;
    padding-right: 0.5em;
    border-right: 1px solid #000; }
  .error-404 p {
    margin-bottom: 0; }

.btn {
  display: inline-block;
  position: relative;
  padding: 1em 3.3em;
  border-radius: 4em;
  border-width: 2px;
  border-style: solid;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  font-size: 0.625rem;
  transition: 0.2s ease-in-out;
  background: transparent;
  letter-spacing: 1px; }
  @media (min-width: 1024px) {
    .btn {
      font-size: 0.729rem;
      line-height: 1.6; } }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn--white {
    color: #fff;
    border-color: #fff; }
    .btn--white:hover {
      background: #fff;
      color: #000; }
  .btn--white-full {
    background: #fff;
    color: #000;
    border-color: #fff; }
  .btn--dark {
    border-color: #000;
    color: #000; }
    .btn--dark:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
  .btn--dark-full {
    background: #000;
    border-color: #000;
    color: #fff; }

.textbox h3, .textbox h4, .textbox h5, .textbox h6 {
  font-weight: 300; }
.textbox ul {
  list-style: square;
  padding-left: 1.2em; }
.textbox li {
  margin-bottom: 0; }
.textbox__block {
  margin-bottom: 1em;
  margin-bottom: 2.188rem; }
  .textbox__block p {
    margin-bottom: 0; }
    .textbox__block p.bottom-margin {
      margin-bottom: 1em; }
.textbox .btn {
  margin-top: 1em; }

.main-nav-container {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.main-nav {
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 1024px) {
    .main-nav__item {
      margin-left: 2em; } }
  .main-nav__link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.688rem;
    font-weight: 300;
    color: #fff; }
    @media (min-width: 1024px) {
      .main-nav__link {
        font-size: 2.083rem; } }

.footer-top-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2; }
  @media (min-width: 1024px) {
    .footer-top-nav {
      column-count: initial; } }
  .footer-top-nav__item {
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .footer-top-nav__item {
        display: inline-block;
        margin-left: 2.2em; } }
  @media (min-width: 1024px) {
    .footer-top-nav__link {
      font-size: 1.042rem; } }

.footer-bottom-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-bottom-nav__item {
    display: inline-block;
    margin-left: 3em; }
    @media (min-width: 1024px) {
      .footer-bottom-nav__item {
        margin-left: 2.2em; } }
    .footer-bottom-nav__item:first-child {
      margin-left: 0; }

.social-nav {
  padding: 0;
  margin: 0;
  list-style: none; }
  .social-nav__item {
    display: inline-block;
    margin-right: 3.5em; }
    @media (min-width: 1024px) {
      .social-nav__item {
        margin-right: 1.5em; } }
    .social-nav__item:last-child {
      margin-right: 0; }
  .social-nav__link {
    font-size: 1.875rem;
    text-decoration: none;
    color: #fff;
    line-height: 1; }
    @media (min-width: 1024px) {
      .social-nav__link {
        font-size: 1.042rem; } }

.contact-info {
  padding: 0;
  list-style: none;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .contact-info {
      margin-bottom: 0;
      margin-right: 50px; } }
  .contact-info__item {
    display: block; }
  .contact-info__text, .contact-info__link {
    text-decoration: none;
    color: #fff;
    font-size: 0.75rem; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  background: transparent; }
  .overlay.is-open {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
  .overlay__button-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    transition: 0.4s all ease-in-out;
    visibility: hidden;
    opacity: 0; }
    .overlay__button-close svg {
      width: 100%;
      height: 100%; }
    @media (min-width: 1024px) {
      .overlay__button-close {
        top: calc(2.344rem + 1.302rem);
        right: 2.344rem; } }
  @media (min-width: 1024px) {
    .logged-in .overlay .overlay__button-close {
      top: calc(2.344rem + 1.302rem + 32px); } }

body.is-overlay-open,
html.is-overlay-open {
  overflow: hidden; }

.overlay--nav {
  transform: scale(0.8);
  transition: 0.3s all ease-in-out; }
  .overlay--nav.is-open {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1); }

.overlay--preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in; }
  .overlay--preloader.is-open {
    visibility: visible;
    opacity: 1;
    background: #000; }
  .overlay--preloader .overlay__logo {
    width: 15vw;
    height: auto;
    transition: 0.3s all ease-out;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8); }
    @media (min-width: 1024px) {
      .overlay--preloader .overlay__logo {
        width: 7.292rem; } }
    .overlay--preloader .overlay__logo svg {
      width: 100%;
      height: auto; }
    .overlay--preloader .overlay__logo.is-visible {
      transform: none;
      visibility: visible;
      opacity: 1; }

/* Slick Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px; }

[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;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 10;
  top: 30%;
  display: block;
  width: 22px;
  height: 36px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 1024px) {
    .slick-prev,
    .slick-next {
      top: 20%;
      width: 17px;
      height: 28px; } }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  @media (min-width: 1024px) {
    .slick-prev {
      left: -25px; } }

.slick-next {
  right: 0;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
  @media (min-width: 1024px) {
    .slick-next {
      right: -25px; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.image-dark-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: 0.5s all ease-in; }

.cursor {
  display: none; }
  @media (min-width: 1024px) {
    .cursor {
      display: block;
      position: absolute;
      width: 60px;
      height: 60px;
      background-color: #000;
      opacity: 0;
      visibility: hidden;
      border-radius: 50%;
      background-image: url("../img/icon-pause.svg");
      transition-duration: 100ms;
      transition-timing-function: linear;
      pointer-events: none;
      z-index: 50;
      background-size: 35%;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .cursor.is-visible {
        visibility: visible;
        opacity: 0.7 !important; }
      .cursor.force-hide {
        opacity: 0 !important; }
      .cursor.expand {
        animation: cursorAnim3 .5s forwards; }
      .cursor.is-paused {
        background-position: 60% 50%;
        background-image: url("../img/icon-play-triangle.svg") !important; } }

/*
.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}
*/
@keyframes cursorAnim {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.7); } }
@keyframes cursorAnim2 {
  from {
    transform: scale(1); }
  to {
    transform: scale(0.4); } }
@keyframes cursorAnim3 {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(0.7);
    opacity: 0.9; }
  100% {
    transform: scale(1); } }
.hero {
  position: relative;
  color: #fff;
  max-height: 640px; }
  @media (min-width: 1024px) {
    .hero {
      max-height: none; } }
  .hero__container, .hero__grid-row {
    height: 100%; }
  .hero__container {
    position: relative;
    z-index: 4; }
  .hero__title.is-neg-indented {
    margin-left: -3px; }
  .hero__subtitle {
    text-transform: uppercase;
    font-size: 0.688rem;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .hero__subtitle {
        font-size: 1.042rem;
        margin-bottom: 0.521rem;
        letter-spacing: 1px; } }
  .hero__image-background {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 640px; }
    @media (min-width: 1024px) {
      .hero__image-background {
        max-height: none; } }
  .hero__video {
    position: relative;
    z-index: 0;
    display: block;
    padding: 0;
    max-width: initial; }
    .hero__video--static {
      width: 100vw;
      height: auto; }
    .hero__video--dynamic {
      height: 100vh;
      width: auto; }
      @media (min-width: 1921px) {
        .hero__video--dynamic {
          width: 100vw;
          height: auto; } }
  .hero__overlay-container {
    /* Ovelay container is a transparent box on top of the default inline video */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .hero__overlay-video-triggerbox {
    margin-top: 2rem;
    text-align: center;
    color: #fff; }
  .hero__overlay-video-trigger {
    background-color: transparent;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 1rem;
    background-image: url("../img/icon-play-triangle.svg");
    background-size: 40%;
    background-position: 60% 50%;
    background-repeat: no-repeat;
    transition: 0.2s all ease-in-out; }
    .hero__overlay-video-trigger:hover {
      transform: scale(0.8);
      background-color: rgba(255, 255, 255, 0.1); }
  .hero__overlay-video-trigger-label {
    text-transform: uppercase;
    font-size: 0.688rem;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .hero__overlay-video-trigger-label {
        font-size: 0.781rem; } }
  .hero__video-overlay {
    /*Video overlay is the modal that opens on click */
    transition: 1s all ease-in-out;
    height: 100vh;
    width: 100%;
    z-index: 10; }
    .hero__video-overlay.is-open {
      background-color: #000; }
      .hero__video-overlay.is-open .overlay__button-close {
        z-index: 10; }
  .hero__video-overlay-inner-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1023px) {
      .hero__video-overlay-inner-wrap {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .hero__video-clickarea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    z-index: 10; }
  .hero__video-overlay-close {
    position: fixed;
    background-color: transparent;
    padding: 30px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    z-index: 60; }
    .hero__video-overlay-close.is-visible {
      visibility: visible;
      background-color: rgba(0, 0, 0, 0.4); }
      .hero__video-overlay-close.is-visible:hover {
        background-color: rgba(0, 0, 0, 0.9);
        transform: rotate(90deg); }
    .hero__video-overlay-close svg {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .hero__video-overlay-video {
    transition: 0.8s all ease-in;
    opacity: 0;
    visibility: hidden;
    width: 100%; }
    @media (min-width: 1024px) {
      .hero__video-overlay-video {
        height: 100%;
        object-fit: cover; } }
    .hero__video-overlay-video.is-visible {
      opacity: 1;
      visibility: visible; }
  .hero__down-arrow {
    display: none; }
    @media (min-width: 1024px) {
      .hero__down-arrow {
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 10;
        bottom: 2.344rem;
        width: 2.292rem;
        height: 1.25rem;
        margin: 0;
        background-image: url("../img/icon-arrow-down-white.svg");
        background-repeat: no-repeat;
        background-size: cover;
        animation: bounce 3s cubic-bezier(0.44, 0.32, 0.51, 0.88) infinite; } }

.hero-basic {
  background-color: #000;
  margin-bottom: 2px;
  overflow: hidden; }
  .hero-basic__content {
    transition: 0.6s all ease-out; }
    .hero-basic__content.is-pulled-up {
      transform: translate(0, -10%); }
    .hero-basic__content.align-center {
      text-align: center;
      margin: auto; }
  .hero-basic__background-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.hero-dynamic {
  background-color: #000; }
  .hero-dynamic .slick-slider {
    margin-bottom: 0 !important; }
  .hero-dynamic__slide, .hero-dynamic__slide-background {
    display: block; }
  .hero-dynamic__slide {
    background-color: #F7F7F7; }
  .hero-dynamic .slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: auto;
    bottom: 2.604rem;
    padding: 0 2.083rem;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .hero-dynamic .slick-dots {
        justify-content: flex-end; } }
  .hero-dynamic li {
    height: 3px;
    width: auto;
    margin: 0;
    display: flex;
    align-items: center; }
    .hero-dynamic li button {
      position: relative;
      height: 1px;
      width: 3.125rem;
      padding: 0; }
      .hero-dynamic li button:before {
        content: "";
        right: 0;
        background: #fff;
        opacity: 0.7;
        height: 1px;
        width: 100%; }
    .hero-dynamic li.slick-active button {
      height: 3px; }
      .hero-dynamic li.slick-active button:before {
        height: 3px;
        opacity: 1; }

.hero-projects {
  max-height: none;
  margin-bottom: 2px;
  padding: 105px 15px 24px;
  color: #000;
    /* &__side-image {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
*/ }
  @media (max-width: 1023px) {
    .hero-projects {
      height: auto; } }
  @media (min-width: 1280px) {
    .hero-projects {
      padding: 0; } }
  .hero-projects__content-wrap {
    position: relative;
    z-index: 1;
    transition: 0.9s all ease-in-out; }
    .hero-projects__content-wrap.is-hidden {
      transform: translate(-100%, 0); }
  .hero-projects__left {
    display: none; }
    @media (min-width: 1024px) {
      .hero-projects__left {
        display: flex;
        padding: 0 calc(2.344rem + 0.5rem);
        background: #F7F7F7; } }
  .hero-projects__middle {
    background-color: #fff; }
    @media (min-width: 1024px) {
      .hero-projects__middle {
        padding: 0 2.344rem; } }
  .hero-projects__right {
    margin-top: 30px;
    min-height: 250px;
    position: relative; }
    @media (min-width: 1024px) {
      .hero-projects__right {
        display: block;
        margin: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
    .hero-projects__right .hero__overlay-video-triggerbox {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 0.4s all ease-in-out; }
      .hero-projects__right .hero__overlay-video-triggerbox.is-hidden {
        visibility: hidden;
        opacity: 0; }
  @media (min-width: 1024px) {
    .hero-projects__video-poster {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; } }
  .hero-projects__sidenav ul {
    padding: 0;
    margin: 0; }
  .hero-projects__sidenav a {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.042rem; }
  @media (min-width: 1024px) {
    .hero-projects__sidenav-item {
      max-width: 75%;
      line-height: 1.4; } }
  .hero-projects__sidenav-item.is-current a {
    position: relative; }
    .hero-projects__sidenav-item.is-current a::after {
      content: "";
      position: absolute;
      top: 0.6em;
      right: -3.5em;
      width: 2.865rem;
      height: 2px;
      background: #000; }
  .hero-projects__sidenav-link {
    line-height: inherit;
    display: inline-block; }

@keyframes bounce {
  0%,
    20%,
    50%,
    80%,
    100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.featured {
  position: relative; }
  .featured .image-dark-overlay {
    bottom: 7px; }
  .featured .slick-slider {
    margin-bottom: 0 !important; }
  .featured__slide, .featured__slide-background {
    display: block; }
  .featured__slide-image-background {
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; }
  .featured__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none; }
  .featured__container, .featured__grid-row {
    height: 100%; }
  .featured__overlay-content {
    color: #fff; }
  .featured__overlay-title {
    position: relative;
    margin-bottom: 1em; }
    .featured__overlay-title::after {
      content: "";
      position: absolute;
      left: 0;
      top: 1.5em;
      height: 2px;
      width: 4.688rem;
      background: #fff; }
  .featured__overlay-link {
    position: relative;
    pointer-events: all; }
  .featured__overlay-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      .featured__overlay-menu-container {
        top: 0;
        left: auto;
        margin-bottom: 0;
        margin-right: 0;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 3.385rem; } }
  .featured__sidenav {
    text-align: right; }
  .featured__sidenav-menu {
    margin-bottom: 0; }
  .featured__sidenav-menu-item {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1;
    margin-bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease-in-out; }
    @media (min-width: 1024px) {
      .featured__sidenav-menu-item {
        position: relative;
        visibility: visible;
        opacity: 1;
        margin-bottom: 1em; } }
    .featured__sidenav-menu-item.current-menu-item {
      visibility: visible;
      opacity: 1; }
      .featured__sidenav-menu-item.current-menu-item a::before {
        opacity: 1;
        visibility: visible;
        width: 3.125rem; }
  .featured__sidenav-link {
    pointer-events: all;
    font-size: 0.729rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    letter-spacing: 1px; }
    .featured__sidenav-link::before {
      content: "";
      position: absolute;
      left: -5.5em;
      top: 0.5em;
      height: 2px;
      width: 0px;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      transition: 0.5s all cubic-bezier(0.75, 0.26, 0.7, 0.49); }

.mixed-content {
  position: relative;
  z-index: 1;
  display: flex; }
  @media (min-width: 1024px) {
    .mixed-content {
      justify-content: stretch; } }
  .mixed-content--grey {
    background: #F7F7F7; }
  .mixed-content__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 65vw;
    position: relative; }
    @media (min-width: 1024px) {
      .mixed-content__image {
        min-height: 30vw; } }
  .mixed-content__image--bg-contain {
    background-size: contain; }
  @media (max-width: 1023px) {
    .mixed-content__content {
      padding: 24px 15px; } }
  @media (min-width: 1024px) {
    .mixed-content__content {
      padding-top: 4.688rem;
      padding-bottom: 4.688rem; } }

/* Alignment variations */
.mixed-content--img-right {
  flex-direction: column; }
  @media (min-width: 1024px) {
    .mixed-content--img-right {
      flex-direction: row-reverse; } }
  @media (min-width: 1024px) {
    .mixed-content--img-right .mixed-content__content {
      padding-right: 4.688rem; } }

.mixed-content--img-left {
  flex-direction: column; }
  @media (min-width: 1024px) {
    .mixed-content--img-left {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .mixed-content--img-left .mixed-content__content {
      padding-left: 4.688rem; } }

/* Ratio variations */
@media (min-width: 1024px) {
  .mixed-content--sym .mixed-content__image,
  .mixed-content--sym .mixed-content__content {
    width: 50%;
    flex: 0 0 auto; } }

@media (min-width: 1024px) {
  .mixed-content--asym .mixed-content__image {
    flex: 0 0 auto;
    width: calc((100vw / 2 - 8px) - (68.22vw * 0.0704 * 2) - 2.5rem); } }
@media (min-width: 1920px) {
  .mixed-content--asym .mixed-content__image {
    width: calc((100vw / 2 - 8px) - 222px - 0.5rem); } }
@media (min-width: 1024px) {
  .mixed-content--asym .mixed-content__content {
    flex: 0 1 auto; } }

.mixed-content--top-line .textbox {
  position: relative; }
  @media (min-width: 1024px) {
    .mixed-content--top-line .textbox {
      padding-top: 3em; } }
  @media (min-width: 1024px) {
    .mixed-content--top-line .textbox::before {
      content: "";
      position: absolute;
      left: 0;
      top: 1em;
      height: 2px;
      width: 4.688rem;
      background: #000; } }

.simple-textbox {
  position: relative;
  z-index: 1;
  background: #fff; }
  @media (min-width: 1024px) {
    .simple-textbox {
      padding: 4.792rem 0; } }
  @media (max-width: 1023px) {
    .simple-textbox__content {
      padding: 40px 0; } }
  .simple-textbox__logo figure {
    margin: 0; }
  @media (min-width: 1024px) {
    .simple-textbox__logo {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5%; } }

@media (max-width: 1023px) {
  .simple-textbox--has-logo {
    padding-bottom: 40px; } }
@media (max-width: 1023px) {
  .simple-textbox--has-logo .simple-textbox__grid-row {
    justify-content: flex-end; } }
@media (max-width: 1023px) {
  .simple-textbox--has-logo .simple-textbox__content {
    padding-bottom: 0; } }

.numbered-textbox {
  position: relative;
  z-index: 1;
  background: #F7F7F7; }
  @media (min-width: 1024px) {
    .numbered-textbox {
      padding: 4.427rem 0 1.823rem; } }
  @media (max-width: 1023px) {
    .numbered-textbox__content {
      padding: 40px 0; } }
  .numbered-textbox__logo figure {
    margin: 0; }
  .numbered-textbox__subtitle {
    position: relative; }
    @media (max-width: 1023px) {
      .numbered-textbox__subtitle {
        padding-top: 20px; } }
  .numbered-textbox__subtitle-number {
    position: absolute;
    display: block;
    top: 0.4em;
    left: -3.386rem;
    font-size: 0px;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .numbered-textbox__subtitle-number {
        font-size: 0.938rem; } }
    .numbered-textbox__subtitle-number::before {
      content: "";
      position: absolute;
      top: 0px;
      left: 55px;
      height: 1px;
      background: #000;
      width: 45px; }
      @media (min-width: 1024px) {
        .numbered-textbox__subtitle-number::before {
          top: 0.5em;
          left: -5.73rem;
          width: 4.688rem;
          height: 2px; } }

.featured-gallery {
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .featured-gallery__row {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 2px; } }
  .featured-gallery__item {
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 1023px) {
      .featured-gallery__item {
        margin-bottom: 2px; } }
    @media (min-width: 1024px) {
      .featured-gallery__item {
        width: calc(50% - 1px);
        flex: 0 0 auto; } }
    .featured-gallery__item:hover img {
      transform: scale(1.1); }
  .featured-gallery__image {
    margin: 0;
    overflow: hidden; }
    .featured-gallery__image img {
      width: 100%;
      height: auto;
      display: block;
      transition: 2s transform; }
  .featured-gallery__title {
    position: absolute;
    bottom: 20px;
    left: 15px;
    z-index: 5;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    font-size: 0.938rem; }
    @media (min-width: 1024px) {
      .featured-gallery__title {
        font-size: 1.563rem;
        left: 2.344rem;
        bottom: 2.344rem; } }

.featured-gallery--pswp .featured-gallery__item {
  cursor: pointer; }

.logos {
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .logos {
      padding: 40px 0; } }
  .logos__header {
    text-align: center; }
  .logos__title {
    font-weight: 300; }
  @media (min-width: 1024px) {
    .logos {
      padding: 4.792rem 0; } }
  .logos__content {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .logos__content {
        flex-wrap: wrap; } }
  .logos__logo-item {
    text-align: center;
    margin: 0;
    flex: 0 1 auto; }
    @media (max-width: 1023px) {
      .logos__logo-item {
        height: 100px;
        padding: 1rem; } }
    @media (min-width: 1024px) {
      .logos__logo-item {
        padding: 2.604rem; } }
    .logos__logo-item img {
      height: 100%;
      width: auto; }
      @media (min-width: 1024px) {
        .logos__logo-item img {
          width: 100%;
          height: auto; } }

.accordion-block {
  position: relative;
  z-index: 1; }
  @media (max-width: 1023px) {
    .accordion-block {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .accordion-block {
      padding: 4.427rem 0; } }

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 1.6em;
  padding-right: 5em;
  border: 2px solid #000;
  margin-top: 1.563rem; }
  .accordion__header:first-child {
    margin-top: 0; }
  .accordion__header.ui-state-active {
    border-bottom: none;
    background: #F7F7F7; }
    .accordion__header.ui-state-active .ui-accordion-header-icon {
      transform: rotate(180deg); }
.accordion__header-label {
  font-weight: 300;
  margin: 0; }
.accordion__header-meta {
  font-size: 0.729rem;
  font-weight: 300;
  text-transform: uppercase; }
.accordion .ui-accordion-header-icon {
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 1.563rem;
  width: 1.146rem;
  height: 0.625rem;
  background-image: url("../img/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: cover; }
.accordion__content {
  background: #F7F7F7;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1.563rem; }

/*# sourceMappingURL=main.min.css.map */