@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/dist/fonts/slick.eot");
  src: url("/dist/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/dist/fonts/slick.woff") format("woff"), url("/dist/fonts/slick.ttf") format("truetype"), url("/dist/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

body {
  background-color: #fff;
  font-weight: 400;
  min-height: 100%;
  overflow-x: hidden;
  position: relative; }

a {
  text-decoration: none; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

body {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "proxima-nova", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.166rem;
  line-height: 1.6875rem;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 1.6875rem; }

p {
  margin: 0 0 1.6875rem; }

a {
  color: #2ca7e0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #217da8; }

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6875rem 0; }

.grid-container {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative; }
  .grid-container::before, .grid-container::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .grid-container::after {
    clear: both; }
  @media screen and (min-width: 75em) {
    .grid-container {
      padding-right: 0;
      padding-left: 0; } }

.row::before, .row::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1; }

.row::after {
  clear: both; }

.center {
  text-align: center; }

.parallax-mirror {
  /*&::after {
    @include size(100%);
    @include position(absolute, 0 null null 0);
    background-color: rgba($color-black, .3);
    content: '';
  }*/ }

.site-header {
  color: #fff;
  height: 180px;
  position: relative;
  z-index: 199; }
  .site-header .grid-container {
    padding: 25px;
    max-width: 100%; }
    @media screen and (min-width: 75em) {
      .site-header .grid-container {
        padding: 50px 75px; } }

.site-branding {
  margin-bottom: 2rem; }
  @media screen and (min-width: 75em) {
    .site-branding {
      float: left;
      clear: none;
      text-align: inherit;
      width: 23.125%;
      margin-left: 0%;
      margin-right: 2.5%;
      margin-bottom: 0; }
      .site-branding::before, .site-branding::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .site-branding::after {
        clear: both; }
      .site-branding:last-child {
        margin-right: 0%; } }

.site-navigation {
  position: relative; }
  @media screen and (min-width: 75em) {
    .site-navigation {
      float: left;
      clear: none;
      text-align: inherit;
      width: 74.375%;
      margin-left: 0%;
      margin-right: 2.5%;
      height: 70px; }
      .site-navigation::before, .site-navigation::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .site-navigation::after {
        clear: both; }
      .site-navigation:last-child {
        margin-right: 0%; } }
  .site-navigation .btn--social {
    background-color: #fff;
    color: #000;
    display: none; }
    @media screen and (min-width: 75em) {
      .site-navigation .btn--social {
        position: absolute;
        top: 18px;
        right: 0;
        display: inline-block; } }

.site-logo {
  display: block;
  font-size: 0;
  line-height: 0; }
  .site-logo img {
    display: inline-block;
    max-width: 200px;
    position: static; }
    @media screen and (min-width: 40em) {
      .site-logo img {
        max-width: 251px; } }

.primary-navigation {
  position: absolute;
  right: 53px;
  bottom: 18px;
  display: none; }
  @media screen and (min-width: 75em) {
    .primary-navigation {
      display: block; } }

@media screen and (min-width: 75em) {
  .mobile-navigation {
    display: none; } }

.site-footer {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 2rem 0; }
  @media screen and (min-width: 75em) {
    .site-footer {
      padding: 4rem; } }
  .site-footer .col p {
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0; }
  .site-footer .col span {
    margin: 0 5px; }
  .site-footer .col--contact {
    text-align: center;
    color: rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 64em) {
      .site-footer .col--contact {
        float: left;
        clear: none;
        text-align: inherit;
        width: 65.8333333333%;
        margin-left: 0%;
        margin-right: 2.5%; }
        .site-footer .col--contact::before, .site-footer .col--contact::after {
          content: ' ';
          display: table;
          flex-basis: 0;
          order: 1; }
        .site-footer .col--contact::after {
          clear: both; }
        .site-footer .col--contact:last-child {
          margin-right: 0%; } }
    .site-footer .col--contact a {
      color: rgba(0, 0, 0, 0.5); }
      .site-footer .col--contact a:hover {
        color: #000; }
    @media screen and (min-width: 64em) {
      .site-footer .col--contact p {
        text-align: left; } }
    .site-footer .col--contact br {
      display: none; }
      @media screen and (min-width: 40em) {
        .site-footer .col--contact br {
          display: inline-block; } }
      @media screen and (min-width: 75em) {
        .site-footer .col--contact br {
          display: none; } }
  .site-footer .col--webdesign {
    color: rgba(0, 0, 0, 0.4);
    text-align: center; }
    @media screen and (min-width: 64em) {
      .site-footer .col--webdesign {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.6666666667%;
        margin-left: 0%;
        margin-right: 2.5%; }
        .site-footer .col--webdesign::before, .site-footer .col--webdesign::after {
          content: ' ';
          display: table;
          flex-basis: 0;
          order: 1; }
        .site-footer .col--webdesign::after {
          clear: both; }
        .site-footer .col--webdesign:last-child {
          margin-right: 0%; } }
    .site-footer .col--webdesign a {
      color: rgba(0, 0, 0, 0.4); }
      .site-footer .col--webdesign a:hover {
        color: #000; }
    @media screen and (min-width: 64em) {
      .site-footer .col--webdesign p {
        text-align: right; } }

.link--arrow::after {
  content: "\0020 \2192"; }

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #2ca7e0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9375rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.84375rem 1.6875rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #2386b3;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: .5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #2ca7e0; }

.btn--social {
  height: 23px;
  width: 23px;
  background-color: #2ca7e0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  margin: 0;
  text-align: center; }
  .btn--social .fa {
    font-size: .8em;
    padding-top: 5px; }
  .btn--social:hover {
    background-color: #305fa9;
    color: #fff; }

.btn--pill {
  background-color: #2ca7e0;
  border-radius: 50vh;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 0.84375rem 1.6875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 150ms ease, background-color 0.5s ease;
  vertical-align: middle;
  white-space: wrap; }
  @media screen and (min-width: 40em) {
    .btn--pill {
      white-space: nowrap; } }
  .btn--pill:hover, .btn--pill:active, .btn--pill:focus {
    background-color: #305fa9;
    color: #fff; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

.list--social .list__item {
  display: inline-block; }
  .list--social .list__item a {
    height: 25px;
    width: 25px;
    margin-right: 8px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    line-height: 2.109375rem;
    text-align: center; }
    .list--social .list__item a:hover {
      background-color: #fff; }

.list--dashed .list__item {
  display: block; }
  .list--dashed .list__item::before {
    content: '—';
    display: inline-block;
    margin-left: -1em;
    margin-right: .3em;
    width: 1em; }

.nav-collapse {
  margin-right: -25px;
  margin-left: -25px; }
  .nav-collapse.opened {
    max-height: 9999px;
    top: -127px; }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    display: block;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    zoom: 1; }
    @media screen and (min-width: 75em) {
      .js .nav-collapse {
        position: relative; } }
    @media screen and (min-width: 75em) {
      .js .nav-collapse.closed {
        max-height: none; } }
  .site-header--bottom .nav-collapse {
    max-height: 9999px; }

.nav-toggle {
  position: absolute;
  top: -84px;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  z-index: 999; }
  .nav-toggle:hover {
    background-color: transparent; }
  .nav-toggle span {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -spec-user-select: none;
    user-select: none;
    background-color: #fff;
    display: block;
    font-size: 0;
    height: 2px;
    margin-top: -2px;
    transition: background-color 0.2s;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    .nav-toggle span::before, .nav-toggle span::after {
      position: absolute;
      left: 0;
      height: 100%;
      width: 100%;
      background: #fff;
      content: "";
      transition: transform 0.3s; }
    .nav-toggle span::before {
      transform: translateY(-320%); }
    .nav-toggle span::after {
      transform: translateY(320%); }
  .nav-toggle.active span {
    background-color: transparent; }
    .nav-toggle.active span::before {
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.active span::after {
      transform: translateY(0) rotate(-45deg); }
  @media screen and (min-width: 75em) {
    .nav-toggle {
      display: none; } }

.menu .menu-item {
  font-size: .94rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase; }
  .menu .menu-item:last-child {
    border-bottom: 0; }
  .menu .menu-item a {
    padding: 13px 0;
    display: inline-block; }

@media screen and (min-width: 75em) {
  .menu::before, .menu::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .menu::after {
    clear: both; }
  .menu .menu-item {
    margin-right: 30px;
    margin-left: 30px;
    border: 0;
    float: left;
    text-align: left;
    white-space: nowrap; }
    .menu .menu-item:first-child {
      margin-left: 0; }
    .menu .menu-item a {
      padding-top: 13px;
      padding-bottom: 13px;
      transition: color 0.2s ease-out; } }

.menu--primary .menu-item a,
.menu--primary .menu-item a:hover {
  color: #fff; }

.menu--primary .current-menu-item a {
  color: #fff; }

.menu--secondary .menu-item a {
  color: #fff; }

.menu--secondary .menu-item a:hover {
  color: #2ca7e0; }

.menu--secondary .current-menu-item a {
  color: #2ca7e0; }

.primary-navigation .menu-item,
.secondary-navigation .menu-item {
  position: relative; }
  .primary-navigation .menu-item > a,
  .secondary-navigation .menu-item > a {
    position: relative;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 64em) {
      .primary-navigation .menu-item > a::after,
      .secondary-navigation .menu-item > a::after {
        height: 1px;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #2ca7e0;
        content: "";
        opacity: 0;
        transform: translateY(-10px);
        transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s; }
      .primary-navigation .menu-item > a:hover::after, .primary-navigation .menu-item > a:focus::after,
      .secondary-navigation .menu-item > a:hover::after,
      .secondary-navigation .menu-item > a:focus::after {
        height: 2px;
        opacity: 1;
        transform: translateY(-2px); } }
  .primary-navigation .menu-item span,
  .secondary-navigation .menu-item span {
    display: inline-block;
    line-height: 15px;
    margin-left: 5px; }
    .primary-navigation .menu-item span img,
    .secondary-navigation .menu-item span img {
      height: 6px;
      width: 10px;
      margin-bottom: 2px; }
  .primary-navigation .menu-item ul,
  .secondary-navigation .menu-item ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    padding: 20px; }
    .primary-navigation .menu-item ul li a,
    .secondary-navigation .menu-item ul li a {
      color: #959595;
      font-weight: 400;
      padding: 12px; }
      .primary-navigation .menu-item ul li a:hover,
      .secondary-navigation .menu-item ul li a:hover {
        color: #000; }
  .primary-navigation .menu-item:hover > ul,
  .secondary-navigation .menu-item:hover > ul {
    display: block; }

.primary-navigation .current-menu-item a::after,
.secondary-navigation .current-menu-item a::after {
  height: 2px;
  opacity: 1;
  transform: translateY(-2px); }

@media screen and (min-width: 64em) {
  .primary-navigation .menu-item > a::after {
    background-color: #fff; } }

.primary-navigation .menu-item:nth-child(3) > a:hover::after, .primary-navigation .menu-item:nth-child(3) > a:focus::after {
  opacity: 0; }

.primary-navigation .menu-item:nth-child(3).current-menu-item a::after {
  opacity: 0; }

.secondary-navigation {
  padding-top: 1.9rem;
  padding-bottom: 1.4rem;
  background-color: #000;
  text-align: center; }
  .secondary-navigation .menu {
    display: inline-block; }

.mobile-navigation {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 100px 0 561px; }
  .mobile-navigation .menu {
    padding-bottom: 15px;
    padding-top: 20px; }
    .mobile-navigation .menu .menu-item a {
      color: #fff; }
    .mobile-navigation .menu .menu-item span {
      display: inline-block;
      line-height: 15px;
      margin-left: 5px; }
      .mobile-navigation .menu .menu-item span img {
        height: 6px;
        width: 10px;
        margin-bottom: 2px; }
    .mobile-navigation .menu .menu-item ul li a {
      color: #959595;
      font-weight: 400; }

.page-section {
  padding-top: 2.53125rem;
  padding-bottom: 2.53125rem; }
  @media screen and (min-width: 40em) {
    .page-section {
      padding-top: 5.0625rem;
      padding-bottom: 5.0625rem; } }
  .page-section:last-child {
    padding-bottom: 1.6875rem; }
    @media screen and (min-width: 40em) {
      .page-section:last-child {
        padding-bottom: 5.0625rem; } }

.page-section--bordered {
  padding-bottom: 0; }
  .page-section--bordered .grid-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 1.6875rem; }
    @media screen and (min-width: 40em) {
      .page-section--bordered .grid-container {
        padding-bottom: 5.0625rem; } }

.page-section__title,
.page-section__sub-title {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase; }

.page-section__title {
  font-size: 1.555rem;
  line-height: 2.109375rem;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 1.6875rem; }
  @media screen and (min-width: 40em) {
    .page-section__title {
      font-size: 2.073rem;
      line-height: 2.53125rem; } }

.page-section__sub-title {
  font-size: 1.555rem;
  line-height: 2.109375rem;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0; }

.page-section__content {
  position: relative; }
  .page-section__content::before, .page-section__content::after {
    content: ' ';
    display: table;
    flex-basis: 0;
    order: 1; }
  .page-section__content::after {
    clear: both; }

.page-section__image {
  margin-right: -25px;
  margin-left: -25px;
  display: block;
  font-size: 0; }
  @media screen and (min-width: 64em) {
    .page-section__image {
      margin-right: 0;
      margin-left: 0; } }
  .page-section__image img {
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .page-section__image img {
        margin: 0; } }

.page-section__image,
.page-section__text {
  position: relative; }

.page-section__text {
  letter-spacing: .5px; }
  .page-section__text ul {
    list-style-type: disc;
    margin-bottom: 1.6875rem;
    padding-left: 13px; }

.teaser__image {
  font-size: 0;
  line-height: 0;
  position: relative; }
  .teaser__image:hover .teaser__overlay {
    opacity: 1; }

.teaser__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: center;
  overflow: hidden;
  transition: background-color 0.25s ease; }
  .teaser__overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    content: "";
    z-index: 1; }
  .teaser__overlay:hover {
    background-color: rgba(44, 167, 224, 0.4);
    transition-delay: 0s; }
  .teaser__overlay .fa {
    color: #fff;
    font-size: 3rem; }

.teaser__content {
  padding: 2.5rem 1.9rem;
  position: relative;
  text-align: center; }

.teaser__title {
  font-size: 1.166rem;
  line-height: 1.6875rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }

.teaser__description {
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 2.53125rem; }

.rectangle {
  background-color: #2ca7e0;
  display: block; }

.page-section--hero {
  background: transparent;
  margin-bottom: -180px;
  min-height: 100vh;
  position: relative;
  top: -180px;
  z-index: 0; }
  .page-section--hero::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 65%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    content: '';
    z-index: 1; }
  .page-section--hero::after {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: ''; }
  .page-section--hero .grid-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 999; }
  .page-section--hero .page-section__content {
    color: #fff;
    text-align: center; }
  .page-section--hero .page-section__title,
  .page-section--hero .page-section__sub-title {
    color: #fff; }
  .page-section--hero .page-section__title {
    font-size: 2.34rem;
    letter-spacing: 2px; }
  .page-section--hero .page-section__sub-title {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 2.53125rem;
    text-transform: none; }
  .page-section--hero .btn {
    margin: 0 8px 16px 0; }
    .page-section--hero .btn:hover {
      color: #305fa9;
      background-color: #fff; }
  .page-section--hero .hero__footer {
    position: absolute;
    bottom: 4%;
    left: 0;
    padding: 4em;
    text-align: center;
    width: 100%;
    z-index: 100; }
    .page-section--hero .hero__footer img {
      height: 14px;
      width: 24px; }
    @media screen and (min-width: 40em) {
      .page-section--hero .hero__footer {
        bottom: 0; } }

@media screen and (min-width: 64em) {
  .page-section--about .page-section__content {
    display: flex; } }

@media screen and (min-width: 64em) {
  .page-section--about .page-section__image,
  .page-section--about .page-section__text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%;
    align-items: stretch; }
    .page-section--about .page-section__image::before, .page-section--about .page-section__image::after,
    .page-section--about .page-section__text::before,
    .page-section--about .page-section__text::after {
      content: ' ';
      display: table;
      flex-basis: 0;
      order: 1; }
    .page-section--about .page-section__image::after,
    .page-section--about .page-section__text::after {
      clear: both; }
    .page-section--about .page-section__image:last-child,
    .page-section--about .page-section__text:last-child {
      margin-right: 0%; } }

.page-section--about .page-section__text {
  margin-bottom: 4rem; }
  @media screen and (min-width: 64em) {
    .page-section--about .page-section__text {
      padding-right: 2rem;
      padding-left: 2rem;
      margin-bottom: 0; } }
  .page-section--about .page-section__text .logos {
    line-height: 0; }
    .page-section--about .page-section__text .logos img {
      margin-right: 20px;
      max-height: 70px;
      max-width: none; }
  .page-section--about .page-section__text .list {
    margin-top: 2.53125rem;
    margin-bottom: 2.53125rem;
    list-style-type: none;
    padding-left: 0; }
  .page-section--about .page-section__text .list__item {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.84375rem; }
    .page-section--about .page-section__text .list__item:last-child {
      margin-bottom: 0; }
    .page-section--about .page-section__text .list__item > div {
      height: 100%;
      width: 5%;
      display: inline-block;
      height: 100%;
      vertical-align: top; }
    .page-section--about .page-section__text .list__item .check {
      height: 27px;
      width: 20px;
      background: url("/images/check.png") no-repeat left;
      background-size: 13px 10px; }
    .page-section--about .page-section__text .list__item .text {
      width: 90%; }

.page-section--about .page-section__image {
  text-align: center; }
  .page-section--about .page-section__image img {
    margin: 0 auto 2.53125rem;
    width: 90%; }
    @media screen and (min-width: 64em) {
      .page-section--about .page-section__image img {
        margin-top: 68px; } }

.page-section--about .slider {
  font-size: 0.9375rem; }

.page-section--about .controls {
  margin-top: 75px;
  position: relative; }

.page-section--about .pagination {
  position: relative;
  top: -33px;
  left: 0;
  width: 100%; }

.page-section--about .pagination__button {
  height: 33px;
  width: 33px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  cursor: pointer;
  position: absolute; }
  .page-section--about .pagination__button img {
    height: 16px;
    width: 11px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0; }
  .page-section--about .pagination__button--prev {
    left: 25px; }
    .page-section--about .pagination__button--prev img {
      transform: translate(-50%, -50%) rotate(90deg); }
  .page-section--about .pagination__button--next {
    right: 25px; }
    .page-section--about .pagination__button--next img {
      transform: translate(-50%, -50%) rotate(-90deg); }
  .page-section--about .pagination__button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .page-section--about .pagination__button.slick-disabled {
    cursor: not-allowed; }

.page-section--about .captions span {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50vh;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 300;
  padding: 3px 1.6875rem; }

.page-section--about .slick-dots {
  bottom: -50px; }
  .page-section--about .slick-dots li button:hover {
    background-color: transparent; }
    .page-section--about .slick-dots li button:hover::before {
      color: #2ca7e0; }
  .page-section--about .slick-dots li.slick-active button::before {
    color: #2ca7e0; }

@media screen and (min-width: 64em) {
  .page-section--services {
    padding-top: 0; } }

.page-section--services .teaser {
  margin-bottom: 1.6875rem; }
  @media screen and (min-width: 40em) {
    .page-section--services .teaser {
      float: left;
      clear: none;
      text-align: inherit;
      width: 50%;
      margin-left: 0%;
      margin-right: 0%; }
      .page-section--services .teaser::before, .page-section--services .teaser::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .page-section--services .teaser::after {
        clear: both; }
      .page-section--services .teaser:nth-child(n) {
        float: left;
        clear: none; }
      .page-section--services .teaser:nth-child(2n) {
        float: right; }
      .page-section--services .teaser:nth-child(2n + 1) {
        clear: both; } }
  @media screen and (min-width: 64em) {
    .page-section--services .teaser {
      float: left;
      clear: none;
      text-align: inherit;
      width: 25%;
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 0; }
      .page-section--services .teaser::before, .page-section--services .teaser::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .page-section--services .teaser::after {
        clear: both; }
      .page-section--services .teaser:nth-child(n) {
        float: left;
        clear: none; }
      .page-section--services .teaser:nth-child(4n) {
        float: right; }
      .page-section--services .teaser:nth-child(4n + 1) {
        clear: both; } }

.page-section--services .teaser__content {
  margin-top: -7.59375rem;
  z-index: 10; }
  @media screen and (min-width: 75em) {
    .page-section--services .teaser__content {
      padding-bottom: 0; } }

@media screen and (max-width: 320px) {
  .page-section--services .teaser:nth-child(3) .teaser__content {
    margin-top: -9.28125rem; } }

@media screen and (min-width: 64em) {
  .page-section--services .teaser:nth-child(3) .teaser__content {
    margin-top: -9.28125rem; } }

@media screen and (min-width: 75em) {
  .page-section--services .teaser:nth-child(3) .teaser__content {
    margin-top: -7.59375rem; } }

.page-section--legal .page-section__text {
  margin-bottom: 4rem; }
  @media screen and (min-width: 64em) {
    .page-section--legal .page-section__text {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.75%;
      margin-left: 0%;
      margin-right: 2.5%;
      padding-right: 2rem;
      padding-left: 2rem;
      margin-bottom: 0; }
      .page-section--legal .page-section__text::before, .page-section--legal .page-section__text::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .page-section--legal .page-section__text::after {
        clear: both; }
      .page-section--legal .page-section__text:last-child {
        margin-right: 0%; } }
  @media screen and (min-width: 64em) {
    .page-section--legal .page-section__text:last-child {
      padding-top: 68px; } }
  .page-section--legal .page-section__text .licenses {
    margin-bottom: 1.3rem; }
    .page-section--legal .page-section__text .licenses dt {
      color: #000;
      text-transform: uppercase; }
  .page-section--legal .page-section__text .license::before {
    color: #2ca7e0;
    content: "\2014";
    margin-right: 5px; }

@media screen and (min-width: 64em) {
  .page-section--contact .page-section__image,
  .page-section--contact .page-section__text {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.75%;
    margin-left: 0%;
    margin-right: 2.5%; }
    .page-section--contact .page-section__image::before, .page-section--contact .page-section__image::after,
    .page-section--contact .page-section__text::before,
    .page-section--contact .page-section__text::after {
      content: ' ';
      display: table;
      flex-basis: 0;
      order: 1; }
    .page-section--contact .page-section__image::after,
    .page-section--contact .page-section__text::after {
      clear: both; }
    .page-section--contact .page-section__image:last-child,
    .page-section--contact .page-section__text:last-child {
      margin-right: 0%; } }

.page-section--contact .page-section__text {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
  color: #000;
  letter-spacing: 1.5px;
  line-height: 1.9; }
  @media screen and (min-width: 64em) {
    .page-section--contact .page-section__text {
      padding-right: 7.7rem;
      padding-left: 7.7rem;
      text-align: left; } }
  .page-section--contact .page-section__text a {
    text-decoration: underline; }
    .page-section--contact .page-section__text a:hover {
      text-decoration: none; }
  .page-section--contact .page-section__text p:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .page-section--contact .page-section__text .btn--social {
      margin-left: 5px; } }

@media screen and (min-width: 64em) {
  .page-section--contact .rectangle {
    position: absolute;
    top: 50%;
    right: -15px;
    height: 80%;
    width: 10px;
    transform: translateX(-50%) translateY(-50%); } }

@media screen and (min-width: 75em) {
  .diensten .site-main .grid-container {
    width: auto;
    max-width: 800px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    .diensten .site-main .grid-container::before, .diensten .site-main .grid-container::after {
      content: ' ';
      display: table;
      flex-basis: 0;
      order: 1; }
    .diensten .site-main .grid-container::after {
      clear: both; } }

.page-section--intro {
  padding-bottom: 0; }
  @media screen and (min-width: 64em) {
    .page-section--intro {
      text-align: center; } }
  .page-section--intro p:last-child {
    margin-bottom: 3rem; }

.page-section--list {
  padding-top: 0; }
  .page-section--list .grid-container {
    padding-bottom: 1.6875rem; }
  .page-section--list .page-section__image {
    margin-bottom: 3rem; }
    .page-section--list .page-section__image img {
      margin: 0; }
      @media screen and (min-width: 64em) {
        .page-section--list .page-section__image img {
          max-width: 78%; } }
  @media screen and (min-width: 64em) {
    .page-section--list .page-section__text .col {
      float: left;
      clear: none;
      text-align: inherit;
      width: 47%;
      margin-left: 0%;
      margin-right: 6%; }
      .page-section--list .page-section__text .col::before, .page-section--list .page-section__text .col::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .page-section--list .page-section__text .col::after {
        clear: both; }
      .page-section--list .page-section__text .col:last-child {
        margin-right: 0%; } }
  .page-section--list .list-box {
    background: linear-gradient(rgba(44, 167, 224, 0.95), rgba(48, 95, 169, 0.95));
    color: #fff;
    font-size: .875rem;
    padding: 2.5rem 3rem; }
    @media screen and (min-width: 64em) {
      .page-section--list .list-box {
        position: absolute;
        top: 50%;
        right: 0;
        max-width: 44%;
        transform: translate(0, -50%); } }

.page-section--img-left {
  padding-top: 3.375rem; }
  .page-section--img-left .page-section__image {
    margin-bottom: 2.53125rem; }
    @media screen and (min-width: 40em) {
      .page-section--img-left .page-section__image {
        margin-bottom: none; } }
  @media screen and (min-width: 64em) {
    .page-section--img-left .page-section__image,
    .page-section--img-left .page-section__text {
      float: left;
      clear: none;
      text-align: inherit;
      width: 47%;
      margin-left: 0%;
      margin-right: 6%; }
      .page-section--img-left .page-section__image::before, .page-section--img-left .page-section__image::after,
      .page-section--img-left .page-section__text::before,
      .page-section--img-left .page-section__text::after {
        content: ' ';
        display: table;
        flex-basis: 0;
        order: 1; }
      .page-section--img-left .page-section__image::after,
      .page-section--img-left .page-section__text::after {
        clear: both; }
      .page-section--img-left .page-section__image:last-child,
      .page-section--img-left .page-section__text:last-child {
        margin-right: 0%; } }
  .page-section--img-left .page-section__text {
    padding: 1rem 0; }
  .page-section--img-left .page-section__sub-title {
    color: #000;
    margin-bottom: 2rem; }
