

@charset "UTF-8";
/*
	Theme Name: Future Proof
	Version: 1
	Author: Bas Boerman
	Author URI: https://www.basboerman.nl

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: 0 0;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "“" "”" "‘" "’";
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, input {
  line-height: normal;
}
button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, select {
  text-transform: none;
}
button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], .gform_footer input[disabled][type="submit"], .gform_footer input[disabled][type="button"], html input[disabled] {
  cursor: default;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, .gform_footer input[type="submit"]::-moz-focus-inner, .gform_footer input[type="button"]::-moz-focus-inner, .gform_footer button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* _mixins.scss */
/* fonts.scss */
@font-face {
  font-family: "Aeonik";
  src: url("../../cdn/fonts/Aeonik-RegularItalic.woff2") format("woff2"), url("../../cdn/fonts/Aeonik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../cdn/fonts/Aeonik-Regular.woff2") format("woff2"), url("../../cdn/fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../cdn/fonts/Aeonik-Regular.woff2") format("woff2"), url("../../cdn/fonts/Aeonik-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
.row, #nav .columns, .meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
}
.row.reverse, #nav .reverse.columns, .reverse.meta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-2 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-3 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-4 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-5 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-6 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-7 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-8 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-9 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-10 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-11 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-12 {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -webkit-box-ordinal-group: -9998;
  -ms-flex-order: -9999;
  order: -9999;
}
.last-xs {
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
@media screen and (min-width: 640px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-3 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-5 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }
  .last-sm {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .container {
    width: 640px;
  }
}
@media screen and (min-width: 960px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-3 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-5 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-6 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-8 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-9 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-11 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }
  .last-md {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .container {
    width: 960px;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }
  .last-lg {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .container {
    width: 1024px;
  }
}
@media screen and (min-width: 1140px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xl-1 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xl-3 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xl-5 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-xl {
    -webkit-box-ordinal-group: -9998;
    -ms-flex-order: -9999;
    order: -9999;
  }
  .last-xl {
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
  }
  .container {
    width: 1140px;
  }
}
button, .gform_footer input[type="submit"], .gform_footer input[type="button"], .gform_footer button, .button {
  background: none;
  color: #000000;
  padding: 0 2.8rem 0 0;
  text-transform: lowercase;
  border: 0;
  position: relative;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  line-height: 1;
}
button:after, .gform_footer input[type="submit"]:after, .gform_footer input[type="button"]:after, .gform_footer button:after, .button:after {
  content: "→";
  display: inline;
  margin-left: 0.6rem;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
button:hover:after, .gform_footer input[type="submit"]:hover:after, .gform_footer input[type="button"]:hover:after, .button:hover:after {
  margin-left: 1.2rem;
}
button.white, .gform_footer input.white[type="submit"], .gform_footer input.white[type="button"], .button.white {
  color: #ffffff;
}
button.large, .gform_footer input.large[type="submit"], .gform_footer input.large[type="button"], .button.large {
  width: 4.8rem;
  padding: 0 4rem 0 0;
}
button.large, .gform_footer input.large[type="submit"], .gform_footer input.large[type="button"], .button.large {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  button.large, .gform_footer input.large[type="submit"], .gform_footer input.large[type="button"], .button.large {
    font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  button.large, .gform_footer input.large[type="submit"], .gform_footer input.large[type="button"], .button.large {
    font-size: 48px;
  }
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="file"], input[type="number"], textarea, select {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Aeonik";
  font-size: 1.6rem;
  line-height: 3.2rem;
  border-width: 1px;
  border-color: transparent;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 1.2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eeeeee;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="file"]:focus, input[type="number"]:focus, textarea:focus, select:focus {
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000000;
}
textarea {
  height: 14.4rem;
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  z-index: -1;
  content: "";
  display: block;
  background: transparent url("../html/black.html") 50% 50% no-repeat;
  background-size: 0.8rem;
  -webkit-transform: translate(0%, -50%) rotate(90deg);
  -ms-transform: translate(0%, -50%) rotate(90deg);
  transform: translate(0%, -50%) rotate(90deg);
}
.ginput_container_select select {
  width: 100%;
  cursor: pointer;
}
.gform_fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 16px;
}
.gform_fields .gfield {
  margin-bottom: 3.2rem;
  grid-column: 1/-1;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .gform_fields .gfield.gfield--width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media screen and (min-width: 960px) {
  .gform_fields .gfield.gfield--width-third {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.gform_fields .gfield label.gfield_label {
  font-weight: 700;
  margin-bottom: 0.6rem;
  display: inline-block;
}
.gform_fields .gfield label.gfield_label .gfield_required {
  margin-left: 0.2rem;
}
.gform_fields .gfield label.gfield_label .gfield_required .gfield_required_text {
  display: none;
}
.gform_fields .gfield .gfield_description {
  font-size: 1.4rem;
  clear: both;
  margin-top: 0.6rem;
}
.gform_fields fieldset {
  padding: 0;
  border: 0;
}
.gform_fields fieldset legend.gfield_label {
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.gform_fields fieldset label {
  margin-left: 0.6rem;
}
.gform_footer {
  margin: 2.4rem 0 0 0;
  display: inline-block;
  position: relative;
}
.gform_footer:hover:after {
  right: 2rem;
}
.gform_footer:after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url("../html/right.html") 50% 50% no-repeat;
  background-size: cover;
  right: 2.4rem;
  top: 1.2rem;
  position: absolute;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
h2.gform_submission_error {
  margin: 0 0 48px 0;
}
.gfield_validation_message {
  color: #000000;
}
.gform_validation_container {
  display: none;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  font-weight: 400;
  opacity: 0.5;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  font-weight: 400;
  opacity: 0.5;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  font-weight: 400;
  opacity: 0.5;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  font-weight: 400;
  opacity: 0.5;
}
p {
  margin: 0 0 3.2rem 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
p:last-child {
  margin: 0;
}
.larger-text, #nav .column .title, #footer {
  line-height: 1.6;
}
.larger-text, #nav .column .title, #footer {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .larger-text, #nav .column .title, #footer {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  .larger-text, #nav .column .title, #footer {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover, a:active {
  outline: 0;
}
a.border-link, #nav ul li a, #footer ul.footer-nav li a, .border-link {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
a.border-link:after, #nav ul li a:after, #footer ul.footer-nav li a:after, .border-link:after {
  position: absolute;
  content: "";
  display: block;
  background: #000000;
  width: 0%;
  height: 1px;
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.border-link:hover:after, #nav ul li a:hover:after, #footer ul.footer-nav li a:hover:after, .border-link:hover:after {
  width: 100%;
}
a.bordered-link, #nav ul li.current-menu-item a, #content a {
  position: relative;
  white-space: nowrap;
}
a.bordered-link:after, #nav ul li.current-menu-item a:after, #content a:after {
  position: absolute;
  content: "";
  display: block;
  background: #000000;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
a.bordered-link:hover:after, #nav ul li.current-menu-item a:hover:after, #content a:hover:after {
  width: 0%;
}
h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2, h2, h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  text-transform: lowercase;
}
h1 a, #home-content .screen .title h2 a, #image-container .background-image h2 a, #content .page-section .mobile-image figcaption a, #cases-slider .slide h2 a, h2 a, h3 a, .card .quote a, h4 a, h2.gform_submission_error a, h5 a, h6 a {
  text-decoration: none;
}
h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
  line-height: 1.15;
}
h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
    font-size: calc(32px + 16 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h1, #home-content .screen .title h2, #image-container .background-image h2, #content .page-section .mobile-image figcaption, #cases-slider .slide h2 {
    font-size: 48px;
  }
}
h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 48px;
}
h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
  font-size: 48px;
}
@media screen and (min-width: 320px) {
  h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
    font-size: calc(48px + 16 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h1.large, #home-content .screen .title h2.large, #image-container .background-image h2.large, #content .page-section .mobile-image figcaption.large, #cases-slider .slide h2.large {
    font-size: 65px;
  }
}
h1.bordered, #home-content .screen .title h2.bordered, #image-container .background-image h2.bordered, #content .page-section .mobile-image figcaption.bordered, #cases-slider .slide h2.bordered {
  display: inline-block;
  border-bottom: 2px solid #000000;
  padding-bottom: 1.6rem;
}
h2 {
  line-height: 1.15;
}
h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(24px + 12 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 36px;
  }
}
h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
  line-height: 1.15;
}
h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
  font-size: 20px;
}
@media screen and (min-width: 320px) {
  h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
    font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  h3, .card .quote, h4, h2.gform_submission_error, h5, h6 {
    font-size: 30px;
  }
}
a:hover h1:after, a:hover #home-content .screen .title h2:after, #home-content .screen .title a:hover h2:after, a:hover #image-container .background-image h2:after, #image-container .background-image a:hover h2:after, a:hover #content .page-section .mobile-image figcaption:after, #content .page-section .mobile-image a:hover figcaption:after, a:hover #cases-slider .slide h2:after, #cases-slider .slide a:hover h2:after, a:hover h2:after {
  opacity: 1;
  margin-left: 0.6rem;
}
a h1:after, a #home-content .screen .title h2:after, #home-content .screen .title a h2:after, a #image-container .background-image h2:after, #image-container .background-image a h2:after, a #content .page-section .mobile-image figcaption:after, #content .page-section .mobile-image a figcaption:after, a #cases-slider .slide h2:after, #cases-slider .slide a h2:after, a h2:after {
  content: "→";
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
ul, ol {
  line-height: 1.25;
  margin: 0 0 3.2rem 0;
}
blockquote {
  margin: 3.2rem 0;
  background: #c5c6c7;
  padding: 24px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
html {
  font-size: 62.5%;
  height: 100%;
}
html.no-scroll {
  overflow: hidden;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Aeonik";
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25;
}
body {
  font-size: 15px;
}
@media screen and (min-width: 320px) {
  body {
    font-size: calc(15px + 5 * ((100vw - 320px) / 1600));
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }
}
body.no-scroll {
  overflow: hidden;
}
.wrapper.scroll {
  max-height: 100vh;
  overflow-y: scroll;
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 2.4rem;
}
@media screen and (min-width: 960px) {
  .container {
    padding: 0 48px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#nav-background {
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0;
  position: fixed;
  z-index: 2;
  top: 1.2rem;
  right: 2.4rem;
}
@media screen and (min-width: 960px) {
  #nav-background {
    right: 4.8rem;
  }
}
#nav {
  position: fixed;
  color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  top: 0;
  padding: 144px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
  }
}
#nav .columns {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  #nav .columns {
    margin: 0 -6.4rem;
    text-align: left;
  }
}
#nav .column {
  margin: 0 0 48px 0;
  visibility: hidden;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #nav .column {
    margin: 0 6.4rem;
    width: auto;
  }
}
#nav .column .title {
  font-style: italic;
  margin-bottom: 2.4rem;
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav ul li.current-menu-item a:after {
  background: #ffffff;
}
#nav ul li a {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  #nav ul li a {
    font-size: 3rem;
  }
}
#nav ul li a:after {
  background: #ffffff;
}
#header {
  padding: 1.2rem 2.4rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  #header {
    padding: 1.2rem 48px;
  }
}
#header .row, #header #nav .columns, #nav #header .columns, #header .meta {
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .logo svg {
  display: block;
  height: 2.1rem;
  width: auto;
}
#header .logo.white svg g, #header .logo.active svg g {
  fill: #ffffff;
}
#open-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
  padding: 0;
}
@media screen and (max-width: 960px) {
  #open-menu {
    background: #000000;
  }
}
#open-menu:after {
  display: none;
}
#open-menu:hover {
  background: #000000;
}
#open-menu:hover #hamburger span {
  background: #ffffff;
}
#hamburger span {
  height: 0.3rem;
  width: 2.4rem;
  background: #ffffff;
  display: block;
  margin: 0.3rem 0;
  -webkit-border-radius: 1.5px !important;
  border-radius: 1.5px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
@media screen and (max-width: 960px) {
  #hamburger span {
    background: #ffffff;
  }
}
#hamburger.white span, #hamburger.active span {
  background: #ffffff;
}
#home-content .screen {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000000;
}
#home-content .screen .image-background {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-content .screen .title {
  position: absolute;
  z-index: 1;
  bottom: 2.4rem;
  left: 2.4rem;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  #home-content .screen .title {
    bottom: 48px;
    left: 48px;
  }
}
#home-content .screen .title a {
  color: #ffffff;
}
#home-content .screen .title h2 br:after {
  content: " ";
}
@media screen and (max-width: 960px) {
  #home-content .screen .title h2 br {
    display: inline;
    content: " ";
  }
}
.read-more {
  padding: 2.4rem 0;
  min-height: none;
  height: auto !important;
  background: #ffffff !important;
}
@media screen and (min-width: 960px) {
  .read-more {
    padding: 48px 0;
  }
}
#page-content {
  position: relative;
  min-height: 100vh;
}
#image-container {
  width: 50%;
  height: 100%;
  background: #000000;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 960px) {
  #image-container {
    display: block;
  }
}
#image-container .background-image {
  position: absolute;
  top: 6.2rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: none;
}
#image-container .background-image h2 {
  color: #ffffff;
  padding: 144px 48px 0 48px;
}
#content {
  top: 0;
  padding: 0 2.4rem;
}
@media screen and (min-width: 960px) {
  #content {
    padding: 144px 48px;
    width: 50%;
    min-height: 100%;
    margin-left: 50%;
  }
}
@media screen and (min-width: 1440px) {
  #content {
    padding: 24rem 96px 24rem 96px;
  }
}
#content .page-section {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  #content .page-section {
    margin-top: 0;
  }
}
#content .page-section .mobile-image {
  margin: 0 -2.4rem 48px -2.4rem;
  position: relative;
}
@media screen and (min-width: 960px) {
  #content .page-section .mobile-image {
    display: none;
  }
}
#content .page-section .mobile-image figcaption {
  color: #ffffff;
  position: absolute;
  top: 8rem;
  left: 2.4rem;
  right: 2.4rem;
}
#content h1, #content #home-content .screen .title h2, #home-content .screen .title #content h2, #content #image-container .background-image h2, #image-container .background-image #content h2, #content .page-section .mobile-image figcaption, #content #cases-slider .slide h2, #cases-slider .slide #content h2 {
  margin-bottom: 2.4rem;
}
#content h2 {
  margin-bottom: 1.6rem;
}
#content h3, #content .card .quote, .card #content .quote, #content h4, #content h2.gform_submission_error, #content h5, #content h6 {
  margin-bottom: 0.8rem;
}
#page-content-regular {
  margin: 8rem 0;
}
@media screen and (min-width: 960px) {
  #page-content-regular {
    margin: 192px 0 96px 0;
  }
}
.meta {
  margin: 0 0 48px 0;
  font-style: italic;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#grid-items {
  margin-top: 8rem;
}
@media screen and (min-width: 960px) {
  #grid-items {
    margin-top: 96px;
  }
}
#grid-items .col {
  margin-bottom: 48px;
}
.item {
  padding: 0 0 2.4rem 0;
  margin-bottom: 48px;
}
.item .border {
  margin-bottom: 2.4rem;
  border-top: 2px solid #000000;
  width: 0%;
  visibility: hidden;
}
.item .text {
  visibility: hidden;
}
.item h2 {
  margin-bottom: 2.4rem;
}
#grid {
  margin: 96px -2.4rem 0 -2.4rem;
}
#grid .grid-item {
  width: 100%;
  padding: 0 2.4rem 0 2.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #grid .grid-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  #grid .grid-item.two-third {
    width: 66.666666%;
  }
}
.card {
  border-top: 2px solid #000000;
  padding-top: 1.6rem;
}
.card a:hover figure:after {
  opacity: 1;
}
.card figure {
  margin-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
}
.card figure:after {
  content: "";
  background: url("../svg/eye-white.svg") no-repeat 50% 50%;
  background-size: 3.2rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card .content {
  margin-bottom: 1.2rem;
}
.card .card-meta {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 1.2rem;
}
.card .card-meta .type {
  color: #A2A2A2;
}
.card .card-meta a:hover .arrow {
  margin-left: 0.3rem;
}
.card .card-meta a .arrow {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.card .quote {
  margin-bottom: 1.2rem;
}
.card.member {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 0;
  padding: 0;
}
.card.member .border {
  border-top: 2px solid #000000;
  margin-bottom: 1.2rem;
  width: 0;
}
@media screen and (min-width: 960px) {
  .card.member .border {
    margin-bottom: 1.6rem;
  }
}
.card.member h3, .card.member .quote {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 960px) {
  .card.member h3, .card.member .quote {
    margin-bottom: 2.4rem;
  }
}
.card.member figure {
  margin: auto 0 0 0;
}
#cases {
  overflow: hidden;
  background: #000000;
}
#cases-slider {
  height: 100vh;
  opacity: 0;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}
#cases-slider .slide {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 48px;
}
#cases-slider .slide h2 {
  color: #ffffff;
  text-align: center;
}
#cases-slider .slide h2 br:after {
  content: " ";
}
@media screen and (max-width: 960px) {
  #cases-slider .slide h2 br {
    display: inline;
    content: " ";
  }
}
.flickity-button {
  position: absolute;
  z-index: 1;
  width: 3.2rem;
  height: 3.2rem;
  top: 50%;
  margin-top: -1.6rem;
  padding: 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
@media screen and (min-width: 960px) {
  .flickity-button:hover {
    background: #000000;
  }
}
@media screen and (min-width: 960px) {
  .flickity-button {
    margin-top: -2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
.flickity-button:after {
  display: none;
}
.flickity-button.previous {
  left: 1.2rem;
}
@media screen and (min-width: 960px) {
  .flickity-button.previous {
    left: 2.4rem;
  }
}
.flickity-button.next {
  right: 1.2rem;
}
@media screen and (min-width: 960px) {
  .flickity-button.next {
    right: 2.4rem;
  }
}
.flickity-button svg {
  width: 1.6rem;
}
@media screen and (min-width: 960px) {
  .flickity-button svg {
    width: 2.4rem;
  }
}
.flickity-button svg path {
  fill: #ffffff;
}
#footer {
  background: #000000;
  color: #ffffff;
  padding: 48px 0;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 96px 0;
  }
}
#footer a {
  color: #ffffff;
}
#footer .action {
  margin-bottom: 48px;
}
#footer ul.footer-nav {
  padding: 0;
  margin: 0 0 48px 0;
  list-style-type: none;
}
@media screen and (min-width: 960px) {
  #footer ul.footer-nav {
    margin: 0;
  }
}
#footer ul.footer-nav li {
  line-height: 1.6;
}
#footer ul.footer-nav li a:after {
  background: #ffffff;
}
#footer .jobs {
  max-width: 30rem;
  font-style: italic;
}
#footer .jobs .action {
  margin: 0;
}
#footer .logo {
  margin-top: 96px;
}
#footer .logo svg {
  display: block;
  height: 4.4rem;
  width: auto;
}
@media screen and (min-width: 960px) {
  #footer .logo svg {
    height: 6.2rem;
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:project-originalcss] [32.964] DESIGN*/
/*******************************************************************/
/* 0.8 D>D */
/* db 179 */