@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
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, .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .base-content td, .base-content .gallery__item__caption--curiosityfund td {
  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; }

/**********************
** 1. Boring
**********************/
/**********************
** 2. Fun
**********************/
/**********************
** 3. Animation
**********************/
.container, .section--fullbleed .gallery__nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 25px; }
  @media only screen and (min-width: 0) {
    .container, .section--fullbleed .gallery__nav {
      width: 100%; } }
  @media only screen and (min-width: 576px) {
    .container, .section--fullbleed .gallery__nav {
      width: 540px; } }
  @media only screen and (min-width: 768px) {
    .container, .section--fullbleed .gallery__nav {
      width: 720px; } }
  @media only screen and (min-width: 1020px) {
    .container, .section--fullbleed .gallery__nav {
      width: 960px; } }
  @media only screen and (min-width: 1260px) {
    .container, .section--fullbleed .gallery__nav {
      width: 1200px; } }
  @media only screen and (min-width: 1660px) {
    .container, .section--fullbleed .gallery__nav {
      width: 1600px; } }
  @media only screen and (max-width: 767px) {
    .container--fluid-mob {
      width: 100%; } }
  .container--fluid {
    width: 100%; }

.row {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .row {
      width: 100%;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) {
    .row {
      margin-right: -25px;
      margin-left: -25px; } }
  .row--j-sb {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row--j-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row--j-fs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row--j-fe {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row--j-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row--a-c {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .row--align-items--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .row--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    .row--xs-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 576px) {
    .row--sm-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .row--md-wrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .row--md-wrap--lg {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (min-width: 1020px) {
    .row--md-wrap--lg {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 1020px) {
    .row--lg-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex--d-c {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex--j-sb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex--j-sa {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex--j-fs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex--j-fe, .gallery__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex--j-c, .masthead__burger__focus, .masthead__burger__minor, .embed-slider__nav__bullet, .hero__slide__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex--a-c, .masthead__burger, .masthead__burger__focus, .masthead__burger__minor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--align-items--center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    .flex--xs-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 576px) {
    .flex--sm-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .flex--md-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .flex--md-wrap--lg {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (min-width: 1020px) {
    .flex--md-wrap--lg {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 1020px) {
    .flex--lg-wrap {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

@media only screen and (max-width: 767px) {
  .mob--list--nopad ul {
    padding-top: 0;
    padding-bottom: 0; } }

[class^="col-"], [class*=" col-"] {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding: 25px 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media only screen and (min-width: 768px) {
    [class^="col-"], [class*=" col-"] {
      padding: 25px 12.5px; } }
  @media only screen and (min-width: 1020px) {
    [class^="col-"], [class*=" col-"] {
      padding: 25px 25px; } }

.col--strict {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.col--auto {
  width: auto; }
  @media only screen and (max-width: 767px) {
    .col--auto {
      padding: 25px 12.5px; } }

@media only screen and (min-width: 0) {
  .col-xs-1 {
    width: 7.33333%; }
  .col-xs-inset-1 {
    padding-left: 3.16667%; }
  .col-xs-offset-1 {
    padding-right: 3.16667%; }
  .col-xs-2 {
    width: 15.66667%; }
  .col-xs-inset-2 {
    padding-left: 7.33333%; }
  .col-xs-offset-2 {
    padding-right: 7.33333%; }
  .col-xs-3 {
    width: 24%; }
  .col-xs-inset-3 {
    padding-left: 11.5%; }
  .col-xs-offset-3 {
    padding-right: 11.5%; }
  .col-xs-4 {
    width: 32.33333%; }
  .col-xs-inset-4 {
    padding-left: 15.66667%; }
  .col-xs-offset-4 {
    padding-right: 15.66667%; }
  .col-xs-5 {
    width: 40.66667%; }
  .col-xs-inset-5 {
    padding-left: 19.83333%; }
  .col-xs-offset-5 {
    padding-right: 19.83333%; }
  .col-xs-6 {
    width: 49%; }
  .col-xs-inset-6 {
    padding-left: 24%; }
  .col-xs-offset-6 {
    padding-right: 24%; }
  .col-xs-7 {
    width: 57.33333%; }
  .col-xs-inset-7 {
    padding-left: 28.16667%; }
  .col-xs-offset-7 {
    padding-right: 28.16667%; }
  .col-xs-8 {
    width: 65.66667%; }
  .col-xs-inset-8 {
    padding-left: 32.33333%; }
  .col-xs-offset-8 {
    padding-right: 32.33333%; }
  .col-xs-9 {
    width: 74%; }
  .col-xs-inset-9 {
    padding-left: 36.5%; }
  .col-xs-offset-9 {
    padding-right: 36.5%; }
  .col-xs-10 {
    width: 82.33333%; }
  .col-xs-inset-10 {
    padding-left: 40.66667%; }
  .col-xs-offset-10 {
    padding-right: 40.66667%; }
  .col-xs-11 {
    width: 90.66667%; }
  .col-xs-inset-11 {
    padding-left: 44.83333%; }
  .col-xs-offset-11 {
    padding-right: 44.83333%; }
  .col-xs-12 {
    width: 99%; }
  .col-xs-inset-12 {
    padding-left: 49%; }
  .col-xs-offset-12 {
    padding-right: 49%; } }

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    width: 7.33333%; }
  .col-sm-inset-1 {
    padding-left: 3.16667%; }
  .col-sm-offset-1 {
    padding-right: 3.16667%; }
  .col-sm-2 {
    width: 15.66667%; }
  .col-sm-inset-2 {
    padding-left: 7.33333%; }
  .col-sm-offset-2 {
    padding-right: 7.33333%; }
  .col-sm-3 {
    width: 24%; }
  .col-sm-inset-3 {
    padding-left: 11.5%; }
  .col-sm-offset-3 {
    padding-right: 11.5%; }
  .col-sm-4 {
    width: 32.33333%; }
  .col-sm-inset-4 {
    padding-left: 15.66667%; }
  .col-sm-offset-4 {
    padding-right: 15.66667%; }
  .col-sm-5 {
    width: 40.66667%; }
  .col-sm-inset-5 {
    padding-left: 19.83333%; }
  .col-sm-offset-5 {
    padding-right: 19.83333%; }
  .col-sm-6 {
    width: 49%; }
  .col-sm-inset-6 {
    padding-left: 24%; }
  .col-sm-offset-6 {
    padding-right: 24%; }
  .col-sm-7 {
    width: 57.33333%; }
  .col-sm-inset-7 {
    padding-left: 28.16667%; }
  .col-sm-offset-7 {
    padding-right: 28.16667%; }
  .col-sm-8 {
    width: 65.66667%; }
  .col-sm-inset-8 {
    padding-left: 32.33333%; }
  .col-sm-offset-8 {
    padding-right: 32.33333%; }
  .col-sm-9 {
    width: 74%; }
  .col-sm-inset-9 {
    padding-left: 36.5%; }
  .col-sm-offset-9 {
    padding-right: 36.5%; }
  .col-sm-10 {
    width: 82.33333%; }
  .col-sm-inset-10 {
    padding-left: 40.66667%; }
  .col-sm-offset-10 {
    padding-right: 40.66667%; }
  .col-sm-11 {
    width: 90.66667%; }
  .col-sm-inset-11 {
    padding-left: 44.83333%; }
  .col-sm-offset-11 {
    padding-right: 44.83333%; }
  .col-sm-12 {
    width: 99%; }
  .col-sm-inset-12 {
    padding-left: 49%; }
  .col-sm-offset-12 {
    padding-right: 49%; } }

@media only screen and (min-width: 768px) {
  .col-md-1 {
    width: 7.33333%; }
  .col-md-inset-1 {
    padding-left: 3.16667%; }
  .col-md-offset-1 {
    padding-right: 3.16667%; }
  .col-md-2 {
    width: 15.66667%; }
  .col-md-inset-2, .feature--invert .feature__slide__content {
    padding-left: 7.33333%; }
  .col-md-offset-2 {
    padding-right: 7.33333%; }
  .col-md-3 {
    width: 24%; }
  .col-md-inset-3 {
    padding-left: 11.5%; }
  .col-md-offset-3 {
    padding-right: 11.5%; }
  .col-md-4 {
    width: 32.33333%; }
  .col-md-inset-4 {
    padding-left: 15.66667%; }
  .col-md-offset-4 {
    padding-right: 15.66667%; }
  .col-md-5, .portal__x1 .heading {
    width: 40.66667%; }
  .col-md-inset-5 {
    padding-left: 19.83333%; }
  .col-md-offset-5 {
    padding-right: 19.83333%; }
  .col-md-6 {
    width: 49%; }
  .col-md-inset-6 {
    padding-left: 24%; }
  .col-md-offset-6 {
    padding-right: 24%; }
  .col-md-7 {
    width: 57.33333%; }
  .col-md-inset-7 {
    padding-left: 28.16667%; }
  .col-md-offset-7 {
    padding-right: 28.16667%; }
  .col-md-8 {
    width: 65.66667%; }
  .col-md-inset-8 {
    padding-left: 32.33333%; }
  .col-md-offset-8 {
    padding-right: 32.33333%; }
  .col-md-9 {
    width: 74%; }
  .col-md-inset-9 {
    padding-left: 36.5%; }
  .col-md-offset-9 {
    padding-right: 36.5%; }
  .col-md-10, .portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
    width: 82.33333%; }
  .col-md-inset-10 {
    padding-left: 40.66667%; }
  .col-md-offset-10 {
    padding-right: 40.66667%; }
  .col-md-11 {
    width: 90.66667%; }
  .col-md-inset-11 {
    padding-left: 44.83333%; }
  .col-md-offset-11 {
    padding-right: 44.83333%; }
  .col-md-12 {
    width: 99%; }
  .col-md-inset-12 {
    padding-left: 49%; }
  .col-md-offset-12 {
    padding-right: 49%; } }

@media only screen and (min-width: 1020px) {
  .col-lg-1 {
    width: 7.33333%; }
  .col-lg-inset-1 {
    padding-left: 3.16667%; }
  .col-lg-offset-1 {
    padding-right: 3.16667%; }
  .col-lg-2 {
    width: 15.66667%; }
  .col-lg-inset-2 {
    padding-left: 7.33333%; }
  .col-lg-offset-2 {
    padding-right: 7.33333%; }
  .col-lg-3 {
    width: 24%; }
  .col-lg-inset-3 {
    padding-left: 11.5%; }
  .col-lg-offset-3 {
    padding-right: 11.5%; }
  .col-lg-4 {
    width: 32.33333%; }
  .col-lg-inset-4 {
    padding-left: 15.66667%; }
  .col-lg-offset-4 {
    padding-right: 15.66667%; }
  .col-lg-5 {
    width: 40.66667%; }
  .col-lg-inset-5 {
    padding-left: 19.83333%; }
  .col-lg-offset-5 {
    padding-right: 19.83333%; }
  .col-lg-6 {
    width: 49%; }
  .col-lg-inset-6 {
    padding-left: 24%; }
  .col-lg-offset-6 {
    padding-right: 24%; }
  .col-lg-7 {
    width: 57.33333%; }
  .col-lg-inset-7 {
    padding-left: 28.16667%; }
  .col-lg-offset-7 {
    padding-right: 28.16667%; }
  .col-lg-8 {
    width: 65.66667%; }
  .col-lg-inset-8 {
    padding-left: 32.33333%; }
  .col-lg-offset-8 {
    padding-right: 32.33333%; }
  .col-lg-9 {
    width: 74%; }
  .col-lg-inset-9 {
    padding-left: 36.5%; }
  .col-lg-offset-9 {
    padding-right: 36.5%; }
  .col-lg-10 {
    width: 82.33333%; }
  .col-lg-inset-10 {
    padding-left: 40.66667%; }
  .col-lg-offset-10 {
    padding-right: 40.66667%; }
  .col-lg-11 {
    width: 90.66667%; }
  .col-lg-inset-11 {
    padding-left: 44.83333%; }
  .col-lg-offset-11 {
    padding-right: 44.83333%; }
  .col-lg-12 {
    width: 99%; }
  .col-lg-inset-12 {
    padding-left: 49%; }
  .col-lg-offset-12 {
    padding-right: 49%; } }

@media only screen and (min-width: 1260px) {
  .col-ipl-1 {
    width: 7.33333%; }
  .col-ipl-inset-1 {
    padding-left: 3.16667%; }
  .col-ipl-offset-1 {
    padding-right: 3.16667%; }
  .col-ipl-2 {
    width: 15.66667%; }
  .col-ipl-inset-2 {
    padding-left: 7.33333%; }
  .col-ipl-offset-2 {
    padding-right: 7.33333%; }
  .col-ipl-3 {
    width: 24%; }
  .col-ipl-inset-3 {
    padding-left: 11.5%; }
  .col-ipl-offset-3 {
    padding-right: 11.5%; }
  .col-ipl-4, .portal__x1 .heading {
    width: 32.33333%; }
  .col-ipl-inset-4 {
    padding-left: 15.66667%; }
  .col-ipl-offset-4 {
    padding-right: 15.66667%; }
  .col-ipl-5 {
    width: 40.66667%; }
  .col-ipl-inset-5 {
    padding-left: 19.83333%; }
  .col-ipl-offset-5 {
    padding-right: 19.83333%; }
  .col-ipl-6 {
    width: 49%; }
  .col-ipl-inset-6 {
    padding-left: 24%; }
  .col-ipl-offset-6 {
    padding-right: 24%; }
  .col-ipl-7 {
    width: 57.33333%; }
  .col-ipl-inset-7 {
    padding-left: 28.16667%; }
  .col-ipl-offset-7 {
    padding-right: 28.16667%; }
  .col-ipl-8 {
    width: 65.66667%; }
  .col-ipl-inset-8 {
    padding-left: 32.33333%; }
  .col-ipl-offset-8 {
    padding-right: 32.33333%; }
  .col-ipl-9 {
    width: 74%; }
  .col-ipl-inset-9 {
    padding-left: 36.5%; }
  .col-ipl-offset-9 {
    padding-right: 36.5%; }
  .col-ipl-10, .portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
    width: 82.33333%; }
  .col-ipl-inset-10 {
    padding-left: 40.66667%; }
  .col-ipl-offset-10 {
    padding-right: 40.66667%; }
  .col-ipl-11 {
    width: 90.66667%; }
  .col-ipl-inset-11 {
    padding-left: 44.83333%; }
  .col-ipl-offset-11 {
    padding-right: 44.83333%; }
  .col-ipl-12 {
    width: 99%; }
  .col-ipl-inset-12 {
    padding-left: 49%; }
  .col-ipl-offset-12 {
    padding-right: 49%; } }

@media only screen and (min-width: 1660px) {
  .col-xl-1 {
    width: 7.33333%; }
  .col-xl-inset-1 {
    padding-left: 3.16667%; }
  .col-xl-offset-1 {
    padding-right: 3.16667%; }
  .col-xl-2 {
    width: 15.66667%; }
  .col-xl-inset-2 {
    padding-left: 7.33333%; }
  .col-xl-offset-2 {
    padding-right: 7.33333%; }
  .col-xl-3 {
    width: 24%; }
  .col-xl-inset-3 {
    padding-left: 11.5%; }
  .col-xl-offset-3 {
    padding-right: 11.5%; }
  .col-xl-4 {
    width: 32.33333%; }
  .col-xl-inset-4 {
    padding-left: 15.66667%; }
  .col-xl-offset-4 {
    padding-right: 15.66667%; }
  .col-xl-5 {
    width: 40.66667%; }
  .col-xl-inset-5 {
    padding-left: 19.83333%; }
  .col-xl-offset-5 {
    padding-right: 19.83333%; }
  .col-xl-6 {
    width: 49%; }
  .col-xl-inset-6 {
    padding-left: 24%; }
  .col-xl-offset-6 {
    padding-right: 24%; }
  .col-xl-7 {
    width: 57.33333%; }
  .col-xl-inset-7 {
    padding-left: 28.16667%; }
  .col-xl-offset-7 {
    padding-right: 28.16667%; }
  .col-xl-8 {
    width: 65.66667%; }
  .col-xl-inset-8 {
    padding-left: 32.33333%; }
  .col-xl-offset-8 {
    padding-right: 32.33333%; }
  .col-xl-9 {
    width: 74%; }
  .col-xl-inset-9 {
    padding-left: 36.5%; }
  .col-xl-offset-9 {
    padding-right: 36.5%; }
  .col-xl-10 {
    width: 82.33333%; }
  .col-xl-inset-10 {
    padding-left: 40.66667%; }
  .col-xl-offset-10 {
    padding-right: 40.66667%; }
  .col-xl-11 {
    width: 90.66667%; }
  .col-xl-inset-11 {
    padding-left: 44.83333%; }
  .col-xl-offset-11 {
    padding-right: 44.83333%; }
  .col-xl-12 {
    width: 99%; }
  .col-xl-inset-12 {
    padding-left: 49%; }
  .col-xl-offset-12 {
    padding-right: 49%; } }

@media only screen and (max-width: -1px) {
  .hide-xs-max {
    display: none; } }

@media only screen and (min-width: 0) {
  .hide-xs-min {
    display: none; } }

@media only screen and (max-width: 575px) {
  .hide-sm-max {
    display: none; } }

@media only screen and (min-width: 576px) {
  .hide-sm-min {
    display: none; } }

@media only screen and (max-width: 767px) {
  .hide-md-max {
    display: none; } }

@media only screen and (min-width: 768px) {
  .hide-md-min {
    display: none; } }

@media only screen and (max-width: 1019px) {
  .hide-lg-max {
    display: none; } }

@media only screen and (min-width: 1020px) {
  .hide-lg-min {
    display: none; } }

@media only screen and (max-width: 1259px) {
  .hide-ipl-max {
    display: none; } }

@media only screen and (min-width: 1260px) {
  .hide-ipl-min {
    display: none; } }

@media only screen and (max-width: 1659px) {
  .hide-xl-max, .articles__projects.journeys .row > div:last-child, .articles--panels.journeys .row > div:last-child {
    display: none; } }

@media only screen and (min-width: 1660px) {
  .hide-xl-min {
    display: none; } }

@media only screen and (min-width: 768px) {
  .column-pad-reduced .row [class^="col-"], .column-pad-reduced .row [class*=" col-"] {
    padding-left: 20px;
    padding-right: 20px; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.8);
  outline: none !important;
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1); }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
  color: transparent !important;
  overflow: hidden; }
  .lity-close:before {
    content: '\e906';
    font-family: "nunsmere-iconset";
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 90%;
  max-width: 1920px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0; }
  30% {
    opacity: 0.8;
    bottom: -3px; }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px; } }

@keyframes fadeinup {
  0% {
    opacity: 0;
    bottom: -15px;
    max-height: 0;
    max-width: 0;
    margin-top: 0; }
  30% {
    opacity: 0.8;
    bottom: -3px; }
  100% {
    opacity: 1;
    bottom: 0;
    max-height: 200px;
    margin-top: 12px;
    max-width: 400px; } }

@-webkit-keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0; }
  30% {
    opacity: 0.2;
    bottom: -3px; }
  100% {
    opacity: 0;
    bottom: -15px; } }

@keyframes fadeoutdown {
  0% {
    opacity: 1;
    bottom: 0; }
  30% {
    opacity: 0.2;
    bottom: -3px; }
  100% {
    opacity: 0;
    bottom: -15px; } }

@-webkit-keyframes appear {
  0% {
    opacity: 0; }
  30% {
    opacity: 0.5; }
  100% {
    opacity: 0.6; } }

@keyframes appear {
  0% {
    opacity: 0; }
  30% {
    opacity: 0.5; }
  100% {
    opacity: 0.6; } }

@-webkit-keyframes disappear {
  0% {
    opacity: 0.6; }
  30% {
    opacity: 0.1; }
  100% {
    opacity: 0; } }

@keyframes disappear {
  0% {
    opacity: 0.6; }
  30% {
    opacity: 0.1; }
  100% {
    opacity: 0; } }

.notyf__icon--alert, .notyf__icon--confirm {
  height: 21px;
  width: 21px;
  background: white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative; }

.notyf__icon--alert:after, .notyf__icon--alert:before {
  content: "";
  background: #ed3d3d;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px; }

.notyf__icon--alert:after {
  height: 3px;
  top: 14px; }

.notyf__icon--alert:before {
  height: 8px;
  top: 4px; }

.notyf__icon--confirm:after, .notyf__icon--confirm:before {
  content: "";
  background: #3dc763;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px; }

.notyf__icon--confirm:after {
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  left: 6px; }

.notyf__icon--confirm:before {
  height: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 10px; }

.notyf__toast {
  display: block;
  overflow: hidden;
  -webkit-animation: fadeinup 0.3s forwards;
  animation: fadeinup 0.3s forwards;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.45);
  position: relative;
  padding-right: 13px; }
  .notyf__toast.notyf--alert {
    background: #ed3d3d; }
  .notyf__toast.notyf--confirm {
    background: #3dc763; }
  .notyf__toast.notyf--disappear {
    -webkit-animation: fadeoutdown 0.3s 1 forwards;
    animation: fadeoutdown 0.3s 1 forwards;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s; }
    .notyf__toast.notyf--disappear .notyf__message {
      opacity: 1;
      -webkit-animation: fadeoutdown 0.3s 1 forwards;
      animation: fadeoutdown 0.3s 1 forwards;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
    .notyf__toast.notyf--disappear .notyf__icon {
      opacity: 1;
      -webkit-animation: disappear 0.3s 1 forwards;
      animation: disappear 0.3s 1 forwards; }

.notyf__wrapper {
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  border-radius: 3px; }

.notyf__icon {
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: appear 0.5s forwards;
  animation: appear 0.5s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.notyf__message {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeinup 0.3s forwards;
  animation: fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.notyf {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 20%;
  color: white;
  z-index: 9999; }

/* Small screens */
@media only screen and (max-width: 736px) {
  .notyf__container {
    width: 90%;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0; } }

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7), .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) #ui-datepicker-div table td a.inRange:nth-child(7n+7), #ui-datepicker-div table td .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) a.inRange:nth-child(7n+7), .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1)
#ui-datepicker-div table td span.inRange:nth-child(7n+7),
#ui-datepicker-div table td .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) span.inRange:nth-child(7n+7) {
  box-shadow: none !important; }

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1), .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) #ui-datepicker-div table td a.inRange:nth-child(7n+1), #ui-datepicker-div table td .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) a.inRange:nth-child(7n+1), .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2)
#ui-datepicker-div table td span.inRange:nth-child(7n+1),
#ui-datepicker-div table td .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) span.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-months {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

.flatpickr-months .flatpickr-prev-month.disabled, .flatpickr-months .flatpickr-next-month.disabled {
  display: none; }

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill .1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input, .numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6; }

.flatpickr-day, #ui-datepicker-div table td a,
#ui-datepicker-div table td span {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange, #ui-datepicker-div table td a.inRange,
#ui-datepicker-div table td span.inRange, .flatpickr-day.prevMonthDay.inRange, #ui-datepicker-div table td a.prevMonthDay.inRange,
#ui-datepicker-div table td span.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, #ui-datepicker-div table td a.nextMonthDay.inRange,
#ui-datepicker-div table td span.nextMonthDay.inRange, .flatpickr-day.today.inRange, #ui-datepicker-div table td a.today.inRange,
#ui-datepicker-div table td span.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, #ui-datepicker-div table td a.prevMonthDay.today.inRange,
#ui-datepicker-div table td span.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, #ui-datepicker-div table td a.nextMonthDay.today.inRange,
#ui-datepicker-div table td span.nextMonthDay.today.inRange, .flatpickr-day:hover, #ui-datepicker-div table td a:hover,
#ui-datepicker-div table td span:hover, .flatpickr-day.prevMonthDay:hover, #ui-datepicker-div table td a.prevMonthDay:hover,
#ui-datepicker-div table td span.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, #ui-datepicker-div table td a.nextMonthDay:hover,
#ui-datepicker-div table td span.nextMonthDay:hover, .flatpickr-day:focus, #ui-datepicker-div table td a:focus,
#ui-datepicker-div table td span:focus, .flatpickr-day.prevMonthDay:focus, #ui-datepicker-div table td a.prevMonthDay:focus,
#ui-datepicker-div table td span.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus, #ui-datepicker-div table td a.nextMonthDay:focus,
#ui-datepicker-div table td span.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today, #ui-datepicker-div table td a.today,
#ui-datepicker-div table td span.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover, #ui-datepicker-div table td a.today:hover,
#ui-datepicker-div table td span.today:hover, .flatpickr-day.today:focus, #ui-datepicker-div table td a.today:focus,
#ui-datepicker-div table td span.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected, #ui-datepicker-div table td a.selected,
#ui-datepicker-div table td span.selected, .flatpickr-day.startRange, #ui-datepicker-div table td a.startRange,
#ui-datepicker-div table td span.startRange, .flatpickr-day.endRange, #ui-datepicker-div table td a.endRange,
#ui-datepicker-div table td span.endRange, .flatpickr-day.selected.inRange, #ui-datepicker-div table td a.selected.inRange,
#ui-datepicker-div table td span.selected.inRange, .flatpickr-day.startRange.inRange, #ui-datepicker-div table td a.startRange.inRange,
#ui-datepicker-div table td span.startRange.inRange, .flatpickr-day.endRange.inRange, #ui-datepicker-div table td a.endRange.inRange,
#ui-datepicker-div table td span.endRange.inRange, .flatpickr-day.selected:focus, #ui-datepicker-div table td a.selected:focus,
#ui-datepicker-div table td span.selected:focus, .flatpickr-day.startRange:focus, #ui-datepicker-div table td a.startRange:focus,
#ui-datepicker-div table td span.startRange:focus, .flatpickr-day.endRange:focus, #ui-datepicker-div table td a.endRange:focus,
#ui-datepicker-div table td span.endRange:focus, .flatpickr-day.selected:hover, #ui-datepicker-div table td a.selected:hover,
#ui-datepicker-div table td span.selected:hover, .flatpickr-day.startRange:hover, #ui-datepicker-div table td a.startRange:hover,
#ui-datepicker-div table td span.startRange:hover, .flatpickr-day.endRange:hover, #ui-datepicker-div table td a.endRange:hover,
#ui-datepicker-div table td span.endRange:hover, .flatpickr-day.selected.prevMonthDay, #ui-datepicker-div table td a.selected.prevMonthDay,
#ui-datepicker-div table td span.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, #ui-datepicker-div table td a.startRange.prevMonthDay,
#ui-datepicker-div table td span.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, #ui-datepicker-div table td a.endRange.prevMonthDay,
#ui-datepicker-div table td span.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, #ui-datepicker-div table td a.selected.nextMonthDay,
#ui-datepicker-div table td span.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, #ui-datepicker-div table td a.startRange.nextMonthDay,
#ui-datepicker-div table td span.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay, #ui-datepicker-div table td a.endRange.nextMonthDay,
#ui-datepicker-div table td span.endRange.nextMonthDay {
  background: #313A43;
  box-shadow: none;
  color: #fff;
  border-color: #313A43; }

.flatpickr-day.selected.startRange, #ui-datepicker-div table td a.selected.startRange,
#ui-datepicker-div table td span.selected.startRange, .flatpickr-day.startRange.startRange, #ui-datepicker-div table td a.startRange.startRange,
#ui-datepicker-div table td span.startRange.startRange, .flatpickr-day.endRange.startRange, #ui-datepicker-div table td a.endRange.startRange,
#ui-datepicker-div table td span.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange, #ui-datepicker-div table td a.selected.endRange,
#ui-datepicker-div table td span.selected.endRange, .flatpickr-day.startRange.endRange, #ui-datepicker-div table td a.startRange.endRange,
#ui-datepicker-div table td span.startRange.endRange, .flatpickr-day.endRange.endRange, #ui-datepicker-div table td a.endRange.endRange,
#ui-datepicker-div table td span.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), #ui-datepicker-div table td a.selected.startRange + .endRange:not(:nth-child(7n+1)),
#ui-datepicker-div table td span.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), #ui-datepicker-div table td a.startRange.startRange + .endRange:not(:nth-child(7n+1)),
#ui-datepicker-div table td span.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), #ui-datepicker-div table td a.endRange.startRange + .endRange:not(:nth-child(7n+1)),
#ui-datepicker-div table td span.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #313A43; }

.flatpickr-day.selected.startRange.endRange, #ui-datepicker-div table td a.selected.startRange.endRange,
#ui-datepicker-div table td span.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, #ui-datepicker-div table td a.startRange.startRange.endRange,
#ui-datepicker-div table td span.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange, #ui-datepicker-div table td a.endRange.startRange.endRange,
#ui-datepicker-div table td span.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange, #ui-datepicker-div table td a.inRange,
#ui-datepicker-div table td span.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6,5px 0 0 #e6e6e6; }

.flatpickr-day.disabled, #ui-datepicker-div table td a.disabled,
#ui-datepicker-div table td span.disabled, .flatpickr-day.disabled:hover, #ui-datepicker-div table td a.disabled:hover,
#ui-datepicker-div table td span.disabled:hover, .flatpickr-day.prevMonthDay, #ui-datepicker-div table td a.prevMonthDay,
#ui-datepicker-div table td span.prevMonthDay, .flatpickr-day.nextMonthDay, #ui-datepicker-div table td a.nextMonthDay,
#ui-datepicker-div table td span.nextMonthDay, .flatpickr-day.notAllowed, #ui-datepicker-div table td a.notAllowed,
#ui-datepicker-div table td span.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, #ui-datepicker-div table td a.notAllowed.prevMonthDay,
#ui-datepicker-div table td span.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay, #ui-datepicker-div table td a.notAllowed.nextMonthDay,
#ui-datepicker-div table td span.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.disabled, #ui-datepicker-div table td a.disabled,
#ui-datepicker-div table td span.disabled, .flatpickr-day.disabled:hover, #ui-datepicker-div table td a.disabled:hover,
#ui-datepicker-div table td span.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected, #ui-datepicker-div table td a.week.selected,
#ui-datepicker-div table td span.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #313A43, 5px 0 0 #313A43; }

.flatpickr-day.hidden, #ui-datepicker-div table td a.hidden,
#ui-datepicker-div table td span.hidden {
  visibility: hidden; }

.rangeMode .flatpickr-day, .rangeMode #ui-datepicker-div table td a, #ui-datepicker-div table td .rangeMode a, .rangeMode
#ui-datepicker-div table td span,
#ui-datepicker-div table td .rangeMode span {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper
#ui-datepicker-div table td span,
#ui-datepicker-div table td .flatpickr-weekwrapper span, .flatpickr-weekwrapper span.flatpickr-day:hover, .flatpickr-weekwrapper
#ui-datepicker-div table td span:hover,
#ui-datepicker-div table td .flatpickr-weekwrapper span:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@font-face {
  font-family: 'lg';
  src: url("../../app/fonts/lightGallery/lg.eot?n1z373");
  src: url("../../app/fonts/lightGallery/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../app/fonts/lightGallery/lg.woff?n1z373") format("woff"), url("../../app/fonts/lightGallery/lg.ttf?n1z373") format("truetype"), url("../../app/fonts/lightGallery/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #313A43;
  border-radius: 50px;
  color: #E3EBF4;
  cursor: pointer;
  display: block;
  font-size: 20px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
  width: 50px;
  height: 50px; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-prev {
  left: 20px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #313A43; }

.lg-toolbar .lg-icon {
  color: #E3EBF4;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4, .lg-sub-html .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .lg-sub-html p, .lg-sub-html .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content .lg-sub-html td, .lg-sub-html .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .lg-sub-html td, .lg-sub-html .hero__slide .subheading--h2, .hero__slide .lg-sub-html .subheading--h2 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p, .lg-sub-html .base-content td, .base-content .lg-sub-html td {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #E3EBF4;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-thumb-outer.lg-grab {
  padding: 0 20px; }

.lg-outer .lg-thumb-outer {
  background-color: #313A43;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-thumb.lg-group {
  margin: auto; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #313A43;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #ffffff; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #313A43;
  border-radius: 2px 2px 0 0;
  color: #E3EBF4;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #313A43;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

@media only screen and (max-width: 767px) {
  .lg-actions .lg-next, .lg-actions .lg-prev {
    display: none; } }

/*# sourceMappingURL=lightgallery.css.map */
.module-kit--alternate .row > *:nth-child(odd) {
  background-color: #191919;
  color: #ffffff; }

.module-kit--alternate .row > *:nth-child(even) {
  background-color: #FAFAFA; }

.module-kit--alternate .row [class^="col-"], .module-kit--alternate .row [class*=" col-"] {
  padding: 25px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.module-kit__anchorlink {
  display: none; }

.page-id-156 .module-kit__anchorlink {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  opacity: 0.5;
  color: #191919;
  font-size: 44px;
  transition: all 450ms cubic-bezier(0.68, -0.55, 0.26, 1.57);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }
  .page-id-156 .module-kit__anchorlink:before {
    font-family: "nunsmere-iconset";
    content: '\e90b'; }
  .page-id-156 .module-kit__anchorlink:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.page-id-156 .project-filters {
  display: none; }

section[id^="mki-"], section [id*=" mki-"] {
  position: relative; }

.masthead {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  transition: 150ms cubic-bezier(0.19, 1, 0.22, 1); }
  .menu-open .masthead {
    z-index: 1003; }
  .masthead .mobile-only {
    display: none; }
    @media only screen and (max-width: 767px) {
      .masthead .mobile-only {
        display: block; } }
  .masthead .burger {
    cursor: pointer;
    height: 48px;
    position: relative;
    margin-right: 3px;
    margin-left: 0;
    display: block; }
    @media only screen and (max-width: 767px) {
      .masthead .burger {
        width: 48px;
        margin-right: 0;
        background-color: #ffffff; } }
    .masthead .burger:hover, .masthead .burger:focus {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .masthead .burger__root {
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      right: 0;
      top: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .masthead .burger__root {
          height: 100%;
          right: 0;
          top: 0; } }
    .masthead .burger .burger-open {
      overflow: hidden;
      position: absolute;
      width: 26px;
      height: 20px;
      top: 50%;
      right: 8px;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
      @media only screen and (max-width: 767px) {
        .masthead .burger .burger-open {
          right: 10px; } }
      .masthead .burger .burger-open span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #191919;
        position: absolute;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
        will-change: transform; }
        @media only screen and (max-width: 767px) {
          .masthead .burger .burger-open span {
            background-color: #191919; } }
        .offtop .masthead .burger .burger-open span {
          transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1) 50ms;
          background-color: #191919; }
          @media only screen and (max-width: 767px) {
            .offtop .masthead .burger .burger-open span {
              background-color: #191919; } }
        .nav--black:not(.menu-open):not(.filters-open) .masthead .burger .burger-open span {
          transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
          transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
          transition: background-color 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
          background-color: #191919; }
        .nav--black.menu-open .masthead .burger .burger-open span,
        .nav--black.filters-open .masthead .burger .burger-open span {
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          background-color: #ffffff; }
        .nav--black.offtop:not(.menu-open):not(.filters-open) .masthead .burger .burger-open span {
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
        .masthead .burger .burger-open span:nth-child(1) {
          top: 0;
          left: 0;
          -webkit-transform: translate3d(0, 0, 0) scaleX(1);
          transform: translate3d(0, 0, 0) scaleX(1); }
        .masthead .burger .burger-open span:nth-child(2) {
          top: 50%;
          left: 0;
          -webkit-transform: translate3d(0, -50%, 0) scaleX(1);
          transform: translate3d(0, -50%, 0) scaleX(1); }
        .masthead .burger .burger-open span:nth-child(3) {
          top: 100%;
          left: 0;
          -webkit-transform: translate3d(0, -100%, 0) scaleX(1);
          transform: translate3d(0, -100%, 0) scaleX(1); }
    .masthead .burger .burger-close {
      overflow: hidden;
      position: absolute;
      width: 28px;
      height: 25px;
      top: 50%;
      right: 8px;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
      @media only screen and (max-width: 767px) {
        .masthead .burger .burger-close {
          right: 10px; } }
      .masthead .burger .burger-close span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #191919;
        position: absolute;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        will-change: transform; }
        @media only screen and (max-width: 767px) {
          .masthead .burger .burger-close span {
            background-color: #191919; } }
        .nav--black:not(.menu-open):not(.filters-open) .masthead .burger .burger-close span {
          background-color: #191919; }
        .nav--black.menu-open .masthead .burger .burger-close span,
        .nav--black.filters-open .masthead .burger .burger-close span {
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          transition: background-color 100ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
          background-color: #ffffff; }
        .nav--black.offtop:not(.menu-open):not(.filters-open) .masthead .burger .burger-close span {
          background-color: #ffffff; }
        .masthead .burger .burger-close span:nth-child(1) {
          top: 50%;
          left: 0;
          -webkit-transform: translate3d(0, -50%, 0) rotate(45deg) scaleX(0);
          transform: translate3d(0, -50%, 0) rotate(45deg) scaleX(0); }
        .masthead .burger .burger-close span:nth-child(2) {
          top: 50%;
          left: 0;
          -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(0);
          transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(0); }
    .masthead .burger:before {
      transition: all 150ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      -webkit-transform: scaleY(1) scaleX(1);
      transform: scaleY(1) scaleX(1);
      -webkit-transform-origin: center right;
      transform-origin: center right;
      content: '';
      height: 48px;
      width: 48px;
      position: absolute;
      top: 0px;
      right: -3px;
      background: #ffffff; }
      @media only screen and (max-width: 767px) {
        .masthead .burger:before {
          display: none; } }
    .offtop .masthead .burger .text {
      opacity: 0; }
    .offtop .masthead .burger:before {
      transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
      -webkit-transform: scaleY(1) scaleX(1);
      transform: scaleY(1) scaleX(1); }
    .masthead .burger.open:before {
      background: transparent;
      box-shadow: none; }
    .masthead .burger.open .text {
      opacity: 1; }
      .masthead .burger.open .text .state-open span {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .masthead .burger.open .text .state-closed span {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0); }
    .masthead .burger.open .burger-open span {
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      background-color: #ffffff; }
      .masthead .burger.open .burger-open span:nth-child(1) {
        -webkit-transform: translate3d(0, 0, 0) scaleX(0);
        transform: translate3d(0, 0, 0) scaleX(0);
        transition-delay: 50ms; }
      .masthead .burger.open .burger-open span:nth-child(2) {
        -webkit-transform: translate3d(0, -50%, 0) scaleX(0);
        transform: translate3d(0, -50%, 0) scaleX(0);
        transition-delay: 75ms; }
      .masthead .burger.open .burger-open span:nth-child(3) {
        -webkit-transform: translate3d(0, -100%, 0) scaleX(0);
        transform: translate3d(0, -100%, 0) scaleX(0);
        transition-delay: 50ms; }
    .masthead .burger.open .burger-close span {
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
      background-color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .masthead .burger.open .burger-close span {
          background-color: #191919; } }
      .masthead .burger.open .burger-close span:nth-child(1) {
        -webkit-transform: translate3d(0, -50%, 0) rotate(45deg) scaleX(1);
        transform: translate3d(0, -50%, 0) rotate(45deg) scaleX(1); }
      .masthead .burger.open .burger-close span:nth-child(2) {
        -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(1);
        transform: translate3d(0, -50%, 0) rotate(-45deg) scaleX(1); }
    .masthead .burger:not(.open):hover .burger-open span, .masthead .burger:not(.open):focus .burger-open span {
      transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
      .masthead .burger:not(.open):hover .burger-open span:nth-child(1), .masthead .burger:not(.open):focus .burger-open span:nth-child(1) {
        -webkit-transform: translate3d(0, 0, 0) scaleX(0.8);
        transform: translate3d(0, 0, 0) scaleX(0.8);
        transition-delay: 50ms; }
      .masthead .burger:not(.open):hover .burger-open span:nth-child(2), .masthead .burger:not(.open):focus .burger-open span:nth-child(2) {
        -webkit-transform: translate3d(0, -50%, 0) scaleX(0.9);
        transform: translate3d(0, -50%, 0) scaleX(0.9);
        transition-delay: 75ms; }
      .masthead .burger:not(.open):hover .burger-open span:nth-child(3), .masthead .burger:not(.open):focus .burger-open span:nth-child(3) {
        -webkit-transform: translate3d(0, -100%, 0) scaleX(0.8);
        transform: translate3d(0, -100%, 0) scaleX(0.8);
        transition-delay: 50ms; }
  .masthead .bookings {
    margin-right: 70px;
    position: relative;
    height: 48px;
    width: 202px;
    letter-spacing: 0.07em; }
    @media only screen and (max-width: 767px) {
      .masthead .bookings {
        margin-right: 0px;
        width: 110px;
        padding: 10px 12px;
        white-space: nowrap; } }
    .masthead .bookings:hover, .masthead .bookings:focus {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .masthead .bookings span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      opacity: 0;
      transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1); }
      .masthead .bookings span:nth-child(1) {
        opacity: 1; }
      .masthead .bookings span:nth-child(2) {
        opacity: 0; }
    .masthead .bookings.open span:nth-child(1) {
      opacity: 0; }
    .masthead .bookings.open span:nth-child(2) {
      opacity: 1; }
    .menu-open .masthead .bookings {
      background: #E3EBF4;
      color: #313A43; }
  .masthead__vital {
    z-index: 999;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .masthead__vital {
        background-color: #191919; } }
    @media only screen and (max-width: 767px) {
      .masthead__vital > .container, .section--fullbleed .masthead__vital > .gallery__nav {
        padding: 0; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .masthead__vital > .container > .row, .section--fullbleed .masthead__vital > .gallery__nav > .row {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
    @media only screen and (max-width: 767px) {
        .masthead__vital > .container > .row > *, .section--fullbleed .masthead__vital > .gallery__nav > .row > * {
          padding-top: 0;
          padding-bottom: 0; } }
    .masthead__vital .menu-item-has-children {
      position: relative; }
      .masthead__vital .menu-item-has-children > ul {
        position: absolute;
        -webkit-overflow-scrolling: touch;
        height: auto;
        min-height: 100%;
        width: calc(100% - 30px);
        overflow: visible;
        min-width: 320px;
        background-color: #ffffff;
        top: calc(100% + 15px);
        left: 50%;
        -webkit-transform: translate3d(-50%, -5%, 0);
        transform: translate3d(-50%, -5%, 0);
        z-index: 3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        transition: opacity 150ms 150ms, -webkit-transform 250ms 150ms;
        transition: opacity 150ms 150ms, transform 250ms 150ms;
        transition: opacity 150ms 150ms, transform 250ms 150ms, -webkit-transform 250ms 150ms;
        list-style: none;
        text-align: left;
        letter-spacing: 1.5px;
        opacity: 0;
        pointer-events: none;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); }
        .masthead__vital .menu-item-has-children > ul:before {
          font-family: "nunsmere-iconset";
          position: absolute;
          content: "";
          left: 50%;
          top: -16px;
          font-size: 8px;
          color: #ffffff;
          font-size: 8px;
          -webkit-transform: rotate(180deg) translate3d(50%, -10px, 0);
          transform: rotate(180deg) translate3d(50%, -10px, 0);
          transition: -webkit-transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 150ms;
          transition: transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 150ms;
          transition: transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 150ms, -webkit-transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 150ms; }
        .ipad .masthead__vital .menu-item-has-children > ul,
        .safari .masthead__vital .menu-item-has-children > ul {
          transition: none; }
        @media only screen and (max-width: 575px) {
          .masthead__vital .menu-item-has-children > ul {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          .masthead__vital .menu-item-has-children > ul {
            width: calc(100% - 30px); } }
        .masthead__vital .menu-item-has-children > ul > li.hasdescription > a {
          padding: 20px; }
        .masthead__vital .menu-item-has-children > ul > li:first-child > a {
          padding-top: 20px; }
        .masthead__vital .menu-item-has-children > ul > li:last-child > a {
          padding-bottom: 20px; }
        .masthead__vital .menu-item-has-children > ul > li > a {
          padding: 6px 20px;
          font-family: "ProximaNova-Semibold", sans-serif;
          font-size: 12px;
          color: #313A43;
          transition: opacity 100ms 150ms;
          transition-delay: 350ms;
          opacity: 0; }
          .masthead__vital .menu-item-has-children > ul > li > a small {
            font-size: 14px;
            line-height: 1.4em;
            letter-spacing: 0px;
            font-family: "ProximaNova-Light", sans-serif;
            color: #191919;
            text-transform: none;
            white-space: normal; }
      .masthead__vital .menu-item-has-children.active > ul {
        -webkit-transform: translate3d(-50%, 0%, 0);
        transform: translate3d(-50%, 0%, 0);
        opacity: 1;
        pointer-events: auto; }
        .masthead__vital .menu-item-has-children.active > ul:before {
          -webkit-transform: rotate(180deg) translate3d(50%, 0px, 0);
          transform: rotate(180deg) translate3d(50%, 0px, 0);
          transition: -webkit-transform 200ms cubic-bezier(0.42, 0, 0.58, 1) 100ms;
          transition: transform 200ms cubic-bezier(0.42, 0, 0.58, 1) 100ms;
          transition: transform 200ms cubic-bezier(0.42, 0, 0.58, 1) 100ms, -webkit-transform 200ms cubic-bezier(0.42, 0, 0.58, 1) 100ms; }
        .masthead__vital .menu-item-has-children.active > ul > li > a {
          transition-delay: 120ms;
          opacity: 1; }
  .masthead__burger {
    pointer-events: none;
    z-index: 998;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    padding: 104px 0; }
    @media only screen and (max-width: 767px) {
      .masthead__burger {
        padding: 90px 0; }
        .masthead__burger > .container, .section--fullbleed .masthead__burger > .gallery__nav {
          max-height: calc(100vh - 180px);
          overflow: scroll;
          -webkit-overflow-scrolling: touch; } }
    .masthead__burger-minor {
      margin-top: 42px; }
    .masthead__burger [data-modal-menu] {
      opacity: 0;
      position: absolute;
      pointer-events: none; }
      .masthead__burger [data-modal-menu].active {
        opacity: 1;
        position: relative;
        pointer-events: auto; }
      @media only screen and (max-width: 1259px) {
        .masthead__burger [data-modal-menu] .menu-item-has-children {
          overflow: hidden; } }
      .masthead__burger [data-modal-menu] .menu-item-has-children > a::after {
        font-family: "nunsmere-iconset";
        position: relative;
        content: "";
        right: 0;
        color: #ffffff;
        font-size: 5px;
        padding-left: 15px;
        vertical-align: middle; }
        @media only screen and (min-width: 1260px) {
          .masthead__burger [data-modal-menu] .menu-item-has-children > a::after {
            content: none; } }
      @media only screen and (max-width: 1259px) {
        .masthead__burger [data-modal-menu] .menu-item-has-children > div {
          height: 0; } }
      @media only screen and (max-width: 1259px) {
        .masthead__burger [data-modal-menu] .menu-item-has-children > div ul li {
          opacity: 0;
          -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
          transition: none; } }
      .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td {
        text-transform: none;
        color: #ffffff; }
        @media only screen and (max-width: 575px) {
          .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td {
            font-size: 12px !important; } }
      .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li:not(.active) p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li:not(.active) .base-content td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li:not(.active) td {
        color: #ffffff; }
      .masthead__burger [data-modal-menu] .embed-slider__item > div {
        padding-bottom: 0px !important; }
      @media only screen and (min-width: 768px) {
        .masthead__burger [data-modal-menu] #activity .gform_fields {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      .masthead__burger [data-modal-menu] #activity .gform_fields > li {
        -webkit-flex: 1 47%;
        -ms-flex: 1 47%;
        flex: 1 47%;
        margin: 0 5px !important; }
        .masthead__burger [data-modal-menu] #activity .gform_fields > li.nolabel {
          -webkit-flex: 0 100%;
          -ms-flex: 0 100%;
          flex: 0 100%; }
    .masthead__burger:before {
      content: '';
      z-index: 1;
      position: absolute;
      height: 100vh;
      width: 100vw;
      background: #ffffff;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transform-origin: top right;
      transform-origin: top right;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: opacity 0ms ease, -webkit-transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      transition: opacity 0ms ease, transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      transition: opacity 0ms ease, transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 0ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      will-change: transform; }
      @media only screen and (max-width: 767px) {
        .masthead__burger:before {
          background: #191919; } }
    .masthead__burger:after {
      content: '';
      z-index: 1;
      position: absolute;
      height: calc(100vh - 32px);
      width: calc(100vw - 32px);
      background: #313A43;
      top: 16px;
      right: 16px;
      opacity: 0;
      -webkit-transform-origin: top right;
      transform-origin: top right;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: opacity 0ms ease 350ms, -webkit-transform 200ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: opacity 0ms ease 350ms, transform 200ms cubic-bezier(0.42, 0, 0.58, 1);
      transition: opacity 0ms ease 350ms, transform 200ms cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 200ms cubic-bezier(0.42, 0, 0.58, 1);
      will-change: transform; }
      @media only screen and (max-width: 767px) {
        .masthead__burger:after {
          height: calc(100vh - 16px);
          width: calc(100vw - 16px);
          top: 8px;
          right: 8px; } }
    .masthead__burger > div {
      opacity: 0;
      z-index: 2;
      position: relative;
      height: 100%;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .menu-open .masthead__burger > div.active {
        transition: opacity 150ms ease 500ms;
        opacity: 1; }
    @media only screen and (max-width: 767px) {
      .masthead__burger__focus {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 0; } }
    .masthead__burger__focus ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      @media only screen and (max-width: 767px) {
        .masthead__burger__focus ul {
          margin-bottom: 0;
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .masthead__burger__focus > ul > li:first-child {
        display: none; } }
    .masthead__burger__focus li {
      -webkit-transform: translate3d(5px, 40px, 0);
      transform: translate3d(5px, 40px, 0);
      opacity: 0;
      transition: opacity 0ms, -webkit-transform 0ms;
      transition: transform 0ms, opacity 0ms;
      transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
      padding-top: 0px;
      padding-bottom: 0px;
      transition: padding-top 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms, padding-bottom 300ms cubic-bezier(0.19, 1, 0.22, 1) 0ms; }
      .menu-open .masthead__burger__focus li {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; }
        .menu-open .masthead__burger__focus li:nth-child(0) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms; }
        .menu-open .masthead__burger__focus li:nth-child(1) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 550ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 575ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 575ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 550ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 575ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 550ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 575ms; }
        .menu-open .masthead__burger__focus li:nth-child(2) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms; }
        .menu-open .masthead__burger__focus li:nth-child(3) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 725ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 725ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 725ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 650ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 725ms; }
        .menu-open .masthead__burger__focus li:nth-child(4) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms; }
        .menu-open .masthead__burger__focus li:nth-child(5) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 750ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 875ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 875ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 750ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 875ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 750ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 875ms; }
        .menu-open .masthead__burger__focus li:nth-child(6) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms; }
        .menu-open .masthead__burger__focus li:nth-child(7) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 850ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1025ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1025ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 850ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1025ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 850ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1025ms; }
        .menu-open .masthead__burger__focus li:nth-child(8) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms; }
        .menu-open .masthead__burger__focus li:nth-child(9) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1175ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1175ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1175ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 950ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1175ms; }
        .menu-open .masthead__burger__focus li:nth-child(10) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms; }
        .menu-open .masthead__burger__focus li:nth-child(11) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1050ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1325ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1325ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1050ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1325ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1050ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1325ms; }
        .menu-open .masthead__burger__focus li:nth-child(12) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms; }
        .menu-open .masthead__burger__focus li:nth-child(13) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1475ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1475ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1475ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1475ms; }
        .menu-open .masthead__burger__focus li:nth-child(14) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, padding-top 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, padding-bottom 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms; }
      .masthead__burger__focus li.minor a {
        font-family: "ProximaNova-Light", sans-serif;
        line-height: 1.2em;
        font-size: 24px; }
        @media only screen and (max-width: 767px) {
          .masthead__burger__focus li.minor a {
            line-height: 1.2em;
            font-size: 18px; } }
      .masthead__burger__focus li a {
        position: relative;
        padding: 8px 16px;
        display: block;
        font-family: "Butler", sans-serif;
        font-size: 24px;
        line-height: 1.2em;
        color: #ffffff;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1); }
        @media only screen and (min-width: 768px) {
          .masthead__burger__focus li a {
            padding: 12px 16px;
            font-size: 48px;
            line-height: 1.2em; } }
        @media only screen and (max-height: 900px) and (min-width: 768px) {
          .masthead__burger__focus li a {
            font-size: 32px;
            line-height: 1.2em; } }
        .masthead__burger__focus li a span {
          position: relative; }
          .masthead__burger__focus li a span:after {
            transition: -webkit-transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
            transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 2px;
            width: 100%;
            background-color: #ffffff;
            -webkit-transform: scaleX(0);
            transform: scaleX(0); }
        .masthead__burger__focus li a:hover span:after, .masthead__burger__focus li a:focus span:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      @media only screen and (min-width: 1260px) {
        .masthead__burger__focus li.current_page_item a span:after {
          -webkit-transform: scaleX(1);
          transform: scaleX(1); } }
      .masthead__burger__focus li.btn--pink {
        padding: 0; }
        .masthead__burger__focus li.btn--pink a {
          color: #F8DFDF; }
          .masthead__burger__focus li.btn--pink a span:after {
            background-color: #F8DFDF; }
    @media only screen and (max-width: 767px) {
      .masthead__burger__minor {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 0; } }
    .masthead__burger__minor ul {
      list-style: none; }
    .masthead__burger__minor li {
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0);
      opacity: 0;
      transition: opacity 0ms, -webkit-transform 0ms;
      transition: transform 0ms, opacity 0ms;
      transition: transform 0ms, opacity 0ms, -webkit-transform 0ms; }
      .menu-open .masthead__burger__minor li {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1; }
        .menu-open .masthead__burger__minor li:nth-child(0) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }
        .menu-open .masthead__burger__minor li:nth-child(1) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1050ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1075ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1075ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1050ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1075ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1050ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1075ms; }
        .menu-open .masthead__burger__minor li:nth-child(2) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms; }
        .menu-open .masthead__burger__minor li:nth-child(3) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1225ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1225ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1225ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1150ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1225ms; }
        .menu-open .masthead__burger__minor li:nth-child(4) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms; }
        .menu-open .masthead__burger__minor li:nth-child(5) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1250ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms; }
        .menu-open .masthead__burger__minor li:nth-child(6) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms; }
        .menu-open .masthead__burger__minor li:nth-child(7) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1350ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1350ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1350ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms; }
        .menu-open .masthead__burger__minor li:nth-child(8) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms; }
        .menu-open .masthead__burger__minor li:nth-child(9) {
          transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms;
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms; }
      .masthead__burger__minor li a {
        position: relative;
        padding: 10px 0;
        display: inline-block;
        font-family: "ProximaNova-Regular", sans-serif;
        font-size: 16px;
        line-height: 1.2em;
        color: #ffffff;
        text-transform: uppercase; }
        @media only screen and (min-width: 768px) {
          .masthead__burger__minor li a {
            padding: 20px 0;
            text-transform: none;
            font-size: 32px; } }
        @media only screen and (max-height: 900px) and (min-width: 768px) {
          .masthead__burger__minor li a {
            font-size: 16px;
            line-height: 1.2em; } }
        .masthead__burger__minor li a:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: 10px;
          left: 0px;
          background-color: #ffffff;
          -webkit-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: left;
          transform-origin: left;
          transition: -webkit-transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 300ms cubic-bezier(0.19, 1, 0.22, 1); }
        .masthead__burger__minor li a:hover:before, .masthead__burger__minor li a:focus:before {
          transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
      .masthead__burger__minor li.current_page_item a:before {
        transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .masthead__burger__social {
      position: absolute !important;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .masthead__burger__social ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .masthead__burger__social li {
        -webkit-transform: translate3d(4px, 20px, 0);
        transform: translate3d(4px, 20px, 0);
        opacity: 0;
        transition: opacity 0ms, -webkit-transform 0ms;
        transition: transform 0ms, opacity 0ms;
        transition: transform 0ms, opacity 0ms, -webkit-transform 0ms; }
        .menu-open .masthead__burger__social li {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 1; }
          .menu-open .masthead__burger__social li:nth-child(0) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms; }
          .menu-open .masthead__burger__social li:nth-child(1) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1350ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1350ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1350ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1375ms; }
          .menu-open .masthead__burger__social li:nth-child(2) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms; }
          .menu-open .masthead__burger__social li:nth-child(3) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1450ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1525ms; }
          .menu-open .masthead__burger__social li:nth-child(4) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1500ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms; }
          .menu-open .masthead__burger__social li:nth-child(5) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1550ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1675ms; }
          .menu-open .masthead__burger__social li:nth-child(6) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1600ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms; }
          .menu-open .masthead__burger__social li:nth-child(7) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1650ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1825ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1825ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1650ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1825ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1650ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1825ms; }
          .menu-open .masthead__burger__social li:nth-child(8) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1700ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1900ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1700ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1900ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1700ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1900ms; }
          .menu-open .masthead__burger__social li:nth-child(9) {
            transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1975ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1975ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms;
            transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1975ms, opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1750ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1975ms; }
        .masthead__burger__social li a {
          color: #ffffff;
          padding: 8px 16px;
          opacity: 0.75;
          transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1); }
          .masthead__burger__social li a:hover, .masthead__burger__social li a:focus {
            opacity: 1; }
    .menu-open .masthead__burger {
      pointer-events: auto; }
      .menu-open .masthead__burger:before {
        transition: opacity 800ms ease, -webkit-transform 0ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: opacity 800ms ease, transform 0ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: opacity 800ms ease, transform 0ms cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0ms cubic-bezier(0.42, 0, 0.58, 1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      .menu-open .masthead__burger:after {
        transition: -webkit-transform 300ms cubic-bezier(0.96, -0.025, 0.315, 0.83);
        transition: transform 300ms cubic-bezier(0.96, -0.025, 0.315, 0.83);
        transition: transform 300ms cubic-bezier(0.96, -0.025, 0.315, 0.83), -webkit-transform 300ms cubic-bezier(0.96, -0.025, 0.315, 0.83);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

@media only screen and (max-width: 767px) {
  .menu__header_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.menu__header_logo svg {
  width: auto;
  max-width: 100%; }
  @media only screen and (max-width: 575px) {
    .menu__header_logo svg {
      height: 35px;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .menu__header_logo svg {
      width: auto;
      height: 36px; } }
  .menu__header_logo svg path:not(.nofill) {
    fill: #ffffff; }
    .nav--black:not(.menu-open):not(.filters-open) .menu__header_logo svg path:not(.nofill) {
      transition: fill 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms; }
      @media only screen and (min-width: 768px) {
        .nav--black:not(.menu-open):not(.filters-open) .menu__header_logo svg path:not(.nofill) {
          fill: #191919; } }
  .menu__header_logo svg path.nofill {
    stroke: #ffffff; }
    .nav--black:not(.menu-open):not(.filters-open) .menu__header_logo svg path.nofill {
      transition: stroke 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      stroke: #191919; }

.menu__header_logo__root {
  position: relative;
  left: 0;
  top: 0;
  transition: -webkit-transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms; }
  @media only screen and (min-width: 768px) {
    .offtop .menu__header_logo__root {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); } }
  .menu-open .menu__header_logo__root {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 767px) {
    .menu__header_logo__root {
      padding-left: 16px; } }

.menu__header_vital {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0; }
  .menu__header_vital li.active a:before, .menu__header_vital li.current-menu-item a:before, .menu__header_vital li:hover a:before {
    -webkit-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1); }
  .menu__header_vital li.menu-item-has-children > a:after {
    font-family: "nunsmere-iconset";
    position: relative;
    content: "";
    right: 0;
    color: #ffffff;
    font-size: 5px;
    padding-left: 5px; }
    .nav--black:not(.menu-open):not(.filters-open) .menu__header_vital li.menu-item-has-children > a:after {
      color: #191919; }
  .menu__header_vital li.menu-item-has-children .hasdescription a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .menu__header_vital li.menu-item-has-children .hasdescription:nth-child(even) {
    background-color: #F7FBFE;
    border-top: 1px solid #EEEEEE; }
  .menu__header_vital li.menu-item-has-children li:not(.menu-item-has-children) > a {
    position: relative;
    overflow: hidden; }
    .menu__header_vital li.menu-item-has-children li:not(.menu-item-has-children) > a:after {
      position: absolute;
      z-index: -1;
      content: '';
      top: 0;
      left: 0;
      width: calc(100% + 20px);
      height: 100%;
      background: #F7FBFE;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      transition: -webkit-transform 1000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      transition: transform 1000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
      transition: transform 1000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 1000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms; }
    .menu__header_vital li.menu-item-has-children li:not(.menu-item-has-children) > a:hover:after {
      transition: -webkit-transform 800ms cubic-bezier(0.42, 0, 0.58, 1) 50ms;
      transition: transform 800ms cubic-bezier(0.42, 0, 0.58, 1) 50ms;
      transition: transform 800ms cubic-bezier(0.42, 0, 0.58, 1) 50ms, -webkit-transform 800ms cubic-bezier(0.42, 0, 0.58, 1) 50ms;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .menu__header_vital li.menu-item-has-children li:not(.menu-item-has-children).hasdescription:nth-child(even) > a:after {
    background: #FFFFFF; }
  .menu__header_vital li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu__header_vital li a:focus:before {
      -webkit-transform: translateY(-50%) scaleX(1);
      transform: translateY(-50%) scaleX(1); }
  .menu__header_vital a {
    font-size: 14px;
    font-family: "ProximaNova-Semibold", sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 8px 16px;
    transition: all 250ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    will-change: opacity;
    position: relative;
    white-space: nowrap; }
    .nav--black:not(.menu-open):not(.filters-open) .menu__header_vital a {
      color: #191919; }
  .menu-open .menu__header_vital a {
    opacity: 0; }
  .menu__header_vital__root {
    min-height: 100px;
    transition: -webkit-transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
    transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
    transition: transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms, -webkit-transform 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms; }
    .offtop .menu__header_vital__root {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }

@-webkit-keyframes vitalButtonActive {
  0% {
    -webkit-transform: scaleX(1) translate3d(0, -50%, 0);
    transform: scaleX(1) translate3d(0, -50%, 0);
    width: 20px; }
  45% {
    -webkit-transform: scaleX(1) translate3d(-20px, -50%, 0);
    transform: scaleX(1) translate3d(-20px, -50%, 0);
    width: 20px; }
  46% {
    -webkit-transform: scaleX(1) translate3d(100%, -50%, 0);
    transform: scaleX(1) translate3d(100%, -50%, 0);
    width: 100%; }
  100% {
    -webkit-transform: scaleX(1) translate3d(0, -50%, 0);
    transform: scaleX(1) translate3d(0, -50%, 0);
    width: 20px; } }

@keyframes vitalButtonActive {
  0% {
    -webkit-transform: scaleX(1) translate3d(0, -50%, 0);
    transform: scaleX(1) translate3d(0, -50%, 0);
    width: 20px; }
  45% {
    -webkit-transform: scaleX(1) translate3d(-20px, -50%, 0);
    transform: scaleX(1) translate3d(-20px, -50%, 0);
    width: 20px; }
  46% {
    -webkit-transform: scaleX(1) translate3d(100%, -50%, 0);
    transform: scaleX(1) translate3d(100%, -50%, 0);
    width: 100%; }
  100% {
    -webkit-transform: scaleX(1) translate3d(0, -50%, 0);
    transform: scaleX(1) translate3d(0, -50%, 0);
    width: 20px; } }

.footer {
  background-color: #000000; }
  @media only screen and (min-width: 768px) {
    .footer .row > div:first-child {
      padding-left: 0; }
    .footer .row > div:last-child {
      padding-right: 0; } }
  .footer .row [class^="col-"], .footer .row [class*=" col-"] {
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .footer .row [class^="col-"]:nth-child(1), .footer .row [class*=" col-"]:nth-child(1) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 0; }
        .footer .row [class^="col-"]:nth-child(1) ul, .footer .row [class*=" col-"]:nth-child(1) ul {
          margin-bottom: 0; }
          .footer .row [class^="col-"]:nth-child(1) ul a, .footer .row [class*=" col-"]:nth-child(1) ul a {
            display: block;
            padding: 8px 0; }
      .footer .row [class^="col-"]:nth-child(2), .footer .row [class*=" col-"]:nth-child(2) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
        .footer .row [class^="col-"]:nth-child(2) ul, .footer .row [class*=" col-"]:nth-child(2) ul {
          margin-bottom: 0; }
      .footer .row [class^="col-"]:nth-child(3), .footer .row [class*=" col-"]:nth-child(3) {
        padding-top: 0;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
        .footer .row [class^="col-"]:nth-child(3) ul, .footer .row [class*=" col-"]:nth-child(3) ul {
          margin-top: 0; }
          .footer .row [class^="col-"]:nth-child(3) ul a, .footer .row [class*=" col-"]:nth-child(3) ul a {
            display: block;
            padding: 8px 0; } }
  .footer ul {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .footer ul {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .footer ul.flex--j-c, .footer ul.masthead__burger__focus, .footer ul.masthead__burger__minor, .footer ul.embed-slider__nav__bullet, .footer ul.hero__slide__content {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    @media only screen and (max-width: 767px) {
      .footer ul.footer__social {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        .footer ul.footer__social li {
          -webkit-flex: auto;
          -ms-flex: auto;
          flex: auto;
          width: auto; } }
    .footer ul a {
      color: #ffffff;
      font-size: 14px; }
      .footer ul a.social-icon {
        font-size: 22px;
        padding: 0 16px; }
      .footer ul a:not(.social-icon) {
        opacity: 0.8; }
        .footer ul a:not(.social-icon):hover {
          opacity: 1; }
  @media only screen and (max-width: 767px) {
    .footer__logo {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .footer__logo img {
    height: auto;
    width: 65px;
    display: block; }

.menu__footer_minor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .menu__footer_minor {
      text-align: center; } }
  .menu__footer_minor li {
    display: block; }
    .menu__footer_minor li a {
      color: #ffffff;
      line-height: 24px;
      padding: 8px;
      display: block; }

.gallery__container {
  width: 100%;
  position: relative; }
  .section--fullbleed .gallery__container {
    padding: 0; }

.gallery__block {
  overflow: hidden;
  position: relative;
  background-color: #191919; }
  .gallery__block > .gallery__item {
    position: relative;
    z-index: 5;
    opacity: 1; }
    .gallery__block > .gallery__item:not(.active) {
      position: absolute;
      z-index: 1;
      opacity: 0;
      top: 0;
      left: 0; }

.gallery__nav {
  margin: 0 auto;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 999; }
  @media only screen and (max-width: 767px) {
    .gallery__nav {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .gallery__nav ul {
    background-color: #ffffff;
    padding: 20px;
    list-style: none;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .gallery__nav ul li {
      cursor: pointer;
      padding: 8px; }
      .gallery__nav ul li:not(.active) {
        opacity: 0.5; }
      .gallery__nav ul li:hover, .gallery__nav ul li:focus {
        opacity: 1; }
      .gallery__nav ul li span {
        display: block;
        width: 44px;
        height: 6px;
        background-color: #191919; }

.gallery__borders {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .gallery__borders .one,
  .gallery__borders .two,
  .gallery__borders .three,
  .gallery__borders .four {
    background-color: #ffffff;
    transition: -webkit-transform 1000ms cubic-bezier(0.17, 0.67, 0.83, 0.67) 100ms;
    transition: transform 1000ms cubic-bezier(0.17, 0.67, 0.83, 0.67) 100ms;
    transition: transform 1000ms cubic-bezier(0.17, 0.67, 0.83, 0.67) 100ms, -webkit-transform 1000ms cubic-bezier(0.17, 0.67, 0.83, 0.67) 100ms; }
  .gallery__borders .one {
    position: absolute;
    top: -1%;
    left: -1%;
    right: auto;
    bottom: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    height: 101%;
    width: 101%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .gallery__borders .two {
    position: absolute;
    top: auto;
    left: -1%;
    right: auto;
    bottom: -1%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    height: 101%;
    width: 101%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }

.gallery--video {
  position: relative; }
  .gallery--video .gallery__item {
    background-color: #191919; }
    .gallery--video .gallery__item img {
      opacity: 0.75; }

.gallery__item.active {
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1; }

.slidetrans .gallery__item * {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0; }

.gallery__item .copyright_tag {
  position: absolute;
  bottom: 0;
  right: 0; }

.gallery__item--video {
  background-color: #191919; }
  .gallery__item--video img {
    opacity: 0.75; }

.gallery__item img {
  display: block;
  width: 100%; }

.gallery__item__content {
  background-color: #ffffff; }

@media only screen and (max-width: 767px) {
  .gallery__item__caption {
    text-align: center;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.gallery__item__caption--curiosityfund {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 12; }
  .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .base-content td, .base-content .gallery__item__caption--curiosityfund td {
    color: #ffffff; }

.gallery__item__cta {
  padding: 16px 38px;
  background-color: #ffffff;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: relative;
  transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1); }
  @media only screen and (max-width: 767px) {
    .gallery__item__cta {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .gallery__item__cta:after {
    font-family: 'ga-iconset';
    content: '\e904';
    position: absolute;
    display: block;
    right: 16px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    margin-top: -1px;
    font-size: 16px;
    transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1); }
  .gallery__item__cta:hover, .gallery__item__cta:focus {
    -webkit-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0); }
  .gallery__item__cta h5, .gallery__item__cta .subheading--h2 {
    margin-bottom: 0.2em; }

.gallery__item__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 12;
  width: 100%;
  height: 100%; }
  .gallery__item__overlay--link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff; }
    .gallery__item__overlay--link > .btn {
      padding-left: 40px; }
      .gallery__item__overlay--link > .btn [class^="icon-"], .gallery__item__overlay--link > .btn [class*=" icon-"] {
        font-size: 32px;
        margin-top: -0.3em; }
        @media only screen and (max-width: 767px) {
          .gallery__item__overlay--link > .btn [class^="icon-"], .gallery__item__overlay--link > .btn [class*=" icon-"] {
            font-size: 70px;
            margin-top: 0;
            width: auto;
            height: auto; } }
      .gallery__item__overlay--link > .btn p, .gallery__item__overlay--link > .btn .base-content td, .base-content .gallery__item__overlay--link > .btn td {
        font-size: 24px; }
        @media only screen and (max-width: 767px) {
          .gallery__item__overlay--link > .btn p, .gallery__item__overlay--link > .btn .base-content td, .base-content .gallery__item__overlay--link > .btn td {
            display: none; } }

.gallery.inview .gallery__borders .one,
.gallery.inview .gallery__borders .two,
.gallery.inview .gallery__borders .three,
.gallery.inview .gallery__borders .four {
  transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }

.gallery.inview .gallery__borders .one,
.gallery.inview .gallery__borders .two {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.gallery.inview .gallery__borders .three,
.gallery.inview .gallery__borders .four {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.feature {
  position: relative; }
  .feature .slick-arrow {
    display: block !important;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
    .feature .slick-arrow:before {
      font-family: 'boilerplate' !important;
      top: 50%; }
    .feature .slick-arrow.slick-next {
      right: 15px; }
      .feature .slick-arrow.slick-next:before {
        content: "";
        display: block;
        position: relative; }
    .feature .slick-arrow.slick-prev {
      left: 15px; }
      .feature .slick-arrow.slick-prev:before {
        content: "";
        display: block;
        position: relative; }
  .feature__slider {
    position: relative;
    z-index: 5; }
    @media only screen and (max-width: 767px) {
      .feature__slider {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important; } }
    .feature__slider:before {
      background-color: #E3EBF4;
      content: '';
      top: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block; }
      @media only screen and (min-width: 768px) {
        .feature__slider:before {
          width: 70%; } }
    .feature__slider__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      z-index: 10;
      bottom: 0px;
      right: 6vw; }
      @media only screen and (max-width: 767px) {
        .feature__slider__nav {
          position: relative;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          width: 100%;
          left: auto !important;
          right: auto !important;
          margin-top: -50px;
          bottom: -20px; } }
      .feature__slider__nav ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .feature__slider__nav ul li {
          padding: 0;
          margin: 0; }
          .feature__slider__nav ul li.active a {
            opacity: 1; }
          .feature__slider__nav ul li a {
            opacity: 0.5;
            color: #ffffff; }
      .feature__slider__nav .feature__slider__switcher {
        margin-bottom: 16px; }
        .feature__slider__nav .feature__slider__switcher li a {
          font-size: 16px;
          font-family: "ProximaNova-Semibold", sans-serif;
          padding: 0 16px 8px 0;
          border-bottom: 4px solid white;
          margin-right: 12px; }
    @media only screen and (max-width: 767px) {
      .feature__slider__arrows {
        width: 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (min-width: 768px) {
      .feature__slider__arrows {
        margin-right: 24px; } }
    .feature__slider__arrow {
      background-color: #313A43;
      margin: 0 16px; }
      .feature__slider__arrow svg {
        display: none;
        position: absolute;
        height: 100%;
        width: 100%; }
        .feature__slider__arrow svg circle {
          z-index: 1; }
          @media only screen and (min-width: 768px) {
            .feature__slider__arrow svg circle {
              stroke-dasharray: 322;
              stroke-dashoffset: -470; } }
      .feature__slider__arrow--prev {
        position: relative;
        display: block;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 0;
        padding: 0;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
        .feature__slider__arrow--prev .icon {
          color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          display: inline-block;
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
          transform: translate3d(-50%, -50%, 0) rotate(180deg); }
        .feature__slider__arrow--prev:hover, .feature__slider__arrow--prev:focus {
          -webkit-transform: translate3d(-5px, 0%, 0);
          transform: translate3d(-5px, 0%, 0); }
        .feature__slider__arrow--prev.fill svg circle {
          -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
          animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
        .feature__slider__arrow--prev.autoplay svg circle {
          -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
          animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
      .feature__slider__arrow--next {
        position: relative;
        display: block;
        border-radius: 50px;
        height: 50px;
        width: 50px;
        font-size: 20px;
        line-height: 0;
        padding: 0;
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
        @media only screen and (min-width: 768px) {
          .feature__slider__arrow--next {
            margin: 0 0 5px 0; } }
        .feature__slider__arrow--next .icon {
          color: #ffffff;
          position: absolute;
          top: 50%;
          left: 50%;
          display: inline-block;
          -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
        .feature__slider__arrow--next:hover, .feature__slider__arrow--next:focus {
          -webkit-transform: translate3d(5px, 0%, 0);
          transform: translate3d(5px, 0%, 0); }
        .feature__slider__arrow--next.fill svg circle {
          -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
          animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }
        .feature__slider__arrow--next.autoplay svg circle {
          -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
          animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }
  .feature__slide {
    position: relative;
    z-index: 5;
    overflow: hidden;
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .feature__slide {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 0;
        padding: 25px 25px 0; } }
    .feature__slide:not(.active) {
      position: absolute;
      z-index: 1;
      opacity: 0; }
    .feature__slide__content {
      position: relative;
      z-index: 2; }

@media only screen and (min-width: 768px) and (min-width: 0) {
  .feature__slide__content {
    padding-left: calc( ( 100vw - 100% ) / 1.65); } }

@media only screen and (min-width: 768px) and (min-width: 576px) {
  .feature__slide__content {
    padding-left: calc( ( 100vw - 540px ) / 1.65); } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .feature__slide__content {
    padding-left: calc( ( 100vw - 720px ) / 1.65); } }

@media only screen and (min-width: 768px) and (min-width: 1020px) {
  .feature__slide__content {
    padding-left: calc( ( 100vw - 960px ) / 1.65); } }

@media only screen and (min-width: 768px) and (min-width: 1260px) {
  .feature__slide__content {
    padding-left: calc( ( 100vw - 1200px ) / 1.65); } }

@media only screen and (min-width: 768px) and (min-width: 1660px) {
  .feature__slide__content {
    padding-left: calc( ( 100vw - 1600px ) / 1.65); } }
      @media only screen and (max-width: 767px) {
        .feature__slide__content {
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          padding: 25px; } }
      .feature__slide__content .paragraph {
        margin-top: 32px; }
      .feature__slide__content.hasAnim > div > * {
        transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
        will-change: opacity;
        opacity: 0; }
        .feature__slide__content.hasAnim > div > *:nth-child(0) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms; }
        .feature__slide__content.hasAnim > div > *:nth-child(1) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }
        .feature__slide__content.hasAnim > div > *:nth-child(2) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 1850ms; }
        .feature__slide__content.hasAnim > div > *:nth-child(3) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 2700ms; }
        .feature__slide__content.hasAnim > div > *:nth-child(4) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 3550ms; }
      .feature__slide__content.hasAnim.ready > div > * {
        opacity: 1; }
    .feature__slide__overlay {
      position: absolute;
      z-index: 11;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 2500ms;
      will-change: opacity;
      opacity: 0; }
      .feature__slide__overlay.ready {
        opacity: 1; }
      .feature__slide__overlay .btn {
        opacity: 0.5;
        transition: opacity 150ms ease; }
        .feature__slide__overlay .btn:hover, .feature__slide__overlay .btn:focus {
          opacity: 1; }
        .feature__slide__overlay .btn .icon-play {
          color: #ffffff;
          opacity: 0.85;
          font-size: 32px; }
    .feature__slide--map .acf-map {
      position: absolute !important;
      height: 100%;
      width: 100%; }
  .feature--invert .feature__slider {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .feature--invert .feature__slider:before {
      right: 0;
      left: auto; }
    .feature--invert .feature__slider__nav {
      left: 6vw;
      right: auto; }

@media only screen and (min-width: 768px) and (min-width: 0) {
  .feature--invert .feature__slide__content {
    padding-right: calc( ( 100vw - 100% ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 576px) {
  .feature--invert .feature__slide__content {
    padding-right: calc( ( 100vw - 540px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .feature--invert .feature__slide__content {
    padding-right: calc( ( 100vw - 720px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 1020px) {
  .feature--invert .feature__slide__content {
    padding-right: calc( ( 100vw - 960px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 1260px) {
  .feature--invert .feature__slide__content {
    padding-right: calc( ( 100vw - 1200px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 1660px) {
  .feature--invert .feature__slide__content {
    padding-right: calc( ( 100vw - 1600px ) /2); } }
  .feature--remove_bg .feature__slider:before {
    display: none; }

@-webkit-keyframes circle_ring {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -470; } }

@keyframes circle_ring {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -470; } }

@-webkit-keyframes scrollGesture {
  0% {
    -webkit-transform: translate3d(0, 100%, 0); }
  99.999% {
    -webkit-transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }

@media only screen and (max-width: 767px) {
  .column__header {
    padding-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .column__header + .column__paragraph {
    padding-top: 0; } }

@media only screen and (min-width: 768px) {
  .column__header + .column__paragraph .paragraph {
    padding-top: 20px; } }

@media only screen and (min-width: 768px) {
  .column__header > .heading:last-child [class^="heading__"], .column__header > .heading:last-child [class*=" heading__"] {
    margin-bottom: 0.2em; } }

@media only screen and (min-width: 768px) {
  .column__header--hassubheading + .column__paragraph .paragraph {
    padding-top: 50px; } }

.column__portal {
  padding: 25px 0; }
  @media only screen and (min-width: 768px) {
    .column__portal {
      padding: 25px 50px; } }
  @media only screen and (min-width: 1020px) {
    .column__portal {
      padding: 25px 80px; } }
  @media only screen and (min-width: 768px) {
    .portals--3 .column__portal.col-md-6:nth-child(odd) {
      padding-right: 41.66667px; } }
  @media only screen and (min-width: 1020px) {
    .portals--3 .column__portal.col-md-6:nth-child(odd) {
      padding-right: 60px; } }
  @media only screen and (min-width: 768px) {
    .portals--3 .column__portal.col-md-6:nth-child(even) {
      padding-left: 41.66667px; } }
  @media only screen and (min-width: 1020px) {
    .portals--3 .column__portal.col-md-6:nth-child(even) {
      padding-left: 60px; } }
  .column__portal.col-md-6.col-xl-12 {
    padding: 25px 0; }
    @media only screen and (min-width: 768px) {
      .column__portal.col-md-6.col-xl-12 {
        padding: 25px 50px; } }
    @media only screen and (min-width: 1020px) {
      .column__portal.col-md-6.col-xl-12 {
        padding: 25px 80px; } }
  @media only screen and (min-width: 768px) {
    .column__portal.col-md-4:nth-child(1) {
      padding-right: 40px; } }
  @media only screen and (min-width: 1020px) {
    .column__portal.col-md-4:nth-child(1) {
      padding-right: 40px; } }
  @media only screen and (min-width: 768px) {
    .column__portal.col-md-4:nth-child(2) {
      padding-right: 45px;
      padding-left: 45px; } }
  @media only screen and (min-width: 1020px) {
    .column__portal.col-md-4:nth-child(2) {
      padding-right: 60px;
      padding-left: 60px; } }
  @media only screen and (min-width: 768px) {
    .column__portal.col-md-4:nth-child(3) {
      padding-left: 40px; } }
  @media only screen and (min-width: 1020px) {
    .column__portal.col-md-4:nth-child(3) {
      padding-left: 40px; } }
  @media only screen and (max-width: 1259px) {
    .column__portal.col-lg-3 {
      padding: 25px 25px; } }
  @media only screen and (max-width: 767px) {
    .column__portal.col-lg-3 {
      padding: 25px 0; } }
  @media only screen and (min-width: 1260px) {
    .column__portal.col-lg-3:nth-child(1) {
      padding-right: 40px; } }
  @media only screen and (min-width: 1260px) {
    .column__portal.col-lg-3:nth-child(2), .column__portal.col-lg-3:nth-child(3) {
      padding-right: 60px;
      padding-left: 60px; } }
  @media only screen and (min-width: 1260px) {
    .column__portal.col-lg-3:nth-child(4) {
      padding-left: 40px; } }

@media only screen and (min-width: 768px) {
  .articles .row [class^="col-"], .articles .row [class*=" col-"] {
    padding-left: 20px;
    padding-right: 20px; } }

.articles__pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .articles__pagination > a {
    padding: 8px;
    margin-right: 16px;
    font-size: 16px;
    line-height: 0;
    height: 48px;
    width: 48px;
    display: block;
    color: #ffffff;
    background: #313A43;
    border-radius: 50%;
    position: relative; }
    .articles__pagination > a > span {
      font-style: normal;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      font-size: 32px; }
  .articles__pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .articles__pagination ul li span,
    .articles__pagination ul li a {
      border-radius: 50%;
      background-color: #faf5ef;
      border: 1px solid #313A43;
      padding: 8px;
      margin-right: 16px;
      font-size: 16px;
      line-height: 0;
      height: 48px;
      width: 48px;
      display: block;
      color: #313A43;
      position: relative; }
      .articles__pagination ul li span > i,
      .articles__pagination ul li a > i {
        font-style: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
    .articles__pagination ul li a {
      background-color: transparent;
      border: 1px solid #9B9B9B;
      color: #9B9B9B; }
      .articles__pagination ul li a:hover {
        border: 1px solid #313A43;
        color: #313A43; }

.articles__projects .row [class^="col-"], .articles__projects .row [class*=" col-"], .articles--panels .row [class^="col-"], .articles--panels .row [class*=" col-"] {
  padding-left: 20px;
  padding-right: 20px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.articles--career .row > [class^="col-"], .articles--career .row > [class*=" col-"] {
  padding-top: 0;
  padding-bottom: 0; }
  .articles--career .row > [class^="col-"] .article a, .articles--career .row > [class*=" col-"] .article a {
    border-bottom: 1px solid #FAFAFA; }
  .articles--career .row > [class^="col-"]:last-child .article a, .articles--career .row > [class*=" col-"]:last-child .article a {
    border: 0; }

.articles--offices .subheading--h3, .articles--offices .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .articles--offices .gform_description,
.articles--offices .paragraph,
.articles--offices .heading__c {
  padding-left: 56px !important; }

.articles--offices .subheading--h3:before, .articles--offices .gform_wrapper .gform_heading .gform_description:before, .gform_wrapper .gform_heading .articles--offices .gform_description:before {
  width: 40px !important;
  left: 0 !important;
  top: 50%; }

@media only screen and (min-width: 768px) {
  .section--header + .articles--overhang .row [class^="col-"]:nth-child(odd), .section--header + .articles--overhang .row [class*=" col-"]:nth-child(odd) {
    margin-top: -25vh; } }

.section--header + .section--emblem-spacer {
  margin-top: -15px; }

.article .image {
  position: relative; }
  .article .image__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .article .image__borders {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .article .image__borders .one,
    .article .image__borders .two,
    .article .image__borders .three,
    .article .image__borders .four {
      transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
      transition: transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
      transition: transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
      background-color: #ffffff;
      will-change: transform; }
    .article .image__borders .one {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: top;
      transform-origin: top;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    .article .image__borders .two {
      position: absolute;
      top: auto;
      left: -1%;
      right: auto;
      bottom: -1%;
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    .article .image__borders .three {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: left;
      transform-origin: left;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    .article .image__borders .four {
      position: absolute;
      top: -1%;
      left: auto;
      right: -1%;
      bottom: auto;
      -webkit-transform-origin: right;
      transform-origin: right;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }

.article.hasAnim:not(inview) .image__borders .one {
  -webkit-transform: scaleY(0.25);
  transform: scaleY(0.25); }

.article.hasAnim:not(inview) .image__borders .two {
  -webkit-transform: scaleY(0.25);
  transform: scaleY(0.25); }

.article.hasAnim:not(inview) .image__borders .three {
  -webkit-transform: scaleX(0.25);
  transform: scaleX(0.25); }

.article.hasAnim:not(inview) .image__borders .four {
  -webkit-transform: scaleX(0.25);
  transform: scaleX(0.25); }

.article.hasAnim.inview .image__bg {
  transition: -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -webkit-transform: scale(1);
  transform: scale(1); }

.article.hasAnim.inview .image__borders .one,
.article.hasAnim.inview .image__borders .two,
.article.hasAnim.inview .image__borders .three,
.article.hasAnim.inview .image__borders .four {
  transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }

.article.hasAnim.inview .image__borders .one,
.article.hasAnim.inview .image__borders .two {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.article.hasAnim.inview .image__borders .three,
.article.hasAnim.inview .image__borders .four {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.article.hasAnim.inview a {
  line-height: inherit; }
  .article.hasAnim.inview a .image__bg {
    transition: -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }
  .article.hasAnim.inview a:hover .image__borders .one,
  .article.hasAnim.inview a:hover .image__borders .two, .article.hasAnim.inview a:focus .image__borders .one,
  .article.hasAnim.inview a:focus .image__borders .two {
    -webkit-transform: scaleY(0.03);
    transform: scaleY(0.03);
    transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .article.hasAnim.inview a:hover .image__borders .three,
  .article.hasAnim.inview a:hover .image__borders .four, .article.hasAnim.inview a:focus .image__borders .three,
  .article.hasAnim.inview a:focus .image__borders .four {
    -webkit-transform: scaleX(0.03);
    transform: scaleX(0.03);
    transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .article.hasAnim.inview a:hover.nostate .image__bg, .article.hasAnim.inview a:focus.nostate .image__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .article.hasAnim.inview a:hover.nostate .image__borders .one,
  .article.hasAnim.inview a:hover.nostate .image__borders .two, .article.hasAnim.inview a:focus.nostate .image__borders .one,
  .article.hasAnim.inview a:focus.nostate .image__borders .two {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .article.hasAnim.inview a:hover.nostate .image__borders .three,
  .article.hasAnim.inview a:hover.nostate .image__borders .four, .article.hasAnim.inview a:focus.nostate .image__borders .three,
  .article.hasAnim.inview a:focus.nostate .image__borders .four {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1); }

.article.hasAnim.inview.mouseout .image__borders .one,
.article.hasAnim.inview.mouseout .image__borders .two,
.article.hasAnim.inview.mouseout .image__borders .three,
.article.hasAnim.inview.mouseout .image__borders .four {
  transition: -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.article__post, .article__offers, .article__events {
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 56px; }
  .article__post .image + .heading, .article__offers .image + .heading, .article__events .image + .heading {
    padding-top: 40px; }
  .article__post .heading, .article__offers .heading, .article__events .heading {
    padding-left: 0; }
    .article__post .heading .subheading, .article__post .heading .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .article__post .heading .gform_description, .article__offers .heading .subheading, .article__offers .heading .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .article__offers .heading .gform_description, .article__events .heading .subheading, .article__events .heading .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .article__events .heading .gform_description {
      letter-spacing: 1px;
      font-style: normal;
      padding: 0;
      text-transform: uppercase;
      color: #9B9B9B;
      font-family: "ProximaNova-Semibold", sans-serif;
      margin-top: 16px;
      margin-bottom: 24px;
      font-size: 16px; }
    .article__post .heading .paragraph + .btn, .article__offers .heading .paragraph + .btn, .article__events .heading .paragraph + .btn {
      margin-top: 16px; }
      @media only screen and (min-width: 768px) {
        .article__post .heading .paragraph + .btn, .article__offers .heading .paragraph + .btn, .article__events .heading .paragraph + .btn {
          margin-top: 24px; } }
  .article__post .image img, .article__offers .image img, .article__events .image img {
    max-width: none;
    width: 100%; }

.article__room {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .article__room {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .article__room:after {
        position: absolute;
        display: block;
        content: '';
        height: 1px;
        width: 75%;
        background-color: #E6E6E6;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
      .article__room:last-child:after {
        display: none; } }
  .article__room .image {
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-right: 32px; }
    .article__room .image .light-gallery {
      position: relative; }
      .article__room .image .light-gallery .image__bg {
        position: relative;
        pointer-events: none;
        background-repeat: no-repeat; }
        @media only screen and (min-width: 768px) {
          .article__room .image .light-gallery .image__bg {
            background-image: none !important; } }
      .article__room .image .light-gallery .light-gallery__item--first {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .article__room .image .light-gallery .light-gallery__item--first img {
          display: none; }
    @media only screen and (max-width: 767px) {
      .article__room .image {
        -webkit-flex: 0 33.33%;
        -ms-flex: 0 33.33%;
        flex: 0 33.33%; }
        .article__room .image img {
          display: none; }
        .article__room .image .image__bg {
          background-position: center;
          width: 100%;
          padding-bottom: 100%;
          height: 0;
          display: block; } }
  .article__room .content {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media only screen and (max-width: 767px) {
      .article__room .content {
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%; } }
  .article__room-heading {
    text-align: center; }
  .article__room--theme-b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .article__room--theme-b .image {
      margin-bottom: 32px;
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .article__room--theme-b .image {
          -webkit-flex: 0 100%;
          -ms-flex: 0 100%;
          flex: 0 100%; }
          .article__room--theme-b .image .image__bg {
            background-position: center;
            width: 100%;
            padding-bottom: 100%;
            height: 0;
            display: block; } }

.article--featured {
  padding-bottom: 0;
  background-color: #E3EBF4; }
  .article--featured > a {
    display: block; }
    .article--featured > a .heading {
      padding: 56px 48px; }

.cta {
  padding: 32px; }
  .cta__col {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .cta--dark {
    background-color: #313A43; }
    .cta--dark *:not(.btn) {
      color: #ffffff; }
    .cta--dark .subheading, .cta--dark .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .cta--dark .gform_description {
      color: #9B9B9B; }
  .cta--content {
    text-align: center; }
    .cta--content .subheading, .cta--content .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .cta--content .gform_description {
      font-style: normal;
      font-family: "ProximaNova-Semibold", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.15em; }
  @media only screen and (max-width: 767px) {
    .cta--form {
      padding: 10px 20px; } }
  .cta--form .gform_heading {
    text-align: center; }
  .cta__promotion {
    max-width: 650px;
    width: calc(100% - 20px);
    opacity: 0;
    position: fixed;
    z-index: -1;
    pointer-events: none;
    transition: box-shadow 300ms cubic-bezier(0.19, 1, 0.22, 1), border 300ms cubic-bezier(0.19, 1, 0.22, 1), opacity 0ms ease 300ms, z-index 0ms ease 300ms;
    bottom: 32px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    box-shadow: 0;
    border: 3px solid transparent;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .cta__promotion {
        bottom: 0;
        width: 100%;
        border: 0;
        border-top: 3px solid transparent;
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        box-shadow: none; } }
    .cta__promotion [data-promotion-close] {
      cursor: pointer; }
      .cta__promotion [data-promotion-close]:before {
        font-size: 8px;
        display: block;
        position: absolute;
        z-index: 9;
        top: 10px;
        right: 10px;
        color: #ffffff; }
    .cta__promotion > a {
      display: block;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      padding: 5px 15px; }
      @media only screen and (max-width: 767px) {
        .cta__promotion > a {
          padding: 5px; } }
      .cta__promotion > a:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #313A43;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scaleX(0);
        transform: scaleX(0); }
    .cta__promotion h4, .cta__promotion .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .cta__promotion p, .cta__promotion .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content .cta__promotion td, .cta__promotion .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .cta__promotion td, .cta__promotion .hero__slide .subheading--h2, .hero__slide .cta__promotion .subheading--h2 {
      font-size: 24px;
      margin: 0;
      line-height: 1.2em; }
      @media only screen and (max-width: 767px) {
        .cta__promotion h4, .cta__promotion .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .cta__promotion p, .cta__promotion .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content .cta__promotion td, .cta__promotion .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .cta__promotion td, .cta__promotion .hero__slide .subheading--h2, .hero__slide .cta__promotion .subheading--h2 {
          font-size: 20px; } }
    .cta__promotion__button {
      padding-right: 32px;
      opacity: 0;
      transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (max-width: 767px) {
        .cta__promotion__button {
          padding-right: 10px; }
          .cta__promotion__button .btn--box, .cta__promotion__button .cta--dark .btn, .cta--dark .cta__promotion__button .btn, .cta__promotion__button .cta--content .btn, .cta--content .cta__promotion__button .btn {
            padding: 10px 20px; } }
      .inview .cta__promotion__button {
        opacity: 1;
        transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 250ms; }
    .cta__promotion__text {
      padding: 24px 24px;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      color: #ffffff;
      opacity: 0;
      transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (max-width: 767px) {
        .cta__promotion__text {
          padding-left: 10px; } }
      .inview .cta__promotion__text {
        opacity: 1;
        transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1) 250ms; }
    .cta__promotion.inview {
      opacity: 1;
      z-index: 100000;
      pointer-events: auto;
      transition: box-shadow 300ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, border 300ms cubic-bezier(0.19, 1, 0.22, 1) 300ms;
      box-shadow: 0px 2px 12px 2px rgba(0, 0, 0, 0.25);
      border: 3px solid #E3EBF4; }
      @media only screen and (max-width: 767px) {
        .cta__promotion.inview {
          border: 0;
          border-top: 3px solid #E3EBF4;
          left: 0;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          box-shadow: none; } }
      .cta__promotion.inview > a:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.portals .row {
  max-width: 1920px;
  margin: 0 auto; }

@media only screen and (max-width: 1259px) {
  .portals--4 > .row {
    padding: 0 55px; } }

@media only screen and (max-width: 767px) {
  .portals--4 > .row {
    padding: 0; } }

.portal .image {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }
  .portal .image .copyright_tag {
    position: absolute;
    top: 0;
    right: 0; }
  .portal .image__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67); }
  .portal .image__borders {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .portal .image__borders .one,
    .portal .image__borders .two,
    .portal .image__borders .three,
    .portal .image__borders .four {
      transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
      transition: transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
      transition: transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
      background-color: #ffffff;
      will-change: transform; }
    .portal .image__borders .one {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: top;
      transform-origin: top;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    .portal .image__borders .two {
      position: absolute;
      top: auto;
      left: -1%;
      right: auto;
      bottom: -1%;
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(0);
      transform: scaleY(0); }
    .portal .image__borders .three {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: left;
      transform-origin: left;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    .portal .image__borders .four {
      position: absolute;
      top: -1%;
      left: auto;
      right: -1%;
      bottom: auto;
      -webkit-transform-origin: right;
      transform-origin: right;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
  .portal .image img {
    width: 100%; }

.portal.hasAnim:not(inview) .image__borders .one {
  -webkit-transform: scaleY(0.25);
  transform: scaleY(0.25); }

.portal.hasAnim:not(inview) .image__borders .two {
  -webkit-transform: scaleY(0.25);
  transform: scaleY(0.25); }

.portal.hasAnim:not(inview) .image__borders .three {
  -webkit-transform: scaleX(0.25);
  transform: scaleX(0.25); }

.portal.hasAnim:not(inview) .image__borders .four {
  -webkit-transform: scaleX(0.25);
  transform: scaleX(0.25); }

.portal.hasAnim.inview .image__bg {
  transition: -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -webkit-transform: scale(1);
  transform: scale(1); }

.portal.hasAnim.inview .image__borders .one,
.portal.hasAnim.inview .image__borders .two,
.portal.hasAnim.inview .image__borders .three,
.portal.hasAnim.inview .image__borders .four {
  transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }

.portal.hasAnim.inview .image__borders .one,
.portal.hasAnim.inview .image__borders .two {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.portal.hasAnim.inview .image__borders .three,
.portal.hasAnim.inview .image__borders .four {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.portal.hasAnim.inview a {
  line-height: inherit; }
  .portal.hasAnim.inview a .image__bg {
    transition: -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 5000ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }
  .portal.hasAnim.inview a:hover .image__borders .one,
  .portal.hasAnim.inview a:hover .image__borders .two, .portal.hasAnim.inview a:focus .image__borders .one,
  .portal.hasAnim.inview a:focus .image__borders .two {
    -webkit-transform: scaleY(0.03);
    transform: scaleY(0.03);
    transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .portal.hasAnim.inview a:hover .image__borders .three,
  .portal.hasAnim.inview a:hover .image__borders .four, .portal.hasAnim.inview a:focus .image__borders .three,
  .portal.hasAnim.inview a:focus .image__borders .four {
    -webkit-transform: scaleX(0.03);
    transform: scaleX(0.03);
    transition: -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 3000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 3000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .portal.hasAnim.inview a:hover.nostate .image__bg, .portal.hasAnim.inview a:focus.nostate .image__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .portal.hasAnim.inview a:hover.nostate .image__borders .one,
  .portal.hasAnim.inview a:hover.nostate .image__borders .two, .portal.hasAnim.inview a:focus.nostate .image__borders .one,
  .portal.hasAnim.inview a:focus.nostate .image__borders .two {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
  .portal.hasAnim.inview a:hover.nostate .image__borders .three,
  .portal.hasAnim.inview a:hover.nostate .image__borders .four, .portal.hasAnim.inview a:focus.nostate .image__borders .three,
  .portal.hasAnim.inview a:focus.nostate .image__borders .four {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1); }

.portal.hasAnim.inview.mouseout .image__borders .one,
.portal.hasAnim.inview.mouseout .image__borders .two,
.portal.hasAnim.inview.mouseout .image__borders .three,
.portal.hasAnim.inview.mouseout .image__borders .four {
  transition: -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 1500ms cubic-bezier(0.17, 0.67, 0.83, 0.67); }

@media only screen and (min-width: 768px) {
  .portal__x1 {
    padding-left: 75px; } }

.portal__x1 .heading {
  background-color: #F8DFDF;
  padding: 80px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: all 1500ms cubic-bezier(0.96, -0.025, 0.315, 0.83); }
  .theme--blue .portal__x1 .heading {
    background-color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .portal__x1 .heading {
      position: absolute;
      top: 50%;
      left: 0;
      margin-left: 37.5px;
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); } }
  @media only screen and (max-width: 767px) {
    .portal__x1 .heading {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: -50px;
      z-index: 2;
      position: relative; } }
  @media only screen and (max-width: 1259px) {
    .portal__x1 .heading {
      padding: 40px; } }

.portal__x1 .paragraph {
  margin-top: 32px; }

@media only screen and (min-width: 768px) {
  .portal__x1:hover .heading, .portal__x1:focus .heading {
    -webkit-transform: translate3d(112.5px, -50%, 0);
    transform: translate3d(112.5px, -50%, 0); } }

.portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
  background-color: #F8DFDF;
  padding: 80px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 1500ms cubic-bezier(0.96, -0.025, 0.315, 0.83);
  text-align: center; }
  .theme--blue .portal__x2 .heading, .theme--blue .portal__x3 .heading, .theme--blue .portal__x4 .heading {
    background-color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
      position: relative;
      bottom: 0;
      left: 0;
      margin: -30px auto 0; } }
  @media only screen and (min-width: 1260px) {
    .portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
      margin: -160px auto 0; } }
  @media only screen and (max-width: 767px) {
    .portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding: 25px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: -50px; } }
  @media only screen and (max-width: 1259px) {
    .portal__x2 .heading, .portal__x3 .heading, .portal__x4 .heading {
      padding: 40px; } }

.portal__x2 .paragraph, .portal__x3 .paragraph, .portal__x4 .paragraph {
  text-align: center;
  margin-top: 32px; }

.portal__x2:hover .heading, .portal__x2:focus .heading, .portal__x3:hover .heading, .portal__x3:focus .heading, .portal__x4:hover .heading, .portal__x4:focus .heading {
  -webkit-transform: translate3d(0, 12.5px, 0);
  transform: translate3d(0, 12.5px, 0); }

@media only screen and (min-width: 768px) {
  .portal__x2:first-child {
    margin-right: -20px; }
  .portal__x2:last-child {
    margin-left: -20px; } }

@media only screen and (min-width: 1020px) {
  .portal__x2 {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .portal__x2 .heading .heading__b {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 24px; } }

@media only screen and (min-width: 1020px) {
  .portal__x2 .heading .heading__b {
    text-overflow: inherit;
    overflow: inherit;
    white-space: normal;
    font-size: 40px; } }

.portal__x3 .heading {
  padding: 24px; }
  @media only screen and (min-width: 1020px) {
    .portal__x3 .heading {
      padding: 40px; } }

@media only screen and (max-width: 767px) {
  .portal__x4 {
    padding-left: 20px;
    padding-right: 20px; } }

.portal__x4 .heading {
  padding: 19.2px; }
  @media only screen and (min-width: 768px) {
    .portal__x4 .heading {
      margin: -10% auto 0; } }
  @media only screen and (max-width: 767px) {
    .portal__x4 .heading {
      margin: 0; } }

.portal__x4 .paragraph {
  margin-top: 16px; }

.image-grid > .container, .section--fullbleed .image-grid > .gallery__nav {
  position: relative; }

.image-grid__slider {
  position: relative; }
  .image-grid__slider .slide {
    position: relative;
    z-index: 5;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1; }
    .image-grid__slider .slide:not(.active) {
      position: absolute;
      z-index: 1;
      opacity: 0; }

.image-grid__nav__linear {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  height: 0;
  margin-top: -26px; }
  .image-grid__nav__linear ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .image-grid__nav__linear ul li {
      padding: 0;
      margin: 0; }
      .image-grid__nav__linear ul li.active a {
        opacity: 1; }
      .image-grid__nav__linear ul li a {
        opacity: 0.5;
        color: #ffffff; }
  .image-grid__nav__linear__arrows {
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .image-grid__nav__linear__arrow {
    background-color: #313A43;
    margin: 0; }
    .image-grid__nav__linear__arrow svg {
      display: none;
      position: absolute;
      height: 100%;
      width: 100%; }
      .image-grid__nav__linear__arrow svg circle {
        z-index: 1; }
        @media only screen and (min-width: 768px) {
          .image-grid__nav__linear__arrow svg circle {
            stroke-dasharray: 322;
            stroke-dashoffset: -470; } }
    .image-grid__nav__linear__arrow--prev {
      position: relative;
      display: block;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 0;
      padding: 0;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
      .image-grid__nav__linear__arrow--prev .icon {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
        transform: translate3d(-50%, -50%, 0) rotate(180deg); }
      .image-grid__nav__linear__arrow--prev:hover, .image-grid__nav__linear__arrow--prev:focus {
        -webkit-transform: translate3d(-5px, 0%, 0);
        transform: translate3d(-5px, 0%, 0); }
      .image-grid__nav__linear__arrow--prev.fill svg circle {
        -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
        animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
      .image-grid__nav__linear__arrow--prev.autoplay svg circle {
        -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
        animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
    .image-grid__nav__linear__arrow--next {
      position: relative;
      display: block;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 0;
      padding: 0;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (min-width: 768px) {
        .image-grid__nav__linear__arrow--next {
          margin: 0 0 5px 0; } }
      .image-grid__nav__linear__arrow--next .icon {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
      .image-grid__nav__linear__arrow--next:hover, .image-grid__nav__linear__arrow--next:focus {
        -webkit-transform: translate3d(5px, 0%, 0);
        transform: translate3d(5px, 0%, 0); }
      .image-grid__nav__linear__arrow--next.fill svg circle {
        -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
        animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }
      .image-grid__nav__linear__arrow--next.autoplay svg circle {
        -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
        animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }

.image-grid__full .image-grid__item {
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .image-grid__full .image-grid__item {
      padding-bottom: 100%; }
      .image-grid__full .image-grid__item img {
        display: none; } }

@media only screen and (max-width: 767px) {
  .image-grid__split {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -16px;
    margin-right: -16px; } }

.image-grid__split .image-grid__item:first-child {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .image-grid__split .image-grid__item:first-child {
      margin-bottom: 40px; } }

@media only screen and (max-width: 767px) {
  .image-grid__split .image-grid__item {
    width: 50%;
    margin: 0 16px; } }

.image-grid__item {
  position: relative;
  overflow: hidden; }
  .image-grid__item img {
    opacity: 0; }
  .image-grid__item .copyright_tag {
    position: absolute;
    bottom: 0;
    right: 0; }
  .image-grid__item .image-grid__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
    .image-grid__item .image-grid__bg.light-gallery__item {
      cursor: pointer; }
      .image-grid__item .image-grid__bg.light-gallery__item + img {
        pointer-events: none; }
  .image-grid__item .image-grid__borders {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .image-grid__item .image-grid__borders .one,
    .image-grid__item .image-grid__borders .two,
    .image-grid__item .image-grid__borders .three,
    .image-grid__item .image-grid__borders .four {
      background-color: #ffffff; }
    .image-grid__item .image-grid__borders .one {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: top;
      transform-origin: top;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .image-grid__item .image-grid__borders .two {
      position: absolute;
      top: auto;
      left: -1%;
      right: auto;
      bottom: -1%;
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .image-grid__item .image-grid__borders .three {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: left;
      transform-origin: left;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .image-grid__item .image-grid__borders .four {
      position: absolute;
      top: -1%;
      left: auto;
      right: -1%;
      bottom: auto;
      -webkit-transform-origin: right;
      transform-origin: right;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .inview .image-grid__item .image-grid__bg {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .inview .image-grid__item .image-grid__borders .one,
  .inview .image-grid__item .image-grid__borders .two {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  .inview .image-grid__item .image-grid__borders .three,
  .inview .image-grid__item .image-grid__borders .four {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

.image-grid .row > [class^="image-grid__"], .image-grid .row > [class*=" image-grid__"] {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .image-grid .row > [class^="image-grid__"], .image-grid .row > [class*=" image-grid__"] {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .image-grid .row > [class^="image-grid__"], .image-grid .row > [class*=" image-grid__"] {
      margin-bottom: 24px; } }
  .image-grid .row > [class^="image-grid__"]:nth-child(0) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(0) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(0) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(0) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(0) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(0) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(0) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(0) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(0) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(0) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(1) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(1) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(1) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(1) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(1) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(1) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(1) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(1) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(1) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(1) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(2) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(2) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(2) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(2) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(2) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(2) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(2) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(2) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(2) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(2) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(3) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(3) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(3) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(3) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(3) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(3) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(3) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(3) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(3) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(3) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(4) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(4) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(4) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(4) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(4) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(4) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(4) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(4) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(4) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(4) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(5) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(5) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(5) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(5) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(5) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(5) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(5) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(5) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(5) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(5) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(6) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(6) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(6) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(6) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(6) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(6) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(6) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(6) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(6) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(6) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(7) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(7) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(7) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(7) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(7) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(7) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(7) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(7) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(7) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(7) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(8) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(8) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(8) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(8) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(8) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(8) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(8) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(8) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(8) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(8) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(9) .image-grid__bg, .image-grid .row > [class*=" image-grid__"]:nth-child(9) .image-grid__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms; }
  .image-grid .row > [class^="image-grid__"]:nth-child(9) .image-grid__borders .one,
  .image-grid .row > [class^="image-grid__"]:nth-child(9) .image-grid__borders .two,
  .image-grid .row > [class^="image-grid__"]:nth-child(9) .image-grid__borders .three,
  .image-grid .row > [class^="image-grid__"]:nth-child(9) .image-grid__borders .four, .image-grid .row > [class*=" image-grid__"]:nth-child(9) .image-grid__borders .one,
  .image-grid .row > [class*=" image-grid__"]:nth-child(9) .image-grid__borders .two,
  .image-grid .row > [class*=" image-grid__"]:nth-child(9) .image-grid__borders .three,
  .image-grid .row > [class*=" image-grid__"]:nth-child(9) .image-grid__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }

.embed-slider > .container, .section--fullbleed .embed-slider > .gallery__nav {
  position: relative; }

.embed-slider__slider {
  position: relative; }
  .embed-slider__slider .slide {
    position: relative;
    z-index: 5;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1; }
    .embed-slider__slider .slide:not(.active) {
      position: absolute;
      z-index: 1;
      opacity: 0; }

.embed-slider__nav__bullet ul {
  padding: 20px;
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .embed-slider__nav__bullet ul {
      overflow: scroll; } }
  .embed-slider__nav__bullet ul li {
    cursor: pointer;
    padding: 8px 16px;
    color: #313A43; }
    .embed-slider__nav__bullet ul li:not(.active) {
      transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
      opacity: 0.5;
      color: #191919; }
      .embed-slider__nav__bullet ul li:not(.active) p, .embed-slider__nav__bullet ul li:not(.active) .base-content td, .base-content .embed-slider__nav__bullet ul li:not(.active) td {
        padding-right: inherit;
        color: #191919; }
        .embed-slider__nav__bullet ul li:not(.active) p:after, .embed-slider__nav__bullet ul li:not(.active) .base-content td:after, .base-content .embed-slider__nav__bullet ul li:not(.active) td:after {
          display: none; }
    .embed-slider__nav__bullet ul li:hover, .embed-slider__nav__bullet ul li:focus {
      opacity: 1; }
    .embed-slider__nav__bullet ul li p, .embed-slider__nav__bullet ul li .base-content td, .base-content .embed-slider__nav__bullet ul li td {
      white-space: nowrap;
      color: #313A43;
      font-family: "ProximaNova-Semibold", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      padding-right: 32px;
      position: relative; }
      .embed-slider__nav__bullet ul li p:after, .embed-slider__nav__bullet ul li .base-content td:after, .base-content .embed-slider__nav__bullet ul li td:after {
        content: '';
        width: 24px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0); }
    .embed-slider__nav__bullet ul li span {
      display: block;
      width: 44px;
      height: 6px;
      background-color: #191919; }

.embed-slider__nav__linear {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .embed-slider__nav__linear ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .embed-slider__nav__linear ul li {
      padding: 0;
      margin: 0; }
      .embed-slider__nav__linear ul li.active a {
        opacity: 1; }
      .embed-slider__nav__linear ul li a {
        opacity: 0.5;
        color: #ffffff; }
  .embed-slider__nav__linear__arrows {
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .embed-slider__nav__linear__arrow {
    background-color: #313A43;
    margin: 0; }
    .embed-slider__nav__linear__arrow svg {
      display: none;
      position: absolute;
      height: 100%;
      width: 100%; }
      .embed-slider__nav__linear__arrow svg circle {
        z-index: 1; }
        @media only screen and (min-width: 768px) {
          .embed-slider__nav__linear__arrow svg circle {
            stroke-dasharray: 322;
            stroke-dashoffset: -470; } }
    .embed-slider__nav__linear__arrow--prev {
      position: relative;
      display: block;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 0;
      padding: 0;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
      .embed-slider__nav__linear__arrow--prev .icon {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
        transform: translate3d(-50%, -50%, 0) rotate(180deg); }
      .embed-slider__nav__linear__arrow--prev:hover, .embed-slider__nav__linear__arrow--prev:focus {
        -webkit-transform: translate3d(-5px, 0%, 0);
        transform: translate3d(-5px, 0%, 0); }
      .embed-slider__nav__linear__arrow--prev.fill svg circle {
        -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
        animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
      .embed-slider__nav__linear__arrow--prev.autoplay svg circle {
        -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
        animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
    .embed-slider__nav__linear__arrow--next {
      position: relative;
      display: block;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 0;
      padding: 0;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (min-width: 768px) {
        .embed-slider__nav__linear__arrow--next {
          margin: 0 0 5px 0; } }
      .embed-slider__nav__linear__arrow--next .icon {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
      .embed-slider__nav__linear__arrow--next:hover, .embed-slider__nav__linear__arrow--next:focus {
        -webkit-transform: translate3d(5px, 0%, 0);
        transform: translate3d(5px, 0%, 0); }
      .embed-slider__nav__linear__arrow--next.fill svg circle {
        -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
        animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }
      .embed-slider__nav__linear__arrow--next.autoplay svg circle {
        -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
        animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }

.embed-slider__full .embed-slider__item {
  height: 100%; }

.embed-slider__item {
  position: relative;
  overflow: hidden; }
  .embed-slider__item img {
    opacity: 0; }
  .embed-slider__item > div {
    padding-bottom: 100% !important;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .embed-slider__item > div {
        padding-bottom: 56.25% !important; } }
    .embed-slider__item > div iframe {
      position: absolute;
      height: 100%;
      width: 100%; }
  .embed-slider__item .embed-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .embed-slider__item .embed-slider__borders {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .embed-slider__item .embed-slider__borders .one,
    .embed-slider__item .embed-slider__borders .two,
    .embed-slider__item .embed-slider__borders .three,
    .embed-slider__item .embed-slider__borders .four {
      background-color: #ffffff; }
    .embed-slider__item .embed-slider__borders .one {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: top;
      transform-origin: top;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .embed-slider__item .embed-slider__borders .two {
      position: absolute;
      top: auto;
      left: -1%;
      right: auto;
      bottom: -1%;
      -webkit-transform-origin: bottom;
      transform-origin: bottom;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleY(1);
      transform: scaleY(1); }
    .embed-slider__item .embed-slider__borders .three {
      position: absolute;
      top: -1%;
      left: -1%;
      right: auto;
      bottom: auto;
      -webkit-transform-origin: left;
      transform-origin: left;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .embed-slider__item .embed-slider__borders .four {
      position: absolute;
      top: -1%;
      left: auto;
      right: -1%;
      bottom: auto;
      -webkit-transform-origin: right;
      transform-origin: right;
      height: 101%;
      width: 101%;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .inview .embed-slider__item .embed-slider__bg {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .inview .embed-slider__item .embed-slider__borders .one,
  .inview .embed-slider__item .embed-slider__borders .two {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  .inview .embed-slider__item .embed-slider__borders .three,
  .inview .embed-slider__item .embed-slider__borders .four {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

.embed-slider .row > [class^="embed-slider__"], .embed-slider .row > [class*=" embed-slider__"] {
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .embed-slider .row > [class^="embed-slider__"], .embed-slider .row > [class*=" embed-slider__"] {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .embed-slider .row > [class^="embed-slider__"], .embed-slider .row > [class*=" embed-slider__"] {
      margin-bottom: 24px; } }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(0) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(0) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(0) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(0) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(0) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(0) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(0) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(0) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(0) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(0) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(1) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(1) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(1) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(1) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(1) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(1) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(1) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(1) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(1) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(1) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 200ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(2) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(2) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(2) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(2) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(2) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(2) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(2) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(2) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(2) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(2) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 300ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(3) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(3) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(3) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(3) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(3) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(3) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(3) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(3) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(3) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(3) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 400ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(4) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(4) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(4) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(4) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(4) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(4) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(4) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(4) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(4) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(4) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(5) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(5) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(5) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(5) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(5) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(5) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(5) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(5) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(5) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(5) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 600ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(6) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(6) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1100ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(6) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(6) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(6) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(6) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(6) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(6) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(6) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(6) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 700ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(7) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(7) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1200ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(7) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(7) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(7) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(7) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(7) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(7) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(7) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(7) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 800ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(8) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(8) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1300ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(8) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(8) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(8) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(8) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(8) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(8) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(8) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(8) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 900ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(9) .embed-slider__bg, .embed-slider .row > [class*=" embed-slider__"]:nth-child(9) .embed-slider__bg {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1400ms; }
  .embed-slider .row > [class^="embed-slider__"]:nth-child(9) .embed-slider__borders .one,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(9) .embed-slider__borders .two,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(9) .embed-slider__borders .three,
  .embed-slider .row > [class^="embed-slider__"]:nth-child(9) .embed-slider__borders .four, .embed-slider .row > [class*=" embed-slider__"]:nth-child(9) .embed-slider__borders .one,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(9) .embed-slider__borders .two,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(9) .embed-slider__borders .three,
  .embed-slider .row > [class*=" embed-slider__"]:nth-child(9) .embed-slider__borders .four {
    transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms;
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }

.filters__dark {
  background-color: #191919; }
  .filters__dark .fancy-select .trigger:after {
    content: url(../../app/img/icon/dropdown-white.svg); }

@media only screen and (max-width: 767px) {
  .filters__lists {
    padding: 0 16px; } }

@media only screen and (max-width: 767px) {
  .filters__lists > h3, .filters__lists > .subheading--h1, .gform_wrapper .gform_heading .filters__lists > h3.gform_title {
    display: none; } }

.filters__lists__title > * {
  font-size: 22px; }

@media only screen and (min-width: 768px) {
  .filters__lists__mobile {
    display: none; } }

.filters__lists__mobile .fancy-select {
  padding: 0; }
  .filters__lists__mobile .fancy-select .trigger {
    padding: 16px;
    border-color: #C6C6C6; }
  .filters__lists__mobile .fancy-select > select:focus + .trigger {
    border-bottom: 1px solid #191919; }
  .filters__lists__mobile .fancy-select .options {
    border-left: 1px solid #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    background: white;
    border-radius: 0;
    margin: 0; }
    .filters__lists__mobile .fancy-select .options li {
      position: relative;
      border: 0; }
      .filters__dark .filters__lists__mobile .fancy-select .options li {
        color: #191919; }
      .filters__lists__mobile .fancy-select .options li:before {
        content: '';
        height: 1px;
        width: 12px;
        z-index: 0;
        position: absolute;
        display: block;
        left: 0px;
        top: 50%;
        background-color: #C6C6C6;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(0.3);
        transform: scaleX(0.3);
        transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
      .filters__lists__mobile .fancy-select .options li:hover:before, .filters__lists__mobile .fancy-select .options li:focus:before, .filters__lists__mobile .fancy-select .options li.hover:before {
        transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }

.filters__dark .filters__lists * {
  color: #ffffff; }

.filters__list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .filters__list {
      display: none;
      padding: 0; } }
  .filters__list__item {
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    padding-right: 0;
    margin-top: 0; }
    .filters__list__item a {
      letter-spacing: 1px;
      text-transform: uppercase;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 8px 16px 8px 32px;
      font-size: 16px;
      display: block;
      border: 1px solid transparent;
      border-radius: 3px;
      position: relative;
      transition: opacity 0;
      opacity: 0.7; }
      @media only screen and (max-width: 767px) {
        .filters__list__item a {
          padding: 8px 0 8px 8px;
          font-family: "ProximaNova-Regular", sans-serif;
          font-size: 14px; } }
      .filters__list__item a:hover:not(.selected):after {
        -webkit-transform: translate3d(0, -50%, 0) rotate(75deg);
        transform: translate3d(0, -50%, 0) rotate(75deg); }
      .filters__list__item a.selected {
        font-weight: bold;
        transition: opacity 300ms ease 75ms;
        opacity: 1;
        position: relative;
        pointer-events: auto; }
        .filters__list__item a.selected:after {
          background-color: #191919;
          -webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
          transform: translate3d(0, -50%, 0) rotate(0deg); }
        .filters__dark .filters__list__item a.selected:after {
          background-color: #ffffff; }
      .filters__list__item a:after {
        background-color: transperent;
        border: 2px solid #191919;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0) rotate(90deg);
        transform: translate3d(0, -50%, 0) rotate(90deg);
        content: '';
        opacity: 1;
        transition: 150ms cubic-bezier(0.42, 0, 0.58, 1);
        height: 14px;
        width: 14px;
        margin-top: -1px; }
        .filters__dark .filters__list__item a:after {
          border: 2px solid #ffffff; }

.overlay--robin-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001; }
  .overlay--robin-transition > span {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    opacity: 0; }
  .overlay--robin-transition .article {
    position: absolute; }
    .overlay--robin-transition .article .image {
      height: 100%;
      width: 100%;
      padding: 0;
      opacity: 0; }

@media only screen and (min-width: 768px) {
  .section--buttons_group [class^="col-"], .section--buttons_group [class*=" col-"] {
    padding: 25px 50px; } }

@media only screen and (max-width: 1019px) {
  .section--buttons_group .container, .section--buttons_group .section--fullbleed .gallery__nav, .section--fullbleed .section--buttons_group .gallery__nav {
    width: 100%; } }

.section--buttons_group .btn {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #E3EBF4;
  color: #313A43;
  letter-spacing: 0.07em; }
  @media only screen and (max-width: 767px) {
    .section--buttons_group .btn {
      min-width: 50%; } }

@media only screen and (min-width: 768px) and (min-width: 0) {
  .section--content_with_cta .col-md-8 {
    padding-right: calc( ( 100vw - 100% ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 576px) {
  .section--content_with_cta .col-md-8 {
    padding-right: calc( ( 100vw - 540px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .section--content_with_cta .col-md-8 {
    padding-right: calc( ( 100vw - 720px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 1020px) {
  .section--content_with_cta .col-md-8 {
    padding-right: calc( ( 100vw - 960px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 1260px) {
  .section--content_with_cta .col-md-8 {
    padding-right: calc( ( 100vw - 1200px ) /2); } }

@media only screen and (min-width: 768px) and (min-width: 1660px) {
  .section--content_with_cta .col-md-8 {
    padding-right: calc( ( 100vw - 1600px ) /2); } }

.section--cta_row .row > .article--offer {
  position: relative; }
  .section--cta_row .row > .article--offer:after {
    content: '';
    height: 75%;
    width: 1px;
    background-color: #E6E6E6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    @media only screen and (max-width: 767px) {
      .section--cta_row .row > .article--offer:after {
        height: 1px;
        width: 75%;
        bottom: 0;
        top: auto;
        left: 50%;
        right: auto;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); } }
  .section--cta_row .row > .article--offer:last-child:after {
    display: none; }
  .section--cta_row .row > .article--offer .article__offers {
    max-width: 390px;
    margin: 0 auto;
    border-bottom: 0;
    padding-bottom: 0; }

.section--emblem-spacer {
  padding: 0;
  text-align: center; }

.samples-menu__title {
  font-size: 20px;
  margin-bottom: 24px; }

.samples-menu__menu .content {
  text-align: center;
  padding: 8px 8px 24px 8px;
  max-width: 350px;
  margin: 0 auto; }
  .samples-menu__menu .content h5, .samples-menu__menu .content .subheading--h2 {
    font-family: "ProximaNova-Regular", sans-serif; }

.awards__heading {
  padding-bottom: 0; }
  .awards__heading > * {
    margin-bottom: 0; }

.single-post section:not(.hero) {
  padding: 26.66667px 0; }
  @media only screen and (min-width: 768px) {
    .single-post section:not(.hero) {
      padding: 40px 0; } }
  @media only screen and (min-width: 1020px) {
    .single-post section:not(.hero) {
      padding: 0 0 40px 0; } }

.single-post .article__panel {
  width: 33.33%;
  float: right;
  margin: 0 40px 24px 40px;
  position: relative;
  z-index: 2; }

.base-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  height: auto !important; }
  .base-content table tbody {
    display: block; }

.base-content th, .base-content td {
  border: 1px solid black; }

.booking__hoteliframe {
  overflow: scroll; }
  .booking__hoteliframe iframe {
    margin: 0 auto;
    border: 0;
    display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nunsmere-iconset' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-dropdown_arrow:before {
  content: ""; }

.icon-checked:before {
  content: ""; }

.icon-unchecked:before {
  content: ""; }

.icon-down:before {
  content: ""; }

.icon-left:before {
  content: ""; }

.icon-right:before {
  content: ""; }

.icon-up:before {
  content: ""; }

.icon-priority_high:before {
  content: ""; }

.icon-sentiment_dissatisfied:before {
  content: ""; }

.icon-sentiment_neutral:before {
  content: ""; }

.icon-sentiment_satisfied:before {
  content: ""; }

.icon-unfold_more:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-search-icon:before {
  content: ""; }

.icon-accordin-minus:before {
  content: ""; }

.icon-accordin-plus:before {
  content: ""; }

.icon-tick:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-link-arrow-right:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-facebook-block:before {
  content: ""; }

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

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../../app/fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../../app/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'Butler-Medium';
  src: url("../../app/fonts/Butler/Butler-Medium.woff2") format("woff2"), url("../../app/fonts/Butler/Butler-Medium.woff") format("woff"), url("../../app/fonts/Butler/Butler-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Butler-Bold';
  src: url("../../app/fonts/Butler/Butler-Bold.woff2") format("woff2"), url("../../app/fonts/Butler/Butler-Bold.woff") format("woff"), url("../../app/fonts/Butler/Butler-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Butler';
  src: url("../../app/fonts/Butler/Butler.woff2") format("woff2"), url("../../app/fonts/Butler/Butler.woff") format("woff"), url("../../app/fonts/Butler/Butler.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nunsmere-iconset';
  src: url("../../app/fonts/icons/nunsmere-iconset.eot");
  src: url("../../app/fonts/icons/nunsmere-iconset.eot#iefix") format("embedded-opentype"), url("../../app/fonts/icons/nunsmere-iconset.ttf") format("truetype"), url("../../app/fonts/icons/nunsmere-iconset.woff") format("woff"), url("../../app/fonts/icons/nunsmere-iconset.svg#nunsmere-iconset") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 16px; }

h1, .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .base-content td, .base-content .gallery__item__caption--curiosityfund td, h2, .testimonial blockquote, h3, .subheading--h1, .gform_wrapper .gform_heading h3.gform_title, h4, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .hero__slide .subheading--h2, h5, .subheading--h2, h6, .subheading--h3, .gform_wrapper .gform_heading .gform_description {
  font-family: "Butler", sans-serif;
  line-height: 1em;
  font-weight: 300;
  margin: 0.1em 0 0.4em; }
  h1 strong, .gallery__item__caption--curiosityfund p strong, .gallery__item__caption--curiosityfund .base-content td strong, .base-content .gallery__item__caption--curiosityfund td strong, h2 strong, .testimonial blockquote strong, h3 strong, .subheading--h1 strong, .gform_wrapper .gform_heading h3.gform_title strong, h4 strong, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p strong, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td strong, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td strong, .hero__slide .subheading--h2 strong, h5 strong, .subheading--h2 strong, h6 strong, .subheading--h3 strong, .gform_wrapper .gform_heading .gform_description strong {
    font-family: "Butler", sans-serif; }

p, .base-content td, a, li, button {
  font-family: "ProximaNova-Regular", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #191919; }
  @media only screen and (min-width: 1260px) {
    p, .base-content td, a, li, button {
      font-size: 18px;
      line-height: 26px; } }
  p strong, .base-content td strong, a strong, li strong, button strong {
    font-family: "ProximaNova-Bold", sans-serif; }
  p.small, .base-content td.small, a.small, li.small, button.small {
    font-size: 16px;
    line-height: 24px; }

a {
  color: inherit; }

a, button {
  cursor: pointer; }

h1, .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .base-content td, .base-content .gallery__item__caption--curiosityfund td {
  font-size: 56px; }
  @media only screen and (min-width: 1260px) {
    h1, .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .base-content td, .base-content .gallery__item__caption--curiosityfund td {
      font-size: 64px; } }

h2, .testimonial blockquote {
  font-size: 36px; }
  @media only screen and (min-width: 1260px) {
    h2, .testimonial blockquote {
      font-size: 40px; } }

h3, .subheading--h1, .gform_wrapper .gform_heading h3.gform_title {
  font-size: 24px; }
  @media only screen and (min-width: 1260px) {
    h3, .subheading--h1, .gform_wrapper .gform_heading h3.gform_title {
      font-size: 32px; } }

h4, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .hero__slide .subheading--h2 {
  font-size: 22px; }
  @media only screen and (min-width: 1260px) {
    h4, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .hero__slide .subheading--h2 {
      font-size: 28px; } }

h5, .subheading--h2 {
  font-size: 18px; }
  @media only screen and (min-width: 1260px) {
    h5, .subheading--h2 {
      font-size: 24px; } }

h6, .subheading--h3, .gform_wrapper .gform_heading .gform_description {
  font-size: 16px; }

.heading__b {
  position: relative; }
  .theme--light .heading__b:before {
    background-color: #191919; }

.heading__c {
  margin-bottom: 0.2em;
  position: relative; }
  .theme--light .heading__c:before {
    background-color: #191919; }

.heading__d {
  position: relative; }
  .theme--light .heading__d:before {
    background-color: #191919; }

.heading--capitalize {
  text-transform: capitalize; }

.heading.hasAnim > * {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  opacity: 0; }
  .heading.hasAnim > *:nth-child(0) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms; }
  .heading.hasAnim > *:nth-child(1) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms; }
  .heading.hasAnim > *:nth-child(2) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms; }
  .heading.hasAnim > *:nth-child(3) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms; }
  .heading.hasAnim > *:nth-child(4) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms; }

.heading.hasAnim.inview > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0); }

.subheading, .gform_wrapper .gform_heading .gform_description {
  font-family: "ProximaNova-Light", sans-serif;
  font-style: italic; }
  .subheading--inset {
    left: -8px; }
    @media only screen and (min-width: 1260px) {
      .subheading--inset {
        left: -24px; } }

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

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

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

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

.text--vertical {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl; }

@media only screen and (max-width: 767px) {
  .text--center--mob {
    text-align: center; } }

.text--black {
  color: #191919; }

.text--white {
  color: #ffffff; }

.text--offwhite {
  color: #FAFAFA; }

.text--navy {
  color: #313A43; }

.text--pink {
  color: #F8DFDF; }

.text--blue {
  color: #E3EBF4; }

.text--grey {
  color: #E6E6E6; }

.text--lightgrey {
  color: #EEEEEE; }

.text--coal {
  color: #191919; }

.text--silver {
  color: #ccc; }

.text--purple {
  color: #79408A; }

.text--green {
  color: #88B04B; }

/**************************
** 0. Basic Forms
** 1. Gravity Forms
** 2. Select Menus
** 3. Radio and Checkboxes
**************************/
/**************************
** 0. Basic Forms
**************************/
fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

input {
  background-color: transparent;
  padding: 12px 16px;
  font-size: 16px;
  font-family: "ProximaNova-Regular", sans-serif;
  border: 0;
  color: #313A43; }
  input:focus {
    outline: none; }

input[type=submit],
button {
  padding: 12px 16px; }
  input[type=submit]:focus,
  button:focus {
    outline: none; }

/**************************
** 1. Gravity Forms
**************************/
.gform_fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0; }

.gform_confirmation_wrapper .gform_confirmation_message {
  position: relative;
  padding: 60px;
  text-align: center;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  color: #313A43; }

.dark .gform_confirmation_wrapper .gform_confirmation_message {
  color: #ffffff; }

.inline .gform_confirmation_wrapper .gform_confirmation_message {
  display: table;
  margin: 0 auto; }

.gform_wrapper {
  max-width: 100% !important; }
  .gform_wrapper.gform_validation_error .validation_error {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .gform_wrapper.gform_validation_error .validation_error--icon {
      display: inline-block;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border: 1px solid #424242;
      border-radius: 50%;
      padding: 8px;
      margin-right: 10px;
      color: #424242;
      font-size: 20px; }
    .gform_wrapper.gform_validation_error .validation_error p, .gform_wrapper.gform_validation_error .validation_error .base-content td, .base-content .gform_wrapper.gform_validation_error .validation_error td {
      font-size: 14px;
      line-height: 1.4em; }
  .gform_wrapper ul {
    padding: 0; }
    .gform_wrapper ul li {
      list-style-type: none; }
  .gform_wrapper label {
    display: block;
    margin-bottom: 15px; }
  .gform_wrapper .gfield_required {
    color: inherit !important; }
  .gform_wrapper .gfield {
    position: relative;
    min-width: 35%;
    max-width: 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex: 1 0 calc(25% - 10px);
    -ms-flex: 1 0 calc(25% - 10px);
    flex: 1 0 calc(25% - 10px);
    margin: 0 !important;
    padding: 15px 0 !important; }
    @media only screen and (max-width: 767px) {
      .gform_wrapper .gfield {
        padding: 10px 0 !important; } }
    .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper .gfield textarea, .gform_wrapper .gfield .fancy-select {
      font-size: 16px;
      padding: 20px 20px 12px 0px;
      border: 0;
      border-bottom: 1px solid #C6C6C6; }
      .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']).placeholder, .gform_wrapper .gfield textarea.placeholder, .gform_wrapper .gfield .fancy-select.placeholder {
        color: transparent; }
      .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-moz-placeholder, .gform_wrapper .gfield textarea:-moz-placeholder, .gform_wrapper .gfield .fancy-select:-moz-placeholder {
        color: transparent; }
      .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-moz-placeholder, .gform_wrapper .gfield textarea::-moz-placeholder, .gform_wrapper .gfield .fancy-select::-moz-placeholder {
        color: transparent; }
      .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder, .gform_wrapper .gfield textarea:-ms-input-placeholder, .gform_wrapper .gfield .fancy-select:-ms-input-placeholder {
        color: transparent; }
      .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-webkit-input-placeholder, .gform_wrapper .gfield textarea::-webkit-input-placeholder, .gform_wrapper .gfield .fancy-select::-webkit-input-placeholder {
        color: transparent; }
      @media only screen and (max-width: 767px) {
        .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper .gfield textarea, .gform_wrapper .gfield .fancy-select {
          line-height: 1em;
          padding: 10px 20px 10px 0px; } }
      .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus, .gform_wrapper .gfield textarea:focus, .gform_wrapper .gfield .fancy-select:focus {
        outline: none;
        border-bottom: 1px solid #313A43; }
    .gform_wrapper .gfield .fancy-select {
      padding: 0; }
      .gform_wrapper .gfield .fancy-select > select:focus + .trigger {
        border-bottom: 1px solid #313A43; }
      .gform_wrapper .gfield .fancy-select .options {
        border-left: 1px solid #313A43; }
        .gform_wrapper .gfield .fancy-select .options li {
          position: relative; }
          .gform_wrapper .gfield .fancy-select .options li:before {
            content: '';
            height: 1px;
            width: 12px;
            z-index: 0;
            position: absolute;
            display: block;
            left: 0px;
            top: 50%;
            background-color: #313A43;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
            transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1); }
          .gform_wrapper .gfield .fancy-select .options li:hover:before, .gform_wrapper .gfield .fancy-select .options li:focus:before, .gform_wrapper .gfield .fancy-select .options li.hover:before {
            transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
    .gform_wrapper .gfield.active input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper .gfield.active textarea {
      outline: none;
      border-bottom: 1px solid #313A43; }
    .gravity-form .gform_wrapper .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
      max-width: 100% !important;
      margin-bottom: 20px !important; }
    .gform_wrapper .gfield.gfield_error {
      background-color: transparent !important;
      border: 0 !important;
      padding: 0 !important;
      margin-bottom: 30px !important; }
      .gform_wrapper .gfield.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gform_wrapper .gfield.gfield_error textarea {
        border: 0;
        border-bottom: 1px solid #f44336; }
      .gform_wrapper .gfield.gfield_error .fancy-select {
        border: 0;
        border-bottom: 1px solid #f44336; }
      .gform_wrapper .gfield.gfield_error.gfield_contains_required label.gfield_label {
        margin-top: 0 !important;
        color: #313A43;
        top: 30px; }
      .gform_wrapper .gfield.gfield_error.gfield_contains_required div.ginput_container {
        margin-top: 25px !important; }
      .gform_wrapper .gfield.gfield_error.gfield_contains_required div.gfield_description {
        position: absolute;
        top: 94%;
        line-height: 1.2em;
        color: #f44336;
        font-weight: 100;
        letter-spacing: normal;
        font-size: 12px;
        padding-top: 5px; }
    .gform_wrapper .gfield:nth-child(odd) {
      margin-left: 0; }
    .gform_wrapper .gfield:nth-child(even) {
      margin-right: 0; }
    .gform_wrapper .gfield .ginput_container {
      margin: 0 !important; }
      .gform_wrapper .gfield .ginput_container * {
        font-size: 16px;
        color: #313A43;
        background-color: transparent; }
      .gform_wrapper .gfield .ginput_container .gfield_checkbox li label {
        font-size: 10px; }
        @media only screen and (min-width: 768px) {
          .gform_wrapper .gfield .ginput_container .gfield_checkbox li label {
            font-size: 14px; } }
      .gform_wrapper .gfield .ginput_container .textarea {
        height: 120px; }
      .gform_wrapper .gfield .ginput_container .trigger {
        border: 0; }
      .gform_wrapper .gfield .ginput_container.ginput_container_fileupload input[type="file"] {
        padding: 24px 0;
        font-size: 16px; }
      .gform_wrapper .gfield .ginput_container .options {
        border-radius: 0; }
        .gform_wrapper .gfield .ginput_container .options li {
          border-radius: 0;
          border: 0;
          background-color: #ffffff;
          color: #313A43; }
      .gform_wrapper .gfield .ginput_container ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: transparent; }
      .gform_wrapper .gfield .ginput_container ::-moz-placeholder {
        /* Firefox 19+ */
        color: transparent; }
      .gform_wrapper .gfield .ginput_container :-ms-input-placeholder {
        /* IE 10+ */
        color: transparent; }
      .gform_wrapper .gfield .ginput_container :-moz-placeholder {
        /* Firefox 18- */
        color: transparent; }
    .gform_wrapper .gfield .ginput_container_fileupload .screen-reader-text {
      font-size: 16px; }
    .gform_wrapper .gfield.nolabel .gfield_label {
      top: 15px;
      display: none; }
    .gform_wrapper .gfield.nolabel.active .gfield_label {
      -webkit-transform: translateY(-50%) scale(0.6);
      transform: translateY(-50%) scale(0.6); }
    .gform_wrapper .gfield.upload .gfield_label {
      display: none; }
    .gform_wrapper .gfield.textarea .gfield_label {
      top: 55px; }
      @media only screen and (max-width: 767px) {
        .gform_wrapper .gfield.textarea .gfield_label {
          top: 35px; } }
    .gform_wrapper .gfield .gfield_label {
      font-size: 16px;
      font-weight: 100;
      pointer-events: none;
      color: #C6C6C6;
      position: absolute;
      line-height: 0;
      margin: 0;
      top: 40px;
      left: 0px;
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
      -webkit-transform-origin: left;
      transform-origin: left;
      transition: font-size 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 400ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1), font-size 250ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1), font-size 250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 400ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (max-width: 767px) {
        .gform_wrapper .gfield .gfield_label {
          top: 30px; } }
    .gform_wrapper .gfield.active .gfield_label, .gform_wrapper .gfield.alwaysactive .gfield_label {
      color: #313A43;
      -webkit-transform: translateY(-140%) scale(0.75);
      transform: translateY(-140%) scale(0.75); }
    .gform_wrapper .gfield .gfield_date_dropdown_day .fancy-select .trigger:after,
    .gform_wrapper .gfield .gfield_date_dropdown_month .fancy-select .trigger:after,
    .gform_wrapper .gfield .gfield_date_dropdown_year .fancy-select .trigger:after {
      display: none; }
  .gform_wrapper .top_label input, .gform_wrapper .top_label textarea {
    width: 100% !important; }
  .gform_wrapper .top_label .gfield_label {
    line-height: 1.3em; }
  .gform_wrapper input[type="text"], .gform_wrapper textarea {
    border: 1px solid #ccc; }
  .gform_wrapper .datepicker {
    width: 100% !important; }
  .gform_wrapper .gform_footer {
    text-align: center; }
  .dark .gform_wrapper.gform_validation_error .validation_error {
    color: #ffffff;
    border-color: #ffffff; }
    .dark .gform_wrapper.gform_validation_error .validation_error--icon {
      color: #ffffff; }
    .dark .gform_wrapper.gform_validation_error .validation_error * {
      color: #ffffff; }
  .dark .gform_wrapper .gfield.gfield_error.gfield_contains_required label.gfield_label {
    color: #ffffff; }
  .dark .gform_wrapper .gfield .ginput_container * {
    color: #ffffff; }
  .dark .gform_wrapper .gfield .ginput_container .options li {
    background-color: #ffffff; }
  .dark .gform_wrapper .gfield .gfield_label {
    color: #ffffff; }
  .inline .gform_wrapper .gform_fields {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .inline .gform_wrapper .gform_fields .gfield {
      min-width: 0;
      -webkit-flex: 1 22%;
      -ms-flex: 1 22%;
      flex: 1 22%;
      margin-right: 2%;
      padding: 15px 0 !important; }
      @media only screen and (max-width: 767px) {
        .inline .gform_wrapper .gform_fields .gfield {
          -webkit-flex: 1 47%;
          -ms-flex: 1 47%;
          flex: 1 47%; } }
      @media only screen and (max-width: 767px) {
        .inline .gform_wrapper .gform_fields .gfield {
          padding: 10px 0 !important; } }

.gravity-form {
  max-width: 500px;
  margin: 0 auto;
  display: block; }

/**************************
** 2. Select Menus
**************************/
.fancy-select {
  position: relative; }
  .fancy-select .trigger {
    border-radius: 0;
    cursor: pointer;
    padding: 20px 20px 12px 0px;
    position: relative;
    border: 1px solid #FAFAFA;
    width: 200px;
    transition: all 240ms ease-out;
    width: 100%; }
    .fancy-select .trigger:after {
      content: url(../../app/img/icon/dropdown.svg);
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg);
      right: 9px;
      height: 28px;
      width: 6px; }
    .dark .fancy-select .trigger:after {
      content: url(../../app/img/icon/dropdown-white.svg); }
  .fancy-select .options {
    cursor: pointer;
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    background: #ffffff;
    border-radius: 3px;
    min-width: 200px;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    max-height: 300px;
    overflow: auto;
    width: 100%; }
    .fancy-select .options li {
      border: 1px solid #ffffff;
      border-top: none;
      border-bottom: 0;
      margin: 0;
      padding: 20px; }
      .fancy-select .options li:last-child {
        border-bottom: 0; }
    .fancy-select .options.open {
      visibility: visible;
      top: calc(100% - 1px);
      opacity: 1;
      transition: opacity 300ms ease-out, top 300ms ease-out;
      padding: 0; }
      .fancy-select .options.open li.hover, .fancy-select .options.open li.selected {
        background: #ffffff;
        color: #313A43; }

/**************************
** 3. Radio and Checkboxes
**************************/
.visuallyhidden, input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px !important; }
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -55%, 0);
    transform: translate3d(0, -55%, 0);
    content: "";
    display: block;
    width: auto;
    height: auto;
    font-family: "nunsmere-iconset" !important;
    content: '\e835';
    color: #313A43;
    font-size: 20px; }
  .dark input[type="radio"] + label:before, .dark
  input[type="checkbox"] + label:before {
    color: #ffffff; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  font-weight: 100 !important; }

input[type="checkbox"]:checked + label:before {
  font-family: "nunsmere-iconset" !important;
  content: '\e834';
  color: #313A43; }

.dark input[type="checkbox"]:checked + label:before {
  color: #ffffff; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background: none;
  box-shadow: none;
  text-shadow: none;
  cursor: default;
  font-family: "nunsmere-iconset" !important;
  font-style: normal;
  font-weight: normal;
  height: 32px;
  font-size: 34px;
  line-height: 1;
  margin-top: 2px;
  width: 30px; }

.ui-datepicker {
  background-color: white;
  border: 1px solid #313A43;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px; }
  .ui-datepicker a {
    color: #313A43;
    text-decoration: none; }
    .ui-datepicker a:hover {
      text-decoration: none;
      color: #313A43;
      transition: color 0.1s ease-in-out; }
  .ui-datepicker thead {
    background: none;
    border: 0; }
    .ui-datepicker thead tr th {
      font-size: 12px; }
      .ui-datepicker thead tr th span {
        cursor: default;
        font-size: 90%;
        background: transparent;
        color: rgba(0, 0, 0, 0.54);
        line-height: 1;
        margin: 0;
        text-align: center;
        display: block;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: bolder; }
  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    background-color: transparent;
    text-align: center; }
  .ui-datepicker .ui-datepicker-prev {
    float: left; }
    .ui-datepicker .ui-datepicker-prev:before {
      content: ""; }
  .ui-datepicker .ui-datepicker-next {
    float: right; }
    .ui-datepicker .ui-datepicker-next:before {
      content: ""; }
  .ui-datepicker .ui-icon {
    display: none; }
  .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th {
      text-align: center;
      padding: 4px 0;
      font-weight: normal; }
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      padding: 4px 0;
      border-radius: 100%;
      transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }
      .ui-datepicker .ui-datepicker-calendar td:hover {
        background-color: #FAFAFA;
        cursor: pointer; }
      .ui-datepicker .ui-datepicker-calendar td a {
        text-decoration: none; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
      background-color: white;
      cursor: default; }
  .ui-datepicker .ui-datepicker-today {
    background-color: #ffffff; }
    .ui-datepicker .ui-datepicker-today a {
      color: #313A43; }
  .ui-datepicker td:hover a {
    color: #ffffff;
    transition: color 0.1s ease-in-out; }

input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: green; }

.flatpickr-calendar {
  font-family: "ProximaNova-Regular", sans-serif; }

#ui-datepicker-div {
  background: #ffffff;
  border: none;
  border-radius: 0;
  display: none;
  padding: 1px;
  width: 300px; }
  #ui-datepicker-div .ui-icon {
    color: transparent;
    cursor: pointer;
    font-size: 0px; }
  #ui-datepicker-div .ui-icon:before {
    color: #313A43;
    font-family: "nunsmere-iconset";
    font-size: 18px; }
  #ui-datepicker-div .ui-datepicker-prev {
    float: left;
    width: 10%; }
    #ui-datepicker-div .ui-datepicker-prev .ui-icon:before {
      content: ""; }
    #ui-datepicker-div .ui-datepicker-prev.ui-state-disabled {
      display: none; }
  #ui-datepicker-div .ui-datepicker-next {
    float: right;
    width: 10%; }
    #ui-datepicker-div .ui-datepicker-next .ui-icon:before {
      content: "";
      float: right; }
    #ui-datepicker-div .ui-datepicker-next.ui-state-disabled {
      display: none; }
  #ui-datepicker-div .ui-datepicker-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #ui-datepicker-div .ui-datepicker-title select {
      float: none;
      -webkit-flex: 0 50%;
      -ms-flex: 0 50%;
      flex: 0 50%;
      width: 100%; }
    #ui-datepicker-div .ui-datepicker-title .ui-datepicker-month {
      margin: 8px 0 8px; }
    #ui-datepicker-div .ui-datepicker-title .ui-datepicker-year {
      margin: 8px 0 8px; }
  #ui-datepicker-div .ui-datepicker-today {
    background-color: #ffffff;
    border-radius: 4px; }
    #ui-datepicker-div .ui-datepicker-today a {
      color: #313A43; }
  #ui-datepicker-div table {
    width: 100%; }
    #ui-datepicker-div table td, #ui-datepicker-div table th {
      text-align: center;
      border: 0; }
    #ui-datepicker-div table tr {
      border: 0; }
    #ui-datepicker-div table td a,
    #ui-datepicker-div table td span {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      font-size: 14px; }
    #ui-datepicker-div table .ui-datepicker-unselectable.ui-state-disabled {
      background-color: #ffffff; }

@-webkit-keyframes error_shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); } }

@keyframes error_shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
    transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

img {
  max-width: 100%; }

.toolbar-spacing {
  padding-top: 120px; }
  @media only screen and (min-width: 768px) {
    .toolbar-spacing {
      padding-top: 120px;
      padding-bottom: 200px; } }
  @media only screen and (min-width: 1020px) {
    .toolbar-spacing {
      padding-top: 200px;
      padding-bottom: 200px; } }

.navbar-spacing {
  padding-top: 120px; }
  @media only screen and (min-width: 768px) {
    .navbar-spacing {
      padding-top: 120px; } }
  @media only screen and (min-width: 1020px) {
    .navbar-spacing {
      padding-top: 200px; } }

section {
  padding: 26.66667px 0; }
  @media only screen and (min-width: 768px) {
    section {
      padding: 40px 0; } }

@media only screen and (min-width: 0) {
  .section--pad-bot-xs-min {
    padding-bottom: 20px; }
    .section--pad-bot-xs-min + section {
      padding-top: 20px; }
  .section--pad-top-xs-min {
    padding-top: 20px; }
  .section--pad-15vh-xs-min {
    padding: 15vh 0; } }

@media only screen and (min-width: 576px) {
  .section--pad-bot-sm-min {
    padding-bottom: 20px; }
    .section--pad-bot-sm-min + section {
      padding-top: 20px; }
  .section--pad-top-sm-min {
    padding-top: 20px; }
  .section--pad-15vh-sm-min {
    padding: 15vh 0; } }

@media only screen and (min-width: 768px) {
  .section--pad-bot-md-min {
    padding-bottom: 20px; }
    .section--pad-bot-md-min + section {
      padding-top: 20px; }
  .section--pad-top-md-min {
    padding-top: 20px; }
  .section--pad-15vh-md-min {
    padding: 15vh 0; } }

@media only screen and (min-width: 1020px) {
  .section--pad-bot-lg-min {
    padding-bottom: 20px; }
    .section--pad-bot-lg-min + section {
      padding-top: 20px; }
  .section--pad-top-lg-min {
    padding-top: 20px; }
  .section--pad-15vh-lg-min {
    padding: 15vh 0; } }

@media only screen and (min-width: 1260px) {
  .section--pad-bot-ipl-min {
    padding-bottom: 20px; }
    .section--pad-bot-ipl-min + section {
      padding-top: 20px; }
  .section--pad-top-ipl-min {
    padding-top: 20px; }
  .section--pad-15vh-ipl-min {
    padding: 15vh 0; } }

@media only screen and (min-width: 1660px) {
  .section--pad-bot-xl-min {
    padding-bottom: 20px; }
    .section--pad-bot-xl-min + section {
      padding-top: 20px; }
  .section--pad-top-xl-min {
    padding-top: 20px; }
  .section--pad-15vh-xl-min {
    padding: 15vh 0; } }

.section--pad-top-none {
  padding-top: 0; }

a {
  cursor: pointer;
  text-decoration: none; }

p, .base-content td {
  margin: 0; }
  p + ul, .base-content td + ul {
    margin-top: 16px; }

.content-list {
  list-style: none;
  padding: 0; }
  .content-list--divide li {
    position: relative;
    padding: 8px 0; }
    .content-list--divide li:not(:last-child):after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #313A43;
      opacity: 0.3; }
    .content-list--divide li .btn {
      font-size: 16px;
      letter-spacing: 0.07em; }

.hero + .section--buttons_group {
  margin-top: -50px;
  padding-top: 0;
  z-index: 99;
  position: relative; }

body > img {
  display: none; }

.theme--offwhite {
  background-color: #FAFAFA; }

.theme--green {
  background-color: #88B04B; }

.theme--purple {
  background-color: #79408A; }

.theme--black {
  background-color: #191919; }

.theme--white {
  background-color: #ffffff; }

.theme--offwhite {
  background-color: #FAFAFA; }

.theme--navy {
  background-color: #313A43; }

.theme--pink {
  background-color: #F8DFDF; }

.theme--blue {
  background-color: #E3EBF4; }

.theme--grey {
  background-color: #E6E6E6; }

.theme--lightgrey {
  background-color: #EEEEEE; }

.theme--coal {
  background-color: #191919; }

.theme--silver {
  background-color: #ccc; }

.theme--purple {
  background-color: #79408A; }

.theme--green {
  background-color: #88B04B; }

.btn {
  display: inline-block;
  border: 0;
  line-height: auto;
  text-decoration: none;
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  font-family: "ProximaNova-Semibold", sans-serif;
  padding: 10px 24px;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn--box, .cta--dark .btn, .cta--content .btn {
    border: 0;
    border-radius: 0;
    background: #313A43;
    color: #ffffff;
    padding: 10px 40px; }
    .btn--box:hover, .cta--dark .btn:hover, .cta--content .btn:hover, .btn--box:focus, .cta--dark .btn:focus, .cta--content .btn:focus {
      -webkit-transform: translate3d(0, -3px, 0);
      transform: translate3d(0, -3px, 0); }
    .btn--box.btn--navy, .feature__slide__content .btn--box.btn, .feature__slide__content .cta--dark .btn, .cta--dark .feature__slide__content .btn, .cta--dark .btn--navy.btn, .cta--dark .btn.testimonial__name, .cta--content .btn, .btn--box.testimonial__name {
      background-color: #313A43;
      color: #ffffff; }
    .btn--box.btn--blue, .cta--dark .btn, .cta--content .btn--blue.btn {
      background-color: #E3EBF4;
      color: #313A43; }
    .btn--box:disabled, .cta--dark .btn:disabled, .cta--content .btn:disabled {
      opacity: 0.2; }
  .btn--text, .testimonial__name {
    background-color: transparent;
    color: inherit;
    font-size: 18px;
    font-family: "ProximaNova-Semibold", sans-serif;
    text-transform: uppercase;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 0;
    padding-right: 0; }
    .btn--text:after, .testimonial__name:after {
      content: '';
      width: 24px;
      height: 2px;
      background-color: inherit;
      display: block;
      margin-top: 8px; }
      .portal__x2 .btn--text:after, .portal__x2 .testimonial__name:after,
      .portal__x3 .btn--text:after,
      .portal__x3 .testimonial__name:after,
      .portal__x4 .btn--text:after,
      .portal__x4 .testimonial__name:after,
      .column__article .btn--text:after,
      .column__article .testimonial__name:after {
        margin-left: auto;
        margin-right: auto; }
      .content-list--divide .btn--text:after, .content-list--divide .testimonial__name:after {
        content: none; }
    .btn--text:hover span[class^="icon-"], .testimonial__name:hover span[class^="icon-"], .btn--text:hover span [class*=" icon-"], .testimonial__name:hover span [class*=" icon-"], .btn--text:focus span[class^="icon-"], .testimonial__name:focus span[class^="icon-"], .btn--text:focus span [class*=" icon-"], .testimonial__name:focus span [class*=" icon-"] {
      -webkit-transform: translate3d(8px, -50%, 0);
      transform: translate3d(8px, -50%, 0); }
    .btn--text--bottom span[class^="icon-"], .btn--text--bottom span [class*=" icon-"] {
      right: auto;
      left: 50%;
      bottom: -15px;
      top: auto;
      -webkit-transform: translate3d(-50%, 0, 0) rotate(90deg);
      transform: translate3d(-50%, 0, 0) rotate(90deg); }
    .btn--text--bottom:hover span[class^="icon-"], .btn--text--bottom:hover span [class*=" icon-"], .btn--text--bottom:focus span[class^="icon-"], .btn--text--bottom:focus span [class*=" icon-"] {
      -webkit-transform: translate3d(-50%, -5px, 0) rotate(90deg);
      transform: translate3d(-50%, -5px, 0) rotate(90deg); }
    .btn--text--left {
      padding-left: 24px; }
      .btn--text--left span[class^="icon-"], .btn--text--left span [class*=" icon-"] {
        right: auto;
        left: 0; }
      .btn--text--left:hover span[class^="icon-"], .btn--text--left:hover span [class*=" icon-"], .btn--text--left:focus span[class^="icon-"], .btn--text--left:focus span [class*=" icon-"] {
        -webkit-transform: translate3d(4px, -50%, 0);
        transform: translate3d(4px, -50%, 0); }
    .btn--text--even {
      padding-left: 24px;
      padding-right: 24px; }
    .btn--text.btn--navy, .feature__slide__content .btn--text.btn, .feature__slide__content .btn.testimonial__name, .cta--content .btn--text.btn, .cta--content .btn.testimonial__name, .testimonial__name {
      color: #313A43; }
      .btn--text.btn--navy:after, .feature__slide__content .btn--text.btn:after, .feature__slide__content .btn.testimonial__name:after, .cta--content .btn--text.btn:after, .cta--content .btn.testimonial__name:after, .testimonial__name:after {
        background-color: #313A43; }

.hero {
  position: relative; }
  .hero:not(.hero--blog) {
    padding: 0; }
  .hero .slick-arrow {
    display: block !important;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer; }
    .hero .slick-arrow:before {
      font-family: 'boilerplate' !important;
      top: 50%; }
    .hero .slick-arrow.slick-next {
      right: 15px; }
      .hero .slick-arrow.slick-next:before {
        content: "";
        display: block;
        position: relative; }
    .hero .slick-arrow.slick-prev {
      left: 15px; }
      .hero .slick-arrow.slick-prev:before {
        content: "";
        display: block;
        position: relative; }
  .hero__shareblock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .hero__shareblock ul {
      list-style: none;
      margin: 0; }
      .hero__shareblock ul a {
        padding: 16px; }
  .hero__slider {
    position: relative;
    z-index: 5;
    background-position: center center;
    background-size: cover;
    min-height: 550px;
    height: 70vh;
    background-color: #191919; }
    .home .hero__slider {
      height: 100vh; }
      .home .hero__slider .hero__slide {
        height: 100vh; }
    .hero--blog .hero__slider {
      background-color: #ffffff;
      min-height: 0;
      height: auto; }
    .hero__slider__nav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      z-index: 10;
      bottom: 30px;
      right: 30px; }
      .hero__slider__nav ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .hero__slider__nav ul li {
          padding: 0;
          margin: 0; }
          .hero__slider__nav ul li.active a {
            opacity: 1; }
          .hero__slider__nav ul li a {
            opacity: 0.5;
            color: #ffffff; }
      .hero__slider__nav .hero__slider__switcher {
        margin-bottom: 16px; }
        .hero__slider__nav .hero__slider__switcher li a {
          font-size: 16px;
          font-family: "ProximaNova-Semibold", sans-serif;
          padding: 0 16px 8px 0;
          border-bottom: 4px solid white;
          margin-right: 12px; }
    .hero__slider__arrows {
      margin-top: 24px; }
    .hero__slider__arrow svg {
      display: none;
      position: absolute;
      height: 100%;
      width: 100%; }
      .hero__slider__arrow svg circle {
        z-index: 1; }
        @media only screen and (min-width: 768px) {
          .hero__slider__arrow svg circle {
            stroke-dasharray: 322;
            stroke-dashoffset: -470; } }
    .hero__slider__arrow--prev {
      position: relative;
      display: block;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 0;
      padding: 0;
      margin: 0 0 0 0;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
      .hero__slider__arrow--prev .icon {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
        transform: translate3d(-50%, -50%, 0) rotate(180deg); }
      .hero__slider__arrow--prev:hover, .hero__slider__arrow--prev:focus {
        -webkit-transform: translate3d(-5px, 0%, 0);
        transform: translate3d(-5px, 0%, 0); }
      .hero__slider__arrow--prev.fill svg circle {
        -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
        animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
      .hero__slider__arrow--prev.autoplay svg circle {
        -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards;
        animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 reverse forwards; }
    .hero__slider__arrow--next {
      position: relative;
      display: block;
      border-radius: 50px;
      height: 50px;
      width: 50px;
      font-size: 20px;
      line-height: 0;
      padding: 0;
      margin: 0 0 5px 0;
      -webkit-transform: translate3d(0%, 0%, 0);
      transform: translate3d(0%, 0%, 0);
      transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
      @media only screen and (min-width: 768px) {
        .hero__slider__arrow--next {
          margin: 0 0 5px 0; } }
      .hero__slider__arrow--next .icon {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
      .hero__slider__arrow--next:hover, .hero__slider__arrow--next:focus {
        -webkit-transform: translate3d(5px, 0%, 0);
        transform: translate3d(5px, 0%, 0); }
      .hero__slider__arrow--next.fill svg circle {
        -webkit-animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
        animation: circle_ring 2s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }
      .hero__slider__arrow--next.autoplay svg circle {
        -webkit-animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards;
        animation: circle_ring 8s cubic-bezier(0.42, 0, 0.58, 1) 0s 1 normal forwards; }
  .hero__slide {
    position: relative;
    z-index: 5;
    background-position: center center;
    background-size: cover;
    min-height: 550px;
    height: 70vh;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
    background-color: #191919; }
    .hero--blog .hero__slide {
      background-color: #ffffff;
      min-height: 0;
      height: auto; }
    .hero__slide:not(.active) {
      position: absolute;
      z-index: 1;
      opacity: 0; }
    .hero__slide .copyright_tag {
      position: absolute;
      bottom: 0;
      left: 0; }
    .hero__slide__bg {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.75;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .hero__slide__bg img {
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .hero__slide__bg__video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .hero__slide__bg__video .covervid-video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
    .hero__slide__content {
      position: relative;
      z-index: 2;
      width: 100%; }
      .hero__slide__content h1, .hero__slide__content .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .hero__slide__content p, .hero__slide__content .gallery__item__caption--curiosityfund .base-content td, .gallery__item__caption--curiosityfund .base-content .hero__slide__content td, .hero__slide__content .base-content .gallery__item__caption--curiosityfund td, .base-content .gallery__item__caption--curiosityfund .hero__slide__content td, .hero__slide__content h2, .hero__slide__content .testimonial blockquote, .testimonial .hero__slide__content blockquote, .hero__slide__content h3, .hero__slide__content .subheading--h1, .hero__slide__content .gform_wrapper .gform_heading h3.gform_title, .gform_wrapper .gform_heading .hero__slide__content h3.gform_title, .hero__slide__content h4, .hero__slide__content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .hero__slide__content p, .hero__slide__content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content .hero__slide__content td, .hero__slide__content .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .hero__slide__content td, .hero__slide__content .hero__slide .subheading--h2, .hero__slide .hero__slide__content .subheading--h2, .hero__slide__content h5, .hero__slide__content .subheading--h2, .hero__slide__content h6, .hero__slide__content .subheading--h3, .hero__slide__content .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .hero__slide__content .gform_description {
        margin: 0.2em 0 0.2em; }
        .hero--blog .hero__slide__content h1, .hero--blog .hero__slide__content .gallery__item__caption--curiosityfund p, .gallery__item__caption--curiosityfund .hero--blog .hero__slide__content p, .hero--blog .hero__slide__content .gallery__item__caption--curiosityfund .base-content td, .gallery__item__caption--curiosityfund .base-content .hero--blog .hero__slide__content td, .hero--blog .hero__slide__content .base-content .gallery__item__caption--curiosityfund td, .base-content .gallery__item__caption--curiosityfund .hero--blog .hero__slide__content td, .hero--blog .hero__slide__content h2, .hero--blog .hero__slide__content .testimonial blockquote, .testimonial .hero--blog .hero__slide__content blockquote, .hero--blog .hero__slide__content h3, .hero--blog .hero__slide__content .subheading--h1, .hero--blog .hero__slide__content .gform_wrapper .gform_heading h3.gform_title, .gform_wrapper .gform_heading .hero--blog .hero__slide__content h3.gform_title, .hero--blog .hero__slide__content h4, .hero--blog .hero__slide__content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li p, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .hero--blog .hero__slide__content p, .hero--blog .hero__slide__content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content td, .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .base-content .hero--blog .hero__slide__content td, .hero--blog .hero__slide__content .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li td, .base-content .masthead__burger [data-modal-menu] .embed-slider__nav__bullet ul li .hero--blog .hero__slide__content td, .hero--blog .hero__slide__content .hero__slide .subheading--h2, .hero__slide .hero--blog .hero__slide__content .subheading--h2, .hero--blog .hero__slide__content h5, .hero--blog .hero__slide__content .subheading--h2, .hero--blog .hero__slide__content h6, .hero--blog .hero__slide__content .subheading--h3, .hero--blog .hero__slide__content .gform_wrapper .gform_heading .gform_description, .gform_wrapper .gform_heading .hero--blog .hero__slide__content .gform_description {
          margin: 0.2em 0 0em; }
      .hero__slide__content__btns {
        margin: 32px 0 0; }
        .hero__slide__content__btns .btn--text, .hero__slide__content__btns .testimonial__name {
          color: #F8DFDF; }
          .hero__slide__content__btns .btn--text:after, .hero__slide__content__btns .testimonial__name:after {
            background-color: #F8DFDF; }
      .hero__slide__content__link {
        margin: 32px 0 0;
        color: #ffffff; }
        .hero__slide__content__link--video {
          margin: 48px 0 0;
          display: block; }
          .hero__slide__content__link--video .btn {
            font-size: 44px;
            position: relative; }
            .hero__slide__content__link--video .btn .icon-play {
              color: #191919; }
              .hero__slide__content__link--video .btn .icon-play:before {
                transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
                transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
                transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
                -webkit-transform-origin: center;
                transform-origin: center;
                display: inline-block;
                -webkit-transform: scale(1);
                transform: scale(1); }
            .hero__slide__content__link--video .btn:before {
              content: '';
              width: 80px;
              height: 80px;
              background-color: rgba(248, 223, 223, 0.6);
              position: absolute;
              top: 50%;
              left: 45%;
              -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
              transform: translate3d(-50%, -50%, 0) scale(1);
              border-radius: 50%;
              -webkit-transform-origin: center;
              transform-origin: center;
              transition: -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
              transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
              transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 450ms cubic-bezier(0.19, 1, 0.22, 1); }
            .hero__slide__content__link--video .btn:hover .icon-play:before {
              -webkit-transform: scale(0.95);
              transform: scale(0.95); }
            .hero__slide__content__link--video .btn:hover:after {
              -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
              transform: translate3d(-50%, -50%, 0) scale(1.05); }
      .hero__slide__content.hasAnim > div > * {
        transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
        will-change: opacity;
        opacity: 0; }
        .hero__slide__content.hasAnim > div > *:nth-child(0) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms; }
        .hero__slide__content.hasAnim > div > *:nth-child(1) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 1000ms; }
        .hero__slide__content.hasAnim > div > *:nth-child(2) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 1850ms; }
        .hero__slide__content.hasAnim > div > *:nth-child(3) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 2700ms; }
        .hero__slide__content.hasAnim > div > *:nth-child(4) {
          transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 3550ms; }
      .hero__slide__content.hasAnim.ready > div > * {
        opacity: 1; }
    .hero__slide__overlay {
      position: absolute;
      z-index: 11;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 2500ms;
      will-change: opacity;
      opacity: 0; }
      .hero__slide__overlay.ready {
        opacity: 1; }
      .hero__slide__overlay .btn {
        opacity: 0.5;
        transition: opacity 150ms ease; }
        .hero__slide__overlay .btn:hover, .hero__slide__overlay .btn:focus {
          opacity: 1; }
        .hero__slide__overlay .btn .icon-play {
          color: #ffffff;
          opacity: 0.85;
          font-size: 32px; }
  .hero__gestures {
    pointer-events: none;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity 750ms ease; }
    .hero__gestures p, .hero__gestures .base-content td, .base-content .hero__gestures td {
      font-size: 16px;
      font-family: "ProximaNova-Regular", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      -webkit-transform: rotate(-90deg) translate3d(30px, 0, 0);
      transform: rotate(-90deg) translate3d(30px, 0, 0); }
    .hero__gestures span {
      height: 80px;
      width: 1px;
      display: block;
      position: relative;
      margin: 0 auto;
      overflow: hidden; }
      .hero__gestures span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        animation: scrollGesture cubic-bezier(0.19, 1, 0.22, 1) 2250ms 300ms;
        -webkit-animation: scrollGesture cubic-bezier(0.19, 1, 0.22, 1) 2250ms 300ms;
        -moz-animation: scrollGesture cubic-bezier(0.19, 1, 0.22, 1) 2250ms 300ms;
        -o-animation: scrollGesture cubic-bezier(0.19, 1, 0.22, 1) 2250ms 300ms;
        -ms-animation: scrollGesture cubic-bezier(0.19, 1, 0.22, 1) 2250ms 300ms;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite; }
  .hero--minor .hero__slider, .hero--minor .hero__slide {
    height: 65vh; }
  .hero--blog .hero__slide__bg {
    position: relative;
    height: 55vh;
    min-height: 400px;
    opacity: 1; }

@-webkit-keyframes circle_ring {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -470; } }

@keyframes circle_ring {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -470; } }

@-webkit-keyframes scrollGesture {
  0% {
    -webkit-transform: translate3d(0, 100%, 0); }
  99.999% {
    -webkit-transform: translate3d(0, -100%, 0); }
  100% {
    -webkit-transform: translate3d(0, 100%, 0); } }

html body {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms; }

html.dom-loaded body {
  opacity: 1; }

body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  body.menu-open, body.filters-open, body.lock {
    overflow: hidden; }
    body.menu-open #main,
    body.menu-open .content-wrap, body.filters-open #main,
    body.filters-open .content-wrap, body.lock #main,
    body.lock .content-wrap {
      overflow: hidden; }

.body-wrap__overlay {
  pointer-events: none;
  z-index: 1;
  position: fixed;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  background: #191919;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  will-change: transform; }
  @media only screen and (max-width: 767px) {
    .body-wrap__overlay {
      z-index: 1001; } }
  .filters-open .body-wrap__overlay {
    transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    pointer-events: auto;
    opacity: 0.8; }

.menu-open .site-wrap,
.lity-active .site-wrap {
  transition: 450ms ease 375ms; }

.filters-open .site-wrap {
  transition: 450ms ease 375ms; }

.is-virtual-scroll #main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  will-change: transform; }

.content-wrap {
  overflow: hidden; }

.is-virtual-scroll {
  overflow: hidden; }

.is-native-scroll.y-scroll {
  overflow-y: scroll;
  overflow-x: hidden; }

.is-native-scroll.x-scroll {
  overflow-y: hidden;
  overflow-x: scroll; }

.vs-section {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  will-change: transform; }

.vs-scrollbar {
  display: block;
  position: absolute;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s; }

.vs-scrollbar.vs-vertical {
  top: 0;
  right: -5px;
  bottom: 0;
  width: 15px;
  height: 100%;
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0); }

.vs-scrollbar.vs-horizontal {
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.is-dragging .vs-scrollbar.vs-horizontal,
.is-dragging .vs-scrollbar.vs-vertical,
.vs-scrollbar.vs-horizontal:hover,
.vs-scrollbar.vs-vertical:hover {
  -webkit-transform: none;
  transform: none; }

.vs-scrollbar .vs-scrolldrag {
  width: 100%;
  height: auto;
  background: #ccc;
  cursor: pointer; }

.vs-scroll-view {
  position: relative;
  width: 1px; }

.paragraph p:not(.btn), .paragraph .base-content td:not(.btn), .base-content .paragraph td:not(.btn), .paragraph li:not(.btn) {
  font-family: "ProximaNova-Light", sans-serif; }

.paragraph p + a, .paragraph .base-content td + a, .base-content .paragraph td + a, .paragraph li + a {
  margin-top: 48px; }

.paragraph ul:not(.content-list) {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .paragraph ul:not(.content-list) li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 8px; }
    .paragraph ul:not(.content-list) li:last-child {
      padding-bottom: 0; }
    .paragraph ul:not(.content-list) li:before {
      font-size: 65%;
      font-weight: bold;
      font-family: "nunsmere-iconset";
      content: "";
      position: absolute;
      top: 1px;
      left: 0; }

.paragraph--extratxt {
  margin-top: 8px; }

.paragraph--top-spacing {
  margin-top: 32px; }

.paragraph .list {
  padding-left: 28px;
  margin-bottom: 0; }

.paragraph .alignright {
  margin: 30px 0 30px auto;
  display: table; }

.paragraph .aligncenter {
  margin: 30px auto 30px auto;
  display: table; }

.paragraph.hasAnim > * {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  opacity: 0; }
  .paragraph.hasAnim > *:nth-child(0) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms; }
  .paragraph.hasAnim > *:nth-child(1) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms; }
  .paragraph.hasAnim > *:nth-child(2) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms; }
  .paragraph.hasAnim > *:nth-child(3) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms; }
  .paragraph.hasAnim > *:nth-child(4) {
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms; }

.paragraph.hasAnim.inview > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0); }

.signup {
  position: relative; }
  .signup form fieldset {
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 100%; }
    .signup form fieldset input {
      padding-left: 0;
      line-height: 1em;
      height: 45px;
      width: calc(100% - 95px); }
    .signup form fieldset button {
      max-width: 95px;
      background-color: transparent;
      font-family: "ProximaNova-Semibold", sans-serif;
      font-size: 16px;
      text-transform: uppercase;
      color: #F8DFDF;
      margin-left: -4px;
      border: 0;
      line-height: 0;
      height: 45px; }
    .signup form fieldset input[type="radio"] + label:before, .signup form fieldset input[type="checkbox"] + label:before,
    .signup form fieldset input[type="checkbox"]:checked + label:before {
      color: #ffffff; }
    .signup form fieldset.checkbox {
      border-bottom: 0; }
      .signup form fieldset.checkbox > p, .signup form .base-content fieldset.checkbox > td, .base-content .signup form fieldset.checkbox > td {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        .signup form fieldset.checkbox > p label, .signup form .base-content fieldset.checkbox > td label, .base-content .signup form fieldset.checkbox > td label {
          padding-right: 10px; }
      .signup form fieldset.checkbox label {
        font-size: 14px; }
  .signup form .response {
    font-family: "ProximaNova-Semibold", sans-serif;
    font-size: 16px;
    padding-top: 16px;
    display: block; }
  .signup.hasAnim > * {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    opacity: 0; }
    .signup.hasAnim > *:nth-child(0) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms; }
    .signup.hasAnim > *:nth-child(1) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms; }
    .signup.hasAnim > *:nth-child(2) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms; }
    .signup.hasAnim > *:nth-child(3) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms; }
    .signup.hasAnim > *:nth-child(4) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms; }
  .signup.hasAnim.inview > * {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }

.section--newsletter {
  background-color: #191919; }
  .section--newsletter * {
    color: #ffffff; }

.testimonial {
  position: relative;
  text-align: center;
  min-height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .testimonial:before {
    content: url(../../app/img/icon/testimonial_shield.svg);
    position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    height: 100%;
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .testimonial blockquote {
    font-size: 40px;
    opacity: 0.8;
    font-style: italic;
    margin: 0.1em 0 0.8em; }
    @media only screen and (min-width: 1260px) {
      .testimonial blockquote {
        font-size: 48px; } }
  .testimonial__name {
    padding: 0; }
    .testimonial__name:after {
      display: none; }

.image picture {
  width: 100%; }
  .image picture img {
    display: block;
    width: 100%; }

.image.hasAnim:not(inview) .image__borders {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .image.hasAnim:not(inview) .image__borders .one,
  .image.hasAnim:not(inview) .image__borders .two,
  .image.hasAnim:not(inview) .image__borders .three,
  .image.hasAnim:not(inview) .image__borders .four {
    transition: -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transition: transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67), -webkit-transform 500ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
    background-color: #ffffff;
    will-change: transform; }
  .image.hasAnim:not(inview) .image__borders .one {
    position: absolute;
    top: -1%;
    left: -1%;
    right: auto;
    bottom: auto;
    -webkit-transform-origin: top;
    transform-origin: top;
    height: 101%;
    width: 101%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .image.hasAnim:not(inview) .image__borders .two {
    position: absolute;
    top: auto;
    left: -1%;
    right: auto;
    bottom: -1%;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    height: 101%;
    width: 101%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .image.hasAnim:not(inview) .image__borders .three {
    position: absolute;
    top: -1%;
    left: -1%;
    right: auto;
    bottom: auto;
    -webkit-transform-origin: left;
    transform-origin: left;
    height: 101%;
    width: 101%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .image.hasAnim:not(inview) .image__borders .four {
    position: absolute;
    top: -1%;
    left: auto;
    right: -1%;
    bottom: auto;
    -webkit-transform-origin: right;
    transform-origin: right;
    height: 101%;
    width: 101%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.image.hasAnim.inview .image__bg {
  transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  -webkit-transform: scale(1);
  transform: scale(1); }

.image.hasAnim.inview .image__borders .one,
.image.hasAnim.inview .image__borders .two,
.image.hasAnim.inview .image__borders .three,
.image.hasAnim.inview .image__borders .four {
  transition: -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }

.image.hasAnim.inview .image__borders .one,
.image.hasAnim.inview .image__borders .two {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.image.hasAnim.inview .image__borders .three,
.image.hasAnim.inview .image__borders .four {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

@media only screen and (max-width: 767px) {
  .image--portrait {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 55vh; }
    .image--portrait img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      -o-object-fit: cover;
      object-fit: cover; } }

.page-end-breaker {
  padding-top: 25vh;
  text-align: center;
  position: relative; }
  .page-end-breaker:before {
    height: 20vh;
    width: 1px;
    background-color: #191919;
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 1px); }
  .page-end-breaker > h2, .testimonial .page-end-breaker > blockquote {
    margin-bottom: 24px; }
  .page-end-breaker > p, .base-content .page-end-breaker > td {
    margin-bottom: 48px;
    font-size: 16px;
    color: #191919; }
  .page-end-breaker.hasAnim:before {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 100ms; }
  .page-end-breaker.hasAnim > * {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1), opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    opacity: 0; }
    .page-end-breaker.hasAnim > *:nth-child(0) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 150ms; }
    .page-end-breaker.hasAnim > *:nth-child(1) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 165ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 175ms; }
    .page-end-breaker.hasAnim > *:nth-child(2) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 180ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 200ms; }
    .page-end-breaker.hasAnim > *:nth-child(3) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 195ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 225ms; }
    .page-end-breaker.hasAnim > *:nth-child(4) {
      transition: opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms;
      transition: transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity 2250ms cubic-bezier(0.19, 1, 0.22, 1) 210ms, -webkit-transform 2250ms cubic-bezier(0.19, 1, 0.22, 1) 250ms; }
  .page-end-breaker.hasAnim.inview:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  .page-end-breaker.hasAnim.inview > * {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }

.copyright_tag {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: auto;
  font-size: 11px;
  line-height: 1em;
  padding: 8px;
  display: inline-block;
  opacity: 0.8; }

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