/*
Theme Name: 	Moving Brands
Theme URI: 		https://alchemy.digital/
Description: 	Custom theme for movingbrands.com
Version: 		3.0
Author: 		Alchemy Digital
Author URI: 	https://alchemy.digital/
Tags:
*/
/*================ UTILS ================*/
/*============================================================================
  Mixins
==============================================================================*/
/*============================================================================
  Mixin - Cover Image
==============================================================================*/
/*============================================================================
  Mixin - Input Placeholder Styles
==============================================================================*/
/*============================================================================
  Mixin - Responsive ratio

  Used for creating scalable elements that maintain the same ratio
  example:
  .element {
    @include responsive-ratio(400, 300);
  }
==============================================================================*/
/*============================================================================
  Mixin - Clear fix
==============================================================================*/
/*============================================================================
  Mixin - Visually Hidden
==============================================================================*/
/*============================================================================
  Mixin - Visually shown
==============================================================================*/
/*============================================================================
  Mixin - Media Queries
==============================================================================*/
/*============================================================================
  Mixin - Keyframes
==============================================================================*/
/*============================================================================
  Mixin - Animation
==============================================================================*/
/*============================================================================
  Mixin - Color Classes
==============================================================================*/
/*============================================================================
  Mixin - Double bg classes
  Removes margin and bottom padding so two module with same background colour look connected
==============================================================================*/
/*============================================================================
  Mixin - Grid
==============================================================================*/
/*============================================================================
  Mixin - Add gridsize to end of classes e.g. "--md" and puts it within the media query
  this is currently mostly used in _grid.scss
==============================================================================*/
/*============================================================================
  Mixin - Font size
==============================================================================*/
/*============================================================================
  Function - strip unit 
==============================================================================*/
/*============================================================================
  Color Variables
==============================================================================*/
/* ---- Colors ---- */
/* ---- Social colors ---- */
/* --- Font colors ---- */
/* --- Border colors ---- */
/* ---- Colors Array - used to create color classes such as "color-white" in typography.scss & layout.scss ---- */
/*============================================================================
  Typography Variables
==============================================================================*/
/* ---- Font line heights ---- */
/* ---- Font sizes ---- */
/* ---- Font weights ---- */
/* 
$font-weight-semibold: 600;
$font-weight-thin: 200; */
/* ---- Font families ---- */
/*============================================================================
  Padding & Margin Variables
==============================================================================*/
/* ---- Padding ---- */
/* ---- Margin ---- */
/* ---- Grid padding ---- */
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*============================================================================
  Box Shadows
==============================================================================*/
/*============================================================================
  Easing & Transitions
==============================================================================*/
/*============================================================================
  Siteheader
==============================================================================*/
/*============================================================================
  Forms
==============================================================================*/
/*============================================================================
  Buttons
==============================================================================*/
/*============================================================================
  Carousels
==============================================================================*/
/*============================================================================
  BD margins & Page Max Width
==============================================================================*/
/*============================================================================
  Logo 
==============================================================================*/
/*================ VENDOR ================*/
@import url(sass/vendor/owl/owl.carousel.min.css);
@import url(sass/vendor/locomotive-scroll.min.css);
/*================= BASE =================*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

img {
  max-width: 100%;
  height: auto; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
  animations -- animations.scss
  ========================================================================== */
/* ==========================================================================
  Accessibility - remove animations for "prefers reduced motion" -- animations.scss
  ========================================================================== */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    -webkit-animation-duration: 0.001ms !important;
            animation-duration: 0.001ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001ms !important;
            transition-duration: 0.001ms !important; } }
/* ==========================================================================
  Print styling - remove animations for print -- animations.scss
  ========================================================================== */
@media print {
  [data-scroll] {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; } }
/* ==========================================================================
  Main effect class -- animations.scss
  ========================================================================== */
[data-scroll] {
  opacity: 0;
  -webkit-transform: translate(0, 2em);
      -ms-transform: translate(0, 2em);
          transform: translate(0, 2em);
  -webkit-transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s, -webkit-transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s;
  transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s, -webkit-transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s;
  transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s, transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s;
  transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s, transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s, -webkit-transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01) 0s; }
  [data-scroll].is-inview, .no-cssanimations [data-scroll] {
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

/* ==========================================================================
  Effect grid delays -- animations.scss
  ========================================================================== */
[data-scroll].col-1-2:nth-child(2n + 1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms; }

[data-scroll].col-1-2:nth-child(2n + 2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

[data-scroll].col-1-3:nth-child(3n + 1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms; }

[data-scroll].col-1-3:nth-child(3n + 2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

[data-scroll].col-1-3:nth-child(3n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
          transition-delay: calc(150ms * 2); }

[data-scroll].col-1-4:nth-child(4n + 1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms; }

[data-scroll].col-1-4:nth-child(4n + 2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

[data-scroll].col-1-4:nth-child(4n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
          transition-delay: calc(150ms * 2); }

[data-scroll].col-1-4:nth-child(4n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
          transition-delay: calc(150ms * 3); }

[data-scroll].col-1-5:nth-child(5n + 1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms; }

[data-scroll].col-1-5:nth-child(5n + 2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

[data-scroll].col-1-5:nth-child(5n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
          transition-delay: calc(150ms * 2); }

[data-scroll].col-1-5:nth-child(5n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
          transition-delay: calc(150ms * 3); }

[data-scroll].col-1-5:nth-child(5n + 5) {
  -webkit-transition-delay: calc(150ms * 4);
          transition-delay: calc(150ms * 4); }

[data-scroll].col-1-6:nth-child(6n + 1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms; }

[data-scroll].col-1-6:nth-child(6n + 2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms; }

[data-scroll].col-1-6:nth-child(6n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
          transition-delay: calc(150ms * 2); }

[data-scroll].col-1-6:nth-child(6n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
          transition-delay: calc(150ms * 3); }

[data-scroll].col-1-6:nth-child(6n + 5) {
  -webkit-transition-delay: calc(150ms * 4);
          transition-delay: calc(150ms * 4); }

[data-scroll].col-1-6:nth-child(6n + 6) {
  -webkit-transition-delay: calc(150ms * 5);
          transition-delay: calc(150ms * 5); }

@media only screen and (min-width: 550px) {
  [data-scroll].col-sm-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-sm-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-sm-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-sm-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-sm-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-sm-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-sm-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-sm-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-sm-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-sm-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-sm-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-sm-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-sm-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-sm-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-sm-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-sm-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-sm-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-sm-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-sm-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-sm-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
            transition-delay: calc(150ms * 5); } }
@media only screen and (min-width: 700px) {
  [data-scroll].col-md-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-md-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-md-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-md-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-md-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-md-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-md-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-md-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-md-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-md-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-md-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-md-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-md-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-md-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-md-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-md-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-md-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-md-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-md-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-md-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
            transition-delay: calc(150ms * 5); } }
@media only screen and (min-width: 1000px) {
  [data-scroll].col-lg-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-lg-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-lg-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-lg-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-lg-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-lg-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-lg-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-lg-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-lg-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-lg-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-lg-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-lg-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-lg-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-lg-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-lg-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-lg-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-lg-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-lg-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-lg-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-lg-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
            transition-delay: calc(150ms * 5); } }
@media only screen and (min-width: 1200px) {
  [data-scroll].col-xl-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xl-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xl-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xl-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xl-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xl-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xl-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xl-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xl-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-xl-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xl-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xl-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xl-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-xl-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-xl-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xl-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xl-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xl-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-xl-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-xl-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
            transition-delay: calc(150ms * 5); } }
@media only screen and (min-width: 1400px) {
  [data-scroll].col-ws-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-ws-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-ws-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-ws-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-ws-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-ws-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-ws-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-ws-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-ws-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-ws-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-ws-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-ws-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-ws-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-ws-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-ws-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-ws-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-ws-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-ws-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-ws-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-ws-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
            transition-delay: calc(150ms * 5); } }
@media only screen and (min-width: 1600px) {
  [data-scroll].col-xw-1-2:nth-child(2n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xw-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xw-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xw-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xw-1-3:nth-child(3n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xw-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xw-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xw-1-4:nth-child(4n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xw-1-4:nth-child(4n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-xw-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xw-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xw-1-5:nth-child(5n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xw-1-5:nth-child(5n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-xw-1-5:nth-child(5n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-xw-1-6:nth-child(6n + 1) {
    -webkit-transition-delay: 0ms;
            transition-delay: 0ms; }

  [data-scroll].col-xw-1-6:nth-child(6n + 2) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

  [data-scroll].col-xw-1-6:nth-child(6n + 3) {
    -webkit-transition-delay: calc(150ms * 2);
            transition-delay: calc(150ms * 2); }

  [data-scroll].col-xw-1-6:nth-child(6n + 4) {
    -webkit-transition-delay: calc(150ms * 3);
            transition-delay: calc(150ms * 3); }

  [data-scroll].col-xw-1-6:nth-child(6n + 5) {
    -webkit-transition-delay: calc(150ms * 4);
            transition-delay: calc(150ms * 4); }

  [data-scroll].col-xw-1-6:nth-child(6n + 6) {
    -webkit-transition-delay: calc(150ms * 5);
            transition-delay: calc(150ms * 5); } }
/*  ==========================================================================
	Base typography -- typography.scss
	========================================================================== */
html {
  /* stops fonts displaying bolder on firefox */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

/*  ==========================================================================
	Heading Styles  -- typography.scss
	========================================================================== */
@font-face {
  font-family: "Gellix";
  src: url("fonts/Gellix-Medium.woff") format("woff"), url("fonts/Gellix-Medium.woff") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Gellix";
  src: url("fonts/Gellix-Bold.woff") format("woff"), url("fonts/Gellix-Bold.woff") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
/*  ==========================================================================
	Heading Styles  -- typography.scss
	========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.3em;
  line-height: 1.2;
  font-weight: 500; }

h1,
.heading-huge {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    h1,
    .heading-huge {
      font-size: 40px; } }
  @media only screen and (min-width: 700px) {
    h1,
    .heading-huge {
      font-size: 41px; } }
  @media only screen and (min-width: 1000px) {
    h1,
    .heading-huge {
      font-size: 43px; } }
  @media only screen and (min-width: 1200px) {
    h1,
    .heading-huge {
      font-size: 45px; } }
  @media only screen and (min-width: 1400px) {
    h1,
    .heading-huge {
      font-size: 47px; } }
  @media only screen and (min-width: 1600px) {
    h1,
    .heading-huge {
      font-size: 50px; } }
  @media only screen and (min-width: 1800px) {
    h1,
    .heading-huge {
      font-size: 53px; } }

h2,
.heading-large,
.blog .pageheader .pageheader__leader,
.category .pageheader .pageheader__leader,
.pullout-post > div:first-child .tile--post .tile__heading {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 32px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 32px; } }
  @media only screen and (min-width: 700px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 32px; } }
  @media only screen and (min-width: 1000px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 33px; } }
  @media only screen and (min-width: 1200px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 34px; } }
  @media only screen and (min-width: 1400px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 35px; } }
  @media only screen and (min-width: 1600px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 36px; } }
  @media only screen and (min-width: 1800px) {
    h2,
    .heading-large,
    .blog .pageheader .pageheader__leader,
    .category .pageheader .pageheader__leader,
    .pullout-post > div:first-child .tile--post .tile__heading {
      font-size: 37px; } }

h3,
.heading-med,
.pullout-post > div:first-child .tile--post .tile__subheading {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 22px; } }
  @media only screen and (min-width: 700px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 22px; } }
  @media only screen and (min-width: 1000px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 23px; } }
  @media only screen and (min-width: 1200px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 23px; } }
  @media only screen and (min-width: 1400px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 23px; } }
  @media only screen and (min-width: 1600px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 24px; } }
  @media only screen and (min-width: 1800px) {
    h3,
    .heading-med,
    .pullout-post > div:first-child .tile--post .tile__subheading {
      font-size: 25px; } }

h4,
.heading-reg {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.4; }
  @media only screen and (min-width: 550px) {
    h4,
    .heading-reg {
      font-size: 18px; } }
  @media only screen and (min-width: 700px) {
    h4,
    .heading-reg {
      font-size: 18px; } }
  @media only screen and (min-width: 1000px) {
    h4,
    .heading-reg {
      font-size: 19px; } }
  @media only screen and (min-width: 1200px) {
    h4,
    .heading-reg {
      font-size: 19px; } }
  @media only screen and (min-width: 1400px) {
    h4,
    .heading-reg {
      font-size: 19px; } }
  @media only screen and (min-width: 1600px) {
    h4,
    .heading-reg {
      font-size: 20px; } }
  @media only screen and (min-width: 1800px) {
    h4,
    .heading-reg {
      font-size: 21px; } }

h5,
.heading-sml {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  @media only screen and (min-width: 550px) {
    h5,
    .heading-sml {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    h5,
    .heading-sml {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    h5,
    .heading-sml {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    h5,
    .heading-sml {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    h5,
    .heading-sml {
      font-size: 15px; } }
  @media only screen and (min-width: 1600px) {
    h5,
    .heading-sml {
      font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    h5,
    .heading-sml {
      font-size: 17px; } }

h6,
.heading-xsml {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 10px;
  line-height: 1.4; }
  @media only screen and (min-width: 550px) {
    h6,
    .heading-xsml {
      font-size: 10px; } }
  @media only screen and (min-width: 700px) {
    h6,
    .heading-xsml {
      font-size: 10px; } }
  @media only screen and (min-width: 1000px) {
    h6,
    .heading-xsml {
      font-size: 11px; } }
  @media only screen and (min-width: 1200px) {
    h6,
    .heading-xsml {
      font-size: 11px; } }
  @media only screen and (min-width: 1400px) {
    h6,
    .heading-xsml {
      font-size: 11px; } }
  @media only screen and (min-width: 1600px) {
    h6,
    .heading-xsml {
      font-size: 12px; } }
  @media only screen and (min-width: 1800px) {
    h6,
    .heading-xsml {
      font-size: 13px; } }

/*  ==========================================================================
	Font sizes  -- typography.scss
	========================================================================== */
.text-huge {
  font-size: 40px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    .text-huge {
      font-size: 40px; } }
  @media only screen and (min-width: 700px) {
    .text-huge {
      font-size: 41px; } }
  @media only screen and (min-width: 1000px) {
    .text-huge {
      font-size: 43px; } }
  @media only screen and (min-width: 1200px) {
    .text-huge {
      font-size: 45px; } }
  @media only screen and (min-width: 1400px) {
    .text-huge {
      font-size: 47px; } }
  @media only screen and (min-width: 1600px) {
    .text-huge {
      font-size: 50px; } }
  @media only screen and (min-width: 1800px) {
    .text-huge {
      font-size: 53px; } }

.text-large {
  font-size: 32px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    .text-large {
      font-size: 32px; } }
  @media only screen and (min-width: 700px) {
    .text-large {
      font-size: 32px; } }
  @media only screen and (min-width: 1000px) {
    .text-large {
      font-size: 33px; } }
  @media only screen and (min-width: 1200px) {
    .text-large {
      font-size: 34px; } }
  @media only screen and (min-width: 1400px) {
    .text-large {
      font-size: 35px; } }
  @media only screen and (min-width: 1600px) {
    .text-large {
      font-size: 36px; } }
  @media only screen and (min-width: 1800px) {
    .text-large {
      font-size: 37px; } }

.text-med {
  font-size: 22px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    .text-med {
      font-size: 22px; } }
  @media only screen and (min-width: 700px) {
    .text-med {
      font-size: 22px; } }
  @media only screen and (min-width: 1000px) {
    .text-med {
      font-size: 23px; } }
  @media only screen and (min-width: 1200px) {
    .text-med {
      font-size: 23px; } }
  @media only screen and (min-width: 1400px) {
    .text-med {
      font-size: 23px; } }
  @media only screen and (min-width: 1600px) {
    .text-med {
      font-size: 24px; } }
  @media only screen and (min-width: 1800px) {
    .text-med {
      font-size: 25px; } }

.text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
body {
  font-size: 18px;
  line-height: 1.4; }
  @media only screen and (min-width: 550px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 18px; } }
  @media only screen and (min-width: 700px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 18px; } }
  @media only screen and (min-width: 1000px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 19px; } }
  @media only screen and (min-width: 1200px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 19px; } }
  @media only screen and (min-width: 1400px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 19px; } }
  @media only screen and (min-width: 1600px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 20px; } }
  @media only screen and (min-width: 1800px) {
    .text-reg, .text-link, .nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label,
    body {
      font-size: 21px; } }

.text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
  font-size: 14px; }
  @media only screen and (min-width: 550px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 15px; } }
  @media only screen and (min-width: 1600px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 16px; } }
  @media only screen and (min-width: 1800px) {
    .text-sml, .nf-form-cont .nf-error-msg, .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel, .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p, .contentarea .wp-caption .wp-caption-text {
      font-size: 17px; } }

.text-xsml {
  font-size: 10px; }
  @media only screen and (min-width: 550px) {
    .text-xsml {
      font-size: 10px; } }
  @media only screen and (min-width: 700px) {
    .text-xsml {
      font-size: 10px; } }
  @media only screen and (min-width: 1000px) {
    .text-xsml {
      font-size: 11px; } }
  @media only screen and (min-width: 1200px) {
    .text-xsml {
      font-size: 11px; } }
  @media only screen and (min-width: 1400px) {
    .text-xsml {
      font-size: 11px; } }
  @media only screen and (min-width: 1600px) {
    .text-xsml {
      font-size: 12px; } }
  @media only screen and (min-width: 1800px) {
    .text-xsml {
      font-size: 13px; } }

p {
  margin: 0 0 1em; }

/*  ==========================================================================
	Font families  -- typography.scss
	========================================================================== */
.font-body {
  font-family: "Gellix", "Helvetica", sans-serif; }

.font-header {
  font-family: "Gellix", "Helvetica", sans-serif;
  font-weight: 500; }

/*  ==========================================================================
	Font weights -- typography.scss
	========================================================================== */
.font-bold,
b,
strong {
  font-weight: 700; }

.font-reg {
  font-weight: 500; }

/*  ==========================================================================
	Font Cases -- typography.scss
	========================================================================== */
.case-lower {
  text-transform: lowercase; }

.case-upper {
  text-transform: uppercase; }

/*  ==========================================================================
	Text alignments -- typography.scss
	========================================================================== */
.text-center {
  text-align: center; }

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

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

/*  ==========================================================================
	Text colors -- typography.scss
	========================================================================== */
.color-green {
  color: #bffe00; }
.color-moss-green {
  color: #85b432; }
.color-forest-green {
  color: #336a24; }
.color-red {
  color: #ff005c; }
.color-white {
  color: #ffffff; }
.color-black {
  color: #000000; }
.color-soft-white {
  color: #f2f2f2; }
.color-soft-black {
  color: #222222; }
.color-light-grey {
  color: #b5b6b8; }
.color-dark-grey {
  color: #565f6a; }

/*  ==========================================================================
	Opacities -- typography.scss
	========================================================================== */
.o-33 {
  opacity: 0.33; }

.o-50, .contentarea .wp-caption .wp-caption-text {
  opacity: 0.5; }

/*  ==========================================================================
	List styles -- typography.scss
	========================================================================== */
ol,
ul {
  margin: 0 0 1em;
  padding: 0; }
  ol.list-style-none,
  ul.list-style-none {
    margin-left: 0;
    list-style: none; }

.inlinenavlist {
  margin: 0 -0.75em; }
  .inlinenavlist li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .inlinenavlist li a {
      display: block;
      margin: 0 0.75em; }

/*  ==========================================================================
    links -- links-buttons.scss
    ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #bffe00; }
  .color-black a:hover, .color-black a:focus {
    color: #565f6a; }
  a .hidden {
    opacity: 0;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }

.linkline {
  position: relative; }
  .linkline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #bffe00 0%, #bffe00 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
    background-image: linear-gradient(90deg, #bffe00 0%, #bffe00 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 100%);
    background-size: 200% 1px;
    background-position: 100% bottom;
    background-repeat: no-repeat;
    -webkit-transition: background-position 750ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: background-position 750ms cubic-bezier(0.22, 1, 0.36, 1); }
  a:hover .linkline::after, .linkline:focus .linkline::after {
    background-position: 0 bottom; }
  .color-black .linkline::after {
    background-image: -webkit-linear-gradient(left, #bffe00 0%, #bffe00 50%, black 50%, black 100%);
    background-image: linear-gradient(90deg, #bffe00 0%, #bffe00 50%, black 50%, black 100%); }

/*  ==========================================================================
    Link Icons -- links-buttons.scss
    ========================================================================== */
a .fa,
a .fab,
a .fal,
a .far,
a .fas,
.btn .fa,
.btn .fab,
.btn .fal,
.btn .far,
.btn .fas {
  padding: 0 0 0 0.66em; }
  a .fa--left,
  a .fab--left,
  a .fal--left,
  a .far--left,
  a .fas--left,
  .btn .fa--left,
  .btn .fab--left,
  .btn .fal--left,
  .btn .far--left,
  .btn .fas--left {
    padding: 0 0.66em 0 0; }
  a .fa--nopad,
  a .fab--nopad,
  a .fal--nopad,
  a .far--nopad,
  a .fas--nopad,
  .btn .fa--nopad,
  .btn .fab--nopad,
  .btn .fal--nopad,
  .btn .far--nopad,
  .btn .fas--nopad {
    padding: 0; }

/*  ==========================================================================
    Buttons -- links-buttons.scss
    ========================================================================== */
.btn {
  cursor: pointer;
  background-color: #bffe00;
  position: relative;
  color: #000000;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0.65em calc(70px + (0.85em * 2)) 0.65em 0.85em;
  border: none;
  -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1), color 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1), color 250ms cubic-bezier(0.55, 0, 0.1, 1);
  font-family: "Gellix", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.4; }
  @media only screen and (min-width: 550px) {
    .btn {
      font-size: 20px; } }
  @media only screen and (min-width: 700px) {
    .btn {
      font-size: 20px; } }
  @media only screen and (min-width: 1000px) {
    .btn {
      font-size: 19px; } }
  @media only screen and (min-width: 1200px) {
    .btn {
      font-size: 19px; } }
  @media only screen and (min-width: 1400px) {
    .btn {
      font-size: 19px; } }
  @media only screen and (min-width: 1600px) {
    .btn {
      font-size: 18px; } }
  @media only screen and (min-width: 1800px) {
    .btn {
      font-size: 17px; } }
  .btn .linkline {
    border: none;
    background-image: none; }
  .btn:before, .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn:before {
    height: 2px;
    width: 70px;
    background-color: #000000;
    -webkit-transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1), width 750ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 250ms cubic-bezier(0.55, 0, 0.1, 1), width 750ms cubic-bezier(0.55, 0, 0.1, 1); }
  .btn:after {
    content: "";
    background-image: url("img/framework/button-arrow-point.svg");
    background-repeat: no-repeat;
    width: 10px;
    height: 18px;
    position: absolute; }
  .btn:hover, .btn:focus {
    background-color: rgba(191, 254, 0, 0.9);
    color: #000000; }
    .btn:hover:before, .btn:focus:before {
      width: calc(70px / 3); }
  .btn--secondary {
    background: #000000;
    border: 1px solid #ffffff;
    color: #ffffff; }
    .btn--secondary:hover {
      color: #000000;
      background: #ffffff; }
      .btn--secondary:hover:before {
        background-color: #000000; }
      .btn--secondary:hover:after {
        -webkit-filter: invert(0%);
                filter: invert(0%); }
    .btn--secondary:before {
      background-color: #ffffff; }
    .btn--secondary:after {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
  .btn--noarrow {
    padding: 0.65em 0.85em; }
    .btn--noarrow:before {
      display: none; }
    .btn--noarrow:after {
      display: none; }
  .btn--category, .btn.paging__loadmore {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: inherit;
    margin-right: 0; }
    .btn--category:hover, .btn.paging__loadmore:hover {
      color: #ffffff; }
  .btn--share {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: inherit;
    margin-right: 0; }
  .btn--category {
    padding: 0.25em 0.5em; }
  .blog .btn.paging__loadmore:hover, .blog .btn--category:hover {
    background-color: #ffffff;
    color: #000000; }

/*  ==========================================================================
    Text Links -- links-buttons.scss
    ========================================================================== */
/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.socialicons {
  position: relative;
  margin-top: 1em; }
  .socialicons:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  .socialicons .socialicons__list {
    position: relative;
    margin-bottom: 0;
    height: 3.25rem; }
    .socialicons .socialicons__list li {
      margin: 0 0.25em;
      display: inline-block; }
  .socialicons .socialicons__list .sociallink {
    display: block;
    height: 3.25rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    background-color: #ffffff;
    line-height: calc(3.25rem - 2px);
    margin: 0;
    border-radius: 2rem; }
    .color-black .socialicons .socialicons__list .sociallink {
      border-color: rgba(0, 0, 0, 0.15); }
    .bg-black .socialicons .socialicons__list .sociallink {
      background-color: #000000; }
    .socialicons .socialicons__list .sociallink:after {
      content: "";
      height: 0;
      visibility: hidden;
      clear: both;
      display: block; }
    .socialicons .socialicons__list .sociallink .sociallink__text {
      overflow: hidden;
      font-size: 12px;
      display: block;
      float: left;
      text-align: right;
      width: 0;
      -webkit-transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
      transition: all 250ms cubic-bezier(0.55, 0, 0.1, 1) 0s;
      text-align: left; }
    .socialicons .socialicons__list .sociallink .sociallink__icon {
      width: 3.25rem;
      text-align: center;
      display: block;
      float: left;
      padding: 0;
      border: none; }
      .socialicons .socialicons__list .sociallink .sociallink__icon .fab,
      .socialicons .socialicons__list .sociallink .sociallink__icon .far,
      .socialicons .socialicons__list .sociallink .sociallink__icon .fal,
      .socialicons .socialicons__list .sociallink .sociallink__icon .fas {
        display: inline-block;
        padding: 0; }
    @media only screen and (min-width: 700px) {
      .socialicons .socialicons__list .sociallink a:hover .sociallink .fab {
        display: inline-block;
        padding: 0; }
      .socialicons .socialicons__list .sociallink:hover .sociallink__text {
        width: 65px; } }

/*================= LAYOUT =================*/
/* ==========================================================================
   Grid -- layout/_grid.scss
   ========================================================================== */
/* ==========================================================================
  General flex box classes -- layout/_grid.scss
  ========================================================================== */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */ }

/* ==========================================================================
  Rows -- layout/_grid.scss
  ========================================================================== */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em; }
  @media only screen and (min-width: 550px) {
    .row {
      margin-left: -0.5em;
      margin-right: -0.5em; } }
  @media only screen and (min-width: 700px) {
    .row {
      margin-left: -0.75em;
      margin-right: -0.75em; } }
  @media only screen and (min-width: 1000px) {
    .row {
      margin-left: -0.75em;
      margin-right: -0.75em; } }
  @media only screen and (min-width: 1200px) {
    .row {
      margin-left: -0.8em;
      margin-right: -0.8em; } }
  @media only screen and (min-width: 1400px) {
    .row {
      margin-left: -0.85em;
      margin-right: -0.85em; } }
  @media only screen and (min-width: 1600px) {
    .row {
      margin-left: -0.95em;
      margin-right: -0.95em; } }
  .row--nopad {
    margin-left: 0;
    margin-right: 0; }

.row--wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media only screen and (min-width: 550px) {
    .row--wrap--sm {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 700px) {
    .row--wrap--md {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1000px) {
    .row--wrap--lg {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1200px) {
    .row--wrap--xl {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1400px) {
    .row--wrap--ws {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1600px) {
    .row--wrap--xw {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 1800px) {
    .row--wrap--xxw {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media only screen and (min-width: 2000px) {
    .row--wrap--xxxw {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.row--nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  @media only screen and (min-width: 550px) {
    .row--nowrap--sm {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 700px) {
    .row--nowrap--md {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1000px) {
    .row--nowrap--lg {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1200px) {
    .row--nowrap--xl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1400px) {
    .row--nowrap--ws {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1600px) {
    .row--nowrap--xw {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 1800px) {
    .row--nowrap--xxw {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media only screen and (min-width: 2000px) {
    .row--nowrap--xxxw {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.row--wrapreverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse; }
  @media only screen and (min-width: 550px) {
    .row--wrapreverse--sm {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--wrapreverse--md {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--wrapreverse--lg {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--wrapreverse--xl {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--wrapreverse--ws {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--wrapreverse--xw {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 1800px) {
    .row--wrapreverse--xxw {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }
  @media only screen and (min-width: 2000px) {
    .row--wrapreverse--xxxw {
      -webkit-flex-wrap: wrap-reverse;
          -ms-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; } }

.row--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 550px) {
    .row--column--sm {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 700px) {
    .row--column--md {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1000px) {
    .row--column--lg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1200px) {
    .row--column--xl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1400px) {
    .row--column--ws {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1600px) {
    .row--column--xw {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 1800px) {
    .row--column--xxw {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (min-width: 2000px) {
    .row--column--xxxw {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.row--columnreverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media only screen and (min-width: 550px) {
    .row--columnreverse--sm {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--columnreverse--md {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--columnreverse--lg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--columnreverse--xl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--columnreverse--ws {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--columnreverse--xw {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 1800px) {
    .row--columnreverse--xxw {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media only screen and (min-width: 2000px) {
    .row--columnreverse--xxxw {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.row--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (min-width: 550px) {
    .row--row--sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 700px) {
    .row--row--md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1000px) {
    .row--row--lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1200px) {
    .row--row--xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1400px) {
    .row--row--ws {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1600px) {
    .row--row--xw {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 1800px) {
    .row--row--xxw {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media only screen and (min-width: 2000px) {
    .row--row--xxxw {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.row--rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media only screen and (min-width: 550px) {
    .row--rowreverse--sm {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--rowreverse--md {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--rowreverse--lg {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--rowreverse--xl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--rowreverse--ws {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--rowreverse--xw {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 1800px) {
    .row--rowreverse--xxw {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media only screen and (min-width: 2000px) {
    .row--rowreverse--xxxw {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.row--mb {
  margin-bottom: calc(0.5em * -2); }
  @media only screen and (min-width: 550px) {
    .row--mb {
      margin-bottom: calc(0.5em * -2); } }
  @media only screen and (min-width: 700px) {
    .row--mb {
      margin-bottom: calc(0.75em * -2); } }
  @media only screen and (min-width: 1000px) {
    .row--mb {
      margin-bottom: calc(0.75em * -2); } }
  @media only screen and (min-width: 1200px) {
    .row--mb {
      margin-bottom: calc(0.8em * -2); } }
  @media only screen and (min-width: 1400px) {
    .row--mb {
      margin-bottom: calc(0.85em * -2); } }
  @media only screen and (min-width: 1600px) {
    .row--mb {
      margin-bottom: calc(0.95em * -2); } }
  .row--mb > .col {
    margin-bottom: calc(0.5em * 2); }
    @media only screen and (min-width: 550px) {
      .row--mb > .col {
        margin-bottom: calc(0.5em * 2); } }
    @media only screen and (min-width: 700px) {
      .row--mb > .col {
        margin-bottom: calc(0.75em * 2); } }
    @media only screen and (min-width: 1000px) {
      .row--mb > .col {
        margin-bottom: calc(0.75em * 2); } }
    @media only screen and (min-width: 1200px) {
      .row--mb > .col {
        margin-bottom: calc(0.8em * 2); } }
    @media only screen and (min-width: 1400px) {
      .row--mb > .col {
        margin-bottom: calc(0.85em * 2); } }
    @media only screen and (min-width: 1600px) {
      .row--mb > .col {
        margin-bottom: calc(0.95em * 2); } }

/* ==========================================================================
  Alignments -- layout/_grid.scss
  ========================================================================== */
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (min-width: 550px) {
    .justify-center--sm {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 700px) {
    .justify-center--md {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1000px) {
    .justify-center--lg {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1200px) {
    .justify-center--xl {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1400px) {
    .justify-center--ws {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1600px) {
    .justify-center--xw {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 1800px) {
    .justify-center--xxw {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 2000px) {
    .justify-center--xxxw {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.justify-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media only screen and (min-width: 550px) {
    .justify-start--sm {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 700px) {
    .justify-start--md {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1000px) {
    .justify-start--lg {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .justify-start--xl {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1400px) {
    .justify-start--ws {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1600px) {
    .justify-start--xw {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 1800px) {
    .justify-start--xxw {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media only screen and (min-width: 2000px) {
    .justify-start--xxxw {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media only screen and (min-width: 550px) {
    .justify-end--sm {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 700px) {
    .justify-end--md {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1000px) {
    .justify-end--lg {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1200px) {
    .justify-end--xl {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1400px) {
    .justify-end--ws {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1600px) {
    .justify-end--xw {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 1800px) {
    .justify-end--xxw {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media only screen and (min-width: 2000px) {
    .justify-end--xxxw {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.justify-spacebetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 550px) {
    .justify-spacebetween--sm {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 700px) {
    .justify-spacebetween--md {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1000px) {
    .justify-spacebetween--lg {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1200px) {
    .justify-spacebetween--xl {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1400px) {
    .justify-spacebetween--ws {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1600px) {
    .justify-spacebetween--xw {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1800px) {
    .justify-spacebetween--xxw {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 2000px) {
    .justify-spacebetween--xxxw {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.justify-spacearound {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media only screen and (min-width: 550px) {
    .justify-spacearound--sm {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 700px) {
    .justify-spacearound--md {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1000px) {
    .justify-spacearound--lg {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1200px) {
    .justify-spacearound--xl {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1400px) {
    .justify-spacearound--ws {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1600px) {
    .justify-spacearound--xw {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 1800px) {
    .justify-spacearound--xxw {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
  @media only screen and (min-width: 2000px) {
    .justify-spacearound--xxxw {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }

.justify-spaceevenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  @media only screen and (min-width: 550px) {
    .justify-spaceevenly--sm {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 700px) {
    .justify-spaceevenly--md {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 1000px) {
    .justify-spaceevenly--lg {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 1200px) {
    .justify-spaceevenly--xl {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 1400px) {
    .justify-spaceevenly--ws {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 1600px) {
    .justify-spaceevenly--xw {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 1800px) {
    .justify-spaceevenly--xxw {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  @media only screen and (min-width: 2000px) {
    .justify-spaceevenly--xxxw {
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 550px) {
    .align-center--sm {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 700px) {
    .align-center--md {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1000px) {
    .align-center--lg {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1200px) {
    .align-center--xl {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1400px) {
    .align-center--ws {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1600px) {
    .align-center--xw {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 1800px) {
    .align-center--xxw {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (min-width: 2000px) {
    .align-center--xxxw {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.align-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (min-width: 550px) {
    .align-start--sm {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 700px) {
    .align-start--md {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1000px) {
    .align-start--lg {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1200px) {
    .align-start--xl {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1400px) {
    .align-start--ws {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1600px) {
    .align-start--xw {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1800px) {
    .align-start--xxw {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 2000px) {
    .align-start--xxxw {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (min-width: 550px) {
    .align-end--sm {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 700px) {
    .align-end--md {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1000px) {
    .align-end--lg {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1200px) {
    .align-end--xl {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1400px) {
    .align-end--ws {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1600px) {
    .align-end--xw {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 1800px) {
    .align-end--xxw {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media only screen and (min-width: 2000px) {
    .align-end--xxxw {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; } }

/* ==========================================================================
  Columns -- layout/_grid.scss
  ========================================================================== */
.col {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  @media only screen and (min-width: 550px) {
    .col {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media only screen and (min-width: 700px) {
    .col {
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media only screen and (min-width: 1000px) {
    .col {
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media only screen and (min-width: 1200px) {
    .col {
      padding-left: 0.8em;
      padding-right: 0.8em; } }
  @media only screen and (min-width: 1400px) {
    .col {
      padding-left: 0.85em;
      padding-right: 0.85em; } }
  @media only screen and (min-width: 1600px) {
    .col {
      padding-left: 0.95em;
      padding-right: 0.95em; } }
  .row--nopad .col {
    padding-left: 0;
    padding-right: 0; }

.col--content {
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .col--content {
      width: 72%; } }
  @media only screen and (min-width: 1200px) {
    .col--content {
      width: 68%; } }

.col--nopadleft {
  padding-left: 0; }
  @media only screen and (min-width: 550px) {
    .col--nopadleft--sm {
      padding-left: 0; } }
  @media only screen and (min-width: 700px) {
    .col--nopadleft--md {
      padding-left: 0; } }
  @media only screen and (min-width: 1000px) {
    .col--nopadleft--lg {
      padding-left: 0; } }
  @media only screen and (min-width: 1200px) {
    .col--nopadleft--xl {
      padding-left: 0; } }
  @media only screen and (min-width: 1400px) {
    .col--nopadleft--ws {
      padding-left: 0; } }
  @media only screen and (min-width: 1600px) {
    .col--nopadleft--xw {
      padding-left: 0; } }
  @media only screen and (min-width: 1800px) {
    .col--nopadleft--xxw {
      padding-left: 0; } }
  @media only screen and (min-width: 2000px) {
    .col--nopadleft--xxxw {
      padding-left: 0; } }

.col--nopadright {
  padding-right: 0; }
  @media only screen and (min-width: 550px) {
    .col--nopadright--sm {
      padding-right: 0; } }
  @media only screen and (min-width: 700px) {
    .col--nopadright--md {
      padding-right: 0; } }
  @media only screen and (min-width: 1000px) {
    .col--nopadright--lg {
      padding-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .col--nopadright--xl {
      padding-right: 0; } }
  @media only screen and (min-width: 1400px) {
    .col--nopadright--ws {
      padding-right: 0; } }
  @media only screen and (min-width: 1600px) {
    .col--nopadright--xw {
      padding-right: 0; } }
  @media only screen and (min-width: 1800px) {
    .col--nopadright--xxw {
      padding-right: 0; } }
  @media only screen and (min-width: 2000px) {
    .col--nopadright--xxxw {
      padding-right: 0; } }

/* ==========================================================================
  Grid classes -- layout/_grid.scss
  ========================================================================== */
.col-auto {
  width: auto; }

.col-0 {
  width: 0%; }

.col-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.3%; }

.col-2-3 {
  width: 66.66666%; }

.col-1-6 {
  width: 16.66666%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-1-6 {
  width: 16.656%; }

.col-5-6 {
  width: 83.33%; }

.col-1-8 {
  width: 12.5%; }

.col-3-8 {
  width: 37.5%; }

.col-5-8 {
  width: 62.5%; }

.col-7-8 {
  width: 87.5%; }

.col-1-12 {
  width: 8.3333%; }

.col-5-12 {
  width: 41.6666%; }

.col-7-12 {
  width: 58.3333%; }

.col-11-12 {
  width: 91.6666%; }

.col-1-24 {
  width: 4.1666%; }

.col-5-24 {
  width: 20.8333%; }

.col-7-24 {
  width: 29.1666%; }

.col-11-24 {
  width: 45.8333%; }

.col-13-24 {
  width: 54.1666%; }

.col-17-24 {
  width: 70.8333%; }

.col-19-24 {
  width: 79.1666%; }

.col-23-24 {
  width: 95.8333%; }

@media only screen and (min-width: 550px) {
  .col-sm-auto {
    width: auto; }

  .col-sm-0 {
    width: 0%; }

  .col-sm-1 {
    width: 100%; }

  .col-sm-1-2 {
    width: 50%; }

  .col-sm-1-3 {
    width: 33.3%; }

  .col-sm-2-3 {
    width: 66.66666%; }

  .col-sm-1-6 {
    width: 16.66666%; }

  .col-sm-1-4 {
    width: 25%; }

  .col-sm-3-4 {
    width: 75%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-1-6 {
    width: 16.656%; }

  .col-sm-5-6 {
    width: 83.33%; }

  .col-sm-1-8 {
    width: 12.5%; }

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-7-8 {
    width: 87.5%; }

  .col-sm-1-12 {
    width: 8.3333%; }

  .col-sm-5-12 {
    width: 41.6666%; }

  .col-sm-7-12 {
    width: 58.3333%; }

  .col-sm-11-12 {
    width: 91.6666%; }

  .col-sm-1-24 {
    width: 4.1666%; }

  .col-sm-5-24 {
    width: 20.8333%; }

  .col-sm-7-24 {
    width: 29.1666%; }

  .col-sm-11-24 {
    width: 45.8333%; }

  .col-sm-13-24 {
    width: 54.1666%; }

  .col-sm-17-24 {
    width: 70.8333%; }

  .col-sm-19-24 {
    width: 79.1666%; }

  .col-sm-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 700px) {
  .col-md-auto {
    width: auto; }

  .col-md-0 {
    width: 0%; }

  .col-md-1 {
    width: 100%; }

  .col-md-1-2 {
    width: 50%; }

  .col-md-1-3 {
    width: 33.3%; }

  .col-md-2-3 {
    width: 66.66666%; }

  .col-md-1-6 {
    width: 16.66666%; }

  .col-md-1-4 {
    width: 25%; }

  .col-md-3-4 {
    width: 75%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-1-6 {
    width: 16.656%; }

  .col-md-5-6 {
    width: 83.33%; }

  .col-md-1-8 {
    width: 12.5%; }

  .col-md-3-8 {
    width: 37.5%; }

  .col-md-5-8 {
    width: 62.5%; }

  .col-md-7-8 {
    width: 87.5%; }

  .col-md-1-12 {
    width: 8.3333%; }

  .col-md-5-12 {
    width: 41.6666%; }

  .col-md-7-12 {
    width: 58.3333%; }

  .col-md-11-12 {
    width: 91.6666%; }

  .col-md-1-24 {
    width: 4.1666%; }

  .col-md-5-24 {
    width: 20.8333%; }

  .col-md-7-24 {
    width: 29.1666%; }

  .col-md-11-24 {
    width: 45.8333%; }

  .col-md-13-24 {
    width: 54.1666%; }

  .col-md-17-24 {
    width: 70.8333%; }

  .col-md-19-24 {
    width: 79.1666%; }

  .col-md-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1000px) {
  .col-lg-auto {
    width: auto; }

  .col-lg-0 {
    width: 0%; }

  .col-lg-1 {
    width: 100%; }

  .col-lg-1-2 {
    width: 50%; }

  .col-lg-1-3 {
    width: 33.3%; }

  .col-lg-2-3 {
    width: 66.66666%; }

  .col-lg-1-6 {
    width: 16.66666%; }

  .col-lg-1-4 {
    width: 25%; }

  .col-lg-3-4 {
    width: 75%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-1-6 {
    width: 16.656%; }

  .col-lg-5-6 {
    width: 83.33%; }

  .col-lg-1-8 {
    width: 12.5%; }

  .col-lg-3-8 {
    width: 37.5%; }

  .col-lg-5-8 {
    width: 62.5%; }

  .col-lg-7-8 {
    width: 87.5%; }

  .col-lg-1-12 {
    width: 8.3333%; }

  .col-lg-5-12 {
    width: 41.6666%; }

  .col-lg-7-12 {
    width: 58.3333%; }

  .col-lg-11-12 {
    width: 91.6666%; }

  .col-lg-1-24 {
    width: 4.1666%; }

  .col-lg-5-24 {
    width: 20.8333%; }

  .col-lg-7-24 {
    width: 29.1666%; }

  .col-lg-11-24 {
    width: 45.8333%; }

  .col-lg-13-24 {
    width: 54.1666%; }

  .col-lg-17-24 {
    width: 70.8333%; }

  .col-lg-19-24 {
    width: 79.1666%; }

  .col-lg-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1200px) {
  .col-xl-auto {
    width: auto; }

  .col-xl-0 {
    width: 0%; }

  .col-xl-1 {
    width: 100%; }

  .col-xl-1-2 {
    width: 50%; }

  .col-xl-1-3 {
    width: 33.3%; }

  .col-xl-2-3 {
    width: 66.66666%; }

  .col-xl-1-6 {
    width: 16.66666%; }

  .col-xl-1-4 {
    width: 25%; }

  .col-xl-3-4 {
    width: 75%; }

  .col-xl-1-5 {
    width: 20%; }

  .col-xl-2-5 {
    width: 40%; }

  .col-xl-3-5 {
    width: 60%; }

  .col-xl-4-5 {
    width: 80%; }

  .col-xl-1-6 {
    width: 16.656%; }

  .col-xl-5-6 {
    width: 83.33%; }

  .col-xl-1-8 {
    width: 12.5%; }

  .col-xl-3-8 {
    width: 37.5%; }

  .col-xl-5-8 {
    width: 62.5%; }

  .col-xl-7-8 {
    width: 87.5%; }

  .col-xl-1-12 {
    width: 8.3333%; }

  .col-xl-5-12 {
    width: 41.6666%; }

  .col-xl-7-12 {
    width: 58.3333%; }

  .col-xl-11-12 {
    width: 91.6666%; }

  .col-xl-1-24 {
    width: 4.1666%; }

  .col-xl-5-24 {
    width: 20.8333%; }

  .col-xl-7-24 {
    width: 29.1666%; }

  .col-xl-11-24 {
    width: 45.8333%; }

  .col-xl-13-24 {
    width: 54.1666%; }

  .col-xl-17-24 {
    width: 70.8333%; }

  .col-xl-19-24 {
    width: 79.1666%; }

  .col-xl-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1400px) {
  .col-ws-auto {
    width: auto; }

  .col-ws-0 {
    width: 0%; }

  .col-ws-1 {
    width: 100%; }

  .col-ws-1-2 {
    width: 50%; }

  .col-ws-1-3 {
    width: 33.3%; }

  .col-ws-2-3 {
    width: 66.66666%; }

  .col-ws-1-6 {
    width: 16.66666%; }

  .col-ws-1-4 {
    width: 25%; }

  .col-ws-3-4 {
    width: 75%; }

  .col-ws-1-5 {
    width: 20%; }

  .col-ws-2-5 {
    width: 40%; }

  .col-ws-3-5 {
    width: 60%; }

  .col-ws-4-5 {
    width: 80%; }

  .col-ws-1-6 {
    width: 16.656%; }

  .col-ws-5-6 {
    width: 83.33%; }

  .col-ws-1-8 {
    width: 12.5%; }

  .col-ws-3-8 {
    width: 37.5%; }

  .col-ws-5-8 {
    width: 62.5%; }

  .col-ws-7-8 {
    width: 87.5%; }

  .col-ws-1-12 {
    width: 8.3333%; }

  .col-ws-5-12 {
    width: 41.6666%; }

  .col-ws-7-12 {
    width: 58.3333%; }

  .col-ws-11-12 {
    width: 91.6666%; }

  .col-ws-1-24 {
    width: 4.1666%; }

  .col-ws-5-24 {
    width: 20.8333%; }

  .col-ws-7-24 {
    width: 29.1666%; }

  .col-ws-11-24 {
    width: 45.8333%; }

  .col-ws-13-24 {
    width: 54.1666%; }

  .col-ws-17-24 {
    width: 70.8333%; }

  .col-ws-19-24 {
    width: 79.1666%; }

  .col-ws-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1600px) {
  .col-xw-auto {
    width: auto; }

  .col-xw-0 {
    width: 0%; }

  .col-xw-1 {
    width: 100%; }

  .col-xw-1-2 {
    width: 50%; }

  .col-xw-1-3 {
    width: 33.3%; }

  .col-xw-2-3 {
    width: 66.66666%; }

  .col-xw-1-6 {
    width: 16.66666%; }

  .col-xw-1-4 {
    width: 25%; }

  .col-xw-3-4 {
    width: 75%; }

  .col-xw-1-5 {
    width: 20%; }

  .col-xw-2-5 {
    width: 40%; }

  .col-xw-3-5 {
    width: 60%; }

  .col-xw-4-5 {
    width: 80%; }

  .col-xw-1-6 {
    width: 16.656%; }

  .col-xw-5-6 {
    width: 83.33%; }

  .col-xw-1-8 {
    width: 12.5%; }

  .col-xw-3-8 {
    width: 37.5%; }

  .col-xw-5-8 {
    width: 62.5%; }

  .col-xw-7-8 {
    width: 87.5%; }

  .col-xw-1-12 {
    width: 8.3333%; }

  .col-xw-5-12 {
    width: 41.6666%; }

  .col-xw-7-12 {
    width: 58.3333%; }

  .col-xw-11-12 {
    width: 91.6666%; }

  .col-xw-1-24 {
    width: 4.1666%; }

  .col-xw-5-24 {
    width: 20.8333%; }

  .col-xw-7-24 {
    width: 29.1666%; }

  .col-xw-11-24 {
    width: 45.8333%; }

  .col-xw-13-24 {
    width: 54.1666%; }

  .col-xw-17-24 {
    width: 70.8333%; }

  .col-xw-19-24 {
    width: 79.1666%; }

  .col-xw-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 1800px) {
  .col-xxw-auto {
    width: auto; }

  .col-xxw-0 {
    width: 0%; }

  .col-xxw-1 {
    width: 100%; }

  .col-xxw-1-2 {
    width: 50%; }

  .col-xxw-1-3 {
    width: 33.3%; }

  .col-xxw-2-3 {
    width: 66.66666%; }

  .col-xxw-1-6 {
    width: 16.66666%; }

  .col-xxw-1-4 {
    width: 25%; }

  .col-xxw-3-4 {
    width: 75%; }

  .col-xxw-1-5 {
    width: 20%; }

  .col-xxw-2-5 {
    width: 40%; }

  .col-xxw-3-5 {
    width: 60%; }

  .col-xxw-4-5 {
    width: 80%; }

  .col-xxw-1-6 {
    width: 16.656%; }

  .col-xxw-5-6 {
    width: 83.33%; }

  .col-xxw-1-8 {
    width: 12.5%; }

  .col-xxw-3-8 {
    width: 37.5%; }

  .col-xxw-5-8 {
    width: 62.5%; }

  .col-xxw-7-8 {
    width: 87.5%; }

  .col-xxw-1-12 {
    width: 8.3333%; }

  .col-xxw-5-12 {
    width: 41.6666%; }

  .col-xxw-7-12 {
    width: 58.3333%; }

  .col-xxw-11-12 {
    width: 91.6666%; }

  .col-xxw-1-24 {
    width: 4.1666%; }

  .col-xxw-5-24 {
    width: 20.8333%; }

  .col-xxw-7-24 {
    width: 29.1666%; }

  .col-xxw-11-24 {
    width: 45.8333%; }

  .col-xxw-13-24 {
    width: 54.1666%; }

  .col-xxw-17-24 {
    width: 70.8333%; }

  .col-xxw-19-24 {
    width: 79.1666%; }

  .col-xxw-23-24 {
    width: 95.8333%; } }
@media only screen and (min-width: 2000px) {
  .col-xxxw-auto {
    width: auto; }

  .col-xxxw-0 {
    width: 0%; }

  .col-xxxw-1 {
    width: 100%; }

  .col-xxxw-1-2 {
    width: 50%; }

  .col-xxxw-1-3 {
    width: 33.3%; }

  .col-xxxw-2-3 {
    width: 66.66666%; }

  .col-xxxw-1-6 {
    width: 16.66666%; }

  .col-xxxw-1-4 {
    width: 25%; }

  .col-xxxw-3-4 {
    width: 75%; }

  .col-xxxw-1-5 {
    width: 20%; }

  .col-xxxw-2-5 {
    width: 40%; }

  .col-xxxw-3-5 {
    width: 60%; }

  .col-xxxw-4-5 {
    width: 80%; }

  .col-xxxw-1-6 {
    width: 16.656%; }

  .col-xxxw-5-6 {
    width: 83.33%; }

  .col-xxxw-1-8 {
    width: 12.5%; }

  .col-xxxw-3-8 {
    width: 37.5%; }

  .col-xxxw-5-8 {
    width: 62.5%; }

  .col-xxxw-7-8 {
    width: 87.5%; }

  .col-xxxw-1-12 {
    width: 8.3333%; }

  .col-xxxw-5-12 {
    width: 41.6666%; }

  .col-xxxw-7-12 {
    width: 58.3333%; }

  .col-xxxw-11-12 {
    width: 91.6666%; }

  .col-xxxw-1-24 {
    width: 4.1666%; }

  .col-xxxw-5-24 {
    width: 20.8333%; }

  .col-xxxw-7-24 {
    width: 29.1666%; }

  .col-xxxw-11-24 {
    width: 45.8333%; }

  .col-xxxw-13-24 {
    width: 54.1666%; }

  .col-xxxw-17-24 {
    width: 70.8333%; }

  .col-xxxw-19-24 {
    width: 79.1666%; }

  .col-xxxw-23-24 {
    width: 95.8333%; } }
/* ==========================================================================
   Forms -- layout/_forms.scss
   ========================================================================== */
/* ==========================================================================
  General Form Styling -- layout/_forms.scss
  ========================================================================== */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], select, textarea {
  padding: 0.75em;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  select:focus,
  textarea:focus {
    outline: none;
    border: solid 1px #bffe00 !important; }
  input[type="text"].placeholder, input[type="email"].placeholder, input[type="password"].placeholder, input[type="number"].placeholder, input[type="search"].placeholder, input[type="tel"].placeholder, select.placeholder, textarea.placeholder {
    color: rgba(255, 255, 255, 0.5); }
    .color-black input[type="text"].placeholder,
    .color-black input[type="email"].placeholder,
    .color-black input[type="password"].placeholder,
    .color-black input[type="number"].placeholder,
    .color-black input[type="search"].placeholder,
    .color-black input[type="tel"].placeholder,
    .color-black select.placeholder,
    .color-black textarea.placeholder {
      color: rgba(0, 0, 0, 0.5); }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
    .color-black input[type="text"]:-moz-placeholder,
    .color-black input[type="email"]:-moz-placeholder,
    .color-black input[type="password"]:-moz-placeholder,
    .color-black input[type="number"]:-moz-placeholder,
    .color-black input[type="search"]:-moz-placeholder,
    .color-black input[type="tel"]:-moz-placeholder,
    .color-black select:-moz-placeholder,
    .color-black textarea:-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
    .color-black input[type="text"]::-moz-placeholder,
    .color-black input[type="email"]::-moz-placeholder,
    .color-black input[type="password"]::-moz-placeholder,
    .color-black input[type="number"]::-moz-placeholder,
    .color-black input[type="search"]::-moz-placeholder,
    .color-black input[type="tel"]::-moz-placeholder,
    .color-black select::-moz-placeholder,
    .color-black textarea::-moz-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
    .color-black input[type="text"]:-ms-input-placeholder,
    .color-black input[type="email"]:-ms-input-placeholder,
    .color-black input[type="password"]:-ms-input-placeholder,
    .color-black input[type="number"]:-ms-input-placeholder,
    .color-black input[type="search"]:-ms-input-placeholder,
    .color-black input[type="tel"]:-ms-input-placeholder,
    .color-black select:-ms-input-placeholder,
    .color-black textarea:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
    .color-black input[type="text"]::-webkit-input-placeholder,
    .color-black input[type="email"]::-webkit-input-placeholder,
    .color-black input[type="password"]::-webkit-input-placeholder,
    .color-black input[type="number"]::-webkit-input-placeholder,
    .color-black input[type="search"]::-webkit-input-placeholder,
    .color-black input[type="tel"]::-webkit-input-placeholder,
    .color-black select::-webkit-input-placeholder,
    .color-black textarea::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5); }
  .color-black input[type="text"],
  .color-black input[type="email"],
  .color-black input[type="password"],
  .color-black input[type="number"],
  .color-black input[type="search"],
  .color-black input[type="tel"],
  .color-black select,
  .color-black textarea {
    background: #000000;
    border-color: #000000; }

textarea {
  min-height: 7em;
  resize: none !important; }

/* ==========================================================================
   Ninja Forms Styling -- layout/_forms.scss
   ========================================================================== */
.nf-form-cont .nf-before-form-content {
  margin-bottom: 1em; }
.nf-form-cont .nf-form-content {
  padding: 0 !important; }
.nf-form-cont .nf-field-container {
  margin-bottom: 1.5em; }
  .nf-form-cont .nf-field-container.listselect-container {
    margin: 2em 0 3.5em; }
  .nf-form-cont .nf-field-container.submit-container {
    margin-top: 2em; }
.nf-form-cont .label-left .nf-field-label {
  width: 100%;
  text-align: left;
  margin-bottom: 1em; }
.nf-form-cont .label-left .nf-field-element {
  width: 100%; }
@media only screen and (min-width: 1000px) {
  .nf-form-cont .label-left .nf-field-label {
    width: 50%;
    margin-bottom: 0; }
  .nf-form-cont .label-left .nf-field-element {
    width: 50%;
    max-width: 600px;
    margin-left: auto;
    margin-right: 0; } }
.nf-form-cont .ninja-forms-field:not(.btn) {
  padding: 0.75em 0 !important;
  height: auto !important;
  border: 0 solid rgba(0, 0, 0, 0) !important; }
.nf-form-cont select.ninja-forms-field:not(.btn) {
  padding: 0.65em 3.25em 0.65em 0.75em !important; }
.nf-form-cont input.ninja-forms-field:not(.btn), .nf-form-cont textarea.ninja-forms-field:not(.btn) {
  padding: 0.75em 0 0.25em 0 !important;
  height: auto !important;
  border-bottom: #ffffff 1px solid !important; }
.nf-form-cont textarea.ninja-forms-field:not(.btn) {
  min-height: auto;
  line-height: normal; }
.nf-form-cont label, .nf-form-cont .nf-field-label .nf-label-span, .nf-form-cont .nf-field-label label {
  font-weight: 500 !important; }
.nf-form-cont input,
.nf-form-cont textarea,
.nf-form-cont select {
  background: transparent !important;
  border: 0 solid rgba(0, 0, 0, 0) !important;
  border-bottom: #ffffff 1px solid !important;
  color: #ffffff !important;
  font-size: 18px;
  line-height: 1.4; }
  @media only screen and (min-width: 550px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 18px !important; } }
  @media only screen and (min-width: 700px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 18px !important; } }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 19px !important; } }
  @media only screen and (min-width: 1200px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 19px !important; } }
  @media only screen and (min-width: 1400px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 19px !important; } }
  @media only screen and (min-width: 1600px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 20px !important; } }
  @media only screen and (min-width: 1800px) {
    .nf-form-cont input,
    .nf-form-cont textarea,
    .nf-form-cont select {
      font-size: 21px !important; } }
  .nf-form-cont input:focus,
  .nf-form-cont textarea:focus,
  .nf-form-cont select:focus {
    border: solid 1px #bffe00 !important; }
.nf-form-cont textarea {
  display: block; }
.nf-form-cont select, .nf-form-cont select.ninja-forms-field {
  background: #ffffff !important;
  color: #000000 !important;
  position: relative;
  z-index: 2;
  border-bottom-width: 0px !important; }
  .nf-form-cont select::-ms-expand, .nf-form-cont select.ninja-forms-field::-ms-expand {
    display: none; }
.nf-form-cont input:-webkit-autofill,
.nf-form-cont input:-webkit-autofill:hover,
.nf-form-cont input:-webkit-autofill:focus,
.nf-form-cont input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff;
  color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #000; }
.nf-form-cont .list-select-wrap .nf-field-element:after,
.nf-form-cont .listcountry-wrap .nf-field-element:after {
  content: "\f078" !important;
  position: absolute !important;
  line-height: 30px !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #000000;
  background: transparent;
  left: auto;
  right: 1em !important;
  top: 50%;
  height: 30px !important;
  margin-top: -15px;
  z-index: 2; }
.nf-form-cont .nf-error .nf-field-element:after,
.nf-form-cont .nf-pass .nf-field-element:after {
  top: 50% !important;
  background: transparent !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-top: -15px; }
.nf-form-cont .nf-error.textarea-wrap .nf-field-element:after,
.nf-form-cont .nf-pass.textarea-wrap .nf-field-element:after {
  top: 30px !important; }
.nf-form-cont .nf-error-msg {
  color: #ff005c; }
.nf-form-cont .nf-error input.ninja-forms-field, .nf-form-cont .nf-error textarea.ninja-forms-field, .nf-form-cont .nf-error select.ninja-forms-field {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-color: #bffe00 !important; }
.nf-form-cont .nf-error select.ninja-forms-field {
  border-width: 1px !important; }
.nf-form-cont .nf-error .nf-field-element:after {
  color: #bffe00 !important; }
.nf-form-cont .nf-error input.ninja-forms-field, .nf-form-cont .nf-error textarea.ninja-forms-field, .nf-form-cont .nf-error select.ninja-forms-field {
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-color: #ff005c !important; }
.nf-form-cont .nf-error select.ninja-forms-field {
  border-width: 1px !important; }
.nf-form-cont .nf-error .nf-field-element:after {
  color: #ff005c !important; }
.nf-form-cont input[type="radio"].ninja-forms-field,
.nf-form-cont input[type="checkbox"].ninja-forms-field {
  padding: 0 !important;
  border: 0 !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  color: #b5b6b8;
  margin-right: 10px; }
  .nf-form-cont input[type="radio"].ninja-forms-field:focus,
  .nf-form-cont input[type="checkbox"].ninja-forms-field:focus {
    outline: none; }
  .nf-form-cont input[type="radio"].ninja-forms-field:checked,
  .nf-form-cont input[type="checkbox"].ninja-forms-field:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; }
  .nf-form-cont input[type="radio"].ninja-forms-field:after, .nf-form-cont input[type="radio"].ninja-forms-field:before,
  .nf-form-cont input[type="checkbox"].ninja-forms-field:after,
  .nf-form-cont input[type="checkbox"].ninja-forms-field:before {
    content: "";
    position: absolute; }
  .nf-form-cont input[type="radio"].ninja-forms-field:after, .nf-form-cont input[type="checkbox"].ninja-forms-field:after {
    border: 2px solid #b5b6b8;
    top: 3px;
    left: 0px;
    width: 21px;
    height: 21px;
    box-sizing: border-box; }
    .color-black .nf-form-cont input[type="radio"].ninja-forms-field:after,
    .color-black .nf-form-cont input[type="checkbox"].ninja-forms-field:after {
      border-color: #000000; }
  .nf-form-cont input[type="radio"].ninja-forms-field:before,
  .nf-form-cont input[type="checkbox"].ninja-forms-field:before {
    top: 4px;
    left: 6px;
    width: 9px;
    height: 9px;
    z-index: 18; }
  .nf-form-cont input[type="radio"].ninja-forms-field:checked:after, .nf-form-cont input[type="checkbox"].ninja-forms-field:checked:after {
    border-color: #ffffff;
    background-color: #ffffff; }
    .color-black .nf-form-cont input[type="radio"].ninja-forms-field:checked:after,
    .color-black .nf-form-cont input[type="checkbox"].ninja-forms-field:checked:after {
      border-color: #000000;
      background-color: #000000; }
  .nf-form-cont input[type="radio"].ninja-forms-field:checked:before, .nf-form-cont input[type="checkbox"].ninja-forms-field:checked:before {
    background-color: #000000; }
    .color-black .nf-form-cont input[type="radio"].ninja-forms-field:checked:before,
    .color-black .nf-form-cont input[type="checkbox"].ninja-forms-field:checked:before {
      background-color: #ffffff; }
  .nf-form-cont input[type="radio"].ninja-forms-field + label,
  .nf-form-cont input[type="checkbox"].ninja-forms-field + label {
    color: #b5b6b8; }
  .nf-form-cont input[type="radio"].ninja-forms-field:checked + label,
  .nf-form-cont input[type="checkbox"].ninja-forms-field:checked + label {
    color: #ffffff; }
.nf-form-cont input[type="checkbox"].ninja-forms-field:after {
  border-radius: 0.15em; }
.nf-form-cont input[type="checkbox"].ninja-forms-field:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: transparent;
  background: transparent !important;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }
.nf-form-cont input[type="checkbox"].ninja-forms-field:checked::before {
  color: #000000; }
  .color-black .nf-form-cont input[type="checkbox"].ninja-forms-field:checked::before {
    color: #ffffff; }
.nf-form-cont .checkbox-wrap .nf-field-label {
  padding-left: 0; }
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    margin-left: 1em; }
.nf-form-cont .checkbox-wrap input[type="checkbox"] {
  top: 0.1em;
  position: absolute; }
.nf-form-cont input[type="radio"].ninja-forms-field:after, .nf-form-cont input[type="radio"].ninja-forms-field:before {
  border-radius: 50%; }
.nf-form-cont input[type="radio"].ninja-forms-field:before {
  top: 5px;
  left: 6px; }
.nf-form-cont input[type="radio"].ninja-forms-field:checked::before {
  background: #ffffff; }
.nf-form-cont .listradio-wrap ul li input,
.nf-form-cont .listcheckbox-wrap ul li input {
  margin-top: 0.1em; }
.nf-form-cont .listradio-wrap ul li label,
.nf-form-cont .listcheckbox-wrap ul li label {
  margin-left: calc(21px + 1em); }
.nf-form-cont .submit-container .nf-field-element {
  text-align: right; }
.nf-form-cont .submit-container .btn {
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  margin-right: 0;
  text-align: left; }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont .submit-container .btn {
      width: 50%; } }
.nf-form-cont .nf-multi-cell .nf-row {
  margin-left: -0.5em;
  margin-right: -0.5em; }
.nf-form-cont .nf-multi-cell .nf-cell {
  padding: 0 0.5em; }
.nf-form-cont .nf-before-form-content {
  display: none; }
.nf-form-cont .file_upload-container {
  position: relative;
  margin-top: 1em; }
  .nf-form-cont .file_upload-container .nf-error-wrap {
    text-align: center;
    margin-top: 1em; }
.nf-form-cont .file_upload-wrap {
  margin-top: 1em;
  background-color: #222222;
  padding: 2em 1.5em 1.5em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nf-form-cont .file_upload-wrap.is-dragover {
    background-color: #bffe00;
    color: #000000; }
    .nf-form-cont .file_upload-wrap.is-dragover .nf-field-element .btn {
      border-color: #000000;
      color: #000000; }
  .nf-form-cont .file_upload-wrap .nf-field-label {
    position: absolute;
    left: 0;
    top: 1em;
    padding-bottom: 1em;
    margin-bottom: 0; }
  .nf-form-cont .file_upload-wrap .nf-field-description .fa-light {
    font-size: 25px;
    margin-bottom: .5em; }
  .nf-form-cont .file_upload-wrap .nf-field-description p {
    margin-bottom: .5em; }
  .nf-form-cont .file_upload-wrap .nf-field-element {
    margin-top: .25em; }
    .nf-form-cont .file_upload-wrap .nf-field-element .btn {
      color: #ffffff;
      background-color: transparent;
      border: 1px solid #ffffff;
      text-align: center;
      font-family: "Gellix", "Helvetica", sans-serif;
      padding: 0.65em  1em;
      -webkit-transition: opacity 250ms cubic-bezier(0.64, 0, 0.78, 0);
      transition: opacity 250ms cubic-bezier(0.64, 0, 0.78, 0); }
      .nf-form-cont .file_upload-wrap .nf-field-element .btn:hover {
        color: #000000;
        background: #ffffff; }
      .nf-form-cont .file_upload-wrap .nf-field-element .btn:after, .nf-form-cont .file_upload-wrap .nf-field-element .btn:before {
        display: none; }
    .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-fileinput-button {
      display: block;
      margin: 0 auto 1em; }
    .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-button-cancel {
      background-color: transparent;
      float: none;
      border-width: 0; }
    .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-progress {
      background-color: rgba(255, 255, 255, 0.15);
      height: 16px;
      border-radius: 16px;
      width: 15em;
      margin: 1em auto; }
      .nf-form-cont .file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar {
        background-color: #bffe00; }
    .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded {
      margin-top: 1em; }
      .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded p {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        background-color: rgba(86, 95, 106, 0.25);
        padding: 1.25em;
        margin: 0 auto; }
      .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded .delete {
        position: relative;
        width: 6em;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        text-indent: -9999px; }
        .nf-form-cont .file_upload-wrap .nf-field-element .files_uploaded .delete::after {
          content: "\f2ed";
          position: absolute;
          right: 0;
          font-family: "Font Awesome 5 Pro";
          font-weight: 4900;
          color: #ffffff;
          background: transparent !important;
          font-size: 13px;
          color: #ff005c;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          text-indent: initial;
          -webkit-font-smoothing: antialiased; }

/*  ==========================================================================
	Basic layout classes -- layout/layout.scss
	========================================================================== */
html {
  height: -webkit-fill-available; }

body {
  font-family: "Gellix", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
  color: #ffffff;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #000000;
  overscroll-behavior-x: none; }

.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px; }
  @media only screen and (min-width: 1800px) {
    .bd {
      margin: 0 auto;
      max-width: calc(1800px / 100 * (100 - (7.14 * 2))); } }
  .bd:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

/*  ==========================================================================
	Backgrounds -- layout/layout.scss
	========================================================================== */
.bg-green {
  background-color: #bffe00; }
.bg-moss-green {
  background-color: #85b432; }
.bg-forest-green {
  background-color: #336a24; }
.bg-red {
  background-color: #ff005c; }
.bg-white {
  background-color: #ffffff; }
.bg-black {
  background-color: #000000; }
.bg-soft-white {
  background-color: #f2f2f2; }
.bg-soft-black {
  background-color: #222222; }
.bg-light-grey {
  background-color: #b5b6b8; }
.bg-dark-grey {
  background-color: #565f6a; }

/*  ==========================================================================
	Margin & Padding -- layout/layout.scss
	========================================================================== */
.pt {
  padding-top: 3.5rem; }
  @media only screen and (min-width: 550px) {
    .pt {
      padding-top: 4rem; } }
  @media only screen and (min-width: 700px) {
    .pt {
      padding-top: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .pt {
      padding-top: 6rem; } }
  @media only screen and (min-width: 1200px) {
    .pt {
      padding-top: 7rem; } }

.pb {
  padding-bottom: 3.5rem; }
  @media only screen and (min-width: 550px) {
    .pb {
      padding-bottom: 4rem; } }
  @media only screen and (min-width: 700px) {
    .pb {
      padding-bottom: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .pb {
      padding-bottom: 6rem; } }
  @media only screen and (min-width: 1200px) {
    .pb {
      padding-bottom: 7rem; } }

.pt--half {
  padding-top: calc(3.5rem / 2); }
  @media only screen and (min-width: 550px) {
    .pt--half {
      padding-top: calc(4rem / 2); } }
  @media only screen and (min-width: 700px) {
    .pt--half {
      padding-top: calc(5rem / 2); } }
  @media only screen and (min-width: 1000px) {
    .pt--half {
      padding-top: calc(6rem / 2); } }
  @media only screen and (min-width: 1200px) {
    .pt--half {
      padding-top: calc(7rem / 2); } }

.pb--half {
  padding-bottom: calc(3.5rem / 2); }
  @media only screen and (min-width: 550px) {
    .pb--half {
      padding-bottom: calc(4rem / 2); } }
  @media only screen and (min-width: 700px) {
    .pb--half {
      padding-bottom: calc(5rem / 2); } }
  @media only screen and (min-width: 1000px) {
    .pb--half {
      padding-bottom: calc(6rem / 2); } }
  @media only screen and (min-width: 1200px) {
    .pb--half {
      padding-bottom: calc(7rem / 2); } }

.pt--double {
  padding-top: calc(3.5rem * 2); }
  @media only screen and (min-width: 550px) {
    .pt--double {
      padding-top: calc(4rem * 2); } }
  @media only screen and (min-width: 700px) {
    .pt--double {
      padding-top: calc(5rem * 2); } }
  @media only screen and (min-width: 1000px) {
    .pt--double {
      padding-top: calc(6rem * 2); } }
  @media only screen and (min-width: 1200px) {
    .pt--double {
      padding-top: calc(7rem * 2); } }

.pb--double {
  padding-bottom: calc(3.5rem * 2); }
  @media only screen and (min-width: 550px) {
    .pb--double {
      padding-bottom: calc(4rem * 2); } }
  @media only screen and (min-width: 700px) {
    .pb--double {
      padding-bottom: calc(5rem * 2); } }
  @media only screen and (min-width: 1000px) {
    .pb--double {
      padding-bottom: calc(6rem * 2); } }
  @media only screen and (min-width: 1200px) {
    .pb--double {
      padding-bottom: calc(7rem * 2); } }

.pt--em {
  padding-top: 1em; }

.pb--em {
  padding-bottom: 1em; }

.p--none {
  padding: 0; }

.pt--none {
  padding-top: 0; }

.pb--none {
  padding-bottom: 0; }

.mt {
  margin-top: 3.5rem; }
  @media only screen and (min-width: 550px) {
    .mt {
      margin-top: 4rem; } }
  @media only screen and (min-width: 700px) {
    .mt {
      margin-top: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .mt {
      margin-top: 6rem; } }
  @media only screen and (min-width: 1200px) {
    .mt {
      margin-top: 7rem; } }

.mb {
  margin-bottom: 3.5rem; }
  @media only screen and (min-width: 550px) {
    .mb {
      margin-bottom: 4rem; } }
  @media only screen and (min-width: 700px) {
    .mb {
      margin-bottom: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .mb {
      margin-bottom: 6rem; } }
  @media only screen and (min-width: 1200px) {
    .mb {
      margin-bottom: 7rem; } }

.mt--half, .pullout-post.row--mb {
  margin-top: calc(3.5rem / 2); }
  @media only screen and (min-width: 550px) {
    .mt--half, .pullout-post.row--mb {
      margin-top: calc(4rem / 2); } }
  @media only screen and (min-width: 700px) {
    .mt--half, .pullout-post.row--mb {
      margin-top: calc(5rem / 2); } }
  @media only screen and (min-width: 1000px) {
    .mt--half, .pullout-post.row--mb {
      margin-top: calc(6rem / 2); } }
  @media only screen and (min-width: 1200px) {
    .mt--half, .pullout-post.row--mb {
      margin-top: calc(7rem / 2); } }

.mb--half, .featured-posts.row--mb, .pullout-post.row--mb {
  margin-bottom: calc(3.5rem / 2); }
  @media only screen and (min-width: 550px) {
    .mb--half, .featured-posts.row--mb, .pullout-post.row--mb {
      margin-bottom: calc(4rem / 2); } }
  @media only screen and (min-width: 700px) {
    .mb--half, .featured-posts.row--mb, .pullout-post.row--mb {
      margin-bottom: calc(5rem / 2); } }
  @media only screen and (min-width: 1000px) {
    .mb--half, .featured-posts.row--mb, .pullout-post.row--mb {
      margin-bottom: calc(6rem / 2); } }
  @media only screen and (min-width: 1200px) {
    .mb--half, .featured-posts.row--mb, .pullout-post.row--mb {
      margin-bottom: calc(7rem / 2); } }

.mt--double {
  margin-top: calc(3.5rem * 2); }
  @media only screen and (min-width: 550px) {
    .mt--double {
      margin-top: calc(4rem * 2); } }
  @media only screen and (min-width: 700px) {
    .mt--double {
      margin-top: calc(5rem * 2); } }
  @media only screen and (min-width: 1000px) {
    .mt--double {
      margin-top: calc(6rem * 2); } }
  @media only screen and (min-width: 1200px) {
    .mt--double {
      margin-top: calc(7rem * 2); } }

.mb--double {
  margin-bottom: calc(3.5rem * 2); }
  @media only screen and (min-width: 550px) {
    .mb--double {
      margin-bottom: calc(4rem * 2); } }
  @media only screen and (min-width: 700px) {
    .mb--double {
      margin-bottom: calc(5rem * 2); } }
  @media only screen and (min-width: 1000px) {
    .mb--double {
      margin-bottom: calc(6rem * 2); } }
  @media only screen and (min-width: 1200px) {
    .mb--double {
      margin-bottom: calc(7rem * 2); } }

.mt--em {
  margin-top: 1em; }

.mb--em {
  margin-bottom: 1em; }

.m--none {
  margin: 0; }

.mt--none {
  margin-top: 0; }

.mb--none {
  margin-bottom: 0; }

/*  ==========================================================================
	images
	========================================================================== */
.mediaimg {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15); }
  .color-black .mediaimg {
    background-color: rgba(255, 255, 255, 0.15); }
  .mediaimg .mediaimg__img {
    max-width: 100%;
    width: 100%; }
    .mediaimg .mediaimg__img--bg {
      padding-top: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .mediaimg .mediaimg__img--bg--cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0; }
    .mediaimg .mediaimg__img--inline {
      display: block;
      height: auto; }
    .mediaimg .mediaimg__img--icon {
      padding-top: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

/*  ==========================================================================
  Lazy loading
	========================================================================== */
.lazy {
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  .lazy.loaded {
    opacity: 1; }

/*  ==========================================================================
	Page
	========================================================================== */
.pageheader {
  position: relative; }
  .blog .pageheader .pageheader__body, .category .pageheader .pageheader__body {
    max-width: 100%; }
  .pageheader .pageheader__bd {
    position: relative;
    z-index: 2; }
  .pageheader .pageheader__body {
    max-width: 25em; }
  .pageheader .pageheader__heading {
    margin-bottom: 0.75em; }
  .pageheader .pageheader__cta {
    margin-top: 2em; }
  .pageheader--project .pageheader__heading {
    margin-bottom: 0; }
  .pageheader--project .pageheader__serviceslist {
    list-style: none;
    margin-bottom: 0; }
    @media only screen and (min-width: 700px) {
      .pageheader--project .pageheader__serviceslist {
        margin-top: 0; } }
  .pageheader--project .pageheader__media {
    margin-top: -4rem; }
    @media only screen and (min-width: 550px) {
      .pageheader--project .pageheader__media {
        margin-top: -4rem; } }
    @media only screen and (min-width: 700px) {
      .pageheader--project .pageheader__media {
        margin-top: -5rem; } }
    @media only screen and (min-width: 1000px) {
      .pageheader--project .pageheader__media {
        margin-top: -5rem; } }
    @media only screen and (min-width: 1200px) {
      .pageheader--project .pageheader__media {
        margin-top: -6rem; } }
    @media only screen and (min-width: 1400px) {
      .pageheader--project .pageheader__media {
        margin-top: -6rem; } }
    @media only screen and (min-width: 1600px) {
      .pageheader--project .pageheader__media {
        margin-top: -6rem; } }
  .pageheader--post .pageheader__wrap {
    margin-top: 7.14%; }
  .pageheader--post .pageheader__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%; }
  .pageheader--post .pageheader__heading {
    margin-bottom: 0.4em; }
  .pageheader--post .pageheader__subtitle {
    margin-bottom: 1.1em; }
  .pageheader--post .pageheader__subtitle,
  .pageheader--post .pageheader_date {
    color: #565f6a; }
  .pageheader--post .mediaimg .mediaimg__img--bg {
    padding-top: 28.2%; }
  .pageheader--post .reading-time,
  .pageheader--post .pageheader__categories {
    padding-bottom: 1.2em;
    margin-bottom: 0; }
    .pageheader--post .reading-time a:hover,
    .pageheader--post .pageheader__categories a:hover {
      color: #000000; }
  .pageheader--post .pageheader_author {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .pageheader--post .pageheader_author .author-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .pageheader--post .pageheader_author__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pageheader--post .pageheader_author__info .author-job-title,
    .pageheader--post .pageheader_author__info .author-name {
      margin-bottom: 0; }
    .pageheader--post .pageheader_author__info .author-job-title {
      margin-left: 0.2em; }
  .pageheader--post .pageheader_author__img {
    margin-bottom: 10px;
    border-radius: 50%;
    overflow: hidden;
    width: 44px;
    height: 44px; }
  .pageheader--person .pageheader__body {
    max-width: unset; }
  .pageheader--person .pageheader__heading {
    margin-bottom: 0; }
  .pageheader--person .pageheader__subheading {
    margin-bottom: 1.1em; }
  .pageheader--person .pageheader__body__person-social a:first-child i {
    padding-left: 0; }
  .pageheader--person .pageheader__body__person-social i {
    padding: 0 0 0 0.33em; }

.pageheader__categories-nav .categories-nav__item {
  margin-right: 1em;
  margin-bottom: 1em; }
  .pageheader__categories-nav .categories-nav__item a {
    color: #565f6a; }
    .pageheader__categories-nav .categories-nav__item a.active {
      color: #ffffff; }
.blog .pageheader__categories-nav .categories-nav__item .all {
  color: #ffffff; }

/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.contentarea {
  word-wrap: break-word; }
  .contentarea h1,
  .contentarea h2,
  .contentarea h3,
  .contentarea h4,
  .contentarea h5,
  .contentarea h6 {
    margin-top: 1em; }
  .contentarea .aligncenter {
    margin: 1em auto;
    display: block; }
  .contentarea .alignleft,
  .contentarea .alignright {
    margin-top: 1em;
    margin-bottom: 1em; }
    @media only screen and (min-width: 700px) {
      .contentarea .alignleft,
      .contentarea .alignright {
        width: 40% !important; } }
  .contentarea .alignleft {
    float: left;
    margin-right: 2em; }
  .contentarea .alignright {
    float: right;
    margin-left: 2em; }
  .contentarea .alignnone {
    width: 100% !important;
    height: auto;
    margin: 1.5em 0; }
    @media only screen and (min-width: 550px) {
      .contentarea .alignnone {
        margin: 2em 0; } }
    .contentarea .alignnone img {
      width: 100%; }
  .contentarea .aligncenter,
  .contentarea .alignleft,
  .contentarea .alignright,
  .contentarea .alignnone {
    max-width: 100%; }
  .contentarea .wp-caption.aligncenter {
    margin-bottom: 0; }

/*  ==========================================================================
	List styling -- layout/layout.scss
	========================================================================== */
.list-style,
.contentarea ul,
.contentarea ol {
  list-style: none;
  margin-left: 2.5rem; }
  .list-style li,
  .contentarea ul li,
  .contentarea ol li {
    position: relative; }
    .list-style li:before,
    .contentarea ul li:before,
    .contentarea ol li:before {
      color: #b5b6b8;
      position: absolute;
      left: 0;
      margin-left: -2.5rem; }

.list-style--bullets li,
.contentarea ul li {
  position: relative; }
  .list-style--bullets li:before,
  .contentarea ul li:before {
    content: "";
    width: 1.5rem;
    top: 0.65em;
    height: 2px;
    background-color: #b5b6b8; }

.list-style--numbers li,
.contentarea ol li {
  counter-increment: list-no; }
  .list-style--numbers li::before,
  .contentarea ol li::before {
    content: counter(list-no) ".";
    top: 0; }

/*  ==========================================================================
	Embed styling -- layout/layout.scss
	========================================================================== */
.embedwrapper {
  position: relative;
  margin: 1.5em 0; }
  @media only screen and (min-width: 550px) {
    .embedwrapper {
      margin: 2em 0; } }

/*  ==========================================================================
	paging -- layout/layout.scss
	========================================================================== */
.paging--default {
  position: relative; }
  @media only screen and (min-width: 700px) {
    .paging--default {
      border-bottom: solid 1px rgba(0, 0, 0, 0.15);
      border-top: solid 1px rgba(0, 0, 0, 0.15); } }
  .paging--default .paging__numbers {
    display: none; }
    @media only screen and (min-width: 700px) {
      .paging--default .paging__numbers {
        display: block; } }
    .paging--default .paging__numbers a,
    .paging--default .paging__numbers span {
      padding: 1.5em;
      border: none;
      border-right: solid 1px rgba(0, 0, 0, 0.15);
      display: block;
      float: left;
      min-width: 1.4em;
      text-align: center; }
    .paging--default .paging__numbers .current {
      color: #565f6a; }
  .paging--default .paging__nextprev {
    text-align: center;
    padding: 0.5em; }
    @media only screen and (min-width: 700px) {
      .paging--default .paging__nextprev {
        position: absolute;
        padding: 0;
        right: 0;
        top: 50%;
        margin-top: -1.7em; } }
    .paging--default .paging__nextprev .btn {
      margin: 0; }
    .paging--default .paging__nextprev .paging__link--next .btn {
      margin-left: 0.75em; }
.paging--ajax {
  text-align: center; }

/*  ==========================================================================
	Search results page -- layout/layout.scss
	========================================================================== */
.searchform .searchform__input {
  position: relative; }
  .searchform .searchform__input input {
    background: none;
    padding-right: 4em;
    position: relative;
    z-index: 1; }
  .searchform .searchform__input .searchform__submit {
    padding: 1em 1.25em;
    border: none;
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 1px;
    right: 1px;
    background: none;
    text-align: center;
    color: #ffffff; }
    .searchform .searchform__input .searchform__submit:hover, .searchform .searchform__input .searchform__submit:focus {
      color: #bffe00; }

/*  ==========================================================================
	Grid Carousels -- layout/layout.scss
	========================================================================== */
.row--carousel {
  margin-bottom: 0; }
  .row--carousel .owl-carousel .col {
    width: 100%;
    margin-bottom: 0; }
  .row--carousel .owl-carousel .owl-stage-outer {
    will-change: height;
    overflow: visible; }
    .row--carousel .owl-carousel .owl-stage-outer .owl-stage {
      overflow: hidden;
      height: 100% !important; }
  .row--carousel .owl-carousel .owl-nav,
  .row--carousel .owl-carousel .owl-dots {
    position: absolute;
    top: -1.5rem;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    right: 0;
    margin-right: 0.5em; }
    @media only screen and (min-width: 550px) {
      .row--carousel .owl-carousel .owl-nav,
      .row--carousel .owl-carousel .owl-dots {
        margin-right: 0.5em; } }
    @media only screen and (min-width: 700px) {
      .row--carousel .owl-carousel .owl-nav,
      .row--carousel .owl-carousel .owl-dots {
        margin-right: 0.75em; } }
    @media only screen and (min-width: 1000px) {
      .row--carousel .owl-carousel .owl-nav,
      .row--carousel .owl-carousel .owl-dots {
        margin-right: 0.75em; } }
    @media only screen and (min-width: 1200px) {
      .row--carousel .owl-carousel .owl-nav,
      .row--carousel .owl-carousel .owl-dots {
        margin-right: 0.8em; } }
    @media only screen and (min-width: 1400px) {
      .row--carousel .owl-carousel .owl-nav,
      .row--carousel .owl-carousel .owl-dots {
        margin-right: 0.85em; } }
    @media only screen and (min-width: 1600px) {
      .row--carousel .owl-carousel .owl-nav,
      .row--carousel .owl-carousel .owl-dots {
        margin-right: 0.95em; } }
  .row--carousel .owl-carousel .owl-nav {
    width: 100%;
    margin: 0;
    height: 3.5rem;
    top: auto;
    bottom: -4.5rem;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0); }
    .row--carousel .owl-carousel .owl-nav .owl-next,
    .row--carousel .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      bottom: 0;
      border-radius: 0;
      width: 70px;
      height: 3.5rem; }
      .row--carousel .owl-carousel .owl-nav .owl-next .arrow,
      .row--carousel .owl-carousel .owl-nav .owl-prev .arrow {
        background-image: url("img/framework/arrow-right-white.svg");
        background-repeat: no-repeat;
        display: block;
        width: 40px;
        height: 18px;
        -webkit-transition: background-image 250ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: background-image 250ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), background-image 250ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), background-image 250ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1); }
        .row--carousel .owl-carousel .owl-nav .owl-next .arrow--left,
        .row--carousel .owl-carousel .owl-nav .owl-prev .arrow--left {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transform-origin: top;
              -ms-transform-origin: top;
                  transform-origin: top; }
      .row--carousel .owl-carousel .owl-nav .owl-next:focus,
      .row--carousel .owl-carousel .owl-nav .owl-prev:focus {
        outline: none; }
      .row--carousel .owl-carousel .owl-nav .owl-next:hover .arrow, .row--carousel .owl-carousel .owl-nav .owl-next:focus .arrow,
      .row--carousel .owl-carousel .owl-nav .owl-prev:hover .arrow,
      .row--carousel .owl-carousel .owl-nav .owl-prev:focus .arrow {
        background-image: url("img/framework/arrow-right-green.svg"); }
        .row--carousel .owl-carousel .owl-nav .owl-next:hover .arrow--left, .row--carousel .owl-carousel .owl-nav .owl-next:focus .arrow--left,
        .row--carousel .owl-carousel .owl-nav .owl-prev:hover .arrow--left,
        .row--carousel .owl-carousel .owl-nav .owl-prev:focus .arrow--left {
          -webkit-transform: rotate(180deg) translateX(10px);
              -ms-transform: rotate(180deg) translateX(10px);
                  transform: rotate(180deg) translateX(10px); }
        .row--carousel .owl-carousel .owl-nav .owl-next:hover .arrow--right, .row--carousel .owl-carousel .owl-nav .owl-next:focus .arrow--right,
        .row--carousel .owl-carousel .owl-nav .owl-prev:hover .arrow--right,
        .row--carousel .owl-carousel .owl-nav .owl-prev:focus .arrow--right {
          -webkit-transform: translateX(10px);
              -ms-transform: translateX(10px);
                  transform: translateX(10px); }
      .row--carousel .owl-carousel .owl-nav .owl-next.disabled .arrow,
      .row--carousel .owl-carousel .owl-nav .owl-prev.disabled .arrow {
        opacity: 0.25; }
      .row--carousel .owl-carousel .owl-nav .owl-next.disabled:hover--left,
      .row--carousel .owl-carousel .owl-nav .owl-prev.disabled:hover--left {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .row--carousel .owl-carousel .owl-nav .owl-next {
      right: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .row--carousel .owl-carousel .owl-nav .owl-prev {
      left: 0; }
      .color-black .row--carousel .owl-carousel .owl-nav .owl-prev {
        border-color: rgba(0, 0, 0, 0.15); }
  .row--carousel .owl-carousel .owl-dots .owl-dot {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    margin-left: 5px;
    border-radius: 50%; }
    .row--carousel .owl-carousel .owl-dots .owl-dot.active {
      background-color: #ffffff;
      border-color: #ffffff; }
    .color-black .row--carousel .owl-carousel .owl-dots .owl-dot {
      border-color: rgba(0, 0, 0, 0.33); }
      .color-black .row--carousel .owl-carousel .owl-dots .owl-dot.active {
        background-color: #000000;
        border-color: #000000; }
  .row--carousel .owl-carousel[data-autoHeight="disable"] .owl-stage {
    position: relative; }

/*  ==========================================================================
	Custom Cursor -- layout/layout.scss
	========================================================================== */
.cursor-wrap {
  pointer-events: none;
  mix-blend-mode: difference;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.cursor-dot {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), transform 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
  width: 13.5px;
  height: 13.5px;
  background-color: #ffffff; }

/*  ==========================================================================
	Home Page Grid -- layout/layout.scss
	========================================================================== */
.cardgrid {
  background-color: #000000; }
  .cardgrid--mobile {
    opacity: 0;
    display: none;
    pointer-events: none;
    -webkit-transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01); }
    .cardgrid--mobile.show {
      opacity: 1;
      pointer-events: all;
      display: block; }
    .cardgrid--mobile .cardgrid__content {
      padding: 1.65em 0 0; }
    .cardgrid--mobile .cardgrid__tile {
      margin-bottom: 1em; }
  .cardgrid--desktop {
    opacity: 0;
    pointer-events: none;
    left: 30vw;
    right: 30vw;
    position: fixed;
    width: 40vw;
    top: 4rem;
    height: calc(100vh - 4rem * 2); }
    @media only screen and (min-width: 550px) {
      .cardgrid--desktop {
        top: 4rem;
        height: calc(100vh - 4rem * 2); } }
    @media only screen and (min-width: 700px) {
      .cardgrid--desktop {
        top: 5rem;
        height: calc(100vh - 5rem * 2); } }
    @media only screen and (min-width: 1000px) {
      .cardgrid--desktop {
        top: 5rem;
        height: calc(100vh - 5rem * 2); } }
    @media only screen and (min-width: 1200px) {
      .cardgrid--desktop {
        top: 6rem;
        height: calc(100vh - 6rem * 2); } }
    @media only screen and (min-width: 1400px) {
      .cardgrid--desktop {
        top: 6rem;
        height: calc(100vh - 6rem * 2); } }
    @media only screen and (min-width: 1600px) {
      .cardgrid--desktop {
        top: 6rem;
        height: calc(100vh - 6rem * 2); } }
    .cardgrid--desktop.show {
      opacity: 1;
      pointer-events: all; }
    .cardgrid--desktop .cardgrid__wrapper {
      -webkit-transition: -webkit-transform 1250ms cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: -webkit-transform 1250ms cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: transform 1250ms cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: transform 1250ms cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 1250ms cubic-bezier(0, 0.25, 0.53, 1.01); }
      .cardgrid--desktop .cardgrid__wrapper.mobile {
        -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important; }
    .cardgrid--desktop .cardgrid__content {
      position: absolute;
      left: 0;
      padding: 0;
      top: 0; }
    .cardgrid--desktop .cardgrid__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: calc(400px * 8);
      margin: 0; }
      .cardgrid--desktop .cardgrid__row:first-child {
        margin-top: 250px; }
    .cardgrid--desktop .cardgrid__tile {
      position: relative;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 750ms cubic-bezier(0.22, 1, 0.36, 1);
      transition: all 750ms cubic-bezier(0.22, 1, 0.36, 1);
      opacity: 1;
      margin: 25px;
      width: 400px; }
      .cardgrid--desktop .cardgrid__tile .tile {
        width: 400px;
        -webkit-transition: -webkit-transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
        transition: -webkit-transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
        transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
        transition: transform 750ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 750ms cubic-bezier(0.22, 1, 0.36, 1); }
        .cardgrid--desktop .cardgrid__tile .tile:hover {
          -webkit-transform: scale(1.12);
              -ms-transform: scale(1.12);
                  transform: scale(1.12); }
      .cardgrid--desktop .cardgrid__tile:nth-child(1) {
        -webkit-transition-delay: 150ms;
                transition-delay: 150ms; }
      .cardgrid--desktop .cardgrid__tile:nth-child(2) {
        -webkit-transition-delay: calc(150ms * 2);
                transition-delay: calc(150ms * 2); }
      .cardgrid--desktop .cardgrid__tile:nth-child(3) {
        -webkit-transition-delay: calc(150ms * 3);
                transition-delay: calc(150ms * 3); }
      .cardgrid--desktop .cardgrid__tile:nth-child(4) {
        -webkit-transition-delay: calc(150ms * 4);
                transition-delay: calc(150ms * 4); }
      .cardgrid--desktop .cardgrid__tile:nth-child(5) {
        -webkit-transition-delay: calc(150ms * 5);
                transition-delay: calc(150ms * 5); }
      .cardgrid--desktop .cardgrid__tile:nth-child(6) {
        -webkit-transition-delay: calc(150ms * 6);
                transition-delay: calc(150ms * 6); }
      .cardgrid--desktop .cardgrid__tile:nth-child(7) {
        -webkit-transition-delay: calc(150ms * 7);
                transition-delay: calc(150ms * 7); }
      .cardgrid--desktop .cardgrid__tile:nth-child(8) {
        -webkit-transition-delay: calc(150ms * 8);
                transition-delay: calc(150ms * 8); }
    .cardgrid--desktop.cardgrid--loading .cardgrid__wrapper {
      -webkit-transition: -webkit-transform 0s cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: -webkit-transform 0s cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: transform 0s cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: transform 0s cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 0s cubic-bezier(0, 0.25, 0.53, 1.01); }
    .cardgrid--desktop.cardgrid--loading .cardgrid__row .cardgrid__tile {
      -webkit-transform: translateX(3em);
          -ms-transform: translateX(3em);
              transform: translateX(3em);
      opacity: 0; }
    .cardgrid--desktop .cardgrid__notice {
      background-color: #222222;
      padding: 0.35em;
      box-sizing: border-box;
      opacity: 0;
      pointer-events: none;
      position: fixed;
      top: 50%;
      left: 50%;
      width: 80%;
      max-width: 660px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01); }
      @media only screen and (min-width: 700px) {
        .cardgrid--desktop .cardgrid__notice {
          width: 66%; } }
      @media only screen and (min-width: 1000px) {
        .cardgrid--desktop .cardgrid__notice {
          width: 50%; } }
      .cardgrid--desktop .cardgrid__notice.show {
        opacity: 1; }
      .cardgrid--desktop .cardgrid__notice .notice__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .cardgrid--desktop .cardgrid__notice .notice__inner .notice__icon {
          width: 90px;
          height: 90px;
          background-image: url(img/framework/movemouse.svg);
          background-size: contain;
          background-repeat: no-repeat; }
          @media only screen and (min-width: 1000px) {
            .cardgrid--desktop .cardgrid__notice .notice__inner .notice__icon {
              width: 110px;
              height: 110px; } }
        .cardgrid--desktop .cardgrid__notice .notice__inner .notice__text {
          color: #ffffff;
          padding: 0.25em 0.65em;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }

/*  ==========================================================================
	Tiles -- layout/layout.scss
	========================================================================== */
.tile {
  position: relative; }
  .tile .loader {
    display: none; }
  .tile--work .tile__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
    .tile--work .tile__link:focus + .tile__content {
      opacity: 1; }
  .tile--work .component--media {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.4%; }
    .tile--work .component--media--video {
      padding: 0;
      height: auto; }
    .tile--work .component--media .mediaimg {
      background-color: transparent; }
  .tile--work .tile__content {
    pointer-events: none;
    padding: 1em 0; }
    @media (hover: hover) and (pointer: fine) and (min-width: 1000px) {
      .tile--work .tile__content {
        background-color: rgba(0, 0, 0, 0.33);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        padding: 1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-transition: opacity 250ms cubic-bezier(0, 0.25, 0.53, 1.01);
        transition: opacity 250ms cubic-bezier(0, 0.25, 0.53, 1.01); }
        .tile--work .tile__content::before {
          content: "";
          background-color: rgba(0, 0, 0, 0.33);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 0; } }
    .tile--work .tile__content .tile__name {
      position: relative;
      z-index: 2;
      display: inline;
      margin-right: 0.25rem; }
    .tile--work .tile__content .tile__tags {
      position: relative;
      z-index: 3;
      display: inline; }
    @media (hover: hover) and (pointer: fine) and (min-width: 1000px) {
      .tile--work .tile__content .tile__name {
        display: block;
        margin-right: 0; }
      .tile--work .tile__content .tile__tags {
        display: block;
        opacity: 1; } }
  .tile--work:hover .tile__content {
    opacity: 1; }
  .tile--post {
    height: 100%; }
    .tile--post .tile__img {
      position: relative;
      overflow: hidden; }
      .tile--post .tile__img .mediaimg__img {
        padding-top: 100%;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .tile--post .tile__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-right: 1em; }
      @media only screen and (min-width: 700px) {
        .tile--post .tile__content {
          padding-right: 0; } }
    .tile--post .tile__categories a {
      z-index: 2; }
    .tile--post .tile__heading span {
      background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
      background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 100% 2px;
      -webkit-transition: background-size 0.3s;
      transition: background-size 0.3s; }
    .tile--post .tile__subheading {
      margin: 0.5em 0 0 0; }
    .tile--post .tile__link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .tile--post:hover .tile__img .mediaimg__img {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
    .tile--post:hover .tile__heading span {
      background-image: -webkit-linear-gradient(white, white);
      background-image: linear-gradient(white, white); }
    .tile--post.external .tile__heading {
      position: relative;
      padding-right: 1em; }
      .tile--post.external .tile__heading:after {
        content: "\2197";
        /* Unicode for arrow pointing up and to the left */
        position: absolute;
        right: 0;
        bottom: 0;
        padding-left: 5px;
        /* space between ellipsis and arrow */
        color: #ffffff; }

/*  ==========================================================================
	Filter -- layout/layout.scss
	========================================================================== */
.filters {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 5.5em;
  opacity: 1 !important;
  width: 12rem; }
  @media only screen and (max-width: 999px) {
    .filters {
      position: relative;
      text-align: center;
      width: auto;
      padding-top: 0; } }
  @media only screen and (min-width: 1400px) {
    .filters {
      width: 22rem; } }
  .filters .filters__list {
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    height: calc(100dvh - 4rem); }
    .filters .filters__list::-webkit-scrollbar {
      display: none; }
    @media only screen and (min-width: 550px) {
      .filters .filters__list {
        height: calc(100dvh - 4rem); } }
    @media only screen and (min-width: 700px) {
      .filters .filters__list {
        height: calc(100vh - 5rem); } }
    @media only screen and (max-width: 999px) {
      .filters .filters__list {
        padding-top: 0;
        width: 100%;
        background: black;
        position: absolute;
        z-index: 9;
        overflow-y: scroll;
        margin-bottom: 4em;
        display: block;
        opacity: 0 !important;
        pointer-events: none; } }
    @media only screen and (min-width: 1000px) {
      .filters .filters__list {
        max-height: calc(100vh - 5.5em);
        overflow: auto; } }
  .filters .filters__clearall {
    position: relative;
    display: table;
    cursor: pointer;
    padding-left: 0;
    color: #b5b6b8;
    -webkit-transition: padding 150ms ease-out 0s, color 150ms ease-out 0s;
    transition: padding 150ms ease-out 0s, color 150ms ease-out 0s; }
    @media only screen and (max-width: 999px) {
      .filters .filters__clearall {
        font-size: 20px !important;
        display: block; } }
    .filters .filters__clearall:before {
      content: "";
      position: absolute;
      left: 0;
      top: 1.35em;
      width: 0;
      height: 0;
      border-top: solid 1px #ffffff;
      border-color: inherit;
      display: block;
      -webkit-transition: width 150ms ease-out 0s;
      transition: width 150ms ease-out 0s;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      @media only screen and (max-width: 999px) {
        .filters .filters__clearall:before {
          content: none; } }
    .filters .filters__clearall:hover, .filters .filters__clearall:focus {
      color: #bffe00;
      padding-left: 0.5em; }
      @media only screen and (max-width: 999px) {
        .filters .filters__clearall:hover, .filters .filters__clearall:focus {
          padding-left: 0; } }
    .filters .filters__clearall.active {
      padding-left: 1.75em;
      color: #ffffff; }
      @media only screen and (max-width: 999px) {
        .filters .filters__clearall.active {
          padding-left: 0; } }
      .filters .filters__clearall.active:before {
        width: 1em; }
  .filters .filters__fieldset {
    position: relative;
    border: none;
    padding: 0;
    margin: 0; }
    .filters .filters__fieldset--active .filters__fieldset__field .filters__fieldset__field__label {
      opacity: 0.5; }
    .filters .filters__fieldset:last-child .filters__fieldset__fields {
      padding-bottom: 6em; }
    .filters .filters__fieldset .filters__fieldset__heading {
      opacity: 0.5;
      display: block;
      color: #b5b6b8;
      margin: 1.65em 0 0.65em; }
      @media only screen and (max-width: 999px) {
        .filters .filters__fieldset .filters__fieldset__heading {
          font-size: 24px;
          margin: 0.65em 0; } }
      .color-white .filters .filters__fieldset .filters__fieldset__heading {
        border-color: rgba(0, 0, 0, 0.15); }
    .filters .filters__fieldset .filters__fieldset__fields {
      position: relative; }
      .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field {
        position: relative;
        display: block;
        cursor: pointer;
        display: table; }
        .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field:not(:last-child) {
          margin-bottom: 1em; }
        @media only screen and (max-width: 999px) {
          .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field {
            font-size: 20px !important;
            display: block; }
            .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field:not(:last-child) {
              margin-bottom: 1em; } }
        .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label {
          padding-left: 0;
          color: #b5b6b8;
          -webkit-transition: padding 150ms ease-out 0s, color 150ms ease-out 0s;
          transition: padding 150ms ease-out 0s, color 150ms ease-out 0s; }
          .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 1.35em;
            width: 0;
            height: 0;
            border-top: solid 1px #ffffff;
            border-color: inherit;
            display: block;
            -webkit-transition: width 150ms ease-out 0s;
            transition: width 150ms ease-out 0s;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                -ms-transform: translate(0, -50%);
                    transform: translate(0, -50%); }
            @media only screen and (max-width: 999px) {
              .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label:before {
                content: none; } }
          .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label:hover, .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label:focus {
            color: #bffe00;
            padding-left: 0.5em; }
            @media only screen and (max-width: 999px) {
              .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label:hover, .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field .filters__fieldset__field__label:focus {
                padding-left: 0; } }
        .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field input[type="radio"] {
          position: absolute;
          top: 0.25em;
          left: 0;
          opacity: 0;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none; }
          .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field input[type="radio"]:focus {
            outline: none; }
          .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field input[type="radio"]:checked {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: transparent; }
          .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field input[type="radio"]:checked + .filters__fieldset__field__label {
            padding-left: 1.75em;
            color: #ffffff; }
            @media only screen and (max-width: 999px) {
              .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field input[type="radio"]:checked + .filters__fieldset__field__label {
                padding-left: 0; } }
            .filters .filters__fieldset .filters__fieldset__fields .filters__fieldset__field input[type="radio"]:checked + .filters__fieldset__field__label:before {
              width: 1em; }

.category__description {
  max-width: 24rem;
  margin: auto;
  height: 0;
  opacity: 0; }
  .category__description.active {
    height: auto;
    opacity: 10;
    border-top: 1px solid #565f6a;
    padding-top: 1em; }

/*  ==========================================================================
	Work Page Template  -- layout/layout.scss
	========================================================================== */
.pagetransition {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
  transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
  z-index: 99; }
  .pagetransition.active {
    opacity: 1; }

/*  ==========================================================================
	Project Single  -- layout/layout.scss
	========================================================================== */
.main--singleproject .pageheader__media {
  opacity: 0;
  -webkit-transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .isloading .main--singleproject .pageheader__media {
    opacity: 1; }
  .main--singleproject .pageheader__media .component--media--video .mediavideo {
    background: transparent;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
    .main--singleproject .pageheader__media .component--media--video .mediavideo .mediavideo__video {
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      padding-top: 0; }
      .isloading .main--singleproject .pageheader__media .component--media--video .mediavideo .mediavideo__video {
        -webkit-transition: all 650ms cubic-bezier(0.85, 0, 0.15, 1);
        transition: all 650ms cubic-bezier(0.85, 0, 0.15, 1); }
      .isready .main--singleproject .pageheader__media .component--media--video .mediavideo .mediavideo__video {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .main--singleproject .pageheader__media .component--media--image.ready .mediaimg {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
    .isloading .main--singleproject .pageheader__media .component--media--image.ready .mediaimg {
      -webkit-transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1); }
    .isready .main--singleproject .pageheader__media .component--media--image.ready .mediaimg {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
.main--singleproject .pageheader__inner {
  background-color: #000000;
  opacity: 0;
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  -webkit-transition: all 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
  transition: all 750ms cubic-bezier(0, 0.25, 0.53, 1.01); }
  .isready .main--singleproject .pageheader__inner {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/*  ==========================================================================
	Work List Page Template  -- layout/layout.scss
	========================================================================== */
@media only screen and (max-width: 999px) {
  .page-template-template-work.workfilteropen {
    overflow-y: hidden; }
    .page-template-template-work.workfilteropen .siteheader {
      opacity: 0;
      pointer-events: none; }
    .page-template-template-work.workfilteropen .filters__close {
      opacity: 1;
      pointer-events: all; } }
.page-template-template-work [data-scroll] {
  opacity: 1; }

.workpage .col--filter {
  width: 100%;
  text-align: center; }
  @media only screen and (min-width: 1000px) {
    .workpage .col--filter {
      width: 0.05%;
      text-align: left; } }
.workpage .col--list {
  width: 100%; }
  @media only screen and (min-width: 1000px) {
    .workpage .col--list {
      width: calc(100% - 24rem);
      margin: 0 auto; } }
  @media only screen and (min-width: 1400px) {
    .workpage .col--list {
      width: calc(100% - 44rem); } }
  @media only screen and (min-width: 1000px) {
    .workpage .col--list {
      padding-top: 5.5em;
      min-height: calc(100vh - 5rem - 5.5em); } }
  @media only screen and (min-width: 1200px) {
    .workpage .col--list {
      min-height: calc(100vh - 6rem - 5.5em); } }
  @media only screen and (min-width: 1400px) {
    .workpage .col--list {
      min-height: calc(100vh - 6rem - 5.5em); } }
  @media only screen and (min-width: 1600px) {
    .workpage .col--list {
      min-height: calc(100vh - 6rem - 5.5em); } }
.workpage .workpage__list {
  padding-top: 1em;
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 250ms cubic-bezier(0, 0.25, 0.53, 1.01);
  transition: all 250ms cubic-bezier(0, 0.25, 0.53, 1.01);
  box-sizing: border-box; }
  .no-js .workpage .workpage__list {
    opacity: 1; }
  .workpage .workpage__list.filtering {
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px); }
  .workpage .workpage__list .workpage__list__item {
    margin-bottom: 1.5em; }
    .workpage .workpage__list .workpage__list__item a {
      position: relative;
      line-height: 1; }
      @media (hover: hover) {
        .workpage .workpage__list .workpage__list__item a:hover .component--media, .workpage .workpage__list .workpage__list__item a:focus .component--media {
          opacity: 1;
          display: block;
          -webkit-transform: translate(-50%, -50%) scale(1.08);
              -ms-transform: translate(-50%, -50%) scale(1.08);
                  transform: translate(-50%, -50%) scale(1.08); } }
      .workpage .workpage__list .workpage__list__item a .component--media {
        width: 414px;
        height: 232px;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        opacity: 0;
        display: none;
        pointer-events: none;
        z-index: 50;
        -webkit-transition: all 750ms cubic-bezier(0.22, 1, 0.36, 1);
        transition: all 750ms cubic-bezier(0.22, 1, 0.36, 1); }
        .workpage .workpage__list .workpage__list__item a .component--media .mediaimg {
          background-color: transparent; }
          .workpage .workpage__list .workpage__list__item a .component--media .mediaimg .mediaimg__img {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            object-fit: cover; }
    .workpage .workpage__list .workpage__list__item--past {
      max-width: 24rem;
      margin: auto;
      border-top: 1px solid #b5b6b8;
      padding-top: 1em; }
    .workpage .workpage__list .workpage__list__item.hide {
      height: 0;
      width: 0;
      font-size: 0 !important; }

.filters__dropdown {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  border-bottom: 2px solid;
  border-color: inherit;
  cursor: pointer; }
  @media only screen and (min-width: 1000px) {
    .filters__dropdown {
      display: none; } }
  .filters__dropdown i {
    margin-left: 0.5rem;
    margin-right: 0.25em; }
  @media only screen and (max-width: 999px) {
    .filters__dropdown + .filters__list {
      -webkit-transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
      transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
      opacity: 0; }
    .filters__dropdown.active {
      color: #565f6a; }
      .filters__dropdown.active + .filters__list {
        opacity: 1 !important;
        pointer-events: all; } }

.filters__close {
  position: absolute;
  top: -3rem;
  right: 0;
  font-size: 25px;
  display: block;
  opacity: 0;
  pointer-events: none; }
  @media only screen and (min-width: 700px) {
    .filters__close {
      top: -3.5rem; } }

/*  ==========================================================================
	Showreel Template  -- layout/layout.scss
	========================================================================== */
.main--showreel {
  width: 100%; }
  .main--showreel.fancybox__content {
    padding: 0;
    background-color: #000000; }
    .main--showreel.fancybox__content .bd {
      margin: 0 auto;
      max-width: none; }
    .main--showreel.fancybox__content .mediavideo {
      max-height: calc(100vh - 8px);
      overflow: hidden;
      background-color: transparent; }
    .main--showreel.fancybox__content .mediavideo__video iframe {
      max-height: calc(100vh - 40px - 8px); }
      .is-compact .main--showreel.fancybox__content .mediavideo__video iframe {
        max-height: calc(100vh); }
  .fancybox__slide.has-close-btn .main--showreel {
    margin-bottom: 40px; }
    .is-compact .fancybox__slide.has-close-btn .main--showreel {
      margin-bottom: 0; }

.page-template-template-showreel [data-scroll] {
  opacity: 1; }

.fancybox__container {
  --fancybox-bg: #000; }

/*  ==========================================================================
	Contact Forms  -- layout/layout.scss
	========================================================================== */
.contactforms .contactforms__heading {
  margin-bottom: 1.25em; }
.contactforms .contactforms__scrollarea {
  position: relative; }
  .contactforms .contactforms__scrollarea:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 3em;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1.0e-05) 0%, #000000 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1.0e-05) 0%, #000000 100%); }
.contactforms .contactforms__select {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 3em;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .contactforms .contactforms__select::-webkit-scrollbar {
    /*Chrome, Safari, Edge*/
    display: none; }
  .contactforms .contactforms__select .contactforms__option {
    color: #b5b6b8;
    position: relative;
    margin-right: 1.5em;
    cursor: pointer;
    -webkit-transition: color 750ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: color 750ms cubic-bezier(0.22, 1, 0.36, 1); }
    .contactforms .contactforms__select .contactforms__option:after {
      content: "";
      position: absolute;
      bottom: -0.25em;
      left: 0;
      height: 2px;
      width: 100%;
      background-image: -webkit-linear-gradient(left, #bffe00 0%, #bffe00 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background-image: linear-gradient(90deg, #bffe00 0%, #bffe00 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background-size: 200% 2px;
      background-position: 100% bottom;
      background-repeat: no-repeat;
      -webkit-transition: background-position 750ms cubic-bezier(0.22, 1, 0.36, 1);
      transition: background-position 750ms cubic-bezier(0.22, 1, 0.36, 1); }
    .contactforms .contactforms__select .contactforms__option.active:after {
      background-image: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
      background-image: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
    .contactforms .contactforms__select .contactforms__option.active a:hover, .contactforms .contactforms__select .contactforms__option.active:focus {
      color: #ffffff; }
    .contactforms .contactforms__select .contactforms__option:hover, .contactforms .contactforms__select .contactforms__option.active, .contactforms .contactforms__select .contactforms__option:focus {
      color: #ffffff; }
      .contactforms .contactforms__select .contactforms__option:hover:after, .contactforms .contactforms__select .contactforms__option.active:after, .contactforms .contactforms__select .contactforms__option:focus:after {
        background-position: 0 bottom; }
    @media only screen and (min-width: 1000px) {
      .contactforms .contactforms__select .contactforms__option:last-child {
        margin-right: 0; } }
.contactforms .contactforms__form {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 750ms cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 750ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: translateY(3em);
      -ms-transform: translateY(3em);
          transform: translateY(3em);
  height: 0;
  overflow: hidden; }
  .contactforms .contactforms__form.active {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    height: auto; }

/*  ==========================================================================
	Contact Details  -- layout/layout.scss
	========================================================================== */
.contactdetails .contactdetails__email,
.contactdetails .contactdetails__phone {
  display: block;
  margin-bottom: 0.25em; }

/*  ==========================================================================
    Contact Social Links  -- layout/layout.scss
    ========================================================================== */
.sociallinks {
  text-align: left; }
  .sociallinks .sociallink {
    -webkit-transition: all var(--transition-short) var(--ease-in-out) 0s;
    transition: all var(--transition-short) var(--ease-in-out) 0s; }
    .sociallinks .sociallink .fab {
      font-size: 32px; }
      @media only screen and (min-width: 1000px) {
        .sociallinks .sociallink .fab {
          font-size: 42px; } }
    .sociallinks .sociallink:hover, .sociallinks .sociallink:focus {
      color: #bffe00; }

/*  ==========================================================================
	Cookie Banner  -- layout/layout.scss
	========================================================================== */
.cky-consent-container {
  border-radius: 0; }
  .cky-consent-container .cky-consent-bar {
    border-radius: 0 !important; }

.cky-btn-revisit-wrapper {
  color: #ffffff;
  display: none !important; }
  .home .cky-btn-revisit-wrapper:not(.cky-revisit-hide) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .cky-btn-revisit-wrapper:hover::before, .cky-btn-revisit-wrapper:focus::before {
    background: #fff !important;
    color: #000000 !important; }
  .cky-btn-revisit-wrapper.cky-revisit-bottom-left:hover::after, .cky-btn-revisit-wrapper.cky-revisit-bottom-left:focus::after {
    border-right-color: #fff !important; }
  .cky-btn-revisit-wrapper .cky-btn-revisit {
    border-radius: 50%;
    background-image: url(img/framework/cookie-icon.svg) !important;
    background-position: center !important;
    margin: 5px auto !important; }
    .cky-btn-revisit-wrapper .cky-btn-revisit img {
      opacity: 0; }

.cky-notice .cky-btn,
.cky-modal .cky-btn {
  border-width: 1px;
  border-radius: 0; }

.cky-preference-content-wrapper .cky-show-desc-btn {
  color: #ffffff !important;
  font-weight: bold; }

.cky-modal {
  border: 1px solid #ffffff;
  border-radius: 0 !important;
  color: #b5b6b8; }
  .cky-modal .cky-preference-center {
    border-radius: 0 !important; }
  .cky-modal .cky-preference-header .cky-preference-title {
    font-size: 20px !important;
    font-weight: 500 !important; }
  .cky-modal .cky-accordion-header .cky-accordion-btn {
    font-size: 18px !important;
    font-weight: 500 !important; }
  .cky-modal .cky-preference-content-wrapper p,
  .cky-modal .cky-accordion-header-des p {
    font-size: 16px !important;
    color: #b5b6b8 !important; }

/*  ==========================================================================
	News Page (Posts Page) -- layout/layout.scss
	========================================================================== */
.posts.row--mb {
  margin-bottom: unset; }
@media only screen and (max-width: 699px) {
  .posts .tile--post {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-top: 1px solid #ffffff;
    padding-top: 1em;
    padding-bottom: 1em; }
    .posts .tile--post .tile__img {
      width: 33%;
      margin-left: 0.5em; }
    .posts .tile--post .tile__content {
      width: 66%; }
    .posts .tile--post .tile__subheading {
      margin-top: unset; } }

.featured-posts > div:first-child .tile--post .tile__img {
  position: relative;
  width: 100%; }
  .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
    padding-top: 100%; }
    @media only screen and (min-width: 550px) {
      .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(50% - 0.5em); } }
    @media only screen and (min-width: 700px) {
      .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(50% - 0.75em); } }
    @media only screen and (min-width: 1000px) {
      .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(50% - 0.75em); } }
    @media only screen and (min-width: 1200px) {
      .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(50% - 0.8em); } }
    @media only screen and (min-width: 1400px) {
      .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(50% - 0.85em); } }
    @media only screen and (min-width: 1600px) {
      .featured-posts > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(50% - 0.95em); } }
.featured-posts .external .tile__heading:after {
  position: unset; }

.pullout-post > div:first-child .tile--post .tile__img {
  position: relative;
  width: 100%; }
  .pullout-post > div:first-child .tile--post .tile__img .mediaimg__img {
    padding-top: 50%; }
    @media only screen and (min-width: 550px) {
      .pullout-post > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(38% - 0.5em); } }
    @media only screen and (min-width: 1000px) {
      .pullout-post > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(25% - 1.125em); } }
    @media only screen and (min-width: 1200px) {
      .pullout-post > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(25% - 1.2em); } }
    @media only screen and (min-width: 1400px) {
      .pullout-post > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(25% - 1.275em); } }
    @media only screen and (min-width: 1600px) {
      .pullout-post > div:first-child .tile--post .tile__img .mediaimg__img {
        padding-top: calc(25% - 1.425em); } }
.pullout-post .external .tile__heading:after {
  position: unset; }

.truncate-two-lines, .posts .tile--post .tile__heading, .module--related-posts .tile__heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; }

/*  ==========================================================================
	Post Page (Single) -- layout/layout.scss
	========================================================================== */
.single-post .main .main__wrap {
  position: relative;
  overflow: hidden; }

#progress-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
  z-index: 9999;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  #progress-bar-container #progress-bar {
    width: 0;
    height: 100%;
    background: #bffe00;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease; }

.post-controls {
  display: none;
  box-sizing: border-box;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 50%;
  left: 0;
  padding-left: 1em;
  padding-right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (min-width: 1000px) {
    .post-controls {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .post-controls .control-item {
    margin-bottom: 20px; }
    .post-controls .control-item:last-child {
      margin-bottom: 0; }
    .post-controls .control-item.out {
      display: none; }
    .post-controls .control-item.in {
      display: block; }
    .post-controls .control-item.slide-in {
      -webkit-animation: slideInFromLeft 0.3s ease-in forwards;
              animation: slideInFromLeft 0.3s ease-in forwards; }
    .post-controls .control-item.slide-out {
      -webkit-animation: slideOutToLeft 0.3s ease-out forwards;
              animation: slideOutToLeft 0.3s ease-out forwards; }
    .post-controls .control-item__next img {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .post-controls .control-item:hover .control-item__label {
      display: block;
      -webkit-animation: slideInFromLeft 0.3s ease-in-out forwards;
              animation: slideInFromLeft 0.3s ease-in-out forwards; }
    .post-controls .control-item .control-item__icon {
      padding: 10px 0; }
    .post-controls .control-item .control-item__label {
      display: none;
      opacity: 0;
      color: #000000;
      margin-left: 0.75em; }

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes slideOutToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; } }
@keyframes slideOutToLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0; } }
/*  ==========================================================================
	Video styling using plyr.io
	========================================================================== */
.mediavideo {
  position: relative;
  background-color: rgba(255, 255, 255, 0.15); }
  .color-black .mediavideo {
    background-color: rgba(0, 0, 0, 0.15); }
  .mediavideo .mediavideo__video {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .mediavideo.mediavideo--autoplay .mediavideo__video {
    position: relative; }
    .mediavideo.mediavideo--autoplay .mediavideo__video:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  .mediavideo .plyr {
    position: relative;
    overflow: visible;
    background: transparent; }
    .mediavideo .plyr iframe {
      margin-top: -1px; }
    .mediavideo .plyr .plyr__poster {
      pointer-events: none !important; }
    .mediavideo .plyr .plyr__video-embed__container {
      position: relative; }
      .mediavideo .plyr .plyr__video-embed__container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }
    .mediavideo .plyr .plyr__controls {
      padding: 0 !important; }
      .mediavideo .plyr .plyr__controls:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 8rem;
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
        bottom: 3px;
        pointer-events: none; }
      .mediavideo .plyr .plyr__controls .plyr__controls__item {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 1.15rem;
        height: 3.3rem;
        line-height: 1rem; }
        .mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__tab-focus, .mediavideo .plyr .plyr__controls .plyr__controls__item:hover, .mediavideo .plyr .plyr__controls .plyr__controls__item[aria-expanded="true"] {
          color: #bffe00;
          background: none; }
        .mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__time {
          left: auto;
          right: 3.5em;
          font-size: 70%;
          font-weight: 700; }
        .mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__volume {
          left: auto;
          right: 0;
          width: auto;
          min-width: 32px; }
          .mediavideo .plyr .plyr__controls .plyr__controls__item.plyr__volume .plyr__control {
            padding: 0 !important;
            background: transparent !important; }
      .mediavideo .plyr .plyr__controls .plyr__progress {
        left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden; }
      .mediavideo .plyr .plyr__controls .plyr__progress__buffer {
        background: transparent !important; }
      .mediavideo .plyr .plyr__controls .plyr__progress__container {
        padding: 0 !important;
        margin: 0 !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
            -ms-flex: none !important;
                flex: none !important;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px; }
        .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress {
          left: 0;
          margin: 0;
          padding: 0;
          border-radius: 0;
          height: 3px;
          /* All the same stuff for Firefox */
          /* All the same stuff for IE */ }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress .plyr__progress__buffer {
            display: none; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"] {
            color: #bffe00 !important;
            border-radius: 0;
            margin: 0;
            height: 100%;
            width: 100%; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-webkit-slider-runnable-track {
            border-radius: 0; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border-radius: 0;
            height: 5px;
            width: 2px;
            margin: 0;
            padding: 0;
            background-color: transparent;
            box-shadow: 0px 0px 0px #000000;
            border: 0px solid #000000; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-moz-range-thumb {
            -webkit-appearance: none;
            border-radius: 0;
            height: 5px;
            width: 2px;
            margin: 0;
            padding: 0;
            background-color: transparent;
            box-shadow: 0px 0px 0px #000000;
            border: 0px solid #000000; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-thumb {
            -webkit-appearance: none;
            border-radius: 0;
            height: 5px;
            width: 2px;
            margin: 0;
            padding: 0;
            background-color: transparent;
            box-shadow: 0px 0px 0px #000000;
            border: 0px solid #000000; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-track {
            border-radius: 0; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-fill-lower {
            border-radius: 0; }
          .mediavideo .plyr .plyr__controls .plyr__progress__container .plyr__progress input[type="range"]::-ms-fill-upper {
            border-radius: 0; }
  .mediavideo .mediavideo__video.no-plyr {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
    .mediavideo .mediavideo__video.no-plyr iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .mediavideo .loader {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 40px;
    height: 80px; }
    .mediavideo .loader > circle {
      -webkit-animation: circle 0.65s ease-in-out infinite;
              animation: circle 0.65s ease-in-out infinite;
      -webkit-animation-direction: alternate;
              animation-direction: alternate;
      -webkit-transform-origin: 0px 0px;
          -ms-transform-origin: 0px 0px;
              transform-origin: 0px 0px;
      -webkit-transform: translateX(10px) translateY(10px) scale(0.75);
          -ms-transform: translateX(10px) translateY(10px) scale(0.75);
              transform: translateX(10px) translateY(10px) scale(0.75); }
    .mediavideo .loader > circle:nth-child(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
      -webkit-animation-name: circle-1-2;
              animation-name: circle-1-2; }
    .mediavideo .loader > circle:nth-child(3) {
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
      -webkit-animation-name: circle-1-3;
              animation-name: circle-1-3; }

@-webkit-keyframes circle {
  0% {
    -webkit-transform: translateX(10px) translateY(10px) scale(0.5);
            transform: translateX(10px) translateY(10px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(10px) translateY(10px) scale(1);
            transform: translateX(10px) translateY(10px) scale(1);
    opacity: 0.8; } }

@keyframes circle {
  0% {
    -webkit-transform: translateX(10px) translateY(10px) scale(0.5);
            transform: translateX(10px) translateY(10px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(10px) translateY(10px) scale(1);
            transform: translateX(10px) translateY(10px) scale(1);
    opacity: 0.8; } }
@-webkit-keyframes circle-1-2 {
  0% {
    -webkit-transform: translateX(40px) translateY(10px) scale(0.5);
            transform: translateX(40px) translateY(10px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(40px) translateY(10px) scale(1);
            transform: translateX(40px) translateY(10px) scale(1);
    opacity: 0.8; } }
@keyframes circle-1-2 {
  0% {
    -webkit-transform: translateX(40px) translateY(10px) scale(0.5);
            transform: translateX(40px) translateY(10px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(40px) translateY(10px) scale(1);
            transform: translateX(40px) translateY(10px) scale(1);
    opacity: 0.8; } }
@-webkit-keyframes circle-1-3 {
  0% {
    -webkit-transform: translateX(70px) translateY(10px) scale(0.5);
            transform: translateX(70px) translateY(10px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(70px) translateY(10px) scale(1);
            transform: translateX(70px) translateY(10px) scale(1);
    opacity: 0.8; } }
@keyframes circle-1-3 {
  0% {
    -webkit-transform: translateX(70px) translateY(10px) scale(0.5);
            transform: translateX(70px) translateY(10px) scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(70px) translateY(10px) scale(1);
            transform: translateX(70px) translateY(10px) scale(1);
    opacity: 0.8; } }
/*  ==========================================================================
	Header variables
	========================================================================== */
/*  ==========================================================================
	siteheader
	========================================================================== */
.siteheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
  transition: opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01); }
  .siteheader.loaded {
    opacity: 1; }
  .siteheader.visible {
    mix-blend-mode: normal; }
    .siteheader.visible .siteheader__content {
      opacity: 1;
      -webkit-transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), opacity 750ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
  .siteheader:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .mobnavopen .siteheader:before {
    opacity: 1; }
  .siteheader--padder {
    position: relative;
    visibility: hidden;
    pointer-events: none;
    z-index: 1; }
  .siteheader .siteheader__wrap {
    position: relative;
    height: 4rem; }
    @media only screen and (min-width: 550px) {
      .siteheader .siteheader__wrap {
        height: 4rem; } }
    @media only screen and (min-width: 700px) {
      .siteheader .siteheader__wrap {
        height: 5rem; } }
    @media only screen and (min-width: 1000px) {
      .siteheader .siteheader__wrap {
        height: 5rem; } }
    @media only screen and (min-width: 1200px) {
      .siteheader .siteheader__wrap {
        height: 6rem; } }
    @media only screen and (min-width: 1400px) {
      .siteheader .siteheader__wrap {
        height: 6rem; } }
    @media only screen and (min-width: 1600px) {
      .siteheader .siteheader__wrap {
        height: 6rem; } }
    .siteheader .siteheader__wrap .siteheader__bd {
      height: 100%; }
    .siteheader .siteheader__wrap .siteheader__content {
      height: 100%; }
      @media only screen and (min-width: 1000px) {
        .siteheader .siteheader__wrap .siteheader__content {
          background-color: rgba(0, 0, 0, 0.7); } }
      @media (hover: none) {
        .siteheader .siteheader__wrap .siteheader__content {
          background-color: rgba(0, 0, 0, 0); } }
    .siteheader .siteheader__wrap .siteheader__logo {
      position: absolute;
      top: 50%;
      left: 7.14%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media only screen and (min-width: 1000px) {
        .siteheader .siteheader__wrap .siteheader__logo {
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
      @media (hover: none) {
        .siteheader .siteheader__wrap .siteheader__logo {
          left: 7.14%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
      @media only screen and (max-width: 699px) {
        .siteheader .siteheader__wrap .siteheader__logo {
          width: 2em; } }
    .siteheader .siteheader__wrap .siteheader__mobtools {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0; }
      @media only screen and (min-width: 1000px) {
        .siteheader .siteheader__wrap .siteheader__mobtools {
          display: none; } }
      @media (hover: none) {
        .siteheader .siteheader__wrap .siteheader__mobtools {
          display: block; } }
    .siteheader .siteheader__wrap .sitenav {
      position: absolute;
      top: 50%;
      width: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: none; }
      @media only screen and (min-width: 1000px) {
        .siteheader .siteheader__wrap .sitenav {
          display: block; } }
      @media (hover: none) {
        .siteheader .siteheader__wrap .sitenav {
          display: none; } }
      @media only screen and (max-width: 1199px) {
        .siteheader .siteheader__wrap .sitenav .sitenav__link {
          font-size: 17px; } }
      .siteheader .siteheader__wrap .sitenav .sitenav__link .linkline:after {
        background-position: 100% bottom;
        background-image: -webkit-linear-gradient(left, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        background-image: linear-gradient(90deg, white 0%, white 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%); }
      .siteheader .siteheader__wrap .sitenav .sitenav__link--current.loaded .linkline:after {
        background-position: 0 bottom; }
      .siteheader .siteheader__wrap .sitenav .sitenav__link--current.loaded:hover .linkline:after, .siteheader .siteheader__wrap .sitenav .sitenav__link--current.loaded:focus .linkline:after {
        background-image: -webkit-linear-gradient(left, #bffe00 0%, #bffe00 50%, rgba(191, 254, 0, 0) 50%, rgba(191, 254, 0, 0) 100%);
        background-image: linear-gradient(90deg, #bffe00 0%, #bffe00 50%, rgba(191, 254, 0, 0) 50%, rgba(191, 254, 0, 0) 100%); }
      .siteheader .siteheader__wrap .sitenav--left {
        left: 0;
        padding-right: calc((3.5rem / 2) + 1rem); }
      .siteheader .siteheader__wrap .sitenav--right {
        right: 0;
        text-align: right;
        padding-left: calc((3.5rem / 2) + 1rem); }
  .siteheader--navhidden, .siteheader--hidden {
    z-index: 51;
    mix-blend-mode: difference; }
    @media only screen and (min-width: 1000px) {
      .siteheader--navhidden .siteheader__content, .siteheader--hidden .siteheader__content {
        -webkit-transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
        transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
        transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, opacity 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
        transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, opacity 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms, -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1) 0ms;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        opacity: 0; } }
    @media (hover: none) {
      .siteheader--navhidden .siteheader__content, .siteheader--hidden .siteheader__content {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

body:not(.is-touch) .siteheader--navhidden:hover,
body:not(.is-touch) .siteheader--hidden:hover {
  mix-blend-mode: normal; }
  @media only screen and (min-width: 1000px) {
    body:not(.is-touch) .siteheader--navhidden:hover .siteheader__content,
    body:not(.is-touch) .siteheader--hidden:hover .siteheader__content {
      -webkit-transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), opacity 750ms cubic-bezier(0.55, 0, 0.1, 1);
      transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      opacity: 1; } }

@media only screen and (max-width: 999px) {
  body.mobnavopen .siteheader--navhidden, body.mobnavopen .siteheader--hidden {
    mix-blend-mode: normal; } }

/*  ==========================================================================
	logo - used in header & footer
	========================================================================== */
.logo {
  position: relative;
  width: 3.5rem; }
  .logo .logo__img {
    width: 100%;
    padding-top: 100%;
    display: block;
    background-image: url("img/framework/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

/*  ==========================================================================
	mobnav
	========================================================================== */
.mobnav {
  background-color: #000000;
  position: relative;
  width: 100%;
  overflow: scroll;
  height: 0;
  -webkit-transition: height 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: height 250ms cubic-bezier(0.55, 0, 0.1, 1); }
  @media only screen and (min-width: 1000px) {
    .mobnav {
      display: none; } }
  @media (hover: none) {
    .mobnav {
      display: block; } }
  .mobnav .sitenav {
    margin-bottom: 0; }
    .mobnav .sitenav ul {
      margin: 0; }
    .mobnav .sitenav .sitenav__item {
      display: block;
      opacity: 0;
      -webkit-transform: translateX(-1em);
          -ms-transform: translateX(-1em);
              transform: translateX(-1em); }
      .mobnavopen .mobnav .sitenav .sitenav__item {
        opacity: 1;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), opacity 750ms cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 750ms cubic-bezier(0.55, 0, 0.1, 1), opacity 750ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 750ms cubic-bezier(0.55, 0, 0.1, 1); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(2) {
          -webkit-transition-delay: calc(250ms / 3);
                  transition-delay: calc(250ms / 3); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(3) {
          -webkit-transition-delay: calc((250ms / 3) * 2);
                  transition-delay: calc((250ms / 3) * 2); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(4) {
          -webkit-transition-delay: calc((250ms / 3) * 3);
                  transition-delay: calc((250ms / 3) * 3); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(5) {
          -webkit-transition-delay: calc((250ms / 3) * 4);
                  transition-delay: calc((250ms / 3) * 4); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(6) {
          -webkit-transition-delay: calc((250ms / 3) * 5);
                  transition-delay: calc((250ms / 3) * 5); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(7) {
          -webkit-transition-delay: calc((250ms / 3) * 6);
                  transition-delay: calc((250ms / 3) * 6); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(8) {
          -webkit-transition-delay: calc((250ms / 3) * 7);
                  transition-delay: calc((250ms / 3) * 7); }
        .mobnavopen .mobnav .sitenav .sitenav__item:nth-child(9) {
          -webkit-transition-delay: calc((250ms / 3) * 8);
                  transition-delay: calc((250ms / 3) * 8); }
      .mobnav .sitenav .sitenav__item .sitenav__link {
        display: block;
        padding: 0.35em 0;
        margin: 0; }
        .mobnav .sitenav .sitenav__item .sitenav__link.sitenav__link--current {
          color: #565f6a; }

.mobnav-toggle .mobnav-toggle__icon {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .mobnav-toggle .mobnav-toggle__icon span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .mobnav-toggle .mobnav-toggle__icon span:nth-child(1) {
      top: 0px; }
    .mobnav-toggle .mobnav-toggle__icon span:nth-child(2), .mobnav-toggle .mobnav-toggle__icon span:nth-child(3) {
      top: 10px; }
    .mobnav-toggle .mobnav-toggle__icon span:nth-child(4) {
      top: 20px; }
.mobnavopen .mobnav-toggle .mobnav-toggle__icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%; }
.mobnavopen .mobnav-toggle .mobnav-toggle__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
.mobnavopen .mobnav-toggle .mobnav-toggle__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
.mobnavopen .mobnav-toggle .mobnav-toggle__icon span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

/* ==========================================================================
   Footer -- layout/_footer.scss
   ========================================================================== */
.page-template-template-work .sitefooter {
  margin-top: 4em; }

.sitefooter {
  padding-top: 2em;
  text-align: center; }
  @media (hover: none) {
    .sitefooter {
      padding-bottom: 2em; } }
  @media only screen and (min-width: 1000px) {
    .sitefooter {
      text-align: left; } }
  .sitefooter .sitefooter__content {
    padding: 2em 0; }
    @media only screen and (min-width: 1000px) {
      .sitefooter .sitefooter__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (min-width: 1000px) {
      .sitefooter .sitefooter__content .sitefooter__text,
      .sitefooter .sitefooter__content .sitefooter__nav {
        width: 50%;
        box-sizing: border-box; } }
    @media only screen and (min-width: 1000px) {
      .sitefooter .sitefooter__content .sitefooter__text {
        padding-right: calc((3.5rem / 2) + 1rem); } }
    .sitefooter .sitefooter__content .sitefooter__text .sitefooter__text__info {
      margin-bottom: 0.5em; }
    @media only screen and (min-width: 1000px) {
      .sitefooter .sitefooter__content .sitefooter__nav {
        text-align: right;
        margin-top: 0;
        padding-left: calc((3.5rem / 2) + 1rem); } }
  .page-template-template-contact .sitefooter .sitefooter__ctawrapper {
    display: none; }
  @media only screen and (min-width: 1000px) {
    .sitefooter .sitefooter__ctawrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .sitefooter .sitefooter__ctawrapper .sitefooter__cta {
    margin-top: 1em; }
    @media only screen and (min-width: 1000px) {
      .sitefooter .sitefooter__ctawrapper .sitefooter__cta {
        text-align: right;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 0; }
        .sitefooter .sitefooter__ctawrapper .sitefooter__cta .cta__text + .cta__btn {
          margin-left: 2em;
          margin-top: 0 !important; } }
    .sitefooter .sitefooter__ctawrapper .sitefooter__cta .cta__text {
      margin-bottom: 0; }
      @media only screen and (max-width: 549px) {
        .sitefooter .sitefooter__ctawrapper .sitefooter__cta .cta__text {
          font-size: 20px; } }
    .sitefooter .sitefooter__ctawrapper .sitefooter__cta .cta__text + .cta__btn {
      margin-top: 1.5em; }
    .sitefooter .sitefooter__ctawrapper .sitefooter__cta .cta__btn {
      margin: 0; }
      @media only screen and (max-width: 549px) {
        .sitefooter .sitefooter__ctawrapper .sitefooter__cta .cta__btn {
          width: 100%;
          box-sizing: border-box; } }
  .sitefooter .sitefooter__logo {
    width: 210px;
    margin: 0 auto 2em; }
    .sitefooter .sitefooter__logo .logo__img {
      height: 36px;
      padding: 0;
      background-image: url(img/framework/mb.logo.full.svg); }
    @media only screen and (min-width: 1000px) {
      .sitefooter .sitefooter__logo {
        margin-left: 0;
        margin-bottom: 0;
        width: 234px; }
        .sitefooter .sitefooter__logo .logo__img {
          height: 40px; } }

/* ==========================================================================
   Post Footer -- layout/_footer.scss
   ========================================================================== */
.post-footer .post-footer__info {
  text-align: center; }
  .post-footer .post-footer__info .post-footer__tags {
    list-style: none;
    margin: 0 0 1.5em 0; }
    .post-footer .post-footer__info .post-footer__tags li {
      display: inline; }
    .post-footer .post-footer__info .post-footer__tags .separator {
      margin-right: 0.3em; }
  .post-footer .post-footer__info .btn {
    margin: 0; }
.post-footer .post-footer__pull-out-image {
  padding-top: 40%;
  overflow: hidden;
  position: relative; }
  .post-footer .post-footer__pull-out-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%; }

/*  ==========================================================================
	COMPONENTS - _modules.scss
	========================================================================== */
/*  ==========================================================================
	COMPONENT - Text Content
	========================================================================== */
.textcontent .textcontent__preheading {
  margin-bottom: 0.5em; }
.textcontent .textcontent__cta {
  margin-top: 1.5em; }
.textcontent .textcontent__list {
  margin-top: 1.5em; }
@media only screen and (min-width: 1000px) {
  .module--left .textcontent {
    padding-right: 2.5rem; } }
@media only screen and (min-width: 1200px) {
  .module--left .textcontent {
    padding: 0 calc(7.14% * 2); } }
@media only screen and (min-width: 1400px) {
  .module--left .textcontent {
    padding: 0 20%; } }
@media only screen and (min-width: 1000px) {
  .module--right .textcontent {
    padding-left: 2.5rem; } }
@media only screen and (min-width: 1200px) {
  .module--right .textcontent {
    padding: 0 calc(7.14% * 2); } }
@media only screen and (min-width: 1400px) {
  .module--right .textcontent {
    padding: 0 20%; } }

/*  ==========================================================================
	MODULES - _modules.scss
	========================================================================== */
/*  ==========================================================================
	General Module styles
	========================================================================== */
.module--fullwidth + .module--fullwidth,
.module--bg + .module--bg,
.pageheader--bg + .module--bg {
  margin-top: -3.5rem; }
  @media only screen and (min-width: 550px) {
    .module--fullwidth + .module--fullwidth,
    .module--bg + .module--bg,
    .pageheader--bg + .module--bg {
      margin-top: -4rem; } }
  @media only screen and (min-width: 700px) {
    .module--fullwidth + .module--fullwidth,
    .module--bg + .module--bg,
    .pageheader--bg + .module--bg {
      margin-top: -5rem; } }
  @media only screen and (min-width: 1000px) {
    .module--fullwidth + .module--fullwidth,
    .module--bg + .module--bg,
    .pageheader--bg + .module--bg {
      margin-top: -6rem; } }
  @media only screen and (min-width: 1200px) {
    .module--fullwidth + .module--fullwidth,
    .module--bg + .module--bg,
    .pageheader--bg + .module--bg {
      margin-top: -7rem; } }

.bg-green + .bg-green {
  padding-top: 0; }

.bg-moss-green + .bg-moss-green {
  padding-top: 0; }

.bg-forest-green + .bg-forest-green {
  padding-top: 0; }

.bg-red + .bg-red {
  padding-top: 0; }

.bg-white + .bg-white {
  padding-top: 0; }

.bg-black + .bg-black {
  padding-top: 0; }

.bg-soft-white + .bg-soft-white {
  padding-top: 0; }

.bg-soft-black + .bg-soft-black {
  padding-top: 0; }

.bg-light-grey + .bg-light-grey {
  padding-top: 0; }

.bg-dark-grey + .bg-dark-grey {
  padding-top: 0; }

.main .module--bg:last-child {
  margin-bottom: 0; }

/*  ==========================================================================
	MODULE - Line / Rule
	========================================================================== */
.module--line .line {
  border-top: solid 2px #ffffff;
  height: 0; }
.color-black .module--line .line, .module--line.color-black .line {
  border-color: #000000; }

/*  ==========================================================================
	MODULE - Line Heading
	========================================================================== */
.module--line-heading .module__bd {
  border-top: solid 2px #ffffff; }
.module--line-heading .line-heading__heading {
  margin-top: 1em; }
.color-black .module--line-heading .module__bd, .module--line-heading.color-black .module__bd {
  border-color: #000000; }

/*  ==========================================================================
	MODULE - Text Content/Columns with hidden content that expand on hover
	========================================================================== */
.module--text-content-columns--reveal .col--hiddencontent {
  position: relative;
  padding-right: 3em; }
  .module--text-content-columns--reveal .col--hiddencontent:after {
    content: "";
    position: absolute;
    top: -1em;
    left: -0.5em;
    bottom: -1em;
    right: 2em;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: background-color 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s, -webkit-transform 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s;
    transition: background-color 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s, -webkit-transform 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s;
    transition: background-color 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s, transform 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s;
    transition: background-color 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s, transform 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s, -webkit-transform 0.35s cubic-bezier(0, 0.25, 0.53, 1.01) 0.15s;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
    z-index: 0; }
  .module--text-content-columns--reveal .col--hiddencontent .heading {
    -webkit-transition: color 0.5s cubic-bezier(0.85, 0, 0.5, 1);
    transition: color 0.5s cubic-bezier(0.85, 0, 0.5, 1);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s; }
  .module--text-content-columns--reveal .col--hiddencontent .contentareas {
    position: relative; }
    @media (hover: none), (max-width: 1000px) {
      .module--text-content-columns--reveal .col--hiddencontent .contentareas {
        height: auto !important; } }
  .module--text-content-columns--reveal .col--hiddencontent .contentarea {
    -webkit-transition: opacity 0.5s cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 0.65s cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: opacity 0.5s cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 0.65s cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: opacity 0.5s cubic-bezier(0, 0.25, 0.53, 1.01), transform 0.65s cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: opacity 0.5s cubic-bezier(0, 0.25, 0.53, 1.01), transform 0.65s cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 0.65s cubic-bezier(0, 0.25, 0.53, 1.01);
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .module--text-content-columns--reveal .col--hiddencontent .contentarea--hover {
      opacity: 0; }
    @media (hover: none), (max-width: 1000px) {
      .module--text-content-columns--reveal .col--hiddencontent .contentarea {
        position: static; }
        .module--text-content-columns--reveal .col--hiddencontent .contentarea--hover {
          opacity: 1; } }
  @media (hover: hover) and (min-width: 1000px) {
    .module--text-content-columns--reveal .col--hiddencontent:hover:after {
      background-color: rgba(86, 95, 106, 0.4);
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .module--text-content-columns--reveal .col--hiddencontent:hover .heading {
      color: #bffe00;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .module--text-content-columns--reveal .col--hiddencontent:hover .contentarea {
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .module--text-content-columns--reveal .col--hiddencontent:hover .contentarea--visible {
        opacity: 0; }
      .module--text-content-columns--reveal .col--hiddencontent:hover .contentarea--hover {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }

/*  ==========================================================================
	MODULE - Accordion
	========================================================================== */
@media only screen and (max-width: 999px) {
  .module--accordion .accordion__row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
.module--accordion .accordion__heading {
  max-width: 28em; }
  .module--accordion .accordion__heading--above {
    margin-bottom: 1em; }
@media only screen and (min-width: 1000px) {
  .module--accordion .accordion__col--text {
    margin-bottom: 0; } }
.module--accordion .accordion__col--accordion .accordion .accordion__item {
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__question {
    margin: 0;
    border-top: none;
    padding: 1.5rem 3em 1.5rem 0em;
    position: relative;
    cursor: pointer; }
    .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__question:hover {
      opacity: 0.5; }
    .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__question .accordion__icon {
      position: absolute;
      top: 1.75rem;
      right: 1em;
      display: block;
      line-height: 1.2;
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
      transition: -webkit-transform 250ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
      transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
      transition: transform 250ms cubic-bezier(0.22, 1, 0.36, 1) 0s, -webkit-transform 250ms cubic-bezier(0.22, 1, 0.36, 1) 0s;
      color: #ffffff; }
  .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__answer {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -1em);
        -ms-transform: translate(0, -1em);
            transform: translate(0, -1em);
    -webkit-transition: grid-template-rows 0 cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 250ms cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 250ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: grid-template-rows 0 cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 250ms cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 250ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: grid-template-rows 0 cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 250ms cubic-bezier(0, 0.25, 0.53, 1.01), transform 250ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: grid-template-rows 0 cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 250ms cubic-bezier(0, 0.25, 0.53, 1.01), transform 250ms cubic-bezier(0, 0.25, 0.53, 1.01), -ms-grid-rows 0 cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, -webkit-transform 250ms cubic-bezier(0, 0.25, 0.53, 1.01); }
    .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__answer .inner {
      overflow: hidden;
      margin: 0;
      padding: 0em 1.5em 0 0em; }
      @media only screen and (min-width: 1000px) {
        .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__answer .inner {
          padding-right: 3em; } }
      .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__answer .inner .btn {
        margin: 0.5em 0 0 0; }
  .module--accordion .accordion__col--accordion .accordion .accordion__item--open .accordion__question .accordion__icon {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .module--accordion .accordion__col--accordion .accordion .accordion__item--open .accordion__answer {
    -webkit-transition: grid-template-rows 500ms cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 500ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: grid-template-rows 500ms cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 500ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: grid-template-rows 500ms cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01), transform 500ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: grid-template-rows 500ms cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, opacity 750ms cubic-bezier(0, 0.25, 0.53, 1.01), transform 500ms cubic-bezier(0, 0.25, 0.53, 1.01), -ms-grid-rows 500ms cubic-bezier(0, 0.25, 0.53, 1.01) 0ms, -webkit-transform 500ms cubic-bezier(0, 0.25, 0.53, 1.01);
    grid-template-rows: 1fr;
    opacity: 1;
    -webkit-transform: translate(0, 0em);
        -ms-transform: translate(0, 0em);
            transform: translate(0, 0em); }
    .module--accordion .accordion__col--accordion .accordion .accordion__item--open .accordion__answer .inner {
      padding: 0em 1.5em 2em 0em; }
.color-black .module--accordion .accordion__col--accordion .accordion .accordion__item, .module--accordion.color-black .accordion__col--accordion .accordion .accordion__item {
  border-color: rgba(0, 0, 0, 0.15); }
  .color-black .module--accordion .accordion__col--accordion .accordion .accordion__item .accordion__icon, .module--accordion.color-black .accordion__col--accordion .accordion .accordion__item .accordion__icon {
    color: #000000; }

/*  ==========================================================================
	MODULE - Quotes / Testimonials
	========================================================================== */
.module--quotes,
.postmodule--quote {
  position: relative; }
  .module--quotes .quote .quote__cite,
  .postmodule--quote .quote .quote__cite {
    display: block;
    font-style: normal;
    margin-top: 1em; }

/*  ==========================================================================
	MODULE - Call to Action
	========================================================================== */
.module--cta {
  position: relative; }
  .module--cta .cta__cta {
    margin-top: 1.5em; }

/*  ==========================================================================
	MODULE - Media
	========================================================================== */
.module--media .component--media--fillspace,
.postmodule--media .component--media--fillspace {
  position: relative; }
  .module--media .component--media--fillspace .mediaimg,
  .postmodule--media .component--media--fillspace .mediaimg {
    position: absolute;
    width: 100%;
    height: 100%; }
  .module--media .component--media--fillspace .mediaimg__img,
  .postmodule--media .component--media--fillspace .mediaimg__img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    height: auto; }
  .module--media .component--media--fillspace .mediavideo,
  .postmodule--media .component--media--fillspace .mediavideo {
    position: absolute;
    width: 100%;
    height: 100%; }
    .module--media .component--media--fillspace .mediavideo .mediavideo__video.no-plyr,
    .postmodule--media .component--media--fillspace .mediavideo .mediavideo__video.no-plyr {
      position: absolute;
      width: 100%;
      height: 100%;
      padding-top: 0; }
    .module--media .component--media--fillspace .mediavideo iframe,
    .postmodule--media .component--media--fillspace .mediavideo iframe {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }
.module--media--default .module__bd, .module--media--carousel .module__bd,
.postmodule--media--default .module__bd,
.postmodule--media--carousel .module__bd {
  max-width: none; }
  .module--media--default .module__bd.bd, .module--media--carousel .module__bd.bd,
  .postmodule--media--default .module__bd.bd,
  .postmodule--media--carousel .module__bd.bd {
    margin: 0 7.14%; }
.module--media--default .component--media, .module--media--masonry .component--media,
.postmodule--media--default .component--media,
.postmodule--media--masonry .component--media {
  position: relative; }
.module--media--default .mediaimg-caption, .module--media--masonry .mediaimg-caption,
.postmodule--media--default .mediaimg-caption,
.postmodule--media--masonry .mediaimg-caption {
  background-color: rgba(28, 28, 28, 0.55);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 0.5em 0.65em;
  max-width: 240px; }
.module--media--carousel,
.postmodule--media--carousel {
  overflow-x: hidden;
  padding-bottom: 2.5em;
  width: 100%; }
  .module--media--carousel .mediaimg,
  .postmodule--media--carousel .mediaimg {
    position: relative; }
  .module--media--carousel .component--media,
  .postmodule--media--carousel .component--media {
    position: relative; }
  .module--media--carousel .mediaimg-caption,
  .postmodule--media--carousel .mediaimg-caption {
    background-color: rgba(28, 28, 28, 0.55);
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 0.5em 0.65em;
    max-width: 240px; }
  .module--media--carousel .row--carousel .owl-carousel .owl-dots,
  .postmodule--media--carousel .row--carousel .owl-carousel .owl-dots {
    position: absolute;
    top: initial;
    bottom: -1.75em;
    right: initial;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 1; }
    .module--media--carousel .row--carousel .owl-carousel .owl-dots .owl-dot,
    .postmodule--media--carousel .row--carousel .owl-carousel .owl-dots .owl-dot {
      margin-left: 1rem;
      width: 16px;
      height: 16px;
      background-color: #565f6a;
      border-color: #565f6a; }
      .module--media--carousel .row--carousel .owl-carousel .owl-dots .owl-dot.active,
      .postmodule--media--carousel .row--carousel .owl-carousel .owl-dots .owl-dot.active {
        background-color: #ffffff;
        border-color: #ffffff; }

/*  ==========================================================================
	MODULE - Logo Columns
	========================================================================== */
.module--logos .logos__heading {
  margin-bottom: 1.5em; }
.module--logos .row {
  margin: 0 -1.5em; }
  .module--logos .row + .row {
    margin-top: 2em; }
.module--logos .logos__column {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.module--logos .logos__column__heading {
  margin-bottom: 1em; }
.module--logos .logos__column__list {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  padding: 0 1.5em;
  margin: 0; }
  .module--logos .logos__column__list:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #ffffff; }
  .module--logos .logos__column__list .logoitem {
    padding: 0.25em 0; }
    .module--logos .logos__column__list .logoitem .logoitem__img {
      background-color: transparent; }
.module--logos .col:last-child .logos__column__list:after {
  display: none; }
@media only screen and (max-width: 549px) {
  .module--logos .col:nth-child(even) .logos__column__list:after {
    display: none; } }
@media only screen and (max-width: 699px) {
  .module--logos .col:nth-child(3n) .logos__column__list:after {
    display: none; } }

/*  ==========================================================================
	MODULE - Related Work
	========================================================================== */
.module--related-work .tile--work .component--media {
  overflow: hidden; }
  .module--related-work .tile--work .component--media .mediaimg__img {
    -webkit-transition: -webkit-transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: -webkit-transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01), -webkit-transform 750ms cubic-bezier(0, 0.25, 0.53, 1.01); }
.module--related-work .tile--work:hover .component--media .mediaimg__img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
.module--related-work .tile--work:hover .tile__name {
  color: #bffe00; }
.module--related-work .tile--work .tile__content {
  padding: 0.5em 0;
  opacity: 1;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  display: block; }
  .module--related-work .tile--work .tile__content .tile__name {
    display: inline;
    margin-right: 0.25rem;
    -webkit-transition: color 750ms cubic-bezier(0, 0.25, 0.53, 1.01);
    transition: color 750ms cubic-bezier(0, 0.25, 0.53, 1.01); }
  .module--related-work .tile--work .tile__content .tile__tags {
    display: inline;
    opacity: 0.7; }

/*  ==========================================================================
	POST MODULE - Text Content
	========================================================================== */
.post-module--text-content .contentarea {
  color: #222222;
  line-height: 1.6; }
  .post-module--text-content .contentarea ul li {
    margin-bottom: 0.25em; }
    .post-module--text-content .contentarea ul li:before {
      top: 0.75em; }
.post-module--text-content .text-content__heading {
  margin-bottom: 1.5em; }

/*  ==========================================================================
	POST MODULE - Media
	========================================================================== */
.postmodule--media .mediaimg-caption {
  position: relative;
  background: transparent;
  color: #000000;
  padding-left: 0;
  max-width: 100%; }

/*  ==========================================================================
	MODULE - Quotes / Testimonials
	========================================================================== */
.module--related-posts {
  background-color: #000000;
  color: #ffffff; }

/*  ==========================================================================
	Person Posts
	========================================================================== */
@media only screen and (max-width: 699px) {
  .module--person-posts .tile--post {
    box-sizing: border-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    border-top: 1px solid #ffffff;
    padding-top: 1em;
    padding-bottom: 1em; }
  .module--person-posts .tile__img {
    width: 33%;
    margin-left: 0.5em; }
  .module--person-posts .tile__content {
    width: 66%; }
  .module--person-posts .tile__subheading {
    margin-top: unset; } }

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