@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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: 0; }

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

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

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

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

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

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

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  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;
  height: auto;
  border: 1px solid transparent; }

/*! normalize.css v3.0.2 | MIT License | 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,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 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 {
  -moz-box-sizing: content-box;
  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;
  border: none; }
  button:focus {
    outline: 0; }

/**
 * 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.
 */
/* 1 */
html input[type="button"],
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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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; }

.container {
  width: 88%;
  max-width: 1340px;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .container {
      padding: 0; } }
  @media only screen and (min-width: 500px) {
    .container {
      padding: 0 1.25rem; } }
  .container.narrow {
    max-width: 1100px; }

.piece {
  padding: 0 1.25rem; }

.half {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.two-thirds {
  width: 66%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.third {
  width: 33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fourth {
  width: 25%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fifth {
  width: 20%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

html {
  box-sizing: border-box;
  background-color: #fff; }

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

a {
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper .valign {
  display: block; }

ul, ol {
  padding: 0;
  list-style-position: inside; }

.clearfix {
  clear: both; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2"); }

.top-vertical-align {
  vertical-align: top; }

.middle-vertical-align {
  vertical-align: middle; }

.bottom-vertical-align {
  vertical-align: bottom; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

img,
svg {
  vertical-align: top; }

img.responsive-img,
video.responsive-video {
  width: 100%;
  height: auto; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

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

.full-width {
  width: 100%; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.drop-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }

.drop-shadow-less {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

html {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #333F48; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 16.002px; } }
  @media only screen and (min-width: 500px) {
    html {
      font-size: 16.9992px; } }
  @media only screen and (min-width: 1000px) {
    html {
      font-size: 18px; } }

/************
  Headings
************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1c1d1f; }

@media only screen and (min-width: 0) {
  .heading-alpha {
    font-size: 2rem; } }

@media only screen and (min-width: 500px) {
  .heading-alpha {
    font-size: 2.8235rem; } }

@media only screen and (min-width: 1000px) {
  .heading-alpha {
    font-size: 3.3333rem; } }

@media only screen and (min-width: 0) {
  .heading-beta {
    font-size: 1.5rem; } }

@media only screen and (min-width: 500px) {
  .heading-beta {
    font-size: 2.1176rem; } }

@media only screen and (min-width: 1000px) {
  .heading-beta {
    font-size: 2.6667rem; } }

@media only screen and (min-width: 0) {
  .heading-gamma {
    font-size: 1.3125rem; } }

@media only screen and (min-width: 500px) {
  .heading-gamma {
    font-size: 1.6471rem; } }

@media only screen and (min-width: 1000px) {
  .heading-gamma {
    font-size: 2rem; } }

@media only screen and (min-width: 0) {
  .heading-delta {
    font-size: 1.125rem; } }

@media only screen and (min-width: 500px) {
  .heading-delta {
    font-size: 1.2353rem; } }

@media only screen and (min-width: 1000px) {
  .heading-delta {
    font-size: 1.3333rem; } }

.heading-epsilon {
  font-size: 1.1667rem; }

.heading-zeta {
  font-size: 1rem; }

/**********************
  Paragraphs & Lists
**********************/
p,
ul,
ol {
  font-family: "Open Sans", serif;
  font-size: 1rem;
  margin: 0 0 1em; }

.preamble {
  font-size: 1.7778rem;
  color: #333F48;
  font-weight: 300; }
  .preamble p {
    font-family: "Open Sans", sans-serif; }

/********
  Links
*********/
a {
  transition: color 300ms ease; }

.button {
  padding: 0 1.53255em;
  text-transform: uppercase;
  font-size: 0.725rem;
  letter-spacing: 0.176em;
  border: none;
  transition: opacity 300ms;
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  text-align: center; }
  @media only screen and (min-width: 0) {
    .button {
      height: 2.5rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 500px) {
    .button {
      height: 2.7778rem;
      line-height: 2.7778rem; } }
  .button.primary {
    background: #222222;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    border: none; }
  .button.secondary {
    background: #EFEFEF;
    color: #1c1d1f;
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }
  .button.tertiary {
    background: #9B9B9B;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-weight: normal; }
  .button.outline {
    background: transparent;
    color: #1c1d1f;
    box-shadow: 0 0 0 2px #1c1d1f inset; }
  .button:hover {
    opacity: 0.8; }

section.half-text-half-image, section.files, .file-wrapper {
  border-bottom: 1px #EEF0F1 solid; }
  section.half-text-half-image:last-child, section.files:last-child, .file-wrapper:last-child {
    border-bottom: none; }

section.blurbs {
  padding-bottom: 10px; }
  @media only screen and (min-width: 0) {
    section.blurbs {
      white-space: normal;
      text-align: center; } }
  @media only screen and (min-width: 1000px) {
    section.blurbs {
      white-space: nowrap; } }
  section.blurbs div.blurb {
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: top; }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb {
        width: 100%;
        max-width: 510px;
        margin-bottom: 13%; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb {
        width: 50%;
        max-width: none;
        margin-bottom: 9.375%; } }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb.first {
        padding: 0; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb.first {
        padding-right: 10px; } }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb.second {
        padding: 0; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb.second {
        padding-left: 10px; } }
    @media only screen and (min-width: 0px) {
      section.blurbs div.blurb img {
        margin-bottom: 6.25%; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb img {
        margin-bottom: 30px; } }
    section.blurbs div.blurb h3 {
      font-weight: 300; }
    section.blurbs div.blurb a {
      color: #000000;
      font-weight: 700;
      font-size: 0.75em;
      line-height: 0.9375em;
      display: block;
      letter-spacing: 0.107em;
      padding-top: 5px;
      text-transform: initial !important;
      text-decoration: underline; }

section.contact-area {
  position: relative;
  color: #1c1d1f;
  font-weight: 300;
  margin: 0 auto; }
  @media only screen and (min-width: 0px) {
    section.contact-area {
      padding-top: 13.75%;
      padding-bottom: 25%; } }
  @media only screen and (min-width: 500px) {
    section.contact-area {
      padding-top: 8.2%;
      padding-bottom: 10.25%; } }
  @media only screen and (min-width: 1000px) {
    section.contact-area {
      padding-top: 5.2%;
      padding-bottom: 6.25%; } }
  section.contact-area .container {
    margin: 0 auto; }
    section.contact-area .container .heading-delta {
      font-weight: 300;
      margin-bottom: 20px;
      letter-spacing: 0.0416em; }
    section.contact-area .container .heading-zeta {
      margin-bottom: 30px;
      font-weight: 300;
      letter-spacing: 0.0416em; }
    @media only screen and (min-width: 0px) {
      section.contact-area .container.contact-area-text {
        padding-bottom: 41px; } }
    @media only screen and (min-width: 500px) {
      section.contact-area .container.contact-area-text {
        padding-bottom: 50px; } }
    @media only screen and (min-width: 0px) {
      section.contact-area .container.contact-area-address {
        padding-bottom: 46px; } }
    @media only screen and (min-width: 500px) {
      section.contact-area .container.contact-area-address {
        padding-bottom: 68px; } }
    section.contact-area .container.contact-area-address address {
      font-style: normal;
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 2rem; }
    section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
      display: block;
      text-align: left;
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 1rem;
      line-height: 1.2222rem;
      padding: 15px;
      border: 1px #EBEBEB solid;
      color: #8A959E; }
      @media only screen and (min-width: 0px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 100%; } }
      @media only screen and (min-width: 500px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 85%; } }
      @media only screen and (min-width: 1000px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 38%; } }
    section.contact-area .container.contact-area-form form input {
      height: 50px; }
      section.contact-area .container.contact-area-form form input.contact-send {
        color: #EFEFEF;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7777rem;
        line-height: 0.9444rem;
        letter-spacing: 0.1294rem; }
    section.contact-area .container p {
      display: inline-block;
      margin-bottom: 0; }
      @media only screen and (min-width: 0) {
        section.contact-area .container p {
          width: 100%; } }
      @media only screen and (min-width: 500px) {
        section.contact-area .container p {
          width: 85%; } }
      @media only screen and (min-width: 1000px) {
        section.contact-area .container p {
          width: 50%; } }
  section.contact-area #success {
    color: #8fc24e; }

.contact-popper-button {
  background: #000000;
  padding: 0;
  transition: opacity 300ms, left 500ms;
  opacity: 1;
  position: fixed;
  z-index: 2; }
  @media only screen and (min-width: 0) {
    .contact-popper-button {
      height: 30px;
      width: 30px;
      bottom: 20px;
      left: 20px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper-button {
      height: 50px;
      width: 50px;
      bottom: 50px;
      left: 50px; } }
  @media only screen and (min-width: 0) {
    .contact-popper-button svg {
      width: 14px;
      padding-top: 7px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper-button svg {
      width: 22px;
      padding-top: 4px; } }
  .contact-popper-button svg g {
    fill: #FFFFFF; }
  .contact-popper-button:hover {
    opacity: 0.8; }

@media only screen and (min-width: 0) {
  body.display-nav .contact-popper-button {
    left: -130px; } }

@media only screen and (min-width: 500px) {
  body.display-nav .contact-popper-button {
    left: -10px; } }

.contact-popper {
  height: 0;
  width: 0;
  position: fixed;
  background: black;
  opacity: 0;
  transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
  overflow: hidden;
  color: #FFFFFF;
  z-index: 3; }
  @media only screen and (min-width: 0) {
    .contact-popper {
      bottom: 10px;
      left: 10px;
      padding: 30px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper {
      bottom: 30px;
      left: 30px;
      padding: 50px; } }
  .contact-popper h3,
  .contact-popper p,
  .contact-popper a {
    opacity: 0;
    transition: opacity 300ms ease;
    transition-delay: 300ms; }
  .contact-popper h3 {
    color: #FFFFFF;
    font-weight: 700; }
  .contact-popper p {
    font-size: 0.8889rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  .contact-popper a {
    color: #FFFFFF;
    display: block;
    line-height: 2.1em; }
    .contact-popper a svg {
      position: relative; }
      .contact-popper a svg.phone {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 8px; }
      .contact-popper a svg.mobile {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 9px; }
      .contact-popper a svg.mail {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 12px; }
      .contact-popper a svg g {
        fill: #FFFFFF;
        transition: fill 300ms ease; }
    .contact-popper a:hover {
      color: #FFFFFF; }
      .contact-popper a:hover svg g {
        fill: #FFFFFF; }
  .contact-popper button {
    background: transparent;
    padding: 15px;
    height: 50px;
    position: absolute; }
    @media only screen and (min-width: 0) {
      .contact-popper button {
        bottom: 10px;
        left: 10px; } }
    @media only screen and (min-width: 500px) {
      .contact-popper button {
        bottom: 20px;
        left: 20px; } }
    @media only screen and (min-width: 0) {
      .contact-popper button svg {
        width: 14px;
        height: 14px; } }
    @media only screen and (min-width: 500px) {
      .contact-popper button svg {
        width: 20px;
        height: 20px; } }
    .contact-popper button svg g {
      fill: #FFFFFF;
      transition: fill 300ms ease; }
    .contact-popper button:hover svg g {
      fill: #FFFFFF; }
  .contact-popper.open {
    opacity: 1; }
    @media only screen and (min-width: 0) {
      .contact-popper.open {
        height: 400px;
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 500px) {
      .contact-popper.open {
        height: 400px;
        width: 400px; } }
    .contact-popper.open h3,
    .contact-popper.open p,
    .contact-popper.open a {
      opacity: 1; }

section.cta {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.cta {
      padding-top: 60px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 600px) {
    section.cta {
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.cta .filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 0;
    top: 0; }
  section.cta div, section.cta a {
    position: relative; }
  section.cta > div p {
    font-weight: 300;
    color: #FFFFFF;
    max-width: 840px;
    margin: 0 auto 40px; }
    @media only screen and (min-width: 0px) {
      section.cta > div p {
        font-size: 1.375rem;
        line-height: 1.455em; } }
    @media only screen and (min-width: 600px) {
      section.cta > div p {
        font-size: 32px;
        line-height: 44px; } }
  section.cta a {
    width: 13.89rem;
    text-align: center;
    margin: 0 auto;
    display: block; }

section.files {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.files.bg-option-1 {
    background: #fff; }
  section.files.bg-option-2 {
    background: #F9F9FA; }
  section.files .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.files .container.right-align-image picture {
        padding-right: 0%; } }
    @media only screen and (min-width: 1000px) {
      section.files .container.right-align-image > div {
        left: -50%;
        position: relative;
        padding-right: 3.473684%;
        padding-left: 0%; }
      section.files .container.right-align-image picture {
        right: -50%;
        position: relative;
        padding-right: 0%; } }
    @media only screen and (min-width: 0px) {
      section.files .container div.third {
        width: 100%;
        max-width: 510px;
        display: block;
        margin: 0 auto; } }
    @media only screen and (min-width: 1000px) {
      section.files .container div.third {
        width: 33%;
        display: inline-block; } }
    @media only screen and (min-width: 0px) {
      section.files .container div.two-thirds {
        width: 100%;
        max-width: 510px;
        display: block;
        margin: 0 auto; }
        section.files .container div.two-thirds div.half {
          padding-right: 3.473684%; } }
    @media only screen and (min-width: 1000px) {
      section.files .container div.two-thirds {
        width: 66%;
        max-width: none;
        display: inline-block; }
        section.files .container div.two-thirds div.half {
          padding-right: 0; } }
    section.files .container > div .text-wrapper {
      padding-top: 3.473684%;
      padding-bottom: 3.473684%;
      padding-right: 3.473684%; }
      section.files .container > div .text-wrapper:first-child {
        padding-top: 0; }
    section.files .container > div div.file-wrapper {
      padding-top: 3.473684%;
      padding-bottom: 3.473684%; }
      section.files .container > div div.file-wrapper:first-child {
        padding-top: 0; }
    section.files .container > div div.image {
      text-align: center; }
    section.files .container > div div.file {
      text-align: right; }
      section.files .container > div div.file a {
        color: #1c1d1f;
        display: block;
        font-size: 13px;
        padding-bottom: 6.547368%; }
      section.files .container > div div.file .button {
        display: inline-block;
        color: #FFFFFF; }
    section.files .container > div h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      color: #353D46;
      text-transform: uppercase; }
      @media only screen and (min-width: 0px) {
        section.files .container > div h2 {
          font-size: 1.2em;
          letter-spacing: 0.063em; } }
      @media only screen and (min-width: 1000px) {
        section.files .container > div h2 {
          font-size: 1.2em;
          letter-spacing: 0.063em; } }
    section.files .container > div p {
      font-family: "Open Sans", serif;
      font-weight: 300;
      color: #333F48; }
      @media only screen and (min-width: 0px) {
        section.files .container > div p {
          font-size: 1em; } }
    section.files .container picture {
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.files .container picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.files .container picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.files .container img {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 0px) {
        section.files .container img {
          max-width: 510px; } }
      @media only screen and (min-width: 1000px) {
        section.files .container img {
          max-width: 100%; } }

footer {
  background-color: #FFFFFF;
  height: 227px;
  color: #000000;
  position: relative;
  border-top: 5px black solid; }
  footer .footer-logo-holder {
    margin: 0 auto;
    text-align: center; }
    @media only screen and (min-width: 500px) {
      footer .footer-logo-holder {
        float: left;
        display: table;
        height: 100px; } }
    footer .footer-logo-holder .footer-logo {
      padding-top: 21px; }
      @media only screen and (min-width: 500px) {
        footer .footer-logo-holder .footer-logo {
          padding-top: 0;
          display: table-cell;
          vertical-align: middle; } }
      @media only screen and (min-width: 0) {
        footer .footer-logo-holder .footer-logo svg {
          width: 318px;
          height: 33px; } }
      @media only screen and (min-width: 500px) {
        footer .footer-logo-holder .footer-logo svg {
          width: 318px;
          height: 33px; } }
  footer .footer-contact {
    text-align: center;
    margin: 0 auto;
    margin-top: 31px; }
    @media only screen and (min-width: 500px) {
      footer .footer-contact {
        float: right;
        display: table;
        height: 100px;
        margin-top: 0; } }
    @media only screen and (min-width: 500px) {
      footer .footer-contact p {
        display: table-cell;
        font-family: "Open Sans", sans-serif;
        vertical-align: middle; } }
  @media only screen and (min-width: 500px) {
    footer {
      height: 100px; } }
  footer p {
    margin-bottom: 0; }
    footer p a {
      color: #000000; }

.full-size-map {
  width: 100%;
  background-color: #F9F9FA; }
  @media only screen and (min-width: 0px) {
    .full-size-map {
      height: 240px;
      text-align: center; }
      .full-size-map .show-google-maps-icon {
        display: block;
        position: relative;
        top: 98px;
        max-width: 144px;
        margin: 0 auto;
        cursor: pointer; }
        .full-size-map .show-google-maps-icon img {
          max-width: 60px; }
        .full-size-map .show-google-maps-icon .google-maps-text {
          font-weight: bold;
          text-align: center;
          margin-top: 11px;
          color: #1c1d1f;
          font-size: 0.75rem;
          line-height: 1.25em;
          letter-spacing: 0.1425em;
          display: block; }
      .full-size-map .show-map {
        display: none; } }
  @media only screen and (min-width: 500px) {
    .full-size-map {
      height: 37.1354vw; }
      .full-size-map .show-map {
        display: block;
        width: 100%;
        height: 100%; }
      .full-size-map .show-google-maps-icon {
        display: none; } }

section.half-text-half-image {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.half-text-half-image.bg-option-1 {
    background: #fff; }
  section.half-text-half-image.bg-option-2 {
    background: #F9F9FA; }
  section.half-text-half-image .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.half-text-half-image .container.right-align-image picture {
        padding-right: 0%; } }
    @media only screen and (min-width: 1000px) {
      section.half-text-half-image .container.right-align-image > div {
        left: -50%;
        position: relative;
        padding-right: 3.473684%;
        padding-left: 0%; }
      section.half-text-half-image .container.right-align-image picture {
        right: -50%;
        position: relative;
        padding-right: 0%; } }
    section.half-text-half-image .container > div .text-wrapper {
      padding-bottom: 50px; }
    @media only screen and (min-width: 0px) {
      section.half-text-half-image .container > div {
        width: 100%;
        padding-right: 0%;
        max-width: 510px;
        display: block;
        margin: 0 auto; } }
    @media only screen and (min-width: 1000px) {
      section.half-text-half-image .container > div {
        width: 49%;
        padding-right: 0%;
        padding-left: 3.473684%;
        display: inline-block; } }
    section.half-text-half-image .container > div h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      color: #353D46;
      text-transform: uppercase; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container > div h2 {
          font-size: 1.2em;
          letter-spacing: 0.063em; } }
      @media only screen and (min-width: 1000px) {
        section.half-text-half-image .container > div h2 {
          font-size: 1.2em;
          letter-spacing: 0.063em; } }
    section.half-text-half-image .container > div a {
      color: #1c1d1f; }
    section.half-text-half-image .container > div p {
      font-family: "Open Sans", serif;
      font-weight: 300;
      color: #333F48; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container > div p {
          font-size: 1em; } }
    section.half-text-half-image .container > div .button {
      margin: 0 0.7em 0.7em 0;
      color: #FFFFFF; }
    section.half-text-half-image .container picture {
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.half-text-half-image .container picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.half-text-half-image .container img {
      width: 100%;
      height: auto; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container img {
          max-width: 510px; } }

section.image-headline {
  position: relative;
  background: #000000; }
  section.image-headline img {
    width: 100%;
    height: auto; }
  section.image-headline .container {
    top: 0; }
    @media only screen and (min-width: 0) {
      section.image-headline .container {
        position: relative;
        padding-top: 14%;
        padding-bottom: 14%; } }
    @media only screen and (min-width: 500px) {
      section.image-headline .container {
        padding-top: 11%;
        padding-bottom: 10%; } }
    @media only screen and (min-width: 1000px) {
      section.image-headline .container {
        position: absolute;
        padding-bottom: 0%;
        padding-top: 14%;
        max-width: none; } }
    section.image-headline .container .button {
      padding: 0 4.4rem; }
    section.image-headline .container h1 {
      color: #EFEFEF;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 0.7em;
      text-transform: uppercase; }
    section.image-headline .container h2 {
      letter-spacing: .2em;
      font-size: 0.895em;
      color: #C5DDDC;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 1.5em;
      text-transform: uppercase; }
  section.image-headline.no-image {
    min-height: 37.1354vw; }
    @media only screen and (min-width: 0) {
      section.image-headline.no-image .container {
        padding-top: calc(14% + 60px); } }
    @media only screen and (min-width: 500px) {
      section.image-headline.no-image .container {
        padding-top: calc(14% + 100px); } }
    @media only screen and (min-width: 1000px) {
      section.image-headline.no-image .container {
        padding-top: 14%; } }

a.logo {
  position: absolute;
  transition: left 500ms;
  z-index: 2; }
  @media only screen and (min-width: 0) {
    a.logo {
      top: 17px;
      left: 20px; } }
  @media only screen and (min-width: 500px) {
    a.logo {
      top: 50px;
      left: 50px; } }
  @media only screen and (min-width: 0) {
    a.logo svg {
      width: 98px;
      height: 46px; } }
  @media only screen and (min-width: 500px) {
    a.logo svg {
      width: 98px;
      height: 46px; } }

@media only screen and (min-width: 0) {
  body.display-nav a.logo {
    left: -130px; } }

@media only screen and (min-width: 500px) {
  body.display-nav a.logo {
    left: -10px; } }

section.logo-row {
  background: #F9F9FA; }
  @media only screen and (min-width: 0px) {
    section.logo-row {
      padding-top: 12.5%;
      padding-bottom: 6%; } }
  @media only screen and (min-width: 500px) {
    section.logo-row {
      padding-top: 8.5%;
      padding-bottom: 8%; } }
  @media only screen and (min-width: 1000px) {
    section.logo-row {
      padding-top: 4.545%;
      padding-bottom: 5.303%; } }
  section.logo-row > div h3 {
    color: #9B9B9B;
    font-weight: 300;
    letter-spacing: 0.094em;
    text-transform: uppercase; }
    @media only screen and (min-width: 0px) {
      section.logo-row > div h3 {
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1000px) {
      section.logo-row > div h3 {
        margin-bottom: 36px; } }
  section.logo-row > div .logos {
    max-width: 900px;
    margin: 0 auto;
    display: table; }
    @media only screen and (min-width: 0px) {
      section.logo-row > div .logos {
        width: 100%; }
        section.logo-row > div .logos span.logo:nth-child(4),
        section.logo-row > div .logos span.logo:nth-child(5),
        section.logo-row > div .logos a:nth-child(4),
        section.logo-row > div .logos a:nth-child(5) {
          display: none; } }
    @media only screen and (min-width: 500px) {
      section.logo-row > div .logos {
        width: 100%; }
        section.logo-row > div .logos span.logo:nth-child(4),
        section.logo-row > div .logos a:nth-child(4) {
          display: inline-block; } }
    @media only screen and (min-width: 1000px) {
      section.logo-row > div .logos {
        width: 80%; }
        section.logo-row > div .logos span.logo:nth-child(5),
        section.logo-row > div .logos a:nth-child(5) {
          display: inline-block; } }
    section.logo-row > div .logos a,
    section.logo-row > div .logos span.logo {
      transition: opacity 300ms;
      opacity: 1;
      display: inline-block;
      white-space: nowrap;
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 33%; } }
      @media only screen and (min-width: 500px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 25%; } }
      @media only screen and (min-width: 1000px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 20%; } }
      section.logo-row > div .logos a svg,
      section.logo-row > div .logos a picture img,
      section.logo-row > div .logos span.logo svg,
      section.logo-row > div .logos span.logo picture img {
        width: 70%;
        text-align: center; }
      section.logo-row > div .logos a:hover,
      section.logo-row > div .logos span.logo:hover {
        opacity: 0.7; }

a.toggle-nav {
  position: fixed;
  background: #222222;
  transition: right 500ms;
  z-index: 2;
  border-radius: 0; }
  @media only screen and (min-width: 0) {
    a.toggle-nav {
      top: 20px;
      right: 20px;
      height: 40px;
      width: 40px;
      padding-top: 13px; } }
  @media only screen and (min-width: 500px) {
    a.toggle-nav {
      top: 50px;
      right: 50px;
      height: 50px;
      width: 50px;
      padding-top: 17px; } }
  a.toggle-nav span {
    display: block;
    height: 2px;
    background: #FFFFFF;
    transition: opacity 300ms;
    opacity: 1; }
    @media only screen and (min-width: 0) {
      a.toggle-nav span {
        margin: 0 12px 4px; } }
    @media only screen and (min-width: 500px) {
      a.toggle-nav span {
        margin: 0 16px 4px; } }

html, body {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden; }

body.display-nav {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 0) {
    body.display-nav a.toggle-nav {
      right: calc(100% - 60px); } }
  @media only screen and (min-width: 500px) {
    body.display-nav a.toggle-nav {
      right: 400px; } }
  body.display-nav a.toggle-nav span.first-line,
  body.display-nav a.toggle-nav span.third-line {
    opacity: 0; }

#canvas {
  width: 100%;
  min-height: 100vh;
  position: relative;
  right: 0;
  transition: right 500ms; }

body.display-nav #canvas {
  right: 150px; }

nav {
  min-height: 100vh;
  background: #222222;
  position: fixed;
  top: 0;
  transition: 500ms ease right;
  overflow-y: scroll;
  z-index: 9; }
  @media only screen and (min-width: 0) {
    nav {
      width: calc(100% - 80px);
      right: calc(-100% - 80px); } }
  @media only screen and (min-width: 500px) {
    nav {
      width: 350px;
      right: -350px; } }
  nav a.cta {
    background: transparent;
    color: #9B9B9B;
    box-shadow: 0 0 0 2px #9B9B9B inset;
    transition: color 300ms, box-shadow 300ms;
    font-size: 0.6666rem;
    position: relative;
    transition: 500ms ease right;
    right: -150px; }
    @media only screen and (min-width: 0) {
      nav a.cta {
        margin: 20px 20px -18px;
        width: calc(100% - 40px);
        height: 40px; } }
    @media only screen and (min-width: 500px) {
      nav a.cta {
        margin: 50px 14.2857% -18px;
        width: 71.4286%;
        height: 50px; } }
    nav a.cta:hover {
      color: #FFFFFF;
      box-shadow: 0 0 0 2px #FFFFFF inset; }
  nav ul.main-navigation {
    font-family: "Open Sans", sans-serif;
    list-style: none;
    position: relative;
    transition: 500ms ease right;
    right: -150px;
    margin-bottom: 90px; }
    @media only screen and (min-width: 0) {
      nav ul.main-navigation {
        margin-top: 30px; } }
    @media only screen and (min-width: 500px) {
      nav ul.main-navigation {
        margin-top: 50px; } }
    nav ul.main-navigation li {
      cursor: pointer;
      display: block;
      line-height: 1.1em;
      font-weight: 100; }
      @media only screen and (min-width: 0) {
        nav ul.main-navigation li {
          font-size: 0.875rem; } }
      @media only screen and (min-width: 500px) {
        nav ul.main-navigation li {
          font-size: 1rem; } }
      nav ul.main-navigation li a {
        color: #9B9B9B;
        margin: 0;
        display: block;
        font-weight: normal;
        text-decoration: underline;
        text-transform: initial !important;
        transition: color 300ms; }
        @media only screen and (min-width: 0) {
          nav ul.main-navigation li a {
            padding: 0.3895rem 30px; } }
        @media only screen and (min-width: 500px) {
          nav ul.main-navigation li a {
            padding: 0.3895rem 50px; } }
      nav ul.main-navigation li a:hover {
        color: #FFFFFF; }
      nav ul.main-navigation li.active a {
        color: #FFFFFF; }
      nav ul.main-navigation li ul {
        display: none;
        margin-bottom: 0; }
      nav ul.main-navigation li ul li a {
        color: #9B9B9B; }
        @media only screen and (min-width: 0) {
          nav ul.main-navigation li ul li a {
            padding: 0.2rem 20px 0.2rem 50px;
            font-size: 0.75rem; } }
        @media only screen and (min-width: 500px) {
          nav ul.main-navigation li ul li a {
            padding: 0.2rem 50px 0.2rem 70px;
            font-size: 0.8889rem; } }
        nav ul.main-navigation li ul li a a:hover {
          color: #FFFFFF; }
        nav ul.main-navigation li ul li a.active a {
          color: #FFFFFF; }
  nav .contact {
    position: relative;
    background: #222222;
    display: block;
    transition: 500ms ease right;
    right: -150px; }
    @media only screen and (min-width: 0) {
      nav .contact {
        width: 100%;
        padding: 10px 20px 50px 20px;
        padding-bottom: 20px; } }
    @media only screen and (min-width: 500px) {
      nav .contact {
        width: 350px;
        padding: 10px 50px 50px 50px;
        padding-bottom: 50px; } }
    nav .contact .social {
      width: 100%; }
      @media only screen and (min-width: 0) {
        nav .contact .social {
          padding-bottom: 20px; } }
      @media only screen and (min-width: 500px) {
        nav .contact .social {
          padding-bottom: 30px; } }
      nav .contact .social a {
        display: inline-block;
        margin-right: 20px; }
        nav .contact .social a svg g {
          fill: #9B9B9B;
          transition: fill 300ms; }
        nav .contact .social a:hover svg g {
          fill: #FFFFFF; }
    nav .contact a {
      display: block;
      font-size: 0.7778rem;
      color: #9B9B9B;
      transition: color 300ms; }
      nav .contact a.phone {
        font-weight: 300; }
      nav .contact a.mail {
        font-weight: 700; }
      nav .contact a:hover {
        color: #FFFFFF; }
    nav .contact:before {
      content: " ";
      width: 100%;
      height: 40px;
      position: absolute;
      z-index: -1;
      top: -40px;
      left: 0;
      background: -webkit-linear-gradient(#222222, #222222);
      background: -o-linear-gradient(#222222, #222222);
      background: -moz-linear-gradient(#222222, #222222);
      background: linear-gradient(#222222, #222222); }

body.display-nav nav {
  right: 0;
  height: 100vh; }

body.display-nav ul.main-navigation,
body.display-nav a.cta,
body.display-nav nav .contact {
  right: 0; }

section.preamble {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 7.8125%;
  color: #1c1d1f;
  font-weight: 300;
  background: #FFFFFF; }
  @media only screen and (min-width: 500px) {
    section.preamble {
      font-size: 1.3333rem; } }
  section.preamble .container {
    margin: 0 auto; }
    section.preamble .container p {
      line-height: 1.3333em;
      display: inline-block; }
      @media only screen and (min-width: 0) {
        section.preamble .container p {
          width: 100%;
          font-size: 1.3333rem; } }
      @media only screen and (min-width: 500px) {
        section.preamble .container p {
          width: 85%;
          font-size: 1.6667rem; } }
      @media only screen and (min-width: 1000px) {
        section.preamble .container p {
          width: 75%;
          font-size: 2rem; } }

section.staff-area {
  background-color: #F9F9FA;
  padding-top: 64px;
  padding-bottom: 80px; }
  @media only screen and (min-width: 0) {
    section.staff-area {
      font-size: 1rem; } }
  @media only screen and (min-width: 500px) {
    section.staff-area {
      font-size: 1.3333rem; } }
  @media only screen and (min-width: 1000px) {
    section.staff-area {
      font-size: 1rem;
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.staff-area .container .heading-delta {
    font-weight: 300;
    text-transform: uppercase; }
