@charset "UTF-8";
/*
Theme Name: 	Alchemy Starter 2021
Theme URI: 		https://alchemy.digital/
Description: 	Starter template for new sites
Version: 		2.0
Author: 		Alchemy Digital
Author URI: 	https://alchemy.digital/
Tags:
*/
/*================ UTILS ================*/
/*============================================================================
  Color Variables
==============================================================================*/
/* ---- Colors ---- */
/* ---- Border colors ---- */
/* ---- Social 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 families ---- */
/*============================================================================
  Padding & Margin Variables
==============================================================================*/
/* ---- Padding ---- */
/* ---- Margin ---- */
/* ---- Grid padding ---- */
/* ---- BD Margin ---- */
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*============================================================================
  Box Shadows
==============================================================================*/
/*============================================================================
  Easing & Transitions
==============================================================================*/
/*============================================================================
  Siteheader
==============================================================================*/
/*===================================================================s=========
  Buttons
==============================================================================*/
/*============================================================================
  Forms
==============================================================================*/
/*============================================================================
  Other
==============================================================================*/
/*============================================================================
  Mixins
==============================================================================*/
/*============================================================================
  Mixin - Cover Image
==============================================================================*/
/*============================================================================
  Mixin - BD pull out 
  ---- pull out element with negative margin the same as bd width 
==============================================================================*/
/*============================================================================
  Mixin - Strip unit
  ---- used to remove % of bd-margin in calc above
==============================================================================*/
/*============================================================================
  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 - Prefix

  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*============================================================================
  Mixin - Media Queries
==============================================================================*/
/*============================================================================
  Mixin - Keyframes
==============================================================================*/
/*============================================================================
  Mixin - Animation
==============================================================================*/
/*============================================================================
  Mixin - Color Classes
==============================================================================*/
/*============================================================================
  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 - Staggered - for staggering grid columns
==============================================================================*/
/*================ VENDOR ================*/
@import url(sass/vendor/owl/owl.carousel.min.css);
@import url(sass/vendor/owl/owl.theme.default.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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; } }
/* ==========================================================================
  Main effect class -- animations.scss
  ========================================================================== */
.effect {
  opacity: 0;
  -webkit-transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  transform: translate(0, 2em);
  -webkit-transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s, transform 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
  -moz-transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s, transform 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
  transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s, transform 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s; }
  .effect.effect--ready, .no-cssanimations .effect {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }

/* ==========================================================================
  Custom effect classes -- animations.scss
  ========================================================================== */
.effect--fade {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  .effect--fade.effect--ready, .no-cssanimations .effect--fade {
    opacity: 1; }

.effect--slidein {
  -webkit-transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  transform: translate(0, 2em); }

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0); }

.effect--slidedown {
  -webkit-transform: translate(0, -2em);
  -moz-transform: translate(0, -2em);
  transform: translate(0, -2em); }

.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0); }

.effect--slideright {
  -webkit-transform: translate(-2em, 0);
  -moz-transform: translate(-2em, 0);
  transform: translate(-2em, 0); }

.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px); }

.effect--slideleft {
  -webkit-transform: translate(2em, 0px);
  -moz-transform: translate(2em, 0px);
  transform: translate(2em, 0px); }

.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px); }

/* ==========================================================================
  Effect delays -- animations.scss
  ========================================================================== */
.effect--delay-1 {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect--delay-2 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms; }

.effect--delay-3 {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  transition-delay: 450ms; }

.effect--delay-4 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms; }

.effect--delay-5 {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  transition-delay: 750ms; }

.effect--delay-6 {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms; }

.effect--delay-7 {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  transition-delay: 1050ms; }

.effect--delay-0 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

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

.effect.col-1-2:nth-child(2n + 2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect.col-1-3:nth-child(3n + 1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-3:nth-child(3n + 2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

.effect.col-1-3:nth-child(3n + 3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2); }

.effect.col-1-4:nth-child(4n + 1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-4:nth-child(4n + 2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

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

.effect.col-1-4:nth-child(4n + 4) {
  -webkit-transition-delay: calc(150ms * 3);
  -moz-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3); }

.effect.col-1-5:nth-child(5n + 1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms; }

.effect.col-1-5:nth-child(5n + 2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }

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

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

.effect.col-1-5:nth-child(5n + 5) {
  -webkit-transition-delay: calc(150ms * 4);
  -moz-transition-delay: calc(150ms * 4);
  transition-delay: calc(150ms * 4); }

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

  .effect.col-sm-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-sm-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

  .effect.col-sm-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

  .effect.col-sm-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-sm-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

  .effect.col-md-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-md-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

  .effect.col-md-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

  .effect.col-md-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-md-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

  .effect.col-lg-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-lg-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

  .effect.col-lg-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

  .effect.col-lg-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-lg-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

  .effect.col-xl-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xl-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

  .effect.col-xl-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

  .effect.col-xl-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xl-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

  .effect.col-ws-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-ws-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

  .effect.col-ws-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

  .effect.col-ws-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-ws-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

  .effect.col-xw-1-2:nth-child(2n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

  .effect.col-xw-1-3:nth-child(3n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-3:nth-child(3n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

  .effect.col-xw-1-4:nth-child(4n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-4:nth-child(4n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

  .effect.col-xw-1-5:nth-child(5n + 1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms; }

  .effect.col-xw-1-5:nth-child(5n + 2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-weight: 300; }

h3,
h4,
h5,
h6 {
  font-weight: 700; }

.text-massive {
  font-size: 40px;
  line-height: 1.2; }
  @media only screen and (min-width: 550px) {
    .text-massive {
      font-size: 45px; } }
  @media only screen and (min-width: 700px) {
    .text-massive {
      font-size: 54px; } }
  @media only screen and (min-width: 1000px) {
    .text-massive {
      font-size: 60px; } }
  @media only screen and (min-width: 1200px) {
    .text-massive {
      font-size: 70px; } }
  @media only screen and (min-width: 1400px) {
    .text-massive {
      font-size: 75px; } }
  @media only screen and (min-width: 1600px) {
    .text-massive {
      font-size: 85px; } }

.text-huge,
h1 {
  font-size: 36px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .text-huge,
    h1 {
      font-size: 40px; } }
  @media only screen and (min-width: 700px) {
    .text-huge,
    h1 {
      font-size: 42px; } }
  @media only screen and (min-width: 1000px) {
    .text-huge,
    h1 {
      font-size: 45px; } }
  @media only screen and (min-width: 1200px) {
    .text-huge,
    h1 {
      font-size: 55px; } }
  @media only screen and (min-width: 1400px) {
    .text-huge,
    h1 {
      font-size: 57px; } }
  @media only screen and (min-width: 1600px) {
    .text-huge,
    h1 {
      font-size: 60px; } }

.text-large,
h2 {
  font-size: 30px;
  line-height: 1.1; }
  @media only screen and (min-width: 550px) {
    .text-large,
    h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 700px) {
    .text-large,
    h2 {
      font-size: 38px; } }
  @media only screen and (min-width: 1000px) {
    .text-large,
    h2 {
      font-size: 38px; } }
  @media only screen and (min-width: 1200px) {
    .text-large,
    h2 {
      font-size: 42px; } }
  @media only screen and (min-width: 1400px) {
    .text-large,
    h2 {
      font-size: 47px; } }
  @media only screen and (min-width: 1600px) {
    .text-large,
    h2 {
      font-size: 50px; } }

.text-med,
h3 {
  font-size: 24px;
  line-height: 1.3; }
  @media only screen and (min-width: 550px) {
    .text-med,
    h3 {
      font-size: 24px; } }
  @media only screen and (min-width: 700px) {
    .text-med,
    h3 {
      font-size: 25px; } }
  @media only screen and (min-width: 1000px) {
    .text-med,
    h3 {
      font-size: 26px; } }
  @media only screen and (min-width: 1200px) {
    .text-med,
    h3 {
      font-size: 28px; } }
  @media only screen and (min-width: 1400px) {
    .text-med,
    h3 {
      font-size: 31px; } }
  @media only screen and (min-width: 1600px) {
    .text-med,
    h3 {
      font-size: 32px; } }

.text-reg,
h4 {
  font-size: 20px; }
  @media only screen and (min-width: 550px) {
    .text-reg,
    h4 {
      font-size: 20px; } }
  @media only screen and (min-width: 700px) {
    .text-reg,
    h4 {
      font-size: 20px; } }
  @media only screen and (min-width: 1000px) {
    .text-reg,
    h4 {
      font-size: 22px; } }
  @media only screen and (min-width: 1200px) {
    .text-reg,
    h4 {
      font-size: 22px; } }
  @media only screen and (min-width: 1400px) {
    .text-reg,
    h4 {
      font-size: 22px; } }
  @media only screen and (min-width: 1600px) {
    .text-reg,
    h4 {
      font-size: 28px; } }

.text-sml,
body,
h5 {
  font-size: 14px;
  line-height: 1.5; }
  @media only screen and (min-width: 550px) {
    .text-sml,
    body,
    h5 {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) {
    .text-sml,
    body,
    h5 {
      font-size: 14px; } }
  @media only screen and (min-width: 1000px) {
    .text-sml,
    body,
    h5 {
      font-size: 15px; } }
  @media only screen and (min-width: 1200px) {
    .text-sml,
    body,
    h5 {
      font-size: 15px; } }
  @media only screen and (min-width: 1400px) {
    .text-sml,
    body,
    h5 {
      font-size: 16px; } }
  @media only screen and (min-width: 1600px) {
    .text-sml,
    body,
    h5 {
      font-size: 16px; } }

.text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
h6 {
  font-size: 12px; }
  @media only screen and (min-width: 550px) {
    .text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 700px) {
    .text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1000px) {
    .text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) {
    .text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
    h6 {
      font-size: 12px; } }
  @media only screen and (min-width: 1400px) {
    .text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
    h6 {
      font-size: 13px; } }
  @media only screen and (min-width: 1600px) {
    .text-xsml, .btn, .contentarea .wp-caption .wp-caption-text,
    h6 {
      font-size: 13px; } }

ç p {
  margin: 0 0 1em; }

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

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

.font-light {
  font-weight: 300; }

/*  ==========================================================================
	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-red {
  color: #f53509; }
.color-darkred {
  color: #ae0a00; }
.color-white {
  color: #fff; }
.color-black {
  color: #000; }
.color-grey {
  color: #888; }

/*  ==========================================================================
	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; }

/*  ==========================================================================
	Line heading -- typography.scss
	========================================================================== */
.linethrough {
  position: relative;
  text-align: center;
  margin: 0; }
  .linethrough:after {
    content: "";
    width: 100%;
    border-top: 2px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 50%; }
  .linethrough span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-left: 1em;
    padding-right: 1em; }
  .pagebg-black .linethrough:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .pagebg-black .linethrough span {
    background-color: #000; }

/*  ==========================================================================
    links -- links-buttons.scss
    ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }

.linkline {
  background-size: 200% 2px;
  background-position: 100% bottom;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, #f53509 0%, #f53509 50%, rgba(245, 53, 9, 0.5) 50%, rgba(245, 53, 9, 0.5) 100%);
  -webkit-transition: background-position 750ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
  -moz-transition: background-position 750ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
  transition: background-position 750ms cubic-bezier(0.61, 1, 0.88, 1) 0ms; }
  a:hover .linkline {
    background-position: 0 bottom; }

/*  ==========================================================================
    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;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  border: none;
  font-weight: 700;
  text-transform: uppercase; }
  .btn .linkline {
    background-image: linear-gradient(90deg, #f53509 0%, #f53509 50%, transparent 50%, transparent 100%); }
  .btn:hover {
    color: #f53509; }

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  color: #fff;
  height: 3em; }
  .shareicons .shareiconslist {
    margin: 0; }
    .shareicons .shareiconslist li {
      margin: 0 0.25em 0 0;
      display: inline-block; }
  .shareicons .sharelink {
    display: block;
    background: #f53509;
    margin: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 3em;
    height: 3em;
    width: 3em;
    border-radius: 1.5em; }
    .shareicons .sharelink:after {
      content: "";
      height: 0;
      visibility: hidden;
      clear: both;
      display: block; }
    .shareicons .sharelink .shareicon {
      width: 3em;
      text-align: center;
      display: block;
      float: left;
      padding: 0;
      border: none; }
      .shareicons .sharelink .shareicon .fab {
        display: inline-block;
        padding: 0; }
    .shareicons .sharelink a:hover .shareicon .fab {
      display: inline-block;
      padding: 0; }

/*================= LAYOUT =================*/
/* ==========================================================================
   Grid -- layout/_grid.scss
   ========================================================================== */
/* ==========================================================================
  Rows -- layout/_grid.scss
  ========================================================================== */
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.25em;
  margin-right: -0.25em; }
  @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.5em;
      margin-right: -0.5em; } }
  @media only screen and (min-width: 1000px) {
    .row {
      margin-left: -0.5em;
      margin-right: -0.5em; } }
  @media only screen and (min-width: 1200px) {
    .row {
      margin-left: -0.5em;
      margin-right: -0.5em; } }
  @media only screen and (min-width: 1400px) {
    .row {
      margin-left: -0.75em;
      margin-right: -0.75em; } }
  @media only screen and (min-width: 1600px) {
    .row {
      margin-left: -0.75em;
      margin-right: -0.75em; } }

.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

.row--column {
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column; }
  @media only screen and (min-width: 550px) {
    .row--column--sm {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 700px) {
    .row--column--md {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1000px) {
    .row--column--lg {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1200px) {
    .row--column--xl {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1400px) {
    .row--column--ws {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }
  @media only screen and (min-width: 1600px) {
    .row--column--xw {
      -webkit-flex-direction: column;
      /* Safari 6.1+ */
      flex-direction: column; } }

.row--columnreverse {
  -webkit-flex-direction: column-reverse;
  /* Safari 6.1+ */
  flex-direction: column-reverse; }
  @media only screen and (min-width: 550px) {
    .row--columnreverse--sm {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--columnreverse--md {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--columnreverse--lg {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--columnreverse--xl {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--columnreverse--ws {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--columnreverse--xw {
      -webkit-flex-direction: column-reverse;
      /* Safari 6.1+ */
      flex-direction: column-reverse; } }

.row--row {
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
  flex-direction: row; }
  @media only screen and (min-width: 550px) {
    .row--row--sm {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 700px) {
    .row--row--md {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1000px) {
    .row--row--lg {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1200px) {
    .row--row--xl {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1400px) {
    .row--row--ws {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }
  @media only screen and (min-width: 1600px) {
    .row--row--xw {
      -webkit-flex-direction: row;
      /* Safari 6.1+ */
      flex-direction: row; } }

.row--rowreverse {
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse; }
  @media only screen and (min-width: 550px) {
    .row--rowreverse--sm {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 700px) {
    .row--rowreverse--md {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1000px) {
    .row--rowreverse--lg {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1200px) {
    .row--rowreverse--xl {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1400px) {
    .row--rowreverse--ws {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }
  @media only screen and (min-width: 1600px) {
    .row--rowreverse--xw {
      -webkit-flex-direction: row-reverse;
      /* Safari 6.1+ */
      flex-direction: row-reverse; } }

.row--mb {
  margin-bottom: calc(0.25em * -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.5em * -2); } }
  @media only screen and (min-width: 1000px) {
    .row--mb {
      margin-bottom: calc(0.5em * -2); } }
  @media only screen and (min-width: 1200px) {
    .row--mb {
      margin-bottom: calc(0.5em * -2); } }
  @media only screen and (min-width: 1400px) {
    .row--mb {
      margin-bottom: calc(0.75em * -2); } }
  @media only screen and (min-width: 1600px) {
    .row--mb {
      margin-bottom: calc(0.75em * -2); } }
  .row--mb > .col {
    margin-bottom: calc(0.25em * 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.5em * 2); } }
    @media only screen and (min-width: 1000px) {
      .row--mb > .col {
        margin-bottom: calc(0.5em * 2); } }
    @media only screen and (min-width: 1200px) {
      .row--mb > .col {
        margin-bottom: calc(0.5em * 2); } }
    @media only screen and (min-width: 1400px) {
      .row--mb > .col {
        margin-bottom: calc(0.75em * 2); } }
    @media only screen and (min-width: 1600px) {
      .row--mb > .col {
        margin-bottom: calc(0.75em * 2); } }

.row--staggered .col-1-2:nth-child(2n + 1) {
  margin-top: -5rem;
  padding-top: 0rem; }
.row--staggered .col-1-2:nth-child(1) {
  margin-top: 0; }
.row--staggered .col-1-2:nth-child(2n + 2) {
  margin-top: -5rem;
  padding-top: 5rem; }
.row--staggered .col-1-2:nth-child(2) {
  margin-top: 0; }
@media only screen and (min-width: 550px) {
  .row--staggered .col-sm-1-2:nth-child(2n + 1) {
    margin-top: -5rem;
    padding-top: 0rem; }
  .row--staggered .col-sm-1-2:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-sm-1-2:nth-child(2n + 2) {
    margin-top: -5rem;
    padding-top: 5rem; }
  .row--staggered .col-sm-1-2:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-sm-1-3:nth-child(3n + 1) {
    margin-top: -10rem;
    padding-top: 0rem; }
  .row--staggered .col-sm-1-3:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-sm-1-3:nth-child(3n + 2) {
    margin-top: -10rem;
    padding-top: 5rem; }
  .row--staggered .col-sm-1-3:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-sm-1-3:nth-child(3n + 3) {
    margin-top: -10rem;
    padding-top: 10rem; }
  .row--staggered .col-sm-1-3:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-sm-1-4:nth-child(4n + 1) {
    margin-top: -15rem;
    padding-top: 0rem; }
  .row--staggered .col-sm-1-4:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-sm-1-4:nth-child(4n + 2) {
    margin-top: -15rem;
    padding-top: 5rem; }
  .row--staggered .col-sm-1-4:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-sm-1-4:nth-child(4n + 3) {
    margin-top: -15rem;
    padding-top: 10rem; }
  .row--staggered .col-sm-1-4:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-sm-1-4:nth-child(4n + 4) {
    margin-top: -15rem;
    padding-top: 15rem; }
  .row--staggered .col-sm-1-4:nth-child(4) {
    margin-top: 0; } }
@media only screen and (min-width: 700px) {
  .row--staggered .col-md-1-2:nth-child(2n + 1) {
    margin-top: -5rem;
    padding-top: 0rem; }
  .row--staggered .col-md-1-2:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-md-1-2:nth-child(2n + 2) {
    margin-top: -5rem;
    padding-top: 5rem; }
  .row--staggered .col-md-1-2:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-md-1-3:nth-child(3n + 1) {
    margin-top: -10rem;
    padding-top: 0rem; }
  .row--staggered .col-md-1-3:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-md-1-3:nth-child(3n + 2) {
    margin-top: -10rem;
    padding-top: 5rem; }
  .row--staggered .col-md-1-3:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-md-1-3:nth-child(3n + 3) {
    margin-top: -10rem;
    padding-top: 10rem; }
  .row--staggered .col-md-1-3:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-md-1-4:nth-child(4n + 1) {
    margin-top: -15rem;
    padding-top: 0rem; }
  .row--staggered .col-md-1-4:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-md-1-4:nth-child(4n + 2) {
    margin-top: -15rem;
    padding-top: 5rem; }
  .row--staggered .col-md-1-4:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-md-1-4:nth-child(4n + 3) {
    margin-top: -15rem;
    padding-top: 10rem; }
  .row--staggered .col-md-1-4:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-md-1-4:nth-child(4n + 4) {
    margin-top: -15rem;
    padding-top: 15rem; }
  .row--staggered .col-md-1-4:nth-child(4) {
    margin-top: 0; } }
@media only screen and (min-width: 1000px) {
  .row--staggered .col-lg-1-2:nth-child(2n + 1) {
    margin-top: -5rem;
    padding-top: 0rem; }
  .row--staggered .col-lg-1-2:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-lg-1-2:nth-child(2n + 2) {
    margin-top: -5rem;
    padding-top: 5rem; }
  .row--staggered .col-lg-1-2:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-lg-1-3:nth-child(3n + 1) {
    margin-top: -10rem;
    padding-top: 0rem; }
  .row--staggered .col-lg-1-3:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-lg-1-3:nth-child(3n + 2) {
    margin-top: -10rem;
    padding-top: 5rem; }
  .row--staggered .col-lg-1-3:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-lg-1-3:nth-child(3n + 3) {
    margin-top: -10rem;
    padding-top: 10rem; }
  .row--staggered .col-lg-1-3:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-lg-1-4:nth-child(4n + 1) {
    margin-top: -15rem;
    padding-top: 0rem; }
  .row--staggered .col-lg-1-4:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-lg-1-4:nth-child(4n + 2) {
    margin-top: -15rem;
    padding-top: 5rem; }
  .row--staggered .col-lg-1-4:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-lg-1-4:nth-child(4n + 3) {
    margin-top: -15rem;
    padding-top: 10rem; }
  .row--staggered .col-lg-1-4:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-lg-1-4:nth-child(4n + 4) {
    margin-top: -15rem;
    padding-top: 15rem; }
  .row--staggered .col-lg-1-4:nth-child(4) {
    margin-top: 0; } }
@media only screen and (min-width: 1200px) {
  .row--staggered .col-xl-1-2:nth-child(2n + 1) {
    margin-top: -5rem;
    padding-top: 0rem; }
  .row--staggered .col-xl-1-2:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-xl-1-2:nth-child(2n + 2) {
    margin-top: -5rem;
    padding-top: 5rem; }
  .row--staggered .col-xl-1-2:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-xl-1-3:nth-child(3n + 1) {
    margin-top: -10rem;
    padding-top: 0rem; }
  .row--staggered .col-xl-1-3:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-xl-1-3:nth-child(3n + 2) {
    margin-top: -10rem;
    padding-top: 5rem; }
  .row--staggered .col-xl-1-3:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-xl-1-3:nth-child(3n + 3) {
    margin-top: -10rem;
    padding-top: 10rem; }
  .row--staggered .col-xl-1-3:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-xl-1-4:nth-child(4n + 1) {
    margin-top: -15rem;
    padding-top: 0rem; }
  .row--staggered .col-xl-1-4:nth-child(1) {
    margin-top: 0; }
  .row--staggered .col-xl-1-4:nth-child(4n + 2) {
    margin-top: -15rem;
    padding-top: 5rem; }
  .row--staggered .col-xl-1-4:nth-child(2) {
    margin-top: 0; }
  .row--staggered .col-xl-1-4:nth-child(4n + 3) {
    margin-top: -15rem;
    padding-top: 10rem; }
  .row--staggered .col-xl-1-4:nth-child(3) {
    margin-top: 0; }
  .row--staggered .col-xl-1-4:nth-child(4n + 4) {
    margin-top: -15rem;
    padding-top: 15rem; }
  .row--staggered .col-xl-1-4:nth-child(4) {
    margin-top: 0; } }

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

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

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

.justify-spacebetween {
  justify-content: space-between; }
  @media only screen and (min-width: 550px) {
    .justify-spacebetween--sm {
      justify-content: space-between; } }
  @media only screen and (min-width: 700px) {
    .justify-spacebetween--md {
      justify-content: space-between; } }
  @media only screen and (min-width: 1000px) {
    .justify-spacebetween--lg {
      justify-content: space-between; } }
  @media only screen and (min-width: 1200px) {
    .justify-spacebetween--xl {
      justify-content: space-between; } }
  @media only screen and (min-width: 1400px) {
    .justify-spacebetween--ws {
      justify-content: space-between; } }
  @media only screen and (min-width: 1600px) {
    .justify-spacebetween--xw {
      justify-content: space-between; } }

.justify-spacearound {
  justify-content: space-around; }
  @media only screen and (min-width: 550px) {
    .justify-spacearound--sm {
      justify-content: space-around; } }
  @media only screen and (min-width: 700px) {
    .justify-spacearound--md {
      justify-content: space-around; } }
  @media only screen and (min-width: 1000px) {
    .justify-spacearound--lg {
      justify-content: space-around; } }
  @media only screen and (min-width: 1200px) {
    .justify-spacearound--xl {
      justify-content: space-around; } }
  @media only screen and (min-width: 1400px) {
    .justify-spacearound--ws {
      justify-content: space-around; } }
  @media only screen and (min-width: 1600px) {
    .justify-spacearound--xw {
      justify-content: space-around; } }

.justify-spaceevenly {
  justify-content: space-evenly; }
  @media only screen and (min-width: 550px) {
    .justify-spaceevenly--sm {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 700px) {
    .justify-spaceevenly--md {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1000px) {
    .justify-spaceevenly--lg {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1200px) {
    .justify-spaceevenly--xl {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1400px) {
    .justify-spaceevenly--ws {
      justify-content: space-evenly; } }
  @media only screen and (min-width: 1600px) {
    .justify-spaceevenly--xw {
      justify-content: space-evenly; } }

.align-center {
  align-items: center; }
  @media only screen and (min-width: 550px) {
    .align-center--sm {
      align-items: center; } }
  @media only screen and (min-width: 700px) {
    .align-center--md {
      align-items: center; } }
  @media only screen and (min-width: 1000px) {
    .align-center--lg {
      align-items: center; } }
  @media only screen and (min-width: 1200px) {
    .align-center--xl {
      align-items: center; } }
  @media only screen and (min-width: 1400px) {
    .align-center--ws {
      align-items: center; } }
  @media only screen and (min-width: 1600px) {
    .align-center--xw {
      align-items: center; } }

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

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

/* ==========================================================================
  Columns -- layout/_grid.scss
  ========================================================================== */
.col {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0.25em;
  padding-right: 0.25em; }
  @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.5em;
      padding-right: 0.5em; } }
  @media only screen and (min-width: 1000px) {
    .col {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media only screen and (min-width: 1200px) {
    .col {
      padding-left: 0.5em;
      padding-right: 0.5em; } }
  @media only screen and (min-width: 1400px) {
    .col {
      padding-left: 0.75em;
      padding-right: 0.75em; } }
  @media only screen and (min-width: 1600px) {
    .col {
      padding-left: 0.75em;
      padding-right: 0.75em; } }

.col--content {
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .col--content {
      width: 83.33%; } }
  @media only screen and (min-width: 1000px) {
    .col--content {
      width: 75%; } }
  @media only screen and (min-width: 1200px) {
    .col--content {
      width: 66%; } }
  @media only screen and (min-width: 1600px) {
    .col--content {
      width: 60%; } }

.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; } }

.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; } }

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

.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-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-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-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-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-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-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%; } }
/* ==========================================================================
   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: 1em;
  background: transparent;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  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 #000 !important; }

textarea {
  min-height: 7em; }

/* ==========================================================================
   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 .ninja-forms-field {
  padding: 1em 3.25em 1em 1em !important;
  height: auto !important; }
.nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
  background: transparent !important;
  border: solid 1px rgba(0, 0, 0, 0.15) !important;
  color: #000 !important;
  font-size: 20px !important; }
  @media only screen and (min-width: 550px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 20px !important; } }
  @media only screen and (min-width: 700px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 20px !important; } }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 22px !important; } }
  @media only screen and (min-width: 1200px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 22px !important; } }
  @media only screen and (min-width: 1400px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 22px !important; } }
  @media only screen and (min-width: 1600px) {
    .nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select {
      font-size: 28px !important; } }
  .nf-form-cont input:focus, .nf-form-cont textarea:focus, .nf-form-cont select:focus {
    border: solid 1px #000 !important; }
.nf-form-cont textarea {
  display: block; }
.nf-form-cont select {
  position: relative;
  z-index: 2; }
  .nf-form-cont select::-ms-expand {
    display: none; }
.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;
  color: #000;
  background: transparent;
  left: auto;
  right: 1em !important;
  top: 50%;
  height: 30px !important;
  margin-top: -15px;
  z-index: 1; }
.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 .ninja-forms-field {
  border-color: #00a300 !important; }
.nf-form-cont .nf-error .nf-field-element:after {
  color: #00a300 !important; }
.nf-form-cont .nf-error .ninja-forms-field {
  border-color: #f53509 !important; }
.nf-form-cont .nf-error .nf-field-element:after {
  color: #f53509 !important; }
.nf-form-cont input[type=radio], .nf-form-cont input[type=checkbox] {
  padding: 0 !important;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }
  .nf-form-cont input[type=radio]:focus, .nf-form-cont input[type=checkbox]:focus {
    outline: none; }
  .nf-form-cont input[type=radio]:checked, .nf-form-cont input[type=checkbox]:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; }
  .nf-form-cont input[type=radio]:after, .nf-form-cont input[type=radio]:before, .nf-form-cont input[type=checkbox]:after, .nf-form-cont input[type=checkbox]:before {
    content: "";
    position: absolute; }
  .nf-form-cont input[type=radio]:after, .nf-form-cont input[type=checkbox]:after {
    border: solid 1px rgba(0, 0, 0, 0.15);
    top: -1px;
    left: 0px;
    width: 17px;
    height: 17px;
    box-sizing: border-box; }
  .nf-form-cont input[type=radio]:before, .nf-form-cont input[type=checkbox]:before {
    background: #fff;
    top: 2px;
    left: 4px;
    width: 9px;
    height: 9px;
    z-index: 18; }
  .nf-form-cont input[type=radio]:checked::after, .nf-form-cont input[type=checkbox]:checked::after {
    border-color: #f53509; }
.nf-form-cont input[type=checkbox]:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #fff;
  background: transparent;
  font-size: 10px; }
.nf-form-cont input[type=checkbox]:checked:before {
  color: #f53509; }
.nf-form-cont .checkbox-wrap .nf-field-label {
  padding-left: 0; }
  .nf-form-cont .checkbox-wrap .nf-field-label label {
    margin-left: .35em; }
.nf-form-cont .checkbox-wrap input[type=checkbox] {
  top: .15em;
  position: absolute; }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont .checkbox-wrap input[type=checkbox] {
      top: .25em; } }
.nf-form-cont input[type=radio]:after, .nf-form-cont input[type=radio]:before {
  border-radius: 50%; }
.nf-form-cont input[type=radio]:before {
  top: 3px;
  left: 4px; }
.nf-form-cont input[type=radio]:checked::before {
  background: #f53509; }
.nf-form-cont .submit-container input {
  background-color: #000 !important;
  color: #fff !important;
  line-height: 1.5;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: 700 !important;
  font-size: 14px !important; }
  @media only screen and (min-width: 550px) {
    .nf-form-cont .submit-container input {
      font-size: 14px !important; } }
  @media only screen and (min-width: 700px) {
    .nf-form-cont .submit-container input {
      font-size: 14px !important; } }
  @media only screen and (min-width: 1000px) {
    .nf-form-cont .submit-container input {
      font-size: 15px !important; } }
  @media only screen and (min-width: 1200px) {
    .nf-form-cont .submit-container input {
      font-size: 15px !important; } }
  @media only screen and (min-width: 1400px) {
    .nf-form-cont .submit-container input {
      font-size: 16px !important; } }
  @media only screen and (min-width: 1600px) {
    .nf-form-cont .submit-container input {
      font-size: 16px !important; } }
  .nf-form-cont .submit-container input:hover {
    color: #fff !important;
    background-color: #000 !important; }
  .nf-form-cont .submit-container input:disabled {
    opacity: .5; }
    .nf-form-cont .submit-container input:disabled:hover {
      background-color: #f53509 !important;
      color: #fff !important; }

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

body {
  font-family: "Gotham A", "Gotham B", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.pagebg-black {
    background-color: #000;
    color: #fff; }

@media only screen and (min-width: 700px) {
  .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5rem; } }
@media only screen and (min-width: 1000px) {
  .wrapper {
    padding-left: 6rem; } }
@media only screen and (min-width: 1200px) {
  .wrapper {
    padding-left: 6rem; } }
@media only screen and (min-width: 1400px) {
  .wrapper {
    padding-left: 7rem; } }
@media only screen and (min-width: 1600px) {
  .wrapper {
    padding-left: 7rem; } }

.bd {
  box-sizing: border-box;
  margin: 0 7.14%;
  position: relative;
  min-height: 1px; }
  @media only screen and (min-width: 700px) {
    .bd {
      padding-left: calc(0.5em * 2);
      padding-right: calc(0.5em * 2); } }
  @media only screen and (min-width: 1000px) {
    .bd {
      padding-left: calc(0.5em * 2);
      padding-right: calc(0.5em * 2); } }
  @media only screen and (min-width: 1200px) {
    .bd {
      padding-left: calc(0.5em * 2);
      padding-right: calc(0.5em * 2); } }
  @media only screen and (min-width: 1400px) {
    .bd {
      padding-left: calc(0.75em * 2);
      padding-right: calc(0.75em * 2); } }
  @media only screen and (min-width: 1600px) {
    .bd {
      padding-left: calc(0.75em * 2);
      padding-right: calc(0.75em * 2); } }
  @media screen and (min-width: 2000px) {
    .bd {
      max-width: calc(1714px - 7rem);
      padding: 0;
      margin: 0 auto; } }
  .bd:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both; }
  @media only screen and (min-width: 1000px) {
    .bd--nomargin {
      margin: 0 auto; } }

.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-red {
  background-color: #f53509; }
.bg-darkred {
  background-color: #ae0a00; }
.bg-white {
  background-color: #fff; }
.bg-black {
  background-color: #000; }
.bg-grey {
  background-color: #888; }

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

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

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

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

.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: 4rem; }
  @media only screen and (min-width: 550px) {
    .mt {
      margin-top: 5rem; } }
  @media only screen and (min-width: 700px) {
    .mt {
      margin-top: 6rem; } }
  @media only screen and (min-width: 1000px) {
    .mt {
      margin-top: 7rem; } }
  @media only screen and (min-width: 1200px) {
    .mt {
      margin-top: 8rem; } }

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

.mt--half {
  margin-top: 2rem; }
  @media only screen and (min-width: 550px) {
    .mt--half {
      margin-top: 2.5rem; } }
  @media only screen and (min-width: 700px) {
    .mt--half {
      margin-top: 3rem; } }
  @media only screen and (min-width: 1000px) {
    .mt--half {
      margin-top: 3.5rem; } }
  @media only screen and (min-width: 1200px) {
    .mt--half {
      margin-top: 4rem; } }

.mb--half {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 550px) {
    .mb--half {
      margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 700px) {
    .mb--half {
      margin-bottom: 3rem; } }
  @media only screen and (min-width: 1000px) {
    .mb--half {
      margin-bottom: 3.5rem; } }
  @media only screen and (min-width: 1200px) {
    .mb--half {
      margin-bottom: 4rem; } }

.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%; }
  .mediaimg--bg {
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .mediaimg--bg--cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 0; }
  .mediaimg--inline {
    display: block;
    height: auto; }
  .mediaimg--icon {
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.mediaimg-caption {
  margin-top: 0.5em;
  opacity: 0.5; }

/*  ==========================================================================
	video
	========================================================================== */
.mediavideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .mediavideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/*  ==========================================================================
	Page
	========================================================================== */
.pageheader {
  position: relative; }
  .pageheader .pageheader__bd {
    position: relative;
    z-index: 2; }
  .pageheader .pageheader__preheading {
    margin-bottom: 1em;
    max-width: 40em; }
  .pageheader .pageheader__heading {
    max-width: 16em; }
  .pageheader .pageheader__leader {
    margin: 1em 0 0 0;
    max-width: 28em; }
  .pageheader--post .pageheader__preheading {
    margin-bottom: 0; }
  @media only screen and (min-width: 1000px) {
    .pageheader--post .pageheader__content {
      padding-right: 8.3333%;
      padding-left: 8.3333%; } }
  .pageheader--post .mediaimg {
    padding-top: 70%; }
  @media only screen and (min-width: 1000px) {
    .pageheader--post .pageheader__image {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .pageheader--post .pageheader__image {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .pageheader--post .pageheader__image {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .pageheader--post .pageheader__image {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .pageheader--post .pageheader__image {
      margin-right: 0; } }
  @media only screen and (min-width: 1000px) {
    .pageheader--post .pageheader__image {
      margin-top: 0; } }
  @media only screen and (min-width: 1000px) {
    .pageheader--landingpage .pageheader__images {
      margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .pageheader--landingpage .pageheader__images {
      margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .pageheader--landingpage .pageheader__images {
      margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .pageheader--landingpage .pageheader__images {
      margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .pageheader--landingpage .pageheader__images {
      margin-left: 0; } }
  .pageheader--landingpage .pageheader__images .mediaimg {
    padding-top: 56.25%; }
  @media only screen and (min-width: 1000px) {
    .pageheader--subpage .pageheader__content {
      padding-right: 8.3333%;
      padding-left: 8.3333%; } }
  .pageheader--subpage .mediaimg {
    padding-top: 70%; }
  @media only screen and (min-width: 1000px) {
    .pageheader--subpage .pageheader__image {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .pageheader--subpage .pageheader__image {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .pageheader--subpage .pageheader__image {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .pageheader--subpage .pageheader__image {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .pageheader--subpage .pageheader__image {
      margin-right: 0; } }
  @media only screen and (min-width: 1000px) {
    .pageheader--subpage .pageheader__image {
      margin-top: 0; } }
  .pageheader--casestudy .pageheader__media {
    position: relative; }
  @media only screen and (min-width: 1000px) {
    .pageheader--casestudy .pageheader__img {
      margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .pageheader--casestudy .pageheader__img {
      margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .pageheader--casestudy .pageheader__img {
      margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .pageheader--casestudy .pageheader__img {
      margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .pageheader--casestudy .pageheader__img {
      margin-left: 0; } }
  .pageheader--casestudy .pageheader__img .pageheader__img__bg {
    padding-top: 66.66%; }
  @media only screen and (min-width: 1000px) {
    .pageheader--casestudy .pageheader__img--full-width {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .pageheader--casestudy .pageheader__img--full-width {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .pageheader--casestudy .pageheader__img--full-width {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .pageheader--casestudy .pageheader__img--full-width {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .pageheader--casestudy .pageheader__img--full-width {
      margin-right: 0; } }
  .pageheader__shareicons--casestudy {
    margin: 2em 0 -1em; }
    @media only screen and (min-width: 700px) {
      .pageheader__shareicons--casestudy {
        margin: calc(3em * -0.5) 0 0;
        position: fixed;
        right: 40px;
        bottom: 160px;
        z-index: 99; }
        .pageheader__shareicons--casestudy .shareicons {
          width: 3rem; } }
  .pageheader__shareicons--desktop {
    display: none; }
    @media only screen and (min-width: 700px) {
      .pageheader__shareicons--desktop {
        display: flex; } }
  .pageheader__shareicons--mobile {
    display: flex; }
    @media only screen and (min-width: 700px) {
      .pageheader__shareicons--mobile {
        display: none; } }
  .pageheader--home {
    overflow: hidden;
    height: 100vh;
    box-sizing: border-box;
    margin-top: calc(-5.8rem - (2 * 2rem)); }
    @media only screen and (min-width: 550px) {
      .pageheader--home {
        margin-top: calc(-7rem - (2 * 2rem)); } }
    @media only screen and (min-width: 700px) {
      .pageheader--home {
        margin-top: 0; } }
    @media only screen and (max-width: 699px) {
      .pageheader--home {
        padding-top: 0; } }
    .pageheader--home .pageheader__body {
      position: relative;
      text-align: center;
      z-index: 3;
      opacity: 0;
      padding-top: calc(5.8rem + (2 * 2rem)); }
      @media only screen and (min-width: 550px) {
        .pageheader--home .pageheader__body {
          padding-top: calc(7rem + (2 * 2rem)); } }
      @media only screen and (min-width: 700px) {
        .pageheader--home .pageheader__body {
          padding-top: 0;
          text-align: left; } }
    .pageheader--home .pageheader__video {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
      .pageheader--home .pageheader__video .pageheader__video__controls {
        opacity: 0;
        -webkit-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
        -moz-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
        transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0ms; }
        .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play,
        .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause {
          position: absolute;
          z-index: 5;
          width: 100%;
          height: 100%;
          width: 2.5em;
          height: 2.5em;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
          -moz-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
          transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
          cursor: pointer; }
          @media only screen and (min-width: 700px) {
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play,
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause {
              width: 4em;
              height: 4em; } }
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg, .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 100%;
            height: 100%; }
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg svg,
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg svg {
              width: 100%;
              height: 100%;
              -webkit-filter: drop-shadow(0px 0px 15px white);
              filter: drop-shadow(0px 0px 15px white); }
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg--black,
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg--black {
              display: block; }
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg--red,
            .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg--red {
              display: block;
              opacity: 0; }
              .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg--red svg,
              .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg--red svg {
                width: 100%;
                height: 100%;
                -webkit-filter: drop-shadow(0px 0px 15px #f53509);
                filter: drop-shadow(0px 0px 15px #f53509); }
            .pagebg-black .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg--black,
            .pagebg-black .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg--black {
              display: none; }
            .pagebg-black .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play .pageheader__svg--white,
            .pagebg-black .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause .pageheader__svg--white {
              display: block; }
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play:hover .pageheader__svg--black,
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause:hover .pageheader__svg--black {
            opacity: 0; }
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play:hover .pageheader__svg--white,
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause:hover .pageheader__svg--white {
            opacity: 0; }
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__play:hover .pageheader__svg--red,
          .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause:hover .pageheader__svg--red {
            opacity: 1; }
        .pageheader--home .pageheader__video .pageheader__video__controls .pageheader__pause {
          display: none;
          opacity: 0;
          -webkit-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
          -moz-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
          transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1) 0ms; }
      .pageheader--home .pageheader__video:hover .pageheader__pause {
        opacity: 1; }
      .pageheader--home .pageheader__video #pageheader__video__iframe {
        opacity: 0;
        -webkit-transition: opacity 250ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
        -moz-transition: opacity 250ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
        transition: opacity 250ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pageheader--home .pageheader__video .pageheader__video__mask {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section {
          position: relative;
          background-color: #fff;
          -webkit-transition: width 1000ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
          -moz-transition: width 1000ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
          transition: width 1000ms cubic-bezier(0.61, 1, 0.88, 1) 0ms;
          width: 100%; }
          .pagebg-black .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section {
            background-color: #000; }
          .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(1) {
            height: 5%; }
          .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(2) {
            height: 20%; }
          .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(3) {
            height: 30%;
            margin-left: auto; }
          .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(4) {
            height: 20%;
            margin-left: auto; }
          .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(5) {
            height: 15%; }
          .pageheader--home .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(6) {
            height: 11%;
            margin-left: auto; }
    @media (max-aspect-ratio: 1 / 1) {
      .pageheader--home {
        height: auto;
        padding-bottom: 0; }
        .pageheader--home .pageheader__body {
          opacity: 1 !important; }
        .pageheader--home .pageheader__video {
          position: relative;
          width: 100%;
          padding-top: 56.25%;
          height: 0; }
          .pageheader--home .pageheader__video #pageheader__video__iframe {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            min-height: 0;
            min-width: 0;
            transform: none; } }
    .pageheader--home--partreveal .pageheader__body {
      opacity: 1;
      -webkit-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
      -moz-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
      transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0ms; }
    .pageheader--home--partreveal .pageheader__video #pageheader__video__iframe {
      opacity: 0.8; }
    .pageheader--home--partreveal .pageheader__video .pageheader__video__controls {
      opacity: 1; }
    .pageheader--home--partreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(2) {
      width: 58%; }
    .pageheader--home--partreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(4) {
      width: 58%; }
    .pageheader--home--partreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(5) {
      width: 65%; }
    .pageheader--home--fullreveal .pageheader__video #pageheader__video__iframe {
      opacity: 0.8; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__controls .pageheader__play {
      display: none; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__controls .pageheader__pause {
      display: block; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(1) {
      width: 0; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(2) {
      width: 0; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(3) {
      width: 0; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(4) {
      width: 0; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(5) {
      width: 0; }
    .pageheader--home--fullreveal .pageheader__video .pageheader__video__mask .pageheader__mask__section:nth-child(6) {
      width: 0; }
    .pageheader--home--fullreveal .pageheader__body {
      opacity: 0;
      -webkit-transition: opacity 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
      -moz-transition: opacity 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0ms;
      transition: opacity 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0ms; }

/*  ==========================================================================
	content -- layout/layout.scss
	========================================================================== */
.contentarea h1,
.contentarea h2,
.contentarea h3,
.contentarea h4,
.contentarea h5,
.contentarea h6 {
  margin-top: 1.5em; }
.contentarea .aligncenter {
  margin: 0 auto;
  display: block; }
.contentarea .alignleft,
.contentarea .alignright {
  margin-bottom: 1em; }
.contentarea .alignleft {
  float: left;
  margin-right: 1em; }
.contentarea .alignright {
  float: right;
  margin-left: 1em; }
.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 .wp-caption.aligncenter {
  margin-bottom: 0; }
.contentarea .wp-caption .wp-caption-text {
  margin-top: 0.5em;
  opacity: 0.5; }
.contentarea ol,
.contentarea ul {
  margin-left: 1rem; }
  @media only screen and (min-width: 550px) {
    .contentarea ol,
    .contentarea ul {
      margin-left: 1.75rem; } }
.contentarea ul {
  list-style: none; }
  .contentarea ul li {
    position: relative; }
    .contentarea ul li:before {
      content: "\f054";
      font-family: "Font Awesome 5 Pro";
      font-size: 0.75em;
      top: 0.25em;
      position: absolute;
      left: 0;
      margin-left: -1rem; }

/*  ==========================================================================
	Video Embed styling -- layout/layout.scss
	========================================================================== */
.embedwrapper {
  position: relative;
  margin: 1.5em 0; }
  @media only screen and (min-width: 550px) {
    .embedwrapper {
      margin: 2em 0; } }
  .embedwrapper--video {
    padding: 56.25% 0 0; }
    .embedwrapper--video iframe {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }

/*  ==========================================================================
	case studies -- layout/layout.scss
	========================================================================== */
.casestudy .casestudy__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  background-color: #000; }
  .casestudy .casestudy__img .casestudy__img__img {
    padding-top: 150%;
    -webkit-transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s, transform 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
    -moz-transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s, transform 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
    transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s, transform 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s; }
  .casestudy .casestudy__img .casestudy__img__logo {
    position: absolute;
    top: 50%;
    width: 50%;
    max-width: 15em;
    max-height: 15em;
    padding-top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
    -moz-transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
    transition: opacity 750ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain; }
  .casestudy .casestudy__img--landscape .casestudy__img__img {
    padding-top: 75%; }
.casestudy .casestudy__content {
  position: relative; }
  .casestudy .casestudy__content .casestudy__name {
    padding-top: 1.25em;
    opacity: 0;
    -webkit-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 650ms;
    -moz-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 650ms;
    transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 650ms; }
  .casestudy .casestudy__content .casestudy__heading {
    opacity: 0;
    -webkit-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 650ms;
    -moz-transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 650ms;
    transition: opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 650ms; }
  .casestudy .casestudy__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: width 750ms cubic-bezier(0.37, 0, 0.63, 1) 0s;
    -moz-transition: width 750ms cubic-bezier(0.37, 0, 0.63, 1) 0s;
    transition: width 750ms cubic-bezier(0.37, 0, 0.63, 1) 0s;
    border-top: 2px solid #f53509; }
  .effect--ready .casestudy .casestudy__content .casestudy__name {
    opacity: 1; }
  .effect--ready .casestudy .casestudy__content .casestudy__heading {
    opacity: 1; }
  .effect--ready .casestudy .casestudy__content:before {
    width: 100%; }
.casestudy:hover .casestudy__img .casestudy__img__img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }
.casestudy:hover .casestudy__img .casestudy__img__logo {
  opacity: 1; }
.pagebg-black .casestudy--default .casestudy__content:before {
  border-color: #fff; }
.casestudy--nav .casestudy__content:before {
  width: 3em;
  max-width: 75%;
  border-color: #000; }
  .pagebg-black .casestudy--nav .casestudy__content:before {
    border-color: #fff; }
.casestudy--nav .casestudy__name {
  padding-top: 0.5em; }
@media only screen and (min-width: 1000px) {
  .casestudy--large.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .casestudy--large.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .casestudy--large.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .casestudy--large.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .casestudy--large.casestudy--positionleft .casestudy__img {
    margin-left: 0; } }
@media only screen and (min-width: 1000px) {
  .casestudy--large.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .casestudy--large.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .casestudy--large.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .casestudy--large.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .casestudy--large.casestudy--positionright .casestudy__img {
    margin-right: 0; } }
@media only screen and (min-width: 1000px) {
  .casestudy--side-landscape.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .casestudy--side-landscape.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .casestudy--side-landscape.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .casestudy--side-landscape.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .casestudy--side-landscape.casestudy--positionleft .casestudy__img {
    margin-left: 0; } }
@media only screen and (min-width: 1000px) {
  .casestudy--side-landscape.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .casestudy--side-landscape.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .casestudy--side-landscape.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .casestudy--side-landscape.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .casestudy--side-landscape.casestudy--positionright .casestudy__img {
    margin-right: 0; } }
@media only screen and (min-width: 1000px) {
  .casestudy--side-portrait.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .casestudy--side-portrait.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .casestudy--side-portrait.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .casestudy--side-portrait.casestudy--positionleft .casestudy__img {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .casestudy--side-portrait.casestudy--positionleft .casestudy__img {
    margin-left: 0; } }
@media only screen and (min-width: 1000px) {
  .casestudy--side-portrait.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .casestudy--side-portrait.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .casestudy--side-portrait.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .casestudy--side-portrait.casestudy--positionright .casestudy__img {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .casestudy--side-portrait.casestudy--positionright .casestudy__img {
    margin-right: 0; } }

/*  ==========================================================================
	posts -- layout/layout.scss
	========================================================================== */
.post {
  position: relative;
  margin-bottom: 3em; }
  .post .post__heading {
    margin: 0 0 0.5em;
    line-height: 1.2; }
  .post__redline {
    background-color: #f53509;
    height: 2px;
    width: 40px;
    margin-bottom: 1em; }
  .post .post__link {
    position: relative;
    z-index: 1; }
    .post .post__link .post__img {
      padding: 66.6% 0 0;
      -webkit-transition: box-shadow 150ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
      -moz-transition: box-shadow 150ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
      transition: box-shadow 150ms cubic-bezier(0.61, 1, 0.88, 1) 0s; }
    .post .post__link:hover .post__img {
      -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
      box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15); }

/*  ==========================================================================
	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: #888; }
  .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;
  margin-top: -2rem; }
  @media only screen and (min-width: 550px) {
    .paging--ajax {
      margin-top: -2.5rem; } }
  @media only screen and (min-width: 700px) {
    .paging--ajax {
      margin-top: -3rem; } }
  @media only screen and (min-width: 1000px) {
    .paging--ajax {
      margin-top: -3.5rem; } }
  @media only screen and (min-width: 1200px) {
    .paging--ajax {
      margin-top: -4rem; } }

/*  ==========================================================================
	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;
    z-index: 2;
    top: 1px;
    right: 1px;
    background: none;
    text-align: center; }
    .searchform .searchform__input .searchform__submit:hover {
      background: #f53509;
      color: #fff; }

/*  ==========================================================================
	people -- layout/layout.scss
	========================================================================== */
/* Person grid item */
.person {
  position: relative;
  margin-bottom: 2em; }
  @media only screen and (min-width: 700px) {
    .person {
      margin-bottom: 0; } }
  .person .person__link {
    display: block;
    cursor: pointer; }
  .person .person__content {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column-reverse; }
    @media only screen and (min-width: 1000px) {
      .person .person__content {
        margin-top: 0;
        color: #fff;
        position: absolute;
        flex-direction: column;
        justify-content: space-between;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 2em;
        opacity: 0;
        -webkit-transition: opacity 250ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
        -moz-transition: opacity 250ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
        transition: opacity 250ms cubic-bezier(0.61, 1, 0.88, 1) 0s; }
        .person .person__content:hover {
          opacity: 1; } }
    .person .person__content .person__heading {
      margin-bottom: 0.25em; }
    .person .person__content .person__short_bio {
      margin-top: 1em; }
      @media only screen and (min-width: 700px) {
        .person .person__content .person__short_bio {
          margin-top: 0;
          font-size: 20px; } }
      @media only screen and (min-width: 1000px) {
        .person .person__content .person__short_bio {
          font-size: 22px; } }
      @media only screen and (min-width: 1200px) {
        .person .person__content .person__short_bio {
          font-size: 22px; } }
      @media only screen and (min-width: 1400px) {
        .person .person__content .person__short_bio {
          font-size: 22px; } }
      @media only screen and (min-width: 1600px) {
        .person .person__content .person__short_bio {
          font-size: 28px; } }
  body.isTouch .person {
    margin-bottom: 2em; }
    body.isTouch .person .person__content {
      margin-top: 1.5em;
      position: relative;
      display: flex;
      flex-direction: column-reverse;
      background-color: transparent;
      opacity: 1;
      padding: 0; }

.person__detail {
  background: transparent;
  display: none;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll; }
  .person__detail:after {
    content: "";
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    @media only screen and (min-width: 1000px) {
      .person__detail:after {
        width: 50%;
        left: auto;
        right: 0; } }
  .person__detail .person__detail__closeoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
    z-index: 100;
    display: none; }
    @media only screen and (min-width: 1000px) {
      .person__detail .person__detail__closeoverlay {
        display: block; } }
  .person__detail .person__detail__column {
    position: relative;
    z-index: 2; }
    .person__detail .person__detail__column--quote {
      display: none; }
      @media only screen and (min-width: 1000px) {
        .person__detail .person__detail__column--quote {
          position: fixed;
          bottom: 0;
          left: 0;
          width: 50%;
          height: 100vh;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;
          justify-content: space-between; } }
      .person__detail .person__detail__column--quote .person__detail__quote {
        padding-left: 8.33%;
        padding-right: 8.33%;
        max-width: 28em; }
        .person__detail .person__detail__column--quote .person__detail__quote .person__detail__quotemark--first {
          display: block; }
      .person__detail .person__detail__column--quote .person__detail__quoteimage {
        padding-top: 75%; }
        @media only screen and (min-width: 1400px) {
          .person__detail .person__detail__column--quote .person__detail__quoteimage {
            padding-top: 60%; } }
        @media all and (-ms-high-contrast: none) {
          .person__detail .person__detail__column--quote .person__detail__quoteimage {
            display: none !important; } }
    .person__detail .person__detail__column--content {
      color: #000; }
      @media only screen and (min-width: 1000px) {
        .person__detail .person__detail__column--content {
          padding-left: calc(7.14% * 2); } }
      @media only screen and (min-width: 1000px) {
        .person__detail .person__detail__column--content .person__detail__quote {
          display: none; } }
      .person__detail .person__detail__column--content .person__detail__img {
        max-width: 12rem; }
        @media only screen and (min-width: 700px) {
          .person__detail .person__detail__column--content .person__detail__img {
            margin-bottom: 0; } }
        @media only screen and (min-width: 1000px) {
          .person__detail .person__detail__column--content .person__detail__img {
            margin-bottom: 2em; } }
        .person__detail .person__detail__column--content .person__detail__img .person__detail__img__img {
          border-radius: 50%;
          padding-top: 100%; }
      .person__detail .person__detail__column--content .person__social {
        margin-top: 0.5em;
        margin-bottom: -0.75em; }
        .person__detail .person__detail__column--content .person__social .person__social__link {
          color: #000; }
          .person__detail .person__detail__column--content .person__social .person__social__link:hover {
            color: #f53509; }

.fancybox--person.fancybox-is-open {
  backdrop-filter: blur(10px); }
.fancybox--person .fancybox-bg {
  background-color: #000;
  opacity: 1; }
.fancybox--person .fancybox-slide--html {
  padding: 0; }
.fancybox--person .fancybox-close-small {
  position: fixed;
  color: #000;
  top: 0;
  right: 0;
  padding: 0.25em;
  margin: 0.5em; }

/*  ==========================================================================
	Grid Carousels -- layout/layout.scss
	========================================================================== */
.row--carousel {
  margin-bottom: 0; }
  .row--carousel .owl-carousel {
    display: flex;
    flex-direction: column-reverse; }
    .row--carousel .owl-carousel .col {
      width: 100%;
      margin-bottom: 0; }
    .row--carousel .owl-carousel .owl-nav {
      margin-bottom: 1em;
      margin-left: 0.25em;
      margin-right: 0.25em; }
      @media only screen and (min-width: 550px) {
        .row--carousel .owl-carousel .owl-nav {
          margin-left: 0.5em;
          margin-right: 0.5em; } }
      @media only screen and (min-width: 700px) {
        .row--carousel .owl-carousel .owl-nav {
          margin-left: 0.5em;
          margin-right: 0.5em; } }
      @media only screen and (min-width: 1000px) {
        .row--carousel .owl-carousel .owl-nav {
          margin-left: 0.5em;
          margin-right: 0.5em; } }
      @media only screen and (min-width: 1200px) {
        .row--carousel .owl-carousel .owl-nav {
          margin-left: 0.5em;
          margin-right: 0.5em; } }
      @media only screen and (min-width: 1400px) {
        .row--carousel .owl-carousel .owl-nav {
          margin-left: 0.75em;
          margin-right: 0.75em; } }
      @media only screen and (min-width: 1600px) {
        .row--carousel .owl-carousel .owl-nav {
          margin-left: 0.75em;
          margin-right: 0.75em; } }
      .row--carousel .owl-carousel .owl-nav .owl-next,
      .row--carousel .owl-carousel .owl-nav .owl-prev {
        position: relative;
        border-radius: 0;
        width: 1rem;
        height: 2rem; }
        .row--carousel .owl-carousel .owl-nav .owl-next i,
        .row--carousel .owl-carousel .owl-nav .owl-prev i {
          position: absolute;
          top: 50%;
          left: 50%;
          font-size: 1.5em;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .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.disabled,
        .row--carousel .owl-carousel .owl-nav .owl-prev.disabled {
          opacity: 0.25; }
      .row--carousel .owl-carousel .owl-nav .owl-prev {
        margin-right: 2em; }

/*  ==========================================================================
	404 page -- layout/layout.scss
	========================================================================== */
.main--error {
  min-height: 80vh;
  box-sizing: border-box;
  overflow: hidden; }

/*  ==========================================================================
	Header variables
	========================================================================== */
/*  ==========================================================================
	siteheader
	========================================================================== */
.siteheader {
  background: #fff;
  position: relative;
  z-index: 50; }
  @media only screen and (min-width: 700px) {
    .siteheader {
      width: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .siteheader {
      width: 6rem; } }
  @media only screen and (min-width: 1200px) {
    .siteheader {
      width: 6rem; } }
  @media only screen and (min-width: 1400px) {
    .siteheader {
      width: 7rem; } }
  @media only screen and (min-width: 700px) {
    .siteheader {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh; } }
  .pagebg-black .siteheader {
    background-color: #000; }
  .home .siteheader {
    background-color: transparent; }
  .siteheader .siteheader__wrap {
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .siteheader .siteheader__wrap {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 50;
        height: 100%; }
        .pagebg-black .siteheader .siteheader__wrap {
          background-color: #000; } }
    .siteheader .siteheader__wrap .siteheader__scrollbar {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 2px;
      display: none; }
      @media only screen and (min-width: 700px) {
        .siteheader .siteheader__wrap .siteheader__scrollbar {
          display: block; } }
      .siteheader .siteheader__wrap .siteheader__scrollbar .siteheader__scrollbg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        -webkit-transition: height 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0s;
        -moz-transition: height 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0s;
        transition: height 1000ms cubic-bezier(0.37, 0, 0.63, 1) 0s, opacity 750ms cubic-bezier(0.37, 0, 0.63, 1) 0s;
        height: 0;
        background-color: rgba(0, 0, 0, 0.15); }
        .pagebg-black .siteheader .siteheader__wrap .siteheader__scrollbar .siteheader__scrollbg {
          background-color: rgba(255, 255, 255, 0.2); }
      .siteheader .siteheader__wrap .siteheader__scrollbar .siteheader__scrollprogress {
        width: 100%;
        height: 0;
        background: #f53509;
        opacity: 0; }
        .siteheader .siteheader__wrap .siteheader__scrollbar .siteheader__scrollprogress--scrolled {
          -webkit-transition: height 1000ms cubic-bezier(0.37, 0, 0.63, 1) 750ms;
          -moz-transition: height 1000ms cubic-bezier(0.37, 0, 0.63, 1) 750ms;
          transition: height 1000ms cubic-bezier(0.37, 0, 0.63, 1) 750ms; }
      .siteheader .siteheader__wrap .siteheader__scrollbar--loaded .siteheader__scrollbg {
        height: 100%; }
      .siteheader .siteheader__wrap .siteheader__scrollbar--loaded .siteheader__scrollprogress {
        opacity: 1; }
  .siteheader .siteheader__navtoggle {
    position: fixed;
    z-index: 3;
    bottom: 1em;
    left: 1em;
    padding: 1em;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4em;
    background-color: #fff;
    width: calc(100% - 2em); }
    .pagebg-black .siteheader .siteheader__navtoggle {
      background-color: #000;
      border-color: rgba(255, 255, 255, 0.2); }
    @media only screen and (min-width: 700px) {
      .siteheader .siteheader__navtoggle {
        width: calc(5rem - 2em); } }
    @media only screen and (min-width: 1000px) {
      .siteheader .siteheader__navtoggle {
        width: calc(6rem - 2em); } }
    @media only screen and (min-width: 700px) {
      .siteheader .siteheader__navtoggle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        padding: 0;
        left: 1em;
        border-radius: 0;
        border: none; } }
    @media only screen and (min-width: 1200px) {
      .siteheader .siteheader__navtoggle {
        left: 1.5em;
        width: calc(6rem - 3em); } }
    @media only screen and (min-width: 1400px) {
      .siteheader .siteheader__navtoggle {
        width: calc(7rem - 3em); } }
    .siteheader .siteheader__navtoggle .siteheader__navtoggle__img {
      width: 4em;
      padding-top: 2.5em;
      margin: 0 auto;
      display: block;
      background-image: url("img/framework/menu-btn.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media only screen and (min-width: 700px) {
        .siteheader .siteheader__navtoggle .siteheader__navtoggle__img {
          width: 100%;
          padding-top: 66%; } }
      .mobnavopen .siteheader .siteheader__navtoggle .siteheader__navtoggle__img {
        background-image: url("img/framework/menu-close-btn.svg"); }
      .pagebg-black .siteheader .siteheader__navtoggle .siteheader__navtoggle__img {
        background-image: url("img/framework/menu-btn-neg.svg"); }
      .pagebg-black.mobnavopen .siteheader .siteheader__navtoggle .siteheader__navtoggle__img {
        background-image: url("img/framework/menu-close-btn-neg.svg"); }

/*  ==========================================================================
	Logo - used in sitehaeder and mob nav
	========================================================================== */
.logo {
  position: relative;
  margin: 2rem 0;
  width: 2.5rem;
  height: 5.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (min-width: 550px) {
    .logo {
      width: 3rem;
      margin: 2rem 0;
      height: 7rem; } }
  @media only screen and (min-width: 700px) {
    .logo {
      width: calc(5rem - 2em); } }
  @media only screen and (min-width: 1000px) {
    .logo {
      width: calc(6rem - 2em); } }
  @media only screen and (min-width: 700px) {
    .logo {
      max-width: none;
      position: absolute;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      margin-top: 1em;
      left: 1em; } }
  @media only screen and (min-width: 1200px) {
    .logo {
      left: 1.5em;
      margin-top: 1.5em;
      width: calc(6rem - 3em); } }
  @media only screen and (min-width: 1400px) {
    .logo {
      width: calc(7rem - 3em); } }
  .logo .logo__img {
    width: 100%;
    padding-top: 233%;
    display: block;
    background-image: url("img/framework/logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    .pagebg-black .logo .logo__img {
      background-image: url("img/framework/logo-neg.svg"); }

/*  ==========================================================================
	mobnav
	========================================================================== */
.mobnav {
  position: fixed;
  box-sizing: border-box;
  top: -100vh;
  z-index: 2;
  width: 100%;
  overflow: scroll;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: top 750ms cubic-bezier(0.37, 0, 0.63, 1);
  -moz-transition: top 750ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: top 750ms cubic-bezier(0.37, 0, 0.63, 1); }
  .pagebg-black .mobnav {
    background-color: #000; }
  .mobnavopen .mobnav {
    top: 0; }
  @media only screen and (min-width: 700px) {
    .mobnav {
      padding-left: 5rem; } }
  @media only screen and (min-width: 1000px) {
    .mobnav {
      padding-left: 6rem; } }
  @media only screen and (min-width: 1200px) {
    .mobnav {
      padding-left: 6rem; } }
  @media only screen and (min-width: 1400px) {
    .mobnav {
      padding-left: 7rem; } }
  @media only screen and (min-width: 700px) {
    .mobnav {
      overflow: hidden;
      position: relative;
      left: -100vw;
      width: 100vw;
      top: 0 !important;
      height: 100vh !important;
      -webkit-transition: left 750ms cubic-bezier(0.37, 0, 0.63, 1);
      -moz-transition: left 750ms cubic-bezier(0.37, 0, 0.63, 1);
      transition: left 750ms cubic-bezier(0.37, 0, 0.63, 1); } }
  .mobnav:after {
    content: "";
    position: absolute;
    width: 50%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 10;
    background-color: #fff;
    display: none; }
    @media only screen and (min-width: 1200px) {
      .mobnav:after {
        display: block;
        left: calc(6rem / 2); } }
    @media only screen and (min-width: 1400px) {
      .mobnav:after {
        left: calc(7rem / 2); } }
    .pagebg-black .mobnav:after {
      background-color: #000; }
  @media only screen and (min-width: 700px) {
    .mobnavopen .mobnav {
      left: 0; } }
  .mobnav .mobnav__bd {
    box-sizing: border-box; }
    @media only screen and (min-width: 1200px) {
      .mobnav .mobnav__bd {
        height: 100%; } }
    .mobnav .mobnav__bd > .row {
      height: 100%; }
  .mobnav .mobnav__sections {
    position: relative;
    z-index: 20;
    text-align: center;
    margin-bottom: 0; }
    @media only screen and (min-width: 700px) {
      .mobnav .mobnav__sections {
        text-align: left; } }
    .mobnav .mobnav__sections .mobnav__section {
      margin-bottom: 2em;
      opacity: 0;
      -webkit-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1);
      -moz-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1);
      transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1);
      -webkit-transition-delay: 0;
      -moz-transition-delay: 0;
      transition-delay: 0; }
      .mobnavopen .mobnav .mobnav__sections .mobnav__section {
        opacity: 1;
        -webkit-transition-delay: 850ms;
        -moz-transition-delay: 850ms;
        transition-delay: 850ms; }
        .mobnavopen .mobnav .mobnav__sections .mobnav__section:nth-child(2) {
          -webkit-transition-delay: 950ms;
          -moz-transition-delay: 950ms;
          transition-delay: 950ms; }
        .mobnavopen .mobnav .mobnav__sections .mobnav__section:nth-child(3) {
          -webkit-transition-delay: 1050ms;
          -moz-transition-delay: 1050ms;
          transition-delay: 1050ms; }
        .mobnavopen .mobnav .mobnav__sections .mobnav__section:nth-child(4) {
          -webkit-transition-delay: 1150ms;
          -moz-transition-delay: 1150ms;
          transition-delay: 1150ms; }
        .mobnavopen .mobnav .mobnav__sections .mobnav__section:nth-child(5) {
          -webkit-transition-delay: 1250ms;
          -moz-transition-delay: 1250ms;
          transition-delay: 1250ms; }
        .mobnavopen .mobnav .mobnav__sections .mobnav__section:nth-child(6) {
          -webkit-transition-delay: 1350ms;
          -moz-transition-delay: 1350ms;
          transition-delay: 1350ms; }
      .mobnav .mobnav__sections .mobnav__section:last-child {
        margin-bottom: 0; }
      .mobnav .mobnav__sections .mobnav__section .mobnav__link {
        display: block; }
        .mobnav .mobnav__sections .mobnav__section .mobnav__link:hover {
          color: #f53509; }
  .mobnav .mobnav__casestudies {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1);
    -moz-transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: opacity 250ms cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0; }
    .mobnavopen .mobnav .mobnav__casestudies {
      opacity: 1;
      -webkit-transition-delay: 850ms;
      -moz-transition-delay: 850ms;
      transition-delay: 850ms; }
    @media only screen and (min-width: 700px) {
      .mobnav .mobnav__casestudies {
        display: block; } }
    @media only screen and (min-width: 1200px) {
      .mobnav .mobnav__casestudies {
        margin-top: 0; } }
    @media only screen and (min-width: 1200px) {
      .mobnav .mobnav__casestudies .owl-stage-outer {
        overflow: visible; } }

.mobnavopen .mobnav-toggle .fa-bars:before {
  content: "\f00d"; }

/* ==========================================================================
   Footer -- layout/_footer.scss
   ========================================================================== */
.sitefooter {
  background-color: #000;
  color: #fff;
  overflow: hidden; }
  @media only screen and (max-width: 699px) {
    .sitefooter {
      padding-bottom: 7em; } }
  @media only screen and (min-width: 700px) {
    .sitefooter {
      padding-bottom: 3rem; } }
  @media only screen and (min-width: 1000px) {
    .sitefooter .sitefooter__logosheader {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .sitefooter .sitefooter__logos .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .sitefooter .sitefooter__logos .logowrap {
    padding: 0 20%; }
    .sitefooter .sitefooter__logos .logowrap .footerlogo {
      padding-top: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      max-width: 6em;
      margin: auto; }
  .sitefooter .sitefooter__navwrap {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 2em; }
    .sitefooter .sitefooter__navwrap .creditwrap {
      text-align: center; }
      .sitefooter .sitefooter__navwrap .creditwrap a {
        opacity: .5; }
        .sitefooter .sitefooter__navwrap .creditwrap a:hover {
          opacity: 1; }
      @media only screen and (min-width: 1400px) {
        .sitefooter .sitefooter__navwrap .creditwrap {
          text-align: right; } }
  @media only screen and (max-width: 699px) {
    .sitefooter .sitefooter_navigation .sitefooter__nav {
      display: flex;
      flex-direction: column; }
      .sitefooter .sitefooter_navigation .sitefooter__nav li {
        margin-bottom: 0.5em; } }
  .sitefooter a {
    transition: all 0.3s ease; }
    .sitefooter a:hover {
      color: #f53509; }
  .sitefooter__socialnav {
    text-align: center; }
    .sitefooter__socialnav li a {
      margin: 0 0.5em; }
      .sitefooter__socialnav li a i {
        font-size: 20px; }
  .sitefooter__nav {
    text-align: center; }
    @media only screen and (min-width: 1400px) {
      .sitefooter__nav {
        text-align: left; } }

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

/*  ==========================================================================
	COMPONENT - List Grid Item
	========================================================================== */
.listgriditem {
  max-width: 30em; }

/*  ==========================================================================
	MODULES - _modules.scss
	========================================================================== */
/*  ==========================================================================
	General Module styles
	========================================================================== */
.module--darkred .linkline {
  background-image: linear-gradient(90deg, #fff 0%, #fff 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 100%); }
.module--darkred .btn {
  color: #fff; }
  .module--darkred .btn .linkline {
    background-image: linear-gradient(90deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%); }
  .module--darkred .btn:hover {
    color: #fff; }

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

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

/*  ==========================================================================
	MODULE - Line / Rule
	========================================================================== */
.module--line .line {
  border-top: solid 2px rgba(0, 0, 0, 0.15);
  height: 0; }
.pagebg-black .module--line .line {
  border-color: rgba(255, 255, 255, 0.2); }

/*  ==========================================================================
	MODULE - Text Content Columns
	========================================================================== */
.module--text-content-columns .text-content-columns__heading {
  margin-bottom: 0.75em; }
.module--text-content-columns .text-content-columns__leader {
  margin-bottom: 1em; }

/*  ==========================================================================
	MODULE - Text Content & Media
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .module--text-content-media .text-content-media__col--media {
    margin-bottom: 0; } }
@media only screen and (min-width: 1000px) {
  .module--text-content-media.module--left .text-content-media__col--media .component--media {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .module--text-content-media.module--left .text-content-media__col--media .component--media {
    margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .module--text-content-media.module--left .text-content-media__col--media .component--media {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .module--text-content-media.module--left .text-content-media__col--media .component--media {
    margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .module--text-content-media.module--left .text-content-media__col--media .component--media {
    margin-right: 0; } }
@media only screen and (min-width: 1000px) {
  .module--text-content-media.module--right .text-content-media__col--media .component--media {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1200px) {
  .module--text-content-media.module--right .text-content-media__col--media .component--media {
    margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1400px) {
  .module--text-content-media.module--right .text-content-media__col--media .component--media {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media only screen and (min-width: 1600px) {
  .module--text-content-media.module--right .text-content-media__col--media .component--media {
    margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
@media screen and (min-width: 2000px) {
  .module--text-content-media.module--right .text-content-media__col--media .component--media {
    margin-left: 0; } }

/*  ==========================================================================
	MODULE - Text Content & List Grid
	========================================================================== */
.module--text-content-listgrid .listgrid {
  margin-bottom: -2rem; }
  @media only screen and (min-width: 550px) {
    .module--text-content-listgrid .listgrid {
      margin-bottom: -2.5rem; } }
  @media only screen and (min-width: 700px) {
    .module--text-content-listgrid .listgrid {
      margin-bottom: -3rem; } }
  @media only screen and (min-width: 1000px) {
    .module--text-content-listgrid .listgrid {
      margin-bottom: -3.5rem; } }
  @media only screen and (min-width: 1200px) {
    .module--text-content-listgrid .listgrid {
      margin-bottom: -4rem; } }

/*  ==========================================================================
	MODULE - Quote
	========================================================================== */
.module--quote {
  position: relative;
  color: #fff;
  padding-bottom: 2em; }
  @media only screen and (max-width: 999px) {
    .module--quote .modulequote__quoterow {
      display: inline-block; } }
  .module--quote .modulequote__quotewrap {
    position: relative;
    padding: 2.5em;
    border-radius: 4px; }
    @media only screen and (min-width: 700px) {
      .module--quote .modulequote__quotewrap {
        padding: 3.5em; } }
    .module--quote .modulequote__quotewrap::after {
      position: absolute;
      content: "";
      border-bottom: solid 55px #ae0a00;
      border-left: solid 55px transparent;
      border-right: solid 55px transparent;
      left: 5px;
      bottom: -46px;
      -ms-transform: rotate(315deg);
      -webkit-transform: rotate(315deg);
      transform: rotate(315deg); }
    .module--quote .modulequote__quotewrap .modulequote__quote {
      margin: 0;
      margin-top: 3em; }
      @media only screen and (min-width: 550px) {
        .module--quote .modulequote__quotewrap .modulequote__quote {
          margin-top: 0; } }
      .module--quote .modulequote__quotewrap .modulequote__quote__heading {
        margin-top: 0;
        margin-bottom: 2em; }
        @media only screen and (min-width: 1000px) {
          .module--quote .modulequote__quotewrap .modulequote__quote__heading {
            margin-bottom: 3em; } }
      .module--quote .modulequote__quotewrap .modulequote__quote__quote {
        max-width: 24em; }
    .module--quote .modulequote__quotewrap .modulequote__cite {
      margin-top: 2em; }
      @media only screen and (min-width: 1000px) {
        .module--quote .modulequote__quotewrap .modulequote__cite {
          margin-top: 3em; } }
  .module--quote .modulequote__cite {
    display: block;
    font-style: normal; }
  .module--quote .modulequote__imgwrap {
    max-width: 150px;
    float: right; }
    @media only screen and (max-width: 999px) {
      .module--quote .modulequote__imgwrap {
        margin-bottom: 2em;
        margin-left: 2em;
        max-width: 8em; } }
    .module--quote .modulequote__imgwrap .modulequote__img {
      border-radius: 50%; }

/*  ==========================================================================
	MODULE - Case Studies
	========================================================================== */
@media only screen and (min-width: 1000px) {
  .module--case-studies .col {
    margin-bottom: 0; } }
@media only screen and (min-width: 1000px) {
  .module--case-studies .casestudy--side-portrait {
    margin-top: 7rem; } }
@media only screen and (min-width: 1000px) {
  .module--case-studies .casestudy--side-portrait {
    margin-top: 8rem; } }
.module--case-studies--3-row .case-studies__heading {
  padding-right: 4em; }
.module--case-studies--3-row .owl-nav {
  text-align: right; }
.module--case-studies--3-row .row--carousel--withheading .owl-nav:not(.disabled) {
  margin-top: -3.25em; }

/*  ==========================================================================
	MODULE - Call to Action
	========================================================================== */
.module--cta {
  position: relative; }

/*  ==========================================================================
	MODULE - People Grid
	========================================================================== */
.module--people-grid .peoplegrid__heading {
  margin-bottom: 1.5em; }

/*  ==========================================================================
	MODULE - Box Tile Grid
	========================================================================== */
.module--box-tile-grid .tile {
  display: block;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 4em 2em;
  color: #000;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: background-color 250ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
  -moz-transition: background-color 250ms cubic-bezier(0.61, 1, 0.88, 1) 0s;
  transition: background-color 250ms cubic-bezier(0.61, 1, 0.88, 1) 0s; }
  .pagebg-black .module--box-tile-grid .tile {
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff; }
  .module--box-tile-grid .tile__preheading {
    margin-bottom: 1.5em; }
  .module--box-tile-grid .tile__heading {
    max-width: 10em;
    margin: auto; }
.module--box-tile-grid .tile:hover {
  background-color: #ae0a00;
  color: #fff; }

/*  ==========================================================================
	MODULE - Locations
	========================================================================== */
.module--locations .location__image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 1000px) {
    .module--locations .location__image--left {
      margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .module--locations .location__image--left {
      margin-left: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .module--locations .location__image--left {
      margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .module--locations .location__image--left {
      margin-left: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .module--locations .location__image--left {
      margin-left: 0; } }
  @media only screen and (min-width: 1000px) {
    .module--locations .location__image--right {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1200px) {
    .module--locations .location__image--right {
      margin-right: calc(((100vw - 6rem - (0.5em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1400px) {
    .module--locations .location__image--right {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media only screen and (min-width: 1600px) {
    .module--locations .location__image--right {
      margin-right: calc(((100vw - 7rem - (0.75em * 4)) * (7.14 / 100)) * -1); } }
  @media screen and (min-width: 2000px) {
    .module--locations .location__image--right {
      margin-right: 0; } }
  .module--locations .location__image__heading {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
@media only screen and (min-width: 700px) {
  .module--locations .location {
    padding-left: 2em;
    padding-right: 2em; } }
@media only screen and (min-width: 1000px) {
  .module--locations .location {
    padding-left: 8.32%;
    padding-right: 8.32%; } }
@media only screen and (max-width: 699px) {
  .module--locations .mediaimg {
    margin-bottom: 1.5em; } }

/*  ==========================================================================
	MODULE - Full width image carousel
	========================================================================== */
.module--full-width-image-carousel .owl-carousel {
  display: flex;
  align-items: center;
  justify-content: center; }
  .module--full-width-image-carousel .owl-carousel .owl-nav {
    width: 87%;
    position: absolute;
    color: white;
    justify-content: space-between;
    display: flex;
    position: absolute;
    color: #fff;
    font-size: 25px; }
    @media only screen and (min-width: 1000px) {
      .module--full-width-image-carousel .owl-carousel .owl-nav {
        bottom: 3em;
        right: 3em;
        width: 3em; } }

/*  ==========================================================================
	MODULE - Gallery
	========================================================================== */
.module--gallery {
  overflow: hidden; }

.module--gallery + .module--gallery {
  margin-top: calc(-4rem + (0.25em * 2)); }
  @media only screen and (min-width: 550px) {
    .module--gallery + .module--gallery {
      margin-top: calc(-5rem + (0.5em * 2)); } }
  @media only screen and (min-width: 700px) {
    .module--gallery + .module--gallery {
      margin-top: calc(-6rem + (0.5em * 2)); } }
  @media only screen and (min-width: 1000px) {
    .module--gallery + .module--gallery {
      margin-top: calc(-7rem + (0.5em * 2)); } }
  @media only screen and (min-width: 1200px) {
    .module--gallery + .module--gallery {
      margin-top: calc(-8rem + (0.5em * 2)); } }
  @media only screen and (min-width: 1400px) {
    .module--gallery + .module--gallery {
      margin-top: calc(-8rem + (0.75em * 2)); } }
  @media only screen and (min-width: 1600px) {
    .module--gallery + .module--gallery {
      margin-top: calc(-8rem + (0.75em * 2)); } }

.module--image-reveal {
  text-align: center; }
  .module--image-reveal .image-reveal__heading {
    width: 100%; }
    .module--image-reveal .image-reveal__heading--one {
      text-align: left; }
    .module--image-reveal .image-reveal__heading--two {
      text-align: right; }
  .module--image-reveal .image-reveal__slider {
    margin: 0 auto; }
  .module--image-reveal .beer-handle {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 1px solid #fff; }
  .module--image-reveal .beer-range:focus ~ .beer-handle {
    background: #000; }

/*  ==========================================================================
	MODULE - 3D Embeded Model
	========================================================================== */
.module--3d-embed .model-embed {
  border: solid 2px rgba(0, 0, 0, 0.15);
  padding: 0 7.14% 7.14%;
  position: relative;
  transition: border-color 150ms ease-out 0ms; }
  .module--3d-embed .model-embed:hover {
    border-color: #000; }
  .module--3d-embed .model-embed .model-embed__icon {
    padding: 0 1em;
    width: 4em;
    margin: -2em auto 0;
    background: #fff; }
    .module--3d-embed .model-embed .model-embed__icon svg {
      width: 100%;
      height: 100%;
      fill: #000; }
  .module--3d-embed .model-embed .model-embed__code {
    padding: 100% 0 0;
    position: relative; }
    .module--3d-embed .model-embed .model-embed__code--16-9 {
      padding: 56.25% 0 0; }
    .module--3d-embed .model-embed .model-embed__code iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
.pagebg-black .module--3d-embed .model-embed {
  border-color: rgba(255, 255, 255, 0.2); }
  .pagebg-black .module--3d-embed .model-embed:hover {
    border-color: #fff; }
  .pagebg-black .module--3d-embed .model-embed .model-embed__icon {
    background: #000; }
    .pagebg-black .module--3d-embed .model-embed .model-embed__icon svg {
      fill: #fff; }

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