@charset "UTF-8";
/*!
Theme Name: Salty
Theme URI: http://www.hatchedlondon.com
Author: Salt London
Author URI: http://www.hatchedlondon.com
Description: Salty
Version: 1.0
License:
License URI:
Text Domain: salty
Domain Path: /languages/
Tags: 
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
 
 salty is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/
/**
 * @license
 * MyFonts Webfont Build ID 3362766, 2017-03-21T13:28:25-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 * 
 * Webfont: AvenirLTStd-BookOblique by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book-oblique/
 * 
 * Webfont: AvenirLTStd-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3362766
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * © 2017 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/334fce");
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url("assets/fonts/334FCE_0_0.eot");
  src: url("assets/fonts/334FCE_0_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/334FCE_0_0.woff2") format("woff2"), url("assets/fonts/334FCE_0_0.woff") format("woff"), url("assets/fonts/334FCE_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirLTStd-BookOblique';
  src: url("assets/fonts/AvenirLTStd-HeavyOblique.woff") format("woff"); }

@font-face {
  font-family: 'AvenirLTStd-Heavy';
  font-weight: 900;
  src: url("assets/fonts/AvenirLTStd-Heavy.woff") format("woff"); }

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("assets/fonts/AvenirLTStd-Roman.eot?#iefix");
  src: url("assets/fonts/AvenirLTStd-Roman.eot?#iefix") format("eot"), url("assets/fonts/AvenirLTStd-Roman.woff") format("woff"), url("assets/fonts/AvenirLTStd-Roman.ttf") format("truetype"), url("assets/fonts/AvenirLTStd-Roman.svg#52a192b1-bea5-4b48-879f-107f009b666f") format("svg"); }

/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(small) { SCSS here }
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/* ==========================================================================
   Variables
   ========================================================================== */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 22px 22px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 4px;
    background-color: currentColor;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: white;
  text-shadow: none; }

::selection {
  background: white;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visually-hidden, .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px !important; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visually-hidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Swiper 4.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-horizontal {
  overflow: hidden; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.grid .swiper-slide {
  height: auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  /*position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;*/
  /*margin-top: -22px;*/
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/**
 * SoundManager 2: "Bar UI" player - CSS
 * Copyright (c) 2014, Scott Schiller. All rights reserved.
 * http://www.schillmania.com/projects/soundmanager2/
 * Code provided under BSD license.
 * http://schillmania.com/projects/soundmanager2/license.txt
 */
.sm2-bar-ui {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: helvetica, arial, verdana, sans-serif;
  font-weight: normal;
  /* prevent background border bleed */
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* because indeed, fonts do look pretty "fat" otherwise in this case. */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* general font niceness? */
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 20em;
  max-width: 30em;
  /* take out overflow if you want an absolutely-positioned playlist dropdown. */
  overflow: hidden;
  /* just for fun (animate normal / full-width) */
  transition: max-width 0.2s ease-in-out; }

.sm2-bar-ui .sm2-playlist li {
  text-align: left;
  margin-top: -2px;
  font-size: 18px;
  line-height: 1em; }

.sm2-bar-ui.compact {
  min-width: 1em;
  max-width: 15em; }

.sm2-bar-ui ul {
  line-height: 1em; }

/* want things left-aligned? */
.sm2-bar-ui.left .sm2-playlist li {
  text-align: left; }

.sm2-bar-ui .sm2-playlist li .load-error {
  cursor: help; }

.sm2-bar-ui.full-width {
  max-width: 100%;
  z-index: 5; }

.sm2-bar-ui.fixed {
  position: fixed;
  top: auto;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  /* so the absolutely-positioned playlist can show... */
  overflow: visible;
  /* and this should probably have a high z-index. tweak as needed. */
  z-index: 999; }

.sm2-bar-ui.fixed .bd,
.sm2-bar-ui.bottom .bd {
  /* display: table; */
  border-radius: 0px;
  border-bottom: none; }

.sm2-bar-ui.bottom {
  /* absolute bottom-aligned UI */
  top: auto;
  bottom: 0px;
  left: 0px;
  border-radius: 0px;
  /* so the absolutely-positioned playlist can show... */
  overflow: visible; }

.sm2-bar-ui.playlist-open .bd {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-color: transparent; }

.sm2-bar-ui .bd,
.sm2-bar-ui .sm2-extra-controls {
  position: relative;
  background-color: #2288cc;
  /*
 transition: background 0.2s ease-in-out;
 */ }

.sm2-bar-ui.no-volume .sm2-volume {
  /* mobile devices (android + iOS) ignore attempts to set volume. */
  display: none; }

.sm2-bar-ui.textured .sm2-inline-texture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* for example */
  /* background-image: url(../image/wood_pattern_dark.png); */
  /* additional opacity effects can be applied here. */
  opacity: 0.75; }

.sm2-bar-ui.textured.dark-text .sm2-inline-texture {
  /* dark text + textured case: use light wood background (for example.) */
  /* background-image: url(../image/patterns/wood_pattern.png); */ }

.sm2-bar-ui.textured.dark-text .sm2-playlist-wrapper {
  /* dark text + textured case: ditch 10% dark on playlist body. */
  background-color: transparent; }

.sm2-bar-ui.textured.dark-text .sm2-playlist-wrapper ul li:hover a,
.sm2-bar-ui.textured.dark-text .sm2-playlist-wrapper ul li.selected a {
  /* dark + textured case: dark highlights */
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  /* modern browsers don't neeed the image */
  background-image: none, none; }

.sm2-bar-ui .bd {
  display: table;
  border-bottom: none; }

.sm2-bar-ui .sm2-playlist-wrapper {
  background-color: rgba(0, 0, 0, 0.1); }

.sm2-bar-ui .sm2-extra-controls .bd {
  background-color: rgba(0, 0, 0, 0.2); }

.sm2-bar-ui.textured .sm2-extra-controls .bd {
  /* lighten extra color overlays */
  background-color: rgba(0, 0, 0, 0.05); }

.sm2-bar-ui .sm2-extra-controls {
  background-color: transparent;
  border: none; }

.sm2-bar-ui .sm2-extra-controls .bd {
  /* override full-width table behaviour */
  display: block;
  border: none; }

.sm2-bar-ui .sm2-extra-controls .sm2-inline-element {
  display: inline-block; }

.sm2-bar-ui,
.sm2-bar-ui .bd a {
  color: #fff; }

.sm2-bar-ui.dark-text,
.sm2-bar-ui.dark-text .bd a {
  color: #000; }

.sm2-bar-ui.dark-text .sm2-inline-button {
  /* Warning/disclaimer: SVG might be fuzzy when inverted on Chrome, losing resolution on hi-DPI displays. */
  -webkit-filter: invert(1);
  /* SVG-based invert filter for Firefox */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='invert'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
  /* IE 8 inverse filter, may only match pure black/white */
  /* filter: xray; */
  /* pending W3 standard */
  filter: invert(1);
  /* not you, IE < 10. */
  filter: none\9; }

.sm2-bar-ui .bd a {
  text-decoration: none; }

.sm2-bar-ui .bd .sm2-button-element:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none; }

.sm2-bar-ui .bd .sm2-button-element:active {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../image/black-25.png);
  background-image: none, none; }

.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:active .sm2-inline-button,
.sm2-bar-ui .bd .active .sm2-inline-button {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
  /* firefox doesn't scale quite right. */
  transform: scale(0.9);
  transform-origin: 50% 50%;
  /* firefox doesn't scale quite right. */
  -moz-transform: none; }

.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:hover,
.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:active,
.sm2-bar-ui .bd .active {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none; }

.sm2-bar-ui .bd .sm2-extra-controls .sm2-button-element:active {
  /* box shadow is excessive on smaller elements. */
  box-shadow: none; }

.sm2-bar-ui {
  /* base font size */
  font-size: 16px;
  font-size: 2.2vw;
  text-shadow: none; }

.sm2-bar-ui .sm2-inline-element {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  overflow: hidden; }

.sm2-bar-ui .sm2-inline-element,
.sm2-bar-ui .sm2-button-element .sm2-button-bd {
  position: relative;
  /**
  * .sm2-button-bd exists because of a Firefox bug from 2000
  * re: nested relative / absolute elements inside table cells.
  * https://bugzilla.mozilla.org/show_bug.cgi?id=63895
  */ }

.sm2-bar-ui .sm2-inline-element,
.sm2-bar-ui .sm2-button-element .sm2-button-bd {
  /**
  * if you play with UI width/height, these are the important ones.
  * NOTE: match these values if you want square UI buttons.
  */
  min-width: 2.8em;
  min-height: 2.8em; }

.sm2-bar-ui .sm2-inline-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.sm2-bar-ui .sm2-extra-controls .bd {
  /* don't double-layer. */
  background-image: none;
  background-color: rgba(0, 0, 0, 0.15); }

.sm2-bar-ui .sm2-extra-controls .sm2-inline-element {
  width: 25px;
  /* bare minimum */
  min-height: 1.75em;
  min-width: 2.5em; }

.sm2-bar-ui .sm2-inline-status {
  line-height: 100%;
  /* how much to allow before truncating song artist / title with ellipsis */
  display: inline-block;
  min-width: 200px;
  max-width: 20em;
  /* a little more spacing */
  padding-left: 0.75em;
  padding-right: 0.75em; }

.sm2-bar-ui .sm2-inline-element.noborder {
  border-right: none; }

.sm2-bar-ui .sm2-inline-element.compact {
  min-width: 2em;
  padding: 0px 0.25em; }

.sm2-bar-ui .sm2-inline-element:first-of-type {
  overflow: hidden; }

.sm2-bar-ui .sm2-inline-element:last-of-type {
  border-right: none; }

.sm2-bar-ui .sm2-inline-status a:hover {
  background-color: transparent;
  text-decoration: underline; }

.sm2-inline-time,
.sm2-inline-duration {
  display: table-cell;
  width: 1%;
  font-size: 75%;
  line-height: 0.9em;
  min-width: 2em;
  /* if you have sounds > 10:00 in length, make this bigger. */
  vertical-align: middle; }

.sm2-bar-ui .sm2-playlist {
  position: relative;
  height: 1.45em; }

.sm2-bar-ui .sm2-playlist-target {
  /* initial render / empty case */
  position: relative;
  min-height: 1em; }

.sm2-bar-ui .sm2-playlist ul {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.sm2-bar-ui p,
.sm2-bar-ui .sm2-playlist ul,
.sm2-bar-ui .sm2-playlist ul li {
  margin: 0px;
  padding: 0px; }

.sm2-bar-ui .sm2-playlist ul li {
  position: relative; }

.sm2-bar-ui .sm2-playlist ul li,
.sm2-bar-ui .sm2-playlist ul li a {
  position: relative;
  display: block;
  /* prevent clipping of characters like "g" */
  height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; }

.sm2-row {
  position: relative;
  display: table-row; }

.sm2-progress-bd {
  /* spacing between progress track/ball and time (position) */
  padding: 0px 0.8em; }

.sm2-progress .sm2-progress-track,
.sm2-progress .sm2-progress-ball,
.sm2-progress .sm2-progress-bar {
  position: relative;
  width: 100%;
  height: 0.65em; }

.sm2-progress .sm2-progress-bar {
  /* element which follows the progres "ball" as it moves */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  background-color: rgba(0, 0, 0, 0.33);
  background-image: url(../image/black-33.png);
  background-image: none, none; }

.volume-shade,
.playing .sm2-progress .sm2-progress-track,
.paused .sm2-progress .sm2-progress-track {
  cursor: pointer; }

.playing .sm2-progress .sm2-progress-ball {
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab; }

.sm2-progress .sm2-progress-ball {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1em;
  height: 1em;
  margin: -0.2em 0px 0px -0.5em;
  width: 14px;
  height: 14px;
  margin: -2px 0px 0px -7px;
  width: 0.3em;
  height: 0.9333em;
  margin: -0.355em 0px 0px 0;
  background-color: #fff;
  padding: 0px;
  /*
 z-index: 1;
*/
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out; }

/*
.sm2-bar-ui.dark-text .sm2-progress .sm2-progress-ball {
 background-color: #000;
}
*/
.sm2-progress .sm2-progress-track {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../image/black-33.png);
  /* legacy */
  background-image: none, none;
  /* modern browsers */ }

/* scrollbar rules have to be separate, browsers not supporting this syntax will skip them when combined. */
.sm2-playlist-wrapper ul::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4); }

.playing.grabbing .sm2-progress .sm2-progress-track,
.playing.grabbing .sm2-progress .sm2-progress-ball {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.sm2-bar-ui.grabbing .sm2-progress .sm2-progress-ball {
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

.sm2-inline-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /* hide inner text */
  line-height: 10em;
  /**
  * image-rendering seems to apply mostly to Firefox in this case. Use with caution.
  * https://developer.mozilla.org/en-US/docs/Web/CSS/image-rendering#Browser_compatibility
  */
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -ms-interpolation-mode: bicubic; }

.sm2-icon-play-pause:before,
.sm2-icon-play-pause:hover:before,
.paused .sm2-icon-play-pause:hover:before {
  transform: rotate(90deg) translate(-50%, -50%);
  top: 71%;
  left: 7%; }

.sm2-icon-play-pause:after,
.sm2-icon-play-pause:hover:after,
.paused .sm2-icon-play-pause:hover:after {
  transform: rotate(90deg) translate(-50%, -50%);
  top: 71%;
  left: 33%; }

.sm2-icon-play-pause {
  position: relative; }
  .sm2-icon-play-pause:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 45%;
    height: 4px;
    background-color: currentColor;
    position: absolute;
    top: 31%;
    left: 27%;
    transform-origin: center; }
  .sm2-icon-play-pause:after {
    content: '';
    position: absolute;
    transform: rotate(-45deg) translate(-50%, -50%);
    width: 45%;
    height: 4px;
    background-color: currentColor;
    position: absolute;
    top: 48%;
    left: 43%;
    transform-origin: center; }

.sm2-volume-control {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/volume.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/volume.svg); }

.sm2-volume-control,
.sm2-volume-shade {
  background-position: 42% 50%;
  background-size: 56%; }

.volume-shade {
  filter: alpha(opacity=33);
  /* <= IE 8 */
  opacity: 0.33;
  /* -webkit-filter: invert(1);*/
  background-image: url(../image/icomoon/entypo-25px-000000/PNG/volume.png);
  background-image: none, url(../image/icomoon/entypo-25px-000000/SVG/volume.svg); }

.sm2-icon-menu {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/list2.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/list2.svg);
  background-size: 58%;
  background-position: 54% 51%; }

.sm2-icon-previous {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/first.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/first.svg); }

.sm2-icon-next {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/last.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/last.svg); }

.sm2-icon-previous,
.sm2-icon-next {
  background-size: 49.5%;
  background-position: 50% 50%; }

.sm2-extra-controls .sm2-icon-previous,
.sm2-extra-controls .sm2-icon-next {
  backgound-size: 53%; }

.sm2-icon-shuffle {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/shuffle.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/shuffle.svg);
  background-size: 45%;
  background-position: 50% 50%; }

.sm2-icon-repeat {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/loop.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/loop.svg);
  background-position: 50% 43%;
  background-size: 54%; }

.sm2-extra-controls .sm2-icon-repeat {
  background-position: 50% 45%; }

.sm2-playlist-wrapper ul li .sm2-row {
  display: table;
  width: 100%; }

.sm2-playlist-wrapper ul li .sm2-col {
  display: table-cell;
  vertical-align: top;
  /* by default, collapse. */
  width: 0%; }

.sm2-playlist-wrapper ul li .sm2-col.sm2-wide {
  /* take 100% width. */
  width: 100%; }

.sm2-playlist-wrapper ul li .sm2-icon {
  display: inline-block;
  overflow: hidden;
  width: 2em;
  color: transparent !important;
  /* hide text */
  white-space: nowrap;
  /* don't let text affect height */
  padding-left: 0px;
  padding-right: 0px;
  text-indent: 2em;
  /* IE 8, mostly */ }

.sm2-playlist-wrapper ul li .sm2-icon,
.sm2-playlist-wrapper ul li:hover .sm2-icon,
.sm2-playlist-wrapper ul li.selected .sm2-icon {
  background-size: 55%;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.sm2-playlist-wrapper ul li .sm2-col {
  /* sibling table cells get borders. */
  border-right: 1px solid rgba(0, 0, 0, 0.075); }

.sm2-playlist-wrapper ul li.selected .sm2-col {
  border-color: rgba(255, 255, 255, 0.075); }

.sm2-playlist-wrapper ul li .sm2-col:last-of-type {
  border-right: none; }

.sm2-playlist-wrapper ul li .sm2-cart,
.sm2-playlist-wrapper ul li:hover .sm2-cart,
.sm2-playlist-wrapper ul li.selected .sm2-cart {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/cart.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/cart.svg);
  /* slight alignment tweak */
  background-position: 48% 50%; }

.sm2-playlist-wrapper ul li .sm2-music,
.sm2-playlist-wrapper ul li:hover .sm2-music,
.sm2-playlist-wrapper ul li.selected .sm2-music {
  background-image: url(../image/icomoon/entypo-25px-ffffff/PNG/music.png);
  background-image: none, url(../image/icomoon/entypo-25px-ffffff/SVG/music.svg); }

.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li .sm2-cart,
.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li:hover .sm2-cart,
.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li.selected .sm2-cart {
  background-image: url(../image/icomoon/entypo-25px-000000/PNG/cart.png);
  background-image: none, url(../image/icomoon/entypo-25px-000000/SVG/cart.svg); }

.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li .sm2-music,
.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li:hover .sm2-music,
.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li.selected .sm2-music {
  background-image: url(../image/icomoon/entypo-25px-000000/PNG/music.png);
  background-image: none, url(../image/icomoon/entypo-25px-000000/SVG/music.svg); }

.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li .sm2-col {
  border-left-color: rgba(0, 0, 0, 0.15); }

.sm2-playlist-wrapper ul li .sm2-icon:hover {
  background-color: rgba(0, 0, 0, 0.33); }

.sm2-bar-ui .sm2-playlist-wrapper ul li .sm2-icon:hover {
  background-color: rgba(0, 0, 0, 0.45); }

.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li.selected .sm2-icon:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(0, 0, 0, 0.125); }

.sm2-progress-ball .icon-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: none, url(../image/icomoon/free-25px-000000/SVG/spinner.svg);
  background-size: 72%;
  background-position: 50%;
  background-repeat: no-repeat;
  display: none; }

.playing.buffering .sm2-progress-ball .icon-overlay {
  display: block;
  -webkit-animation: spin 0.6s linear infinite;
  animation: spin 0.6s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.sm2-element ul {
  font-size: 95%;
  list-style-type: none; }

.sm2-element ul,
.sm2-element ul li {
  margin: 0px;
  padding: 0px; }

.bd.sm2-playlist-drawer {
  /* optional: absolute positioning */
  /* position: absolute; */
  z-index: 3;
  border-radius: 0px;
  width: 100%;
  height: 0px;
  border: none;
  background-image: none;
  display: block;
  overflow: hidden;
  transition: height 0.2s ease-in-out; }

.sm2-bar-ui.fixed .bd.sm2-playlist-drawer,
.sm2-bar-ui.bottom .bd.sm2-playlist-drawer {
  position: absolute; }

.sm2-bar-ui.fixed .sm2-playlist-wrapper,
.sm2-bar-ui.bottom .sm2-playlist-wrapper {
  padding-bottom: 0px; }

.sm2-bar-ui.fixed .bd.sm2-playlist-drawer,
.sm2-bar-ui.bottom .bd.sm2-playlist-drawer {
  /* show playlist on top */
  bottom: 2.8em; }

.sm2-bar-ui .bd.sm2-playlist-drawer {
  opacity: 0.5;
  /* redraw fix for Chrome, background color doesn't always draw when playlist drawer open. */
  transform: translateZ(0); }

/* experimental, may not perform well. */
/*
.sm2-bar-ui .bd.sm2-playlist-drawer a {
 -webkit-filter: blur(5px);
}
*/
.sm2-bar-ui.playlist-open .bd.sm2-playlist-drawer {
  height: auto;
  opacity: 1; }

.sm2-bar-ui.playlist-open .bd.sm2-playlist-drawer a {
  -webkit-filter: none;
  /* blur(0px) was still blurred on retina displays, as of 07/2014 */ }

.sm2-bar-ui.fixed.playlist-open .bd.sm2-playlist-drawer .sm2-playlist-wrapper,
.sm2-bar-ui.bottom.playlist-open .bd.sm2-playlist-drawer .sm2-playlist-wrapper {
  /* extra padding when open */
  padding-bottom: 0.5em;
  box-shadow: none; }

.sm2-bar-ui .bd.sm2-playlist-drawer {
  transition: all 0.2s ease-in-out;
  transition-property: transform, height, opacity, background-color, -webkit-filter; }

.sm2-bar-ui .bd.sm2-playlist-drawer a {
  transition: -webkit-filter 0.2s ease-in-out; }

.sm2-bar-ui .bd.sm2-playlist-drawer .sm2-inline-texture {
  /* negative offset for height of top bar, so background is seamless. */
  background-position: 0px -2.8em; }

.sm2-box-shadow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.15); }

.sm2-playlist-wrapper {
  position: relative;
  padding: 0.5em 0.5em 0.5em 0.25em;
  background-image: none, none; }

.sm2-playlist-wrapper ul {
  max-height: 9.25em;
  overflow: auto; }

.sm2-playlist-wrapper ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.sm2-playlist-wrapper ul li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.03); }

.sm2-playlist-wrapper ul li a {
  display: block;
  padding: 0.5em 0.25em 0.5em 0.75em;
  margin-right: 0px;
  font-size: 90%;
  vertical-align: middle; }

.sm2-playlist-wrapper ul li a.sm2-exclude {
  display: inline-block; }

.sm2-playlist-wrapper ul li a.sm2-exclude .label {
  font-size: 95%;
  line-height: 1em;
  margin-left: 0px;
  padding: 2px 4px; }

.sm2-playlist-wrapper ul li:hover a {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../image/black-20.png);
  background-image: none, none; }

.sm2-bar-ui.dark-text .sm2-playlist-wrapper ul li:hover a {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none; }

.sm2-playlist-wrapper ul li.selected a {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../image/black-20.png);
  background-image: none, none; }

.sm2-bar-ui.dark-text ul li.selected a {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none; }

.sm2-bar-ui .disabled {
  filter: alpha(opacity=33);
  /* <= IE 8 */
  opacity: 0.33; }

.sm2-bar-ui .bd .sm2-button-element.disabled:hover {
  background-color: transparent; }

.sm2-bar-ui .active,
.sm2-bar-ui.playlist-open .sm2-menu:hover {
  /* depressed / "on" state */
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
  background-image: none; }

.firefox-fix {
  /**
  * This exists because of a Firefox bug from 2000
  * re: nested relative / absolute elements inside table cells.
  * https://bugzilla.mozilla.org/show_bug.cgi?id=63895
  */
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }

/* some custom scrollbar trickery, where supported */
.sm2-playlist-wrapper ul::-webkit-scrollbar {
  width: 10px; }

.sm2-playlist-wrapper ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.33);
  border-radius: 10px; }

.sm2-playlist-wrapper ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #fff; }

.sm2-extra-controls {
  font-size: 0px;
  text-align: center; }

.sm2-bar-ui .label {
  position: relative;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 0.25em;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 0px 3px;
  box-sizing: padding-box; }

.sm2-bar-ui.dark-text .label {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../image/black-10.png);
  background-image: none, none; }

.sm2-bar-ui .sm2-playlist-drawer .label {
  font-size: 0.8em;
  padding: 0px 3px; }

/* --- full width stuff --- */
.sm2-bar-ui .sm2-inline-element {
  display: table-cell; }

.sm2-bar-ui .sm2-inline-element {
  /* collapse */
  width: 1%; }

.sm2-bar-ui .sm2-inline-status {
  /* full width */
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.sm2-bar-ui > .bd {
  width: 100%; }

.sm2-bar-ui .sm2-playlist-drawer {
  /* re-hide playlist */
  display: block;
  overflow: hidden; }

.sticky-podcast-player {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hide-overflow {
  overflow: hidden !important; }

.fluid {
  width: 100%;
  position: relative; }
  .fluid:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .fluid iframe,
  .fluid video,
  .fluid img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.fluid-map {
  width: 100%; }
  .fluid-map:before {
    content: '';
    display: block;
    padding-top: 75%; }

.fluid:empty,
.fluid:blank {
  display: none; }

.fluid .fluid-element,
.fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fluid .fluid-element {
  background-size: cover;
  background-position: center; }

.fluid-custom {
  /*background-color:rgba(0,0,0,0.05);*/
  background-color: #f8f8f8;
  transition: background-color 0.45s ease-out; }
  .fluid-custom .fluid-placeholder {
    display: block; }
  .fluid-custom:before {
    display: none; }
  .fluid-custom.image-loaded {
    background-color: transparent; }

.lazyfade {
  opacity: 0;
  transition: opacity 0.45s ease-out; }
  .lazyfade.lazyloaded {
    opacity: 1; }

.add-child-reveal {
  visibility: hidden; }

.hidden-child.fadedown {
  opacity: 0;
  transform: translate(0, -35px);
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.fadedown.revealed {
    opacity: 1;
    transform: translate(0, 0); }

.hidden-child.fadeup {
  opacity: 0;
  transform: translate(0, 35px); }
  .hidden-child.fadeup.revealed {
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }

#home-slider .hidden-child.fadeup {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hidden-child.fade-sub {
  color: transparent;
  /*transform:translate(-35px,0);*/
  transition: color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s; }
  .hidden-child.fade-sub:before {
    color: white;
    transform: translate(-100%, 0);
    transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.fade-sub.revealed {
    opacity: 1;
    color: white; }
    .hidden-child.fade-sub.revealed:before {
      transform: translate(0%, 0); }

.hidden-child.fadeleft {
  opacity: 0;
  transform: translate(-35px, 0);
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.fadeleft.revealed {
    opacity: 1;
    transform: translate(0, 0); }

.hidden-child.faderight {
  opacity: 0;
  transform: translate(35px, 0);
  transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.faderight.revealed {
    opacity: 1;
    transform: translate(0, 0); }

.hidden-child.showheight {
  transform: translate(0, -100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.showheight.revealed {
    transform: translate(0, 0); }

.hidden-child.slide-right {
  transform: translate(100%, 0);
  transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.slide-right.revealed {
    transform: translate(0, 0); }

.hidden-child.slide-left {
  transform: translate(-100%, 0);
  transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hidden-child.slide-left.revealed {
    transform: translate(0, 0); }

.hidden-block.hidden-child.wipe-children .wipe-child,
.hidden-block .hidden-child.wipe-children .wipe-child {
  opacity: 0;
  position: relative;
  overflow: hidden; }
  .hidden-block.hidden-child.wipe-children .wipe-child > *,
  .hidden-block .hidden-child.wipe-children .wipe-child > * {
    opacity: 0; }
  .hidden-block.hidden-child.wipe-children .wipe-child:after,
  .hidden-block .hidden-child.wipe-children .wipe-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    background: #666666;
    z-index: 50; }
  .hidden-block.hidden-child.wipe-children .wipe-child.red:after,
  .hidden-block .hidden-child.wipe-children .wipe-child.red:after {
    background: #666666; }

.hidden-block.hidden-child.wipe-children.revealed .wipe-child,
.hidden-block .hidden-child.wipe-children.revealed .wipe-child {
  opacity: 1; }
  .hidden-block.hidden-child.wipe-children.revealed .wipe-child > *,
  .hidden-block .hidden-child.wipe-children.revealed .wipe-child > * {
    opacity: 1;
    transition: opacity 30ms linear;
    transition-delay: 0.7s; }
  .hidden-block.hidden-child.wipe-children.revealed .wipe-child:after,
  .hidden-block .hidden-child.wipe-children.revealed .wipe-child:after {
    animation: swipeInOut 1.4s ease-in-out;
    animation-fill-mode: forwards; }

.hidden-block.hidden-child.wipe,
.hidden-block .hidden-child.wipe {
  position: relative;
  overflow: hidden;
  opacity: 0; }
  .hidden-block.hidden-child.wipe > *,
  .hidden-block .hidden-child.wipe > * {
    opacity: 0; }
  .hidden-block.hidden-child.wipe:after,
  .hidden-block .hidden-child.wipe:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-102%);
    background: white;
    z-index: 100; }
  .hidden-block.hidden-child.wipe.red:after,
  .hidden-block .hidden-child.wipe.red:after {
    background: #666666; }
  .hidden-block.hidden-child.wipe.revealed,
  .hidden-block .hidden-child.wipe.revealed {
    opacity: 1; }
    .hidden-block.hidden-child.wipe.revealed > *,
    .hidden-block .hidden-child.wipe.revealed > * {
      opacity: 1;
      transition: opacity 30ms linear;
      transition-delay: 0.7s; }
    .hidden-block.hidden-child.wipe.revealed:after,
    .hidden-block .hidden-child.wipe.revealed:after {
      animation: swipeInOut 1.4s ease-in-out;
      animation-fill-mode: forwards; }

.hidden-block.hidden-child.zoomout,
.hidden-block .hidden-child.zoomout {
  position: relative;
  overflow: hidden;
  transform: scale(0.6); }
  .hidden-block.hidden-child.zoomout > *,
  .hidden-block .hidden-child.zoomout > * {
    transform: scale(1.6);
    opacity: 0; }
  .hidden-block.hidden-child.zoomout.revealed,
  .hidden-block .hidden-child.zoomout.revealed {
    transform: scale(1);
    transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), color 0.3s ease-out, background 0.3s ease-out, width 0.35s linear; }
    .hidden-block.hidden-child.zoomout.revealed > *,
    .hidden-block .hidden-child.zoomout.revealed > * {
      transform: scale(1);
      transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 1.6s cubic-bezier(0.23, 1, 0.32, 1), color 0.3s ease-out, background 0.3s ease-out;
      opacity: 1; }

.hidden-block.hidden-child.subhead-in:before,
.hidden-block .hidden-child.subhead-in:before {
  transform: scale(0);
  transform-origin: bottom right; }

.hidden-block.hidden-child.subhead-in .outer,
.hidden-block .hidden-child.subhead-in .outer {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle; }

.hidden-block.hidden-child.subhead-in .inner,
.hidden-block .hidden-child.subhead-in .inner {
  display: inline-block;
  transform: translate(-100%, 0); }

.hidden-block.hidden-child.subhead-in.revealed:before,
.hidden-block .hidden-child.subhead-in.revealed:before {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.485, 0.135, 0, 0.995);
  transition-delay: 0.3s; }

.hidden-block.hidden-child.subhead-in.revealed .inner,
.hidden-block .hidden-child.subhead-in.revealed .inner {
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  transition-delay: 0.35s; }

.hidden-block.hidden-child.wipeup,
.hidden-block .hidden-child.wipeup {
  position: relative;
  overflow: hidden;
  opacity: 0; }
  .hidden-block.hidden-child.wipeup > *,
  .hidden-block .hidden-child.wipeup > * {
    opacity: 0; }
  .hidden-block.hidden-child.wipeup:after,
  .hidden-block .hidden-child.wipeup:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(102%);
    background: #666666;
    z-index: 100; }
  .hidden-block.hidden-child.wipeup.red:after,
  .hidden-block .hidden-child.wipeup.red:after {
    background: #666666; }
  .hidden-block.hidden-child.wipeup.revealed,
  .hidden-block .hidden-child.wipeup.revealed {
    opacity: 1; }
    .hidden-block.hidden-child.wipeup.revealed > *,
    .hidden-block .hidden-child.wipeup.revealed > * {
      opacity: 1;
      transition: opacity 30ms linear;
      transition-delay: 0.7s; }
    .hidden-block.hidden-child.wipeup.revealed:after,
    .hidden-block .hidden-child.wipeup.revealed:after {
      animation: swipeInUpOut 1.4s ease-in-out;
      animation-fill-mode: forwards; }

@keyframes swipeInUpOut {
  0% {
    transform: translateY(102%);
    opacity: 1; }
  50% {
    transform: translateY(0);
    opacity: 1; }
  99% {
    transform: translateY(-102%);
    opacity: 1; }
  100% {
    transform: translateY(-102%);
    opacity: 0; } }

@keyframes swipeInOut2 {
  0% {
    transform: translateX(0%);
    opacity: 0; }
  1% {
    transform: translateX(0%);
    opacity: 1; }
  50% {
    transform: translateX(0%);
    opacity: 1; }
  99% {
    transform: translateX(102%);
    opacity: 1; }
  100% {
    transform: translateX(102%);
    opacity: 0; } }

@keyframes swipeInOut {
  0% {
    transform: translateX(-102%);
    opacity: 1; }
  50% {
    transform: translateX(0);
    opacity: 1; }
  99% {
    transform: translateX(102%);
    opacity: 1; }
  100% {
    transform: translateX(102%);
    opacity: 0; } }

@keyframes swipeInOutHome {
  0% {
    transform: translateX(-102%);
    opacity: 1; }
  30% {
    transform: translateX(0);
    opacity: 1; }
  70% {
    transform: translateX(0);
    opacity: 1; }
  99% {
    transform: translateX(102%);
    opacity: 1; }
  100% {
    transform: translateX(102%);
    opacity: 0; } }

.grid, .menu-grid ul,
.menu-grid, .menu-fill ul, .article.split .content-elements, .carousel.testimonial .no-image .content-elements, .page-list.content-slider .slick-track, .social-feed .grid:before, .social-feed .grid:after {
  flex-flow: row wrap;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  /* IE10 uses display: flexbox */
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-left: 0; }

.float-grid .column {
  float: left; }

.float-grid:after {
  content: "";
  display: table;
  clear: both; }

.content-grid-vertical-center .grid,
.grid-vertical-center {
  align-items: center;
  justify-content: center;
  vertical-align: middle; }

.content-grid-vertical-bottom .grid,
.grid-vertical-bottom {
  align-items: flex-end;
  justify-content: flex-end;
  vertical-align: bottom; }

.grid-centered {
  align-items: center;
  justify-content: center;
  text-align: center; }

.column-1,
.column-1-1,
.column-1-2,
.column-1-3,
.column-2-3,
.column-1-4,
.column-3-4,
.column-1-5,
.column-2-5,
.column-3-5,
.column-4-5,
.column-1-6,
.column-5-6, .menu-grid li, .menu-fill li, .article.split .content-heading, .article.split .content-box, .carousel.testimonial .no-image .content-heading, .carousel.testimonial .no-image .content-box {
  display: inline-block; }

.column-1-6 {
  width: 16.6667%; }

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

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

.column-1-3 {
  width: 33.3333%; }

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

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

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

.column-2-3 {
  width: 66.6667%; }

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

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

.column-5-6 {
  width: 83.3333%; }

.column-1,
.column-1-1 {
  width: 100%; }

@media (max-width: 600px) {
  .grid > .column,
  [class*="column"] {
    width: 100%; } }

@media (max-width: 768px) {
  .grid > .column,
  [class*="column"] {
    width: 100%; }
  .column-left,
  .column-right {
    margin-left: 0 !important; } }

.visible-sm {
  display: none; }

@media (max-width: 600px) {
  .visible-sm {
    display: block; }
  .hidden-sm {
    display: none !important; }
  .column-sm-1,
  .column-sm-1-1,
  .column-sm-1-2,
  .column-sm-1-3,
  .column-sm-2-3,
  .column-sm-1-4,
  .column-sm-3-4 {
    display: inline-block;
    zoom: 1;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-sm-1-4 {
    width: 25%; }
  .column-sm-1-3 {
    width: 33.3333%; }
  .column-sm-1-2 {
    width: 50%; }
  .column-sm-2-3 {
    width: 66.6667%; }
  .column-sm-3-4 {
    width: 75%; }
  .column-sm-1,
  .column-sm-1-1 {
    width: 100%; }
  .table-grid .column-sm-1 {
    display: block; } }

.visible-med-block,
.visible-med {
  display: none !important; }

@media (max-width: 768px) {
  .hidden-med {
    display: none !important; }
  .visible-med-block {
    display: block !important; }
  .visible-med {
    display: inline-block !important; } }

@media (min-width: 601px) and (max-width: 768px) {
  .column-med-1,
  .column-med-1-1,
  .column-med-1-2,
  .column-med-1-3,
  .column-med-2-3,
  .column-med-1-4,
  .column-med-3-4,
  .column-med-1-5,
  .column-med-2-5,
  .column-med-3-5,
  .column-med-4-5 {
    display: inline-block;
    zoom: 1;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-med-1-4 {
    width: 25%; }
  .column-med-1-2 {
    width: 50%; }
  .column-med-1-3 {
    width: 33.3333%; }
  .column-med-2-3 {
    width: 66.6667%; }
  .column-med-3-4 {
    width: 75%; }
  .column-med-1,
  .column-med-1-1 {
    width: 100%; }
  .column-med-1-5 {
    width: 20%; }
  .column-med-2-5 {
    width: 40%; }
  .column-med-3-5 {
    width: 60%; }
  .column-med-4-5 {
    width: 80%; } }

.visible-lrg {
  display: none; }

@media (max-width: 1050px) {
  .hidden-lrg {
    display: none !important; }
  .visible-lrg {
    display: block; } }

@media (min-width: 768px) and (max-width: 1050px) {
  .column-lrg-1,
  .column-lrg-1-1,
  .column-lrg-1-2,
  .column-lrg-1-3,
  .column-lrg-2-3,
  .column-lrg-2-5,
  .column-lrg-1-4,
  .column-lrg-3-4 {
    display: inline-block;
    zoom: 1;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto; }
  .column-lrg-2-5 {
    width: 40%; }
  .column-lrg-3-5 {
    width: 60%; }
  .column-lrg-1-4 {
    width: 25%; }
  .column-lrg-1-3 {
    width: 33.3333%; }
  .column-lrg-1-2 {
    width: 50%; }
  .column-lrg-3-5 {
    width: 60%; }
  .column-lrg-2-3 {
    width: 66.6667%; }
  .column-lrg-3-4 {
    width: 75%; }
  .column-lrg-1,
  .column-lrg-1-1 {
    width: 100%; } }

/** End grid **/
/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ==========================================================================
   General
   ========================================================================== */
:focus {
  outline-color: transparent;
  outline-style: none; }

.wp-video {
  width: 100% !important; }

html, body {
  height: 100%;
  overscroll-behavior-y: none; }

body {
  color: white;
  background: black; }

body > svg {
  position: absolute;
  display: none; }

figure {
  width: auto !important;
  height: auto !important;
  margin-left: 0;
  margin-right: 0; }

hr {
  border-top: solid 1px #d7d7d4;
  border-bottom: solid 1px #fff; }

hr {
  margin: 35px 0 35px; }

/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Images
   ========================================================================== */
img {
  height: auto;
  width: auto;
  max-width: 100%; }

/* ==========================================================================
   Typography
   ========================================================================== */
.green-title {
  color: white; }

.invert {
  color: #fff; }
  .invert a {
    color: #fff; }

.invert-buttons .button-secondary:before, .invert-buttons .button-secondary:after {
  background-color: #000;
  opacity: 0.25; }

.invert-buttons .button-secondary > span {
  border-color: #fff; }

.client-column .fluid {
  max-width: 80px; }

.single-post .rte td h4,
.rte td h4 {
  font-family: Mercury Display A,Mercury Display B;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -.005em;
  font-size: 76px;
  font-size: 4.75rem;
  margin-bottom: 0;
  line-height: 1; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.rotating {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
  transform-origin: center; }

body {
  /* for dark sites chrome mac aliasing bug */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: black;
  color: white;
  font-size: 16px;
  font-size: 1rem; }

.small-sub {
  text-transform: uppercase;
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  line-height: 1.7857142857; }

/*
@include bp(small) {
   body {
      @include font-size(1.4);
   }
}*/
body, input, select, button, textarea {
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.025em;
  line-height: 1.61; }

em {
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.005em; }

strong {
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.277;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: inherit; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.005em; }

p:empty,
p:blank {
  display: none; }

p, address {
  margin-top: 0;
  margin-bottom: 1.5em; }

.section-heading,
.content .content-title {
  line-height: 1.277;
  font-size: 29px;
  font-size: 1.8125rem;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em; }

.serif {
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em; }

.large-text {
  font-size: 29px;
  font-size: 1.8125rem; }

.section-subtitle,
.content .content-subtitle {
  line-height: 1.277;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem; }

.double-column-text .rte {
  column-count: 2;
  column-width: 250px;
  column-gap: 1em; }

.toggle {
  width: 180px;
  position: absolute;
  right: 40px;
  bottom: 17px;
  z-index: 100; }
  .toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute; }
  .toggle label {
    position: relative;
    padding-right: 75px;
    display: inline-block;
    cursor: pointer;
    padding-top: 5px;
    font-family: AvenirLTStd-Book;
    font-weight: normal;
    font-style: normal; }
    .toggle label span {
      transition: opacity 0.3s ease-out; }
    .toggle label .after {
      position: absolute;
      left: 100%;
      margin-left: 10px;
      transform: translate(0px, 4px);
      display: inline-block; }
    .toggle label .before {
      padding-right: 10px;
      opacity: 1;
      transform: translate(0px, 4px);
      display: inline-block; }
    .toggle label:before {
      content: '';
      position: absolute;
      top: 1px;
      width: 75px;
      height: 36px;
      border-radius: 27px;
      background: rgba(0, 0, 0, 0.2);
      right: 0px;
      transition: all 0.4s ease-out; }
    .toggle label:after {
      content: '';
      position: absolute;
      top: -2px;
      width: 40px;
      height: 40px;
      box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
      border-radius: 100%;
      background: currentColor;
      right: -2px;
      transform: translate(-37px, 0);
      transition: all 0.45s ease-in-out; }
  .toggle input[type="checkbox"]:checked + label:after {
    transform: translate(0px, 0); }
  .toggle input[type="checkbox"]:checked + label .after {
    opacity: 1; }

/*

.large-heading {
  .section-heading,
  .content .content-title {
    @include font-size(4.2);    
  }
  .section-subtitle,
  .content .content-subtitle {
    @include font-size(2.6);
  } 
}

.medium-heading {
  .section-heading,
  .content .content-title {
    @include font-size(3.2);
        
  }
  .section-subtitle,
  .content .content-subtitle {
    @include font-size(2);
  }
}

.small-heading {
  .section-heading,
  .content .content-title {
    @include font-size(2.6);
        
  }
  .section-subtitle,
  .content .content-subtitle {
    @include font-size(1.5);
  }
}*/
.list-items {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list-items li {
    padding: 0; }

.tab-menu {
  overflow: hidden; }

.cat-buttons {
  overflow: visible;
  margin-top: 0; }
  .cat-buttons .swiper-slide {
    width: auto;
    height: auto; }

/* ==========================================================================
   Menus
   ========================================================================== */
.menu ul, .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }

.menu li {
  display: inline; }

.menu a {
  display: inline-block;
  text-decoration: none; }

.menu.menu-horizontal a {
  /* white-space: nowrap;*/ }

.menu.menu-horizontal > ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.hidden-nav {
  display: none; }

.menu-vertical li {
  display: block;
  width: 100%; }

.menu-horizontal li {
  display: inline-block;
  zoom: 1;
  vertical-align: middle; }

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

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

.menu-right nav,
.center-menu nav {
  display: inline-block; }

/* Submenus should still be display: block; */
.menu-horizontal li li {
  display: block; }

.menu-fill {
  width: 100%; }
  .menu-fill li {
    width: 50%; }
    .menu-fill li a,
    .menu-fill li button {
      width: 100%; }
  .menu-fill .button-secondary .text-link {
    display: inline-block; }

.content-buttons {
  margin-top: 1.5em; }

.breadcrumb {
  z-index: 2;
  position: relative;
  color: #fff;
  margin-bottom: 52px;
  /*.page-menu {
        min-width: 250px;
    }*/ }
  .breadcrumb .page-menu {
    min-width: 250px;
    position: relative; }
  .breadcrumb li {
    border: solid 1px #fff;
    margin-left: -1px;
    margin-top: -1px; }
    .breadcrumb li a {
      padding: 11px 37px 11px;
      font-style: italic;
      color: #fff;
      line-height: 1;
      display: block; }
      .breadcrumb li a:hover {
        color: white; }
    .breadcrumb li .current-link {
      padding: 11px 37px 11px;
      font-style: italic;
      color: #fff;
      line-height: 1;
      display: block; }
    .breadcrumb li.home a {
      padding: 10px; }
    .breadcrumb li.home svg {
      width: 21px;
      color: currentColor;
      height: 20px;
      display: block; }
  .breadcrumb .custom-dropdown {
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 0; }
    .breadcrumb .custom-dropdown li {
      border: 0; }
  .breadcrumb .dropdown-title {
    text-align: right;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    padding: 11px 37px 11px;
    line-height: 1;
    text-transform: none;
    font-style: italic;
    cursor: pointer;
    transition: all 250ms ease-out; }
    .breadcrumb .dropdown-title svg {
      color: currentColor;
      width: 12px;
      height: 8px; }
    .breadcrumb .dropdown-title:hover {
      color: white; }
  .breadcrumb .dropdown-list {
    top: 40px;
    position: absolute;
    left: -1px;
    width: 100%;
    width: calc(100% + 2px);
    background-color: #000;
    border-bottom: solid 1px #fff;
    overflow: hidden;
    height: auto;
    transition: all 0.3s ease-out;
    /*cubic-bezier(0.89,.005,.545,1)*/
    max-height: 0; }
    .breadcrumb .dropdown-list ul {
      padding: 0;
      margin: 0;
      list-style: none;
      border: solid 1px #fff;
      border-bottom: 0; }
    .breadcrumb .dropdown-list li {
      padding: 0;
      width: 100%; }
    .breadcrumb .dropdown-list a {
      width: 100%;
      display: block;
      text-align: right;
      padding-left: 10px;
      padding-right: 33px; }
      .breadcrumb .dropdown-list a:hover {
        background-color: white;
        color: #fff; }
  .breadcrumb .open .dropdown-list {
    max-height: 250px; }
    .breadcrumb .open .dropdown-list ul {
      overflow-y: auto;
      max-height: 250px; }
      .breadcrumb .open .dropdown-list ul::-webkit-scrollbar {
        width: 6px; }
      .breadcrumb .open .dropdown-list ul::-webkit-scrollbar-track {
        background-color: #000; }
      .breadcrumb .open .dropdown-list ul::-webkit-scrollbar-thumb {
        background-color: white; }

@media (max-width: 600px) {
  .breadcrumb .dropdown-title {
    font-size: 16px;
    font-size: 1rem; }
  .breadcrumb li.home svg {
    display: inline-block; }
  .breadcrumb li a,
  .breadcrumb .dropdown-title {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
  .breadcrumb {
    position: relative; }
    .breadcrumb li {
      width: 100%; } }

a {
  color: white;
  font-style: normal;
  text-decoration: none;
  transition: all 0.25s ease-in;
  text-decoration: none; }

.rte a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%);
  background-repeat: repeat-x;
  background-size: 2px 0.3em;
  background-position: 0 0.85em; }

.rte a:hover {
  background-image: linear-gradient(to bottom, currentColor 50%, rgba(0, 0, 0, 0) 50%); }

.rte .button-primary {
  background-image: none !important; }

.cat-buttons a:hover {
  background: transparent !important; }

.content-buttons button,
.content-buttons a {
  margin-right: 60px;
  margin-bottom: 20px; }

.content-buttons.menu-right button,
.content-buttons.menu-right a, .content-buttons.right-menu button,
.content-buttons.right-menu a {
  margin-right: 0px;
  margin-left: 20px; }

.content-buttons li:first-child {
  margin-right: 0; }

.content-buttons li:last-child button, .content-buttons li:last-child a {
  margin-right: 0; }

.post-navigation a {
  font-size: 16px;
  font-size: 1rem;
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal; }

.icon-button, .field-wrap input[type=button],
.button-primary, .paging-navigation a, .paging-navigation .like-link, .paging-block a, .button-secondary, .cat-buttons a {
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding: 19px 30px; }
  .icon-button .button-label, .field-wrap input[type=button] .button-label, .button-primary .button-label, .paging-navigation a .button-label, .paging-navigation .like-link .button-label, .paging-block a .button-label, .button-secondary .button-label, .cat-buttons a .button-label {
    display: inline-block; }

[disabled],
.disabled,
.disabled:hover,
.disabled:focus,
.disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none; }

.icon-button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0; }
  .icon-button svg {
    width: 24px;
    height: 24px; }
  .icon-button .circle,
  .icon-button .circ {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    transition: stroke-dashoffset .45s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .icon-button:hover .circ {
    stroke-dashoffset: 0; }

.field-wrap input[type=button],
.button-primary, .paging-navigation a, .paging-navigation .like-link, .paging-block a {
  border: solid 2px white;
  text-align: center;
  position: relative;
  color: white;
  transition: all 0.3s ease-out;
  min-width: 165px;
  padding: 23px 26px; }
  .field-wrap input[type=button]:before,
  .button-primary:before, .paging-navigation a:before, .paging-navigation .like-link:before, .paging-block a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    transition: all 0.3s ease-out; }
  .field-wrap input[type=button] .button-label, .button-primary .button-label, .paging-navigation a .button-label, .paging-navigation .like-link .button-label, .paging-block a .button-label {
    position: relative;
    display: inline-block;
    min-width: 190px;
    transition: all 0.3s ease-out; }
  .field-wrap input[type=button]:hover:before,
  .button-primary:hover:before, .paging-navigation a:hover:before, .paging-navigation .like-link:hover:before, .paging-block a:hover:before {
    width: 100%; }
  .field-wrap input:hover[type=button] .button-label, .button-primary:hover .button-label, .paging-navigation a:hover .button-label, .paging-navigation .like-link:hover .button-label, .paging-block a:hover .button-label {
    color: #fff; }

.field-wrap button.button-primary {
  width: 90px; }

.field-wrap input[type=button],
.button-primary {
  position: relative; }
  .field-wrap input[type=button] svg,
  .button-primary svg {
    width: 12px;
    height: 12px; }

.button-primary {
  font-size: 14px;
  font-family: 'AvenirLTStd-Heavy';
  border: 0 !important;
  padding: 0 !important;
  text-decoration: none !important; }

.button-primary .button-label {
  padding: 18px 26px;
  border: 2px solid currentColor;
  display: block;
  text-decoration: none !important;
  width: 100%; }

.button-primary:before, .field-wrap input[type=button]:before, .paging-block a:before, .paging-navigation .like-link:before, .paging-navigation a:before {
  background: white; }

.button-primary:hover {
  border-color: white !important;
  color: black; }

.button-primary:hover .button-label, .field-wrap input:hover[type=button] .button-label, .paging-block a:hover .button-label, .paging-navigation .like-link:hover .button-label, .paging-navigation a:hover .button-label {
  color: black; }

.field-wrap input[type=button] {
  color: white;
  margin-top: 20px; }

.button-secondary {
  border: solid 2px white;
  background: transparent;
  color: black;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
  min-width: 165px;
  padding: 23px 26px; }
  .button-secondary:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: all 0.3s ease-out; }
  .button-secondary .button-label {
    position: relative;
    display: inline-block;
    min-width: 190px;
    transition: all 0.3s ease-out; }
  .button-secondary:hover {
    color: white; }
    .button-secondary:hover:before {
      width: 0%; }
    .button-secondary:hover .button-label {
      color: #fff; }

.button-secondary {
  padding: 18px 26px;
  position: relative; }

input.button-secondary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNXB4IiBoZWlnaHQ9IjI1cHgiIHZpZXdCb3g9Ii01LjM0OCAtNi40OSAyNSAyNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtNS4zNDggLTYuNDkgMjUgMjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjx0aXRsZT5BcnJvdy1MZWZ0PC90aXRsZT48cGF0aCBmaWxsPSIjMjllOWQwIiBkPSJNMC43MTUsNi45MjZoMTEuMDQxbC0yLjU0NCwzLjIxMWMtMC4xMTQsMC4xNDYtMC4xMzcsMC4zNDQtMC4wNTYsMC41MTFzMC4yNSwwLjI3MywwLjQzNSwwLjI3M2gxLjExNGMwLjE0NywwLDAuMjg2LTAuMDY3LDAuMzc4LTAuMTgxbDMuNTc5LTQuNDc0YzAuMTQxLTAuMTc3LDAuMTQxLTAuNDI4LDAtMC42MDRMMTEuMDg0LDEuMTljLTAuMDkyLTAuMTEzLTAuMjMxLTAuMTgxLTAuMzc5LTAuMTgxSDkuNTkyYy0wLjE4NiwwLTAuMzU0LDAuMTA2LTAuNDM0LDAuMjczYy0wLjA4MiwwLjE2Ny0wLjA2LDAuMzY1LDAuMDU1LDAuNTExbDIuNTQzLDMuMjExSDAuNzE1Yy0wLjI2NywwLTAuNDgzLDAuMjE2LTAuNDgzLDAuNDg0djAuOTU0QzAuMjMyLDYuNzA5LDAuNDQ5LDYuOTI2LDAuNzE1LDYuOTI2eiIvPjwvc3ZnPg==);
  background-position: center right;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  padding: 18px 50px 18px 0; }

.cat-buttons {
  /*li:first-child a {
    


    &:after {
      width: calc(100% + 130px) !important;

      transform:translate(-130px, 0);


    }

  }*/ }
  .cat-buttons a {
    color: white;
    margin-bottom: 0;
    border: solid 2px white;
    position: relative;
    padding: 12px 35px; }
    .cat-buttons a span {
      position: relative; }
    .cat-buttons a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: white;
      transition: all .3s ease-out; }
    .cat-buttons a:hover {
      color: white; }
      .cat-buttons a:hover:before {
        width: 100%; }
  .cat-buttons .current-cat a {
    color: white; }
    .cat-buttons .current-cat a:before {
      width: 100%; }
  .cat-buttons li.current-menu-item a {
    color: white; }
    .cat-buttons li.current-menu-item a:before {
      width: 100%; }

@media (max-width: 600px) {
  .cat-buttons a {
    padding: 9px 25px 7px;
    font-size: 14px;
    font-size: 0.875rem; } }

/*.content-buttons {
  
  li:first-child .button-secondary {

    &:after {
      content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: width .35s ease-out;
    transition: width .35s ease-out;
      width: calc(100% + 130px);

      transform:translate(-130px, 0);


    }

  }
}*/
.pop-button {
  display: block;
  position: relative; }

.pop-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0; }

.pop-button-inner {
  background: black;
  position: relative;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9), opacity 0.5s ease-out; }

.pop-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9);
  transform: translate3D(0, 0, 0); }

.pop-button:hover:before {
  transform: translate3D(10px, 0, 0); }

.pop-button:hover .pop-button-inner {
  transform: translate(0, -10px);
  border-color: white !important; }

.object-list-type {
  padding: 33px; }
  .object-list-type .section-heading-block {
    max-width: none;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 12px; }
  .object-list-type .section-intro {
    border-bottom: solid 1px #000;
    padding-top: 15px; }

.touch .object-list-type {
  display: none; }

.touch .objects {
  border-top: 0; }

.big-dropdown {
  position: relative;
  display: inline-block; }
  .big-dropdown .dropdown-title {
    display: inline-block;
    padding: 8px;
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-right: 38px; }
    .big-dropdown .dropdown-title span {
      color: white; }
    .big-dropdown .dropdown-title svg {
      position: absolute;
      top: 13px;
      right: 0px;
      width: 21px;
      height: 12px;
      color: #000; }
    .big-dropdown .dropdown-title:hover:after {
      opacity: 0; }
  .big-dropdown .dropdown-list {
    z-index: 100;
    position: absolute;
    top: 100%;
    background-color: #f1f1f1;
    width: 100%;
    max-height: 0;
    overflow: hidden; }
    .big-dropdown .dropdown-list ul {
      padding: 0px 0;
      list-style: none;
      margin: 0;
      overflow-y: auto;
      max-height: 250px; }
      .big-dropdown .dropdown-list ul::-webkit-scrollbar {
        width: 6px; }
      .big-dropdown .dropdown-list ul::-webkit-scrollbar-track {
        background-color: #000; }
      .big-dropdown .dropdown-list ul::-webkit-scrollbar-thumb {
        background-color: white; }
      .big-dropdown .dropdown-list ul a {
        padding: 3px 0px;
        display: block;
        padding-left: 51px; }
      .big-dropdown .dropdown-list ul li {
        padding: 0; }
  .big-dropdown.open {
    z-index: 3; }
    .big-dropdown.open .dropdown-list {
      transition: all 0.3s ease-out;
      /*cubic-bezier(0.89,.005,.545,1)*/
      max-height: 250px; }

/* ==========================================================================
   Form reset
   ========================================================================== */
.nf-form-fields-required {
  display: none; }

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }

select {
  width: 100%; }

* {
  -webkit-tap-highlight-color: transparent; }

::-webkit-input-placeholder {
  color: currentColor;
  font-family: inherit;
  transition: opacity 250ms ease; }

:-moz-placeholder {
  /* Firefox 18- */
  color: currentColor;
  font-family: inherit;
  transition: opacity 250ms ease; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: currentColor;
  font-family: inherit;
  transition: opacity 250ms ease; }

:-ms-input-placeholder {
  color: currentColor;
  font-family: inherit;
  transition: opacity 250ms ease; }

:focus::-webkit-input-placeholder {
  opacity: 0.35; }

:focus:-moz-placeholder {
  opacity: 0.35; }

:focus::-moz-placeholder {
  opacity: 0.35; }

:focus:-ms-input-placeholder {
  opacity: 0.35; }

.form-grid {
  margin-left: -12px;
  margin-right: -12px; }

.form-grid .form-column {
  padding-left: 12px;
  padding-right: 12px; }
  .form-grid .form-column button {
    width: 100%; }

.wpcf7-form-control-wrap {
  display: block; }

div.wpcf7-validation-errors {
  color: #fff;
  background-color: white;
  border: 0; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: -24px;
  white-space: nowrap;
  right: 0;
  color: #fff;
  font-size: 14px;
  padding: 1px 8px; }

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 40px; }

.form-row {
  margin-bottom: 16px; }

.list-checkbox-wrap .nf-field-element li label {
  cursor: pointer; }

input,
textarea,
select.styled-select,
.form-text,
.form-select {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.92;
  color: white;
  border-radius: 0px;
  transition: all 0.30s ease-in-out;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.4);
  padding: 17px 19px 12px;
  width: 100%;
  display: block; }
  input:focus,
  textarea:focus,
  select.styled-select:focus,
  .form-text:focus,
  .form-select:focus {
    border-color: white; }

input[type="hidden"] {
  display: none !important; }

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  -webkit-appearance: checkbox;
  width: 16px;
  height: 16px; }

.nf-field-label label {
  font-weight: normal !important; }

/*
.nf-field-element textarea {
  height: 41px!important;
  resize: none;
}*/
body .nf-field-element textarea {
  height: 61px;
  overflow: hidden !important; }

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

.nf-field-container {
  margin-bottom: 40px !important; }

.field-wrap button.button-primary {
  background-color: transparent; }
  .field-wrap button.button-primary .button-label {
    min-width: 0; }

.listcheckbox-wrap .nf-field-element input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  display: none; }

.listcheckbox-wrap .nf-field-element label {
  margin-left: 0 !important;
  position: relative; }
  .listcheckbox-wrap .nf-field-element label:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    border: solid 1px white;
    vertical-align: middle;
    margin-top: -2px; }

.listcheckbox-wrap .nf-field-element input:checked + label:after {
  content: '✕';
  position: absolute;
  top: 0px;
  left: 2px;
  font-size: 14px; }

.invert-form input,
.invert-form textarea.input,
.invert-form select.input,
.invert-form .form-text,
.invert-form .form-select {
  background-color: #fff;
  border: solid 1px #b1b2b4; }

input:focus,
textarea:focus,
select:focus,
.form-text:focus,
.form-select:focus {
  outline: 0; }

@-moz-document url-prefix() {
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ""; } }

select::-ms-expand {
  display: none; }

select:invalid {
  color: white; }

.nf-error .ninja-forms-field {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: solid 2px #ff6759 !important; }

.nf-error-msg, .ninja-forms-req-symbol {
  color: #ff6759 !important; }

div.wpcf7-response-output {
  margin: 28px 0 0;
  padding: 0.2em 0;
  text-align: center; }

div.wpcf7-mail-sent-ok {
  border: 0;
  background-color: white;
  color: #fff; }

div.wpcf7-mail-sent-ok {
  padding: 15px; }

span.wpcf7-list-item {
  display: inline-block;
  margin: 0; }

div.wpcf7-mail-sent-ng {
  border-radius: 0px;
  padding: 15px; }

div.wpcf7-spam-blocked {
  border-radius: 0px;
  padding: 15px; }

div.wpcf7-validation-errors {
  border-radius: 0px;
  padding: 15px; }

@media (max-width: 600px) {
  .field-wrap button.button-primary {
    width: 100%; }
  body .nf-form-cont .one-half, .nf-form-cont .three-sixths, .nf-form-cont .two-fourths {
    width: 100%;
    float: none;
    margin-left: 0; }
  body .four-col-list ul li {
    width: 100%; } }

.image-element img {
  display: block;
  margin: auto; }

.paging-block {
  text-align: center;
  padding: 50px 30px 0px; }

.paging-navigation li {
  padding: 0; }

.paging-navigation a {
  min-width: 0px;
  padding: 10px 14px 15px 13px; }
  .paging-navigation a svg {
    width: 22px;
    height: 20px; }

.paging-navigation .like-link {
  background-color: #92d5f3;
  border-color: #92d5f3;
  min-width: 0px;
  padding: 10px 14px 15px 13px; }
  .paging-navigation .like-link svg {
    width: 22px;
    height: 20px; }

.post-listing {
  margin-bottom: 2em; }

.post-listing__title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 1.310344827586207; }

.post-block {
  width: 100%; }

.post-listing__media {
  margin-bottom: 1.5em; }
  .post-listing__media img {
    display: block; }

.new-tag {
  padding: 3px 10px 1px;
  font-size: 10px;
  border-radius: 16px;
  color: black;
  margin-right: 6px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px; }

.post-listing-feature {
  position: relative;
  background: #fdfdfd;
  /** full screen edit **/
  /** end full screen edit **/ }
  .post-listing-feature .button-menu {
    margin-top: 50px; }
  .post-listing-feature .grid {
    height: calc(100vh - 40px);
    max-height: 650px; }
    .post-listing-feature .grid .section-heading-block {
      position: absolute;
      top: 0; }
    .post-listing-feature .grid .post-listing__heading {
      align-self: flex-end;
      position: static; }
  .post-listing-feature .post-listing__title {
    margin-bottom: 1.55em; }
  .post-listing-feature .post-listing__heading {
    position: relative;
    order: 1; }
  .post-listing-feature .post-listing__heading-content {
    padding: 0 20px; }
  .post-listing-feature .section-heading-block {
    position: relative;
    left: -20px;
    margin-top: 0; }
  .post-listing-feature .post-listing__media {
    order: 2;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    background-color: #f8f8f8; }
  @media (max-width: 1050px) {
    .post-listing-feature .grid {
      position: relative; }
      .post-listing-feature .grid .post-listing__heading {
        order: 2;
        overflow: visible;
        /*bottom:0;
				left: 0;*/
        width: 100%;
        z-index: 2;
        background: #fdfdfd; }
    .post-listing-feature .post-listing__media {
      order: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60%; } }
  @media (max-width: 600px) {
    .post-listing-feature .post-listing__heading-box p {
      display: none; }
    .post-listing-feature .post-listing__heading-content {
      padding: 0; }
    .post-listing-feature .post-listing__heading-box.content {
      padding: 20px; }
    .post-listing-feature .post-listing-feature .post-listing__media {
      height: 65%; }
    .post-listing-feature .post-listing-feature .section-heading-block {
      left: -10px; } }

.featured-posts > * {
  margin: 0 -36px; }

.featured-posts .item-3 {
  float: right;
  width: calc(100% - 134px); }

.post-listings {
  overflow: hidden; }
  .post-listings .post-listing-editorial.item {
    padding: 5%; }

.post-listing-overlay {
  margin-bottom: 0; }
  .post-listing-overlay .post-listing__media {
    margin-bottom: 40px; }
  .post-listing-overlay a {
    position: relative;
    display: block; }
    .post-listing-overlay a:hover .post-listing__media {
      opacity: 0.7; }
  .post-listing-overlay .post-listing__media {
    opacity: 0.5;
    transition: opacity 0.5s ease-out; }
  .post-listing-overlay .post-listing__heading {
    position: absolute;
    bottom: 40px;
    left: 50px; }
  .post-listing-overlay .post-listing__title {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em;
    margin: 0; }

.post-listing-simple .post-listing__media {
  display: block;
  position: relative; }

.post-listing-simple .post-listing__media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 0; }

.post-listing-simple .post-listing__media > div {
  background: black;
  position: relative;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9), opacity 0.5s ease-out; }

.post-listing-simple .post-listing__media:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9);
  transform: translate3D(0, 0, 0); }

.post-listing-simple:hover .post-listing__media:before {
  transform: translate3D(10px, 0, 0); }

.post-listing-simple:hover .post-listing__media > div {
  transform: translate(0, -10px);
  border-color: white !important; }

.post-listing-simple {
  transition: all 0.3s ease-out;
  position: relative;
  margin-bottom: 0px;
  /*&:before {
		content: '';
		position:absolute;
		top: 0;
		left: 5px;
		width: calc(100% - 10px);
		height: 100%;
		transition: all 0.3s ease-out;
		opacity: 0;
		background:$primaryColor;
	}*/ }
  .post-listing-simple .fluid {
    transition: all 0.3s ease-out; }
    .post-listing-simple .fluid img {
      transition: all 0.3s ease-out; }
  .post-listing-simple a:hover {
    /*color:#fff;*/
    /*.post-listing__meta {
			color:#fff;
		}*/
    /*&:before {
			opacity: 1;
		}*/ }
    .post-listing-simple a:hover .post-listing__title {
      color: #666666; }
  .post-listing-simple .post-listing__media {
    margin-bottom: 35px;
    position: relative;
    width: 100%; }
  .post-listing-simple .post-listing__meta {
    transform: translate(0px, -4px);
    margin-bottom: 10px;
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal; }
  .post-listing-simple .post-listing__heading {
    padding-left: 25px;
    padding-right: 8px;
    border-left: solid 2px #666666;
    transition: all 0.35s ease-out; }
  .post-listing-simple a:hover {
    /*.post-listing__heading {
			border-left-width: 10px;
			padding-right:0;

		}*/ }
  .post-listing-simple .post-listing__title {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em;
    transform: translate(0px, 6px);
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s ease-out; }
  .post-listing-simple .post-listing__heading {
    width: 100%; }
  .post-listing-simple .post-listing__read {
    position: absolute;
    left: -75px;
    bottom: 35px;
    transition: all 0.3s ease-out;
    opacity: 0;
    color: #fff;
    font-weight: 700; }
    .post-listing-simple .post-listing__read svg {
      width: 18px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -2px; }
  .post-listing-simple .post-listing__author {
    color: white;
    margin-bottom: 0;
    transition-delay: 0.15s;
    transition: all 0.3s ease-out;
    position: absolute;
    bottom: 20px;
    left: 30px; }
    .post-listing-simple .post-listing__author.no-image {
      height: 43px; }
    .post-listing-simple .post-listing__author img {
      display: inline-block;
      width: 58px;
      margin-right: 14px;
      vertical-align: middle;
      border-radius: 100%; }
    .post-listing-simple .post-listing__author span {
      display: inline-block;
      vertical-align: middle; }
  .post-listing-simple:hover .post-listing__author {
    opacity: 0;
    transform: translate(45px, 0);
    transition-delay: 0s; }
  .post-listing-simple:hover .post-listing__read {
    transition-delay: 0.15s;
    opacity: 1;
    left: 30px; }

@media (max-width: 600px) {
  .post-listing-simple:hover .post-listing__read,
  .post-listing-simple .post-listing__author {
    left: 26px; } }

.post-listing-work {
  margin-bottom: 0;
  padding: 1px;
  display: block;
  overflow: hidden; }
  .post-listing-work .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .post-listing-work a {
    display: block;
    position: relative;
    width: 100%; }
    .post-listing-work a:hover .post-listing__heading {
      opacity: 1; }
  .post-listing-work .post-listing__media {
    margin-bottom: 0; }
    .post-listing-work .post-listing__media img {
      margin: 0; }
  .post-listing-work .post-listing__title {
    font-size: 16px;
    font-size: 1rem; }
  .post-listing-work .post-listing__heading {
    display: block;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-out; }
  .post-listing-work .post-listing__heading {
    background: rgba(26, 36, 111, 0.6);
    width: 100%;
    height: 100%;
    padding: 37px 40px;
    position: relative;
    z-index: 1;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px; }
  .post-listing-work .post-listing__service {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0; }
  .post-listing-work .post-listing__client {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem; }
  .post-listing-work .post-listing__title {
    margin-bottom: 0;
    margin-top: 0; }
  .post-listing-work .post-listing__meta-date {
    margin-bottom: 0; }

.list-work {
  align-items: flex-start;
  display: flex; }
  .list-work .post-listing-work {
    display: inline-block; }

.post-listing-work {
  /*a:before {
		content:'';
		padding-top:1px;
		display: block;
		padding-bottom:55.37%;
	}
	.fluid {
		height: 100%;
	}*/
  /*a:after {
		content: '';
		position:absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px; 
		background:#fff;
		z-index:10;
	}*/
  /*.post-listing__media {
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
	}*/ }

.post-listing-work-custom a .post-listing__heading {
  opacity: 1; }

/*
@media (max-width:635px) {
	.post-listing-work .post-listing__title {
		   font-size: 2.2vw;
	}
	.post-listing-work .post-listing__client {
		bottom:10px;
	}
	.post-listing-work .post-listing__heading {
		padding:15px;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		top:15px;
		left:15px;
	}
}
*/
.touch .post-listing-work .post-listing__heading-box {
  margin-bottom: 20px; }

.touch .post-listing-work .post-listing__service {
  order: 1;
  margin-bottom: 0;
  font-family: AvenirLTStd-Book;
  font-weight: normal;
  font-style: normal; }

.touch .post-listing-work .post-listing__title {
  order: 2;
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0; }

.touch .post-listing-work .post-listing__heading-box {
  display: flex;
  flex-flow: column; }

.touch .post-listing-work .post-listing__heading {
  opacity: 1;
  position: static;
  color: white;
  background: transparent;
  padding: 6px 0 0; }

@media (max-width: 600px) {
  .post-listing-simple .post-listing__meta {
    font-size: 16px; }
  .post-listing-simple .post-listing__title {
    font-size: 22px; }
  /*.post-type-archive-work .post-listing-work {
		&:nth-child(odd) {
			margin-top: 70px;  


		}

	}*/
  .post-listing-work .post-listing__heading-box {
    margin-bottom: 20px; }
  .post-listing-work .post-listing__service {
    margin-bottom: 0;
    font-family: AvenirLTStd-Book;
    font-weight: normal;
    font-style: normal; }
  .post-listing-work .post-listing__title {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0; }
  .post-listing-work .post-listing__heading-box {
    display: flex;
    flex-flow: column; }
  .post-listing-work .post-listing__heading {
    opacity: 1;
    position: static;
    color: white;
    background: transparent;
    padding: 6px 0 0; } }

.section-heading-block {
  margin: 34px auto 0;
  padding: 0  77px;
  text-align: center; }

.section-subtitle {
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  position: relative;
  color: #666666; }

.section-heading {
  color: white; }

@media (max-width: 1050px) {
  .section-heading-block {
    padding: 0  77px; } }

@media (max-width: 768px) {
  .section-heading-block {
    padding: 0  40px; } }

@media (max-width: 600px) and (max-width: 1050px) {
  .section-heading-block {
    padding: 0  30px; } }

.share-menu svg {
  width: 28px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.share-menu a {
  color: #000;
  padding: 8px 8px 9px 0; }
  .share-menu a span {
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle; }

.content-buttons .share-menu {
  padding-left: 20px; }
  .content-buttons .share-menu a {
    margin: 0; }

.signup {
  margin: 75px 0 75px;
  padding: 0 90px 0; }
  .signup .frame {
    background-color: white;
    color: #fff;
    padding: 40px 35px 35px;
    box-shadow: 0 30px 40px 1px rgba(0, 0, 0, 0.15); }
  .signup .icon-button svg {
    width: 50px;
    height: 50px; }
  .signup form {
    position: relative;
    display: block; }
  .signup input {
    padding-top: 0;
    padding-bottom: 0px;
    min-height: 57px; }
  .signup .icon-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); }
  .signup .signup__intro p {
    max-width: 390px;
    margin-bottom: 0;
    font-weight: 700; }
  .signup .button-list-module {
    width: auto;
    float: right; }
  .signup .button-primary .button-label {
    color: white; }
  .signup .button-primary:before {
    background-color: #fff; }

.page-bottom {
  border-bottom: 0; }
  .page-bottom.med-padding {
    margin: 0; }

.page-bottom__box {
  background-color: white;
  height: 130px; }

@media (max-width: 1050px) {
  .signup {
    padding-left: 30px;
    padding-right: 30px; } }

@media (max-width: 600px) {
  .signup .signup__intro p {
    margin-bottom: 10px; }
  .signup {
    padding-left: 15px;
    padding-right: 15px; }
    .signup .frame {
      padding: 40px 30px 35px; } }

@media (max-width: 350px) {
  .signup input {
    font-size: 24px; } }

table {
  width: 100% !important;
  height: auto !important;
  margin: 40px 0;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }

th, td {
  padding: 20px 28px;
  font-weight: 700;
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125rem;
  border: solid 2px  #666;
  color: white;
  vertical-align: top;
  color: white;
  text-align: center; }

th {
  padding-bottom: 16px; }

.rte td h4 {
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-size: 76px;
  font-size: 4.75rem;
  margin-bottom: 0em;
  line-height: 1; }

.rte td .button-primary,
.rte td .button-secondary {
  width: 100%;
  min-width: 0;
  display: block;
  border-top: 0; }

.rte td p {
  margin-bottom: 10px; }
  .rte td p:last-child {
    margin-bottom: 0; }

@media (max-width: 768px) {
  table thead {
    display: none; }
  table tr {
    display: block; }
  /* tr td:first-child {
    background-color: rgba(5,176,239,0.1);
  }*/
  table td {
    display: block;
    border-bottom-width: 0;
    /*&:before {
      font-weight: 700;
      font-style: normal;
      display: block;
      margin-right: 3px;
      content: attr(data-title) ': ';
    }*/ }
    table td:last-child {
      border-bottom-width: 2px; } }

.video-element {
  background-color: #000; }
  .video-element .play-button,
  .video-element .video-content,
  .video-element .image-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-element .play-button,
  .video-element .video-image {
    /*pointer-events: none;
		opacity:0.99;
		backface-visability:hidden;*/
    will-change: opacity;
    cursor: pointer; }
  .video-element .content-title {
    color: #fff;
    margin-bottom: 0; }
  .video-element .content-subtitle {
    color: white;
    margin-bottom: 0; }
  .video-element .video-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0; }
  .video-element img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
  .video-element .icon {
    color: #fff;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px;
    border-radius: 100%;
    transition: all 0.35s ease-out; }
    .video-element .icon.play {
      /*opacity:0;*/ }
  .video-element:hover .icon.play {
    background: white;
    color: #666; }
  .video-element.loaded .icon.play {
    opacity: 1; }
  .video-element .meta {
    position: absolute;
    bottom: 35px;
    left: 35px; }
  .video-element .video-image {
    transition: opacity 0.35s ease-out; }
  .video-element .video-content {
    background-color: #f8f8f8;
    transition: opacity 0.45s ease-out, transform 0.45s ease-out; }
  .video-element .play-button {
    background-color: transparent;
    border: 0;
    transition: opacity 0.45s ease-out, transform 0.45s ease-out; }
  .video-element .close-button {
    display: none;
    opacity: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    transform: scale(0.5);
    transition: opacity 0.45s ease-out, transform 0.45s ease-out; }
  .video-element.playing .video-image {
    opacity: 0; }
  .video-element.playing .play-button,
  .video-element.playing .video-image {
    pointer-events: none; }

@media (max-width: 600px) {
  .video-element .icon {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px; } }

.share-menu svg {
  width: 28px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.share-menu a {
  color: #000;
  padding: 8px 8px 9px 0; }
  .share-menu a span {
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle; }

.content-buttons .share-menu {
  padding-left: 20px; }
  .content-buttons .share-menu a {
    margin: 0; }

/*.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}*/
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.article-embed {
  margin-bottom: 25px; }

.single-post .rte h1, .single-post .rte h2, .single-post .rte h3, .single-post .rte h4, .single-post .rte h5, .single-post .rte h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.61; }

.rte {
  /*figure.falignnone {
		position: relative;
		    width: 100vw !important;
		 
		    display: block;
		   
		  

		    margin-left: -360px;
    		margin-right: -130px;
		    display: block;
		    margin-top:2.5em;
		    margin-bottom: 2.5em;
		    img {
		    	margin: 0;
		    }
		figcaption {
			position:absolute;
			top:100%;
			left: 130px;
		
			
			padding-top: 30px;
			width: 205px;
		}
	}*/ }
  .rte a {
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em; }
  .rte h1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 12px; }
  .rte h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 12px; }
  .rte h3 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 12px; }
  .rte h4 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 12px; }
  .rte h5 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 12px; }
  .rte h6 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 12px; }
  .rte figure {
    margin-bottom: 25px; }
    .rte figure img {
      margin-bottom: 0; }
  .rte a {
    font-weight: 700; }
  .rte figcaption {
    font-size: 0.9em;
    font-style: italic;
    opacity: 0.9;
    margin-top: 6px; }
  .rte blockquote {
    margin-left: 0;
    margin-right: 0; }
    .rte blockquote p:first-child {
      color: white;
      margin-bottom: 0.7em;
      font-size: 32px;
      line-height: 1.3;
      font-family: "Mercury Display A", "Mercury Display B";
      font-style: normal;
      font-weight: 600;
      letter-spacing: -0.005em; }
      .rte blockquote p:first-child em {
        font-family: "Mercury Display A", "Mercury Display B";
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.005em; }
    .rte blockquote p:nth-child(2) {
      font-size: 16px; }
  .rte p img:last-child {
    margin-bottom: 0; }
  .rte .article-image {
    margin: 0 0 25px; }
    .rte .article-image img {
      margin-bottom: 0; }
  .rte img {
    margin: 0 0 25px;
    /*&.alignleft {
			float:left;
			margin-right: 1.5em;
		}*/
    /*&.size-full.alignnone,
		&.size-header {
			position: relative;
		    width: 100vw;
		    left: 50%;
		    display: block;
		   
		    margin-left: -50vw;
		    display: block;
		}*/ }
    .rte img.alignnone {
      display: block; }
    .rte img.alignright {
      float: right;
      margin-left: 1.5em; }
    .rte img.aligncenter {
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .rte img.wide-image {
      position: relative;
      width: 100vw;
      left: 50%;
      display: block;
      margin-left: -50vw;
      display: block; }
  .rte > ul,
  .rte > ol {
    list-style: none;
    padding: 0px 22px;
    margin-bottom: 1.6em; }
    .rte > ul li,
    .rte > ol li {
      margin-bottom: 0.5em; }
      .rte > ul li:last-child,
      .rte > ol li:last-child {
        margin-bottom: 0; }
  .rte > ol {
    counter-reset: salty-order-list;
    padding-left: 55px; }
    .rte > ol li {
      position: relative; }
      .rte > ol li:before {
        content: counter(salty-order-list, decimal);
        counter-increment: salty-order-list;
        position: absolute;
        top: 1px;
        left: -12px;
        transform: translate(-100%, 0%);
        font-weight: 700;
        border: solid 2px currentColor;
        border-radius: 100%;
        width: 1.6em;
        height: 1.6em;
        font-size: 0.8em;
        line-height: 1.4em;
        text-align: center; }
  .rte > ul li {
    position: relative; }
    .rte > ul li:before {
      content: '';
      position: absolute;
      top: 7px;
      left: -14px;
      transform: translate(-100%, 0);
      width: 2px;
      height: 10px;
      background: currentColor; }
    .rte > ul li:after {
      content: '';
      position: absolute;
      top: 11px;
      left: -10px;
      transform: translate(-100%, 0);
      width: 10px;
      height: 2px;
      background: currentColor; }

@media (max-width: 768px) {
  .rte h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1em; }
  .rte h2 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1em; }
  .rte h3 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1em; }
  .rte h4 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1em; }
  .rte h5 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1em; }
  .rte h6 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1em; } }

@media (max-width: 600px) {
  .rte h1 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1em; }
  .rte h2 {
    font-size: 29px;
    font-size: 1.8125rem;
    margin-bottom: 1em; }
  .rte h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1em; }
  .rte h4 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1em; }
  .rte h5 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1em; }
  .rte h6 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 1em; } }

.content-center .content {
  margin-left: auto;
  margin-right: auto; }

.content-right .frame:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.content-right .content {
  float: right; }

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

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

.content-subtitle {
  margin-bottom: 0; }

@media (max-width: 600px) {
  .rte img {
    margin-top: 1.5em;
    margin-bottom: 1.5em; } }

.divider {
  margin-top: 80px !important;
  margin-bottom: 0 !important; }
  .divider .frame {
    padding: 1px 0; }
  .divider hr {
    border: 0;
    margin: 0 0;
    border-bottom: solid 2px rgba(255, 255, 255, 0.4); }
  .divider .solid-line {
    border-top: solid 1px currentColor; }
  .divider .dotted-line {
    border-top: dotted 1px currentColor; }

.page-list + .divider {
  margin-top: -40px; }

/* ==========================================================================
   Header
   ========================================================================== */
.mob-nav {
  display: none; }

.main-header .main-navigation li a {
  position: relative; }

.main-header .nav-column {
  height: 0;
  overflow: hidden; }

.menu-open {
  /* overflow: hidden;*/ }
  .menu-open .main-header .nav-column {
    height: 100%; }
  .menu-open body {
    /*  overflow: hidden;*/ }

.sticky-proxy {
  display: none; }

.blog .articles-link:before,
.blog .work-link:before,
.single-post .articles-link:before,
.single-post .work-link:before {
  color: white;
  background: white; }

.main-header .main-navigation li:last-child {
  display: none; }

.single-work .headroom--top .button-mobile,
.single-work .headroom--top .logo {
  color: white; }

.page-id-3111 .headroom--top .button-mobile,
.page-id-3111 .headroom--top .logo,
.page-template-landing-page .headroom--top .button-mobile,
.page-template-landing-page .headroom--top .logo,
.home .headroom--top .button-mobile,
.home .headroom--top .logo {
  color: white; }

.page-id-3111 .articles-link:before,
.page-id-3111 .work-link:before,
.page-template-landing-page .articles-link:before,
.page-template-landing-page .work-link:before,
.home .articles-link:before,
.home .work-link:before {
  color: white;
  background: white; }

.menu.main-navigation li a {
  position: relative; }
  .menu.main-navigation li a:after {
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 20px;
    content: '';
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: all 0.35s ease-out; }
  .menu.main-navigation li a:hover:after {
    width: calc(100% - 40px); }

.menu.main-navigation li.current-menu-item a:after {
  width: calc(100% - 40px); }

.top-header {
  top: 180px !important;
  z-index: 9999;
  position: absolute;
  color: white;
  right: 0;
  width: 100%; }
  .top-header .menu.main-navigation li a {
    position: relative; }
  .top-header .menu.main-navigation {
    padding-left: 0; }

.main-header {
  height: 200px;
  color: #fff;
  top: 0px !important;
  position: relative !important;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding-top: 15px;
  transition: padding 0s ease-out 0s, top 0.6s ease-out 0s, transform 0.35s ease-out;
  pointer-events: none; }
  .main-header button,
  .main-header a {
    pointer-events: all; }

.menu-section-box {
  float: right;
  width: 350px; }

.switch-logo .main-header {
  color: white; }

.header-frame {
  padding: 0px 20px 0;
  position: relative;
  transition: padding 0.3s ease-out; }

#menu-main-navigation {
  display: inline;
  padding-right: 30px; }

.menu.main-navigation {
  padding-left: 260px;
  padding-top: 8px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  transition: opacity 0.2s ease-out; }
  .menu.main-navigation > ul {
    justify-content: center;
    display: block;
    width: 100%;
    /*max-width: 920px;*/
    display: flex;
    flex-flow: row;
    margin-top: 14px; }
  .menu.main-navigation li a {
    display: inline-block;
    padding: 0px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    transition: color .25s ease-in;
    /*&:hover,
    &:active {
      color:$secondaryColor;
    }*/ }
  .menu.main-navigation .button-primary {
    padding: 0; }

.headroom--top .main-navigation li.current-menu-item a:after {
  width: 100%; }

.headroom--top .main-navigation li a {
  position: relative;
  padding-bottom: 0px; }
  .headroom--top .main-navigation li a:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0px;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.35s ease-out; }

.headroom--top .mob-nav {
  pointer-events: none; }

.menu-open .headroom--top .mob-nav {
  pointer-events: all; }

.main-header {
  transform: transform 0.3s ease-out; }

.menu-open .main-header {
  transform: translate(0, 20px);
  height: 100%; }

.headroom--bottom .button-mobile,
.headroom--bottom .logo {
  color: white !important; }

.no-touch .headroom--bottom .button-mobile:hover,
.no-touch .headroom--bottom .logo:hover {
  color: white !important; }

.no-touch .headroom--bottom .button-mobile:hover,
.no-touch .headroom--bottom .logo:hover {
  color: white !important; }

.menu-logo {
  left: 40px;
  top: 0px;
  position: absolute;
  opacity: 0;
  transition: all .7s ease-out;
  transition-delay: .8s; }

.logo {
  position: absolute;
  top: 18px;
  left: 59px;
  z-index: 2;
  margin-top: -3px;
  color: white;
  transition: all 0.3s ease-out;
  top: 33px;
  left: 50%;
  transform: translate(-50%, 0px); }
  .logo svg {
    height: 70px;
    width: 177px; }

.mob-nav {
  position: absolute;
  top: 21px;
  right: 57px;
  transition: top 0.7s ease-out;
  z-index: 100; }

.button-mobile {
  color: white;
  padding: 21px;
  border-radius: 100%;
  transition: all 0.3s ease-out; }
  .button-mobile .hamburger-box {
    display: block; }

.no-touch .button-mobile:hover {
  color: white; }

.site-mega-menu {
  z-index: 1000; }
  .site-mega-menu .footer-links-column {
    padding-right: 15px; }

.headroom--top .button-mobile {
  opacity: 0;
  pointer-events: none; }

.menu-open .headroom--top .button-mobile {
  pointer-events: all; }

.menu-open .articles-link:before,
.menu-open .work-link:before {
  display: none; }

.headroom--top .logo,
.headroom--top .button-mobile,
.menu-open .logo,
.menu-open .button-mobile {
  color: white; }

.no-touch .headroom--top .logo:hover,
.no-touch .headroom--top .button-mobile:hover,
.no-touch .menu-open .logo:hover,
.no-touch .menu-open .button-mobile:hover {
  color: white; }

.menu-open .logo,
.menu-open .button-mobile {
  color: white !important; }

.no-touch .logo:hover,
.no-touch .button-mobile:hover {
  color: white !important; }

.menu-open .headroom--top .main-navigation li.current-menu-item a:after {
  display: none; }

.menu-open .button-mobile:hover {
  color: white; }

.menu-open,
.headroom--not-top {
  /*
.site-mega-menu {
  transition: height 0s linear 0.6s;
  &:before {
      display: block;
      position:absolute;
      width: 100%;
      top: -20px;
      left: 0;
      height: calc(100% + 40px);
      opacity: 0;
      background:white;
      content: '';
       transition: opacity 0.6s ease-out;
    }
    .footer-wrapper {
      position:relative;
          transition: height .6s ease-out 0s;
    }
}*/
  /*
.menu-section {
  opacity: 0;
  transform:translate(0,-35px);
  transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  &.menu-reveal {
    
    
    opacity: 1;
    transform:translate(0,0);
  }
}*/ }
  .menu-open .main-navigation,
  .headroom--not-top .main-navigation {
    opacity: 0;
    transition-delay: 0s; }
  .menu-open .menu-open .directions-link,
  .headroom--not-top .menu-open .directions-link {
    opacity: 1;
    transition-delay: 0.8s; }
  .menu-open .menu-open .menu-logo,
  .headroom--not-top .menu-open .menu-logo {
    top: 30px;
    opacity: 1; }
  .menu-open .menu-open .button-mobile,
  .headroom--not-top .menu-open .button-mobile {
    opacity: 1;
    pointer-events: all; }
  .menu-open .menu-open .site-mega-menu,
  .headroom--not-top .menu-open .site-mega-menu {
    transition: height 0s linear 0s; }
  .menu-open .menu-open .site-mega-menu:before,
  .headroom--not-top .menu-open .site-mega-menu:before {
    opacity: 1; }
  .menu-open .main-header .menu.main-navigation > ul,
  .headroom--not-top .main-header .menu.main-navigation > ul {
    display: block; }
  .menu-open .main-header .main-navigation li,
  .headroom--not-top .main-header .main-navigation li {
    opacity: 0;
    transform: translate(0, 35px);
    transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .menu-open .main-header .main-navigation li.menu-reveal,
    .headroom--not-top .main-header .main-navigation li.menu-reveal {
      opacity: 1;
      transform: translate(0, 0); }
  .menu-open .main-header .main-navigation li:first-child,
  .headroom--not-top .main-header .main-navigation li:first-child {
    display: block; }
  .menu-open .nav-column,
  .headroom--not-top .nav-column {
    position: fixed;
    top: 0;
    left: auto;
    overflow: hidden;
    right: 0;
    width: 50%;
    height: 0%;
    color: #fff; }
    .menu-open .nav-column .main-navigation,
    .headroom--not-top .nav-column .main-navigation {
      opacity: 1;
      position: absolute;
      top: 50%;
      padding-left: 0;
      text-align: left;
      margin-top: -18px;
      transform: translate(0, -50%);
      min-height: 295px;
      padding-top: 0;
      right: 0px;
      /* padding-top:100px;*/
      font-size: 48px;
      font-size: 3rem;
      line-height: 1; }
      ul {
        margin-top: 0; }
      .menu-open .nav-column .main-navigation li,
      .headroom--not-top .nav-column .main-navigation li {
        display: block; }
        .menu-open .nav-column .main-navigation li .counter,
        .headroom--not-top .nav-column .main-navigation li .counter {
          display: none; }
        .menu-open .nav-column .main-navigation li a,
        .headroom--not-top .nav-column .main-navigation li a {
          padding: 0px 0px 20px;
          color: white;
          font-size: 73px;
          font-size: 4.5625rem;
          line-height: 1.10958904109589; }
          .menu-open .nav-column .main-navigation li a:hover,
          .headroom--not-top .nav-column .main-navigation li a:hover {
            color: white; }

/*
@include bp(mobileMenu) {
  .menu-open .main-header {
    transform: none;
  }
  .logo {
    transform: none;
  }

  
  .menu-open .main-header {
    top: 0px !important;

  }
  .headroom--top .button-mobile {
    opacity: 1;
  }
  .headroom--top .mob-nav {
    pointer-events:all;
  }
  .nav-column { 
    position:absolute;
    top:0;
    left: 0;
    width: 0;
    height: 0;
    padding:0;
    overflow:hidden;
  }

  .mob-nav {
    top: 30px;
    transition-delay:0s;
    transition: none;
  }


}
*/
@media (max-width: 600px) {
  .menu.main-navigation li a:after {
    bottom: 4px; }
  .menu.main-navigation li a:after {
    left: 10px; }
  .menu.main-navigation li.current-menu-item a:after, .menu.main-navigation li a:hover:after {
    width: calc(100% - 20px); }
  .main-header {
    height: 300px; }
  .header-frame {
    padding: 0; }
  .menu.main-navigation > ul {
    flex-flow: row wrap; }
  .menu.main-navigation li a {
    padding: 8px 10px; } }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer-legals {
  text-align: center; }

.footer-legals-copyright {
  margin-bottom: 0;
  padding-bottom: 24px; }
  .footer-legals-copyright a:hover {
    color: white; }

.footer-box {
  margin-bottom: 20px; }
  .footer-box a {
    letter-spacing: 0.2em; }
  .footer-box a:hover {
    opacity: 0.4; }
  .footer-box .site-footer__heading {
    opacity: 0.4;
    border: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-family: AvenirLTStd-Heavy;
    letter-spacing: 0.2em;
    padding-bottom: 0;
    font-size: 14px;
    margin-bottom: 19px; }
  .footer-box ul {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 2; }
    .footer-box ul a {
      font-weight: 900;
      font-family: AvenirLTStd-Heavy; }

.logo-h {
  position: absolute;
  top: 9px;
  left: 60px; }

.site-footer,
.site-mega-menu {
  font-size: 18px;
  font-size: 1.125rem; }
  .site-footer .section-heading,
  .site-mega-menu .section-heading {
    font-family: AvenirLTStd-Book;
    font-weight: 400; }
  .site-footer a,
  .site-mega-menu a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

.video + .footer-wrap {
  margin-top: -40px; }

.site-mega-menu,
.site-footer {
  color: #fff;
  /*.column-1-4 a {
        font-weight: 700;
    }*/ }
  .site-mega-menu.med-padding,
  .site-footer.med-padding {
    padding-bottom: 25px;
    margin: 0; }
  .site-mega-menu .footer-mark,
  .site-footer .footer-mark {
    margin: 30px 0 15px; }
  .site-mega-menu .content-buttons a,
  .site-footer .content-buttons a {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .site-mega-menu .content-buttons,
    .site-footer .content-buttons {
      margin-bottom: 2em; } }
  .site-mega-menu .footer-column,
  .site-footer .footer-column {
    padding-left: 57px; }
  .site-mega-menu .footer-wrapper,
  .site-footer .footer-wrapper {
    background-color: white; }
  .site-mega-menu .footer-box,
  .site-footer .footer-box {
    margin-bottom: 20px; }
  .site-mega-menu .site-footer__heading,
  .site-footer .site-footer__heading {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: solid 2px currentColor;
    margin-bottom: 35px;
    font-family: AvenirLTStd-Heavy; }
  .site-mega-menu .site-footer__tagline,
  .site-footer .site-footer__tagline {
    color: inherit;
    max-width: 440px;
    margin-bottom: 45px;
    padding-right: 30px;
    margin-top: -5px; }
    @media (max-width: 1000px) {
      .site-mega-menu .site-footer__tagline,
      .site-footer .site-footer__tagline {
        max-width: 360px; } }
  .site-mega-menu .social-menu li,
  .site-footer .social-menu li {
    margin-bottom: 12px; }
  .site-mega-menu a,
  .site-footer a {
    color: #fff; }
    .site-mega-menu a svg,
    .site-footer a svg {
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle; }
    .site-mega-menu a:hover,
    .site-footer a:hover {
      color: white; }
  .site-mega-menu .back-to-top,
  .site-footer .back-to-top {
    position: absolute;
    bottom: 40px;
    right: 70px;
    width: 45px;
    height: 45px; }
    .site-mega-menu .back-to-top .arrow-up,
    .site-footer .back-to-top .arrow-up {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 17px;
      height: 9px; }
    .site-mega-menu .back-to-top .icon,
    .site-footer .back-to-top .icon {
      margin: auto; }

.page-bottom__box {
  position: relative; }

.footer-logo {
  position: absolute;
  top: 30px;
  left: 30px; }

.site-footer {
  height: calc(100vh - 92px); }
  .site-footer .frame {
    position: relative; }
    .site-footer .frame > .grid {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: 20px;
      transform: translate(0, -50%); }
  .site-footer .frame,
  .site-footer .footer-wrapper {
    height: 100%; }

.site-mega-menu {
  height: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; }
  .site-mega-menu.med-padding {
    padding-top: 40px;
    padding-bottom: 40px; }
  .site-mega-menu .footer-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    height: 0; }
  .site-mega-menu .frame {
    height: 100%; }
  .site-mega-menu .grid {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%); }

@media (max-width: 850px) {
  .site-footer .back-to-top, .site-mega-menu .back-to-top {
    right: 45px; } }

.footer-wrapper {
  transition: height 0.8s ease-out 0.2s; }

.menu-open .site-mega-menu {
  height: calc(100% - 40px); }

.menu-open .footer-wrapper {
  height: 100%;
  transition: height 0.8s ease-out 0.2s; }

@media (max-width: 1050px) {
  .site-footer .column-1-2.column-lrg-1.footer-column {
    padding-left: 125px !important; }
  .logo-h {
    left: 0; }
  .site-footer .footer-column {
    padding-left: 0; }
  .site-footer .frame {
    padding: 40px 40px 40px; }
  .site-footer,
  .site-footer .footer-wrapper, .site-footer .frame {
    height: auto; }
  .site-mega-menu.med-padding {
    padding-top: 30px;
    padding-bottom: 30px; }
  .grid-vertical-center {
    align-items: start; }
  .site-footer .frame > .grid {
    position: static;
    top: auto;
    margin-top: 0;
    transform: none; } }

.mobile-footer-bar {
  display: none; }

@media (max-width: 768px) {
  .site-footer .column-1-2.column-lrg-1.footer-column {
    padding-left: 0 !important; }
  .logo-h {
    position: static;
    margin: 0 auto 30px;
    display: block; }
  .mobile-footer-bar {
    display: block; }
  .site-footer .site-footer__tagline {
    padding-right: 0; }
  .site-mega-menu .frame,
  .site-footer .frame {
    padding: 40px 40px 40px; }
  .footer-links-column {
    padding-bottom: 20px; }
  .site-mega-menu.med-padding {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (max-width: 955px) {
  .site-mega-menu .frame {
    padding: 0; }
  .site-mega-menu .social-menu {
    margin-top: 30px; }
  .menu-open .nav-column {
    pointer-events: none; }
    .menu-open .nav-column .menu {
      pointer-events: all; } }

@media (max-width: 768px) and (min-width: 601px) {
  /* .site-footer .frame>.grid {
        position: absolute;
        top: 50%; 
        transform: translateY(-50%);
    }*/ }

@media (max-width: 768px) {
  .site-footer .frame > .grid {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  .site-footer {
    margin-bottom: 0 !important; }
  .footer-legals-copyright {
    font-size: 16px; }
  .site-footer .site-footer__tagline {
    margin-bottom: 40px; }
  .site-footer .text-links {
    text-align: left; }
  .site-footer .social-menu a svg {
    margin-left: 27px;
    margin-right: 27px; }
  .footer-legals {
    position: relative;
    z-index: 9997; }
  .footer-legals-copyright {
    padding: 18px 5px 12px; }
  .site-footer .site-footer__tagline {
    width: calc(100% - 60px);
    margin: 0 auto !important; }
  .site-footer {
    position: relative;
    z-index: 1001; }
    .site-footer .mob-cta {
      margin-bottom: 37px; }
  .site-footer .bottom {
    text-align: left; }
  .page-bottom__box {
    height: 110px; }
  .site-mega-menu .footer-wrapper .footer-column {
    width: 100%; }
  .site-footer .hidden-sm {
    display: none !important; }
  .site-footer .visible-sm {
    display: block !important; }
  .site-mega-menu,
  .site-footer {
    text-align: center; }
    .site-mega-menu .final-column,
    .site-footer .final-column {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%; }
    .site-mega-menu p,
    .site-footer p {
      margin-bottom: 0.75em; }
    .site-mega-menu .back-to-top,
    .site-footer .back-to-top {
      display: none; }
    .site-mega-menu .social-menu,
    .site-footer .social-menu {
      text-align: center; }
      .site-mega-menu .social-menu li,
      .site-footer .social-menu li {
        display: inline-block;
        width: auto; }
      .site-mega-menu .social-menu span,
      .site-footer .social-menu span {
        display: none; }
  /* .site-footer__address,*/
  .site-footer__heading {
    display: none; }
  .site-footer .site-footer__tagline {
    text-align: center;
    margin-bottom: 75px; }
  .site-footer .footer-column, .site-mega-menu .footer-column {
    padding-left: 0; }
  .footer-logo {
    left: 15px; }
  .site-mega-menu.med-padding {
    padding-top: 10px;
    padding-bottom: 10px; }
  .site-mega-menu .frame,
  .site-footer .frame {
    padding: 125px 15px 15px; }
  .site-mega-menu .grid {
    top: auto;
    bottom: 0;
    transform: none; }
  .site-footer .site-footer__tagline {
    margin-bottom: 40px; } }

@media (max-width: 375px) and (min-height: 750px) {
  .site-footer .frame > .grid {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -30px; } }

@media (max-width: 375px) and (max-height: 720px) {
  .site-footer .frame {
    padding-top: 100px; } }

@media (max-width: 375px) and (max-height: 635px) {
  .site-footer .visible-sm.mob-cta {
    display: none !important; } }

@media (max-width: 375px) and (max-height: 510px) {
  .site-footer .social-menu {
    display: none !important; } }

@media (max-width: 600px) {
  .site-footer .site-footer__tagline {
    line-height: 1.310344827586207; }
  .site-mega-menu:before {
    transition: opacity .4s ease-out; }
  .footer-wrapper {
    transition: height .4s ease-out; }
  .menu-open .footer-wrapper {
    transition: height .4s ease-out .1s; } }

/*@media (max-width:600px) and (max-height:635px) {
    .site-mega-menu .frame, .site-footer .frame {
        padding-top: 20px;
    }
    .site-footer .site-footer__tagline {
        margin-bottom: 15px;   

    }

    .site-footer .final-column {
        position:static;
        margin-top: 10px;
    }
}*/
@media (max-width: 600px) and (max-height: 680px) {
  .site-footer .frame > .grid {
    transform: none;
    top: 100px; } }

@media (max-width: 600px) and (max-height: 650px) {
  .site-footer .social-list {
    display: none; } }

.site-footer {
  height: auto; }

.site-footer .frame > .grid {
  position: static;
  transform: none;
  padding-top: 50px;
  padding-bottom: 150px; }

.signup-box .button-primary:hover {
  border-color: black !important; }

.signup-box .button-primary:before {
  background: black; }

.signup-box .button-primary:hover .button-label {
  color: white; }

.signup-box .content-buttons {
  margin-bottom: 0 !important; }

.signup-box-outer {
  position: relative; }

.signup-box-outer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #666;
  z-index: 0; }

.signup-box {
  position: relative;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9); }

.signup-box-outer:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #666;
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9);
  transform: translate3D(0, 0, 0); }

.site-footer a svg, .site-mega-menu a svg {
  height: 12px; }

.signup-box-outer:hover:before {
  transform: translate3D(10px, 0, 0); }

.signup-box-outer:hover .signup-box {
  transform: translate(0, -10px);
  border-color: white !important; }

.big-button {
  display: block;
  position: relative; }

.big-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  width: calc(100% - 10px);
  height: 100%;
  background-color: #666;
  z-index: 0; }

.big-button-inner {
  background: black;
  position: relative;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9), opacity 0.5s ease-out; }

.big-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #666;
  transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9);
  transform: translate3D(0, 0, 0); }

.big-button:hover:before {
  transform: translate3D(10px, 0, 0); }

.big-button:hover .big-button-inner {
  transform: translate(0, -10px);
  border-color: white !important; }

@media (max-width: 1100px) and (min-width: 768px) {
  .site-footer .footer-column:first-child {
    padding-right: 0 !important; }
  .site-footer .frame {
    padding: 60px 60px 150px !important; }
  .site-footer .site-footer__tagline, .site-mega-menu .site-footer__tagline {
    max-width: 680px; }
  .site-footer .frame > .grid {
    padding-right: 0 !important; }
  .site-footer .column-lrg-1-2 {
    padding-left: 0 !important; }
  .site-footer .frame > .grid {
    position: static;
    transform: none; }
  .site-footer {
    height: auto !important; } }

@media (max-width: 1050px) {
  .site-footer .frame > .grid {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .site-footer .logo {
    left: 33px !important; }
  .site-footer .grid-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle; }
  .site-footer .column-1-2.column-lrg-1.footer-column {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 2px rgba(255, 255, 255, 0.4); } }

@media (max-width: 1023px) {
  .site-footer .footer-column:first-child {
    padding-right: 0 !important; }
  .contact-banner__intro {
    padding: 0; }
  /* .xlrg-c-padding .column-content, 
    .xlrg-c-padding .content {
      padding-right: 25px;
      padding-left: 25px;
    }*/ }

@media (max-width: 768px) {
  .site-footer {
    padding-bottom: 20px !important; }
  .site-footer .bottom {
    width: calc(100% - 80px);
    left: 40px; }
  .site-footer .footer-column:first-child {
    padding-left: 110px !important;
    padding-bottom: 50px; }
  .site-footer .site-footer__tagline, .site-mega-menu .site-footer__tagline {
    max-width: none; }
  .site-frame.frame-full .frame {
    padding-bottom: 150px !important; }
  .site-footer .logo {
    left: 0px !important; }
  .site-footer .frame > .grid {
    padding-right: 0 !important; }
  .contact-banner .frame {
    padding-bottom: 0 !important; }
  .contact-banner .button {
    margin-top: 0 !important;
    padding-right: 0 !important;
    text-align: center !important; }
  .contact-banner__intro {
    padding: 0 23px;
    text-align: center !important; } }

@media (max-width: 600px) {
  .site-footer .frame > .grid {
    padding-bottom: 70px; }
  .big-button-inner {
    padding: 25px 0 0 !important; }
  .site-footer .footer-column:first-child {
    padding-left: 0 !important; }
  .site-footer .frame > .grid {
    padding-right: 0 !important; }
  .site-footer .frame, .site-mega-menu .frame {
    height: auto; }
  .contact-banner .frame {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important; }
  .site-footer .logo {
    top: -85px !important;
    left: 50% !important;
    transform: translate(-50%, 0px); }
  .site-footer .column-1-2.column-lrg-1.footer-column {
    padding-bottom: 30px;
    margin-bottom: 10px; }
  .site-footer .site-footer__heading {
    margin-top: 20px;
    margin-bottom: 10px !important; }
  .site-footer .bottom {
    padding-bottom: 15px !important; }
  .site-footer .footer-mark, .site-mega-menu .footer-mark {
    margin: 23px 0 8px !important; }
  .site-footer .frame {
    padding-top: 60px !important;
    padding-bottom: 130px !important; }
  .coantact-banner .frame {
    padding-top: 25px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0 !important; }
  .bottom .text-right {
    text-align: center; }
  .bottom .menu.main-navigation > ul {
    justify-content: center !important; }
  .bottom {
    width: calc(100% - 30px) !important;
    left: 15px !important;
    text-align: center !important; }
  /*.xlrg-c-padding .column-content, .xlrg-c-padding .content {
        padding-right: 25px;
        padding-left: 25px;
    }*/
  .site-footer .footer-column, .site-mega-menu .footer-column {
    padding-left: 0 !important; }
  .site-footer .site-footer__tagline {
    width: 100%; }
  .site-footer .final-column, .site-mega-menu .final-column {
    position: static;
    padding-left: 0 !important; }
  .site-footer {
    height: auto !important; }
  .site-footer .frame, .site-mega-menu .frame {
    padding: 60px 15px 15px; }
  .site-footer .column-1-4.column-lrg-1-2.column-med-1-2 {
    padding: 14px 0 0 !important; } }

.heading .frame {
  margin-left: 0; }

.heading .section-heading {
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em; }

/*.home .article .content-heading {
	max-width:588px;
	margin:auto;

}*/
.post .share-menu a {
  color: white;
  padding: 0;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 8px;
  border-radius: 100%;
  border: solid 2px white; }
  .post .share-menu a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px; }
  .post .share-menu a:hover {
    background: white;
    color: black; }

.article {
  margin-top: 0; }
  .article .frame {
    margin: auto; }
  .article .share-menu {
    color: white; }
  .article.post-article .frame {
    padding-top: 40px; }
  .article .content-buttons {
    margin-top: 3em; }
  .article .article-body {
    padding-top: 0 !important; }
  .article.has-sub-title .frame {
    padding-bottom: 1px;
    padding-top: 0; }
  .article.post-article .frame {
    margin: 0; }
  .article.post-article .post-navigation {
    margin-top: 0; }
  .article.post-article .top-arrows {
    position: absolute;
    z-index: 2;
    width: 100%; }
    .article.post-article .top-arrows .post-navigation {
      top: 40px; }
  @media (max-width: 1023px) {
    .article.post-article .top-arrows {
      position: relative; }
      .article.post-article .top-arrows .post-navigation {
        top: 0px; } }
  .article.has-sub-title.no-title .content-heading {
    margin-bottom: 0; }
  .article .post-meta {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666; }
  .article .content-title {
    /*@include serifRoman();*/
    margin-top: -10px; }
  .article .share-menu {
    margin-top: 30px;
    margin-left: -8px; }
  .article .rte > p:last-child {
    margin-bottom: 0; }
  .article.standard {
    /*
		.content-box {
			padding-left:100px;
		}*/ }
    .article.standard .content-subtitle {
      font-family: AvenirLTStd-Heavy;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: white;
      display: inline-block;
      position: relative;
      color: #666666;
      margin-bottom: 40px !important; }
    .article.standard.frame-med .content-box {
      padding-left: 0; }
    .article.standard.no-sub-title.no-title .content-box {
      padding-left: 0px; }
    .article.standard .content-title {
      font-family: "Mercury Display A", "Mercury Display B";
      font-style: normal;
      font-weight: 600;
      letter-spacing: -0.005em; }
    .article.standard .content-heading {
      margin-bottom: 3em; }
  .article.slim .frame {
    margin: 0; }
  .article.slim .content-title {
    font-family: AvenirLTStd-Book;
    font-weight: normal;
    font-style: normal; }
  .article.slim .content-elements {
    max-width: 430px; }
  .article.slim.frame-sm .frame {
    margin-left: 0;
    margin-right: 0; }
    .article.slim.frame-sm .frame .content-box {
      padding-left: 0; }
  .article.slim-double .frame {
    margin: 0; }
  .article.slim-double.frame-med .frame,
  .article.slim-double.frame-wide .frame,
  .article.slim-double.frame-sm .frame {
    margin-left: 0;
    margin-right: 0; }
    .article.slim-double.frame-med .frame .content-box,
    .article.slim-double.frame-wide .frame .content-box,
    .article.slim-double.frame-sm .frame .content-box {
      padding-left: 0; }
  .article.slim-double .content-title {
    font-family: AvenirLTStd-Book;
    font-weight: normal;
    font-style: normal; }
  .article.slim-double .content-body {
    margin-top: 40px;
    columns: 200px 2;
    column-gap: 40px; }
    .article.slim-double .content-body ul, .article.slim-double .content-body ol, .article.slim-double .content-body .col {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid; }
  .article.double .content-title {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em; }
  .article.double .content-subtitle {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    color: #666666;
    margin-bottom: 40px; }
  .article.double .content-heading {
    text-align: center; }
    .article.double .content-heading:after {
      content: '';
      display: block;
      width: 2px;
      height: 120px;
      background: #666;
      margin: 90px auto 80px; }
  .article.double .content-box {
    position: relative; }
  .article.double.has-buttons .content-body {
    margin-left: 255px;
    max-width: 650px; }
  .article.double.no-buttons .content-body {
    /*padding-left: 20%;*/ }
  .article.double .content-body {
    margin-top: 40px;
    columns: 200px 2;
    column-gap: 120px; }
    .article.double .content-body ul, .article.double .content-body ol, .article.double .content-body .col {
      -webkit-column-break-inside: avoid;
      /* Chrome, Safari, Opera */
      page-break-inside: avoid;
      /* Firefox */
      break-inside: avoid; }
  .article.split .content-title {
    font-family: AvenirLTStd-Book;
    font-weight: normal;
    font-style: normal;
    margin-top: 0; }
  .article.split .content-heading {
    width: 50%;
    padding-right: 60px; }
  .article.split .content-box {
    width: 50%; }

.article-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 262px;
  padding-left: 70px; }
  .article-meta img {
    border-radius: 100%;
    margin-top: 0;
    max-width: 100px;
    margin-bottom: 25px; }

.post-navigation {
  position: relative;
  margin-left: 77px;
  width: calc(100% - 154px);
  margin-top: 130px;
  height: 27px; }
  .post-navigation a {
    color: white;
    font-size: 18px; }
    .post-navigation a:hover {
      background: transparent !important; }
      .post-navigation a:hover .tip {
        display: block; }
    .post-navigation a:hover .tip {
      opacity: 1;
      transform: translate(0, 0);
      box-shadow: 0 23px 16px 1px rgba(26, 36, 111, 0.15); }
  .post-navigation .tip {
    position: absolute;
    top: 100%;
    left: 10px;
    padding: 12px;
    font-size: 14px;
    margin-top: 15px;
    background: white;
    box-shadow: 0 6px 16px 1px rgba(26, 36, 111, 0);
    border: solid 2px currentColor;
    opacity: 0;
    transition: all 0.35s ease-out;
    transform: translate(0, 10px);
    white-space: nowrap;
    pointer-events: none; }
    .post-navigation .tip:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 11.5px 11px 11.5px;
      border-color: transparent transparent currentColor transparent;
      position: absolute;
      bottom: 100%;
      right: 31px; }
    .post-navigation .tip:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 11.5px 11px 11.5px;
      border-color: transparent transparent white transparent;
      position: absolute;
      bottom: calc(100% - 2px);
      right: 31px;
      transform: translate(0px, 0.5px); }
  .post-navigation svg {
    width: 19px;
    height: 12px;
    vertical-align: middle;
    margin-top: -2px; }
  .post-navigation .nav-previous {
    position: absolute;
    left: 0; }
    .post-navigation .nav-previous .tip:before {
      right: auto;
      left: 31px; }
    .post-navigation .nav-previous .tip:after {
      left: 31px;
      right: auto; }
    .post-navigation .nav-previous svg {
      margin-right: 10px; }
  .post-navigation .nav-next {
    position: absolute;
    right: 0; }
    .post-navigation .nav-next .tip {
      left: auto;
      right: 10px; }
    .post-navigation .nav-next svg {
      margin-left: 10px; }

.post-navigation a {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 900; }

.article-body {
  position: relative;
  /*.fluid {
		margin-left: -260px;
		    width: calc(100% + 260px);
	}*/ }

.article-content blockquote p:nth-child(2) {
  padding-left: 153px;
  font-family: AvenirLTStd-BookOblique;
  font-weight: normal;
  font-style: normal; }

.article-content > h1,
.article-content > h2,
.article-content > h3,
.article-content > h4,
.article-content > h5,
.article-content > h6 {
  font-size: 16px;
  font-size: 1rem;
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  line-height: 1.61; }

.article-content .wp-caption .wp-caption-text {
  width: 150px;
  position: absolute;
  margin-top: 49px;
  text-decoration: underline; }

.article-content > h1,
.article-content > h2,
.article-content > h3,
.article-content > h4,
.article-content > h5,
.article-content > h6,
.article-content > .share-block,
.article-content > p,
.article-content > ul,
.article-content > ol {
  padding-left: 153px; }

.article-content > .large-intro {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.225;
  margin-bottom: 1.25em;
  padding-left: 0; }

.article-content hr {
  margin-left: 153px;
  width: calc(100% - 153px);
  border-top: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4); }

.article-content > p img {
  margin: 50px auto;
  margin-left: -153px;
  width: calc(100% + 153px);
  max-width: none; }

.article-content figure {
  margin: 50px auto; }

.article-content h1, .article-content h2 {
  font-size: 49px;
  font-size: 3.0625rem;
  letter-spacing: -0.005em;
  line-height: 1.224489795918367; }

.single-work .post-navigation {
  margin-top: -72px;
  margin-bottom: 100px;
  margin-left: 20px;
  width: calc(100% - 40px);
  pointer-events: none; }
  .single-work .post-navigation a {
    pointer-events: all; }

@media (max-width: 1050px) {
  .article.double {
    /*&.has-buttons {
	    	.content-body {

	    		 margin-left: 25%;
	    		
	    	}
	    }*/ }
  /*
	.article-body .fluid {
	    margin-left: -200px;
	    
	    width: calc(100% + 200px);
	}*/
  .article-meta {
    padding-left: 0;
    width: 180px; }
  .article-content {
    padding-right: 0px; }
  .rte figure.alignnone {
    position: relative;
    width: 100vw !important;
    margin: 2.5em -130px 2.5em -80px;
    display: block; }
  .rte figure.alignnone figcaption {
    left: 30px; } }

@media (max-width: 768px) {
  .article.double .content-body {
    column-gap: 60px; }
  .article-content > p img {
    margin-left: -50px;
    width: calc(100% + 100px); }
  .article-content {
    /*
	> p img {
		margin-left: -44px;
		width: calc(100% + 44px);
	}
	*/ }
    .article-content blockquote p:nth-child(2) {
      padding-left: 0; }
    .article-content > .share-block,
    .article-content > h1,
    .article-content > h2,
    .article-content > h3,
    .article-content > h4,
    .article-content > h5,
    .article-content > h6,
    .article-content > p,
    .article-content > ul,
    .article-content > ol {
      padding-left: 0px; }
    .article-content .wp-caption .wp-caption-text {
      width: auto;
      position: static; }
    .article-content .large-intro {
      font-size: 29px;
      font-size: 1.8125rem; }
    .article-content hr {
      margin-left: 0;
      width: 100%; }
    .article-content h1, .article-content h2 {
      font-size: 29px;
      font-size: 1.8125rem;
      letter-spacing: 0em;
      line-height: 1.224489795918367; }
  .article-body {
    display: flex;
    flex-flow: row wrap; }
  .article-meta {
    position: static;
    padding-left: 30px;
    order: 2;
    width: 100%; }
  .article-content {
    padding-left: 20px;
    padding-right: 20px;
    order: 1;
    width: 100%; }
  .article.double.has-buttons .content-body {
    margin-left: 0; }
  .article.double.no-buttons .content-body {
    padding-left: 0; }
  .article .content-buttons,
  .article.double .content-buttons {
    position: static;
    margin-top: 1.5em; }
  /*.article-body .fluid {
	    margin-left: -140px;
	    
	    width: calc(100% + 140px);
	}*/
  .rte figure.alignnone {
    margin: 2.5em -60px 2.5em -60px; }
  .rte figure.alignnone figcaption {
    position: static;
    padding-left: 60px; }
  .article-body .fluid {
    margin-left: -30px;
    width: calc(100% + 60px); }
  .article.split .content-heading {
    width: 100%;
    padding-right: 0px; }
  .article.split .content-box {
    width: 100%; }
  .article.standard .content-box {
    padding-left: 0px; } }

@media (max-width: 600px) {
  #tell-us-how-your-brand-is-taking-responsibility-big-or-small-we-would-love-to-share-your-story {
    padding: 0; }
  .rte figure.alignnone {
    margin: 2.5em -20px 2.5em -20px; }
  .rte figure.alignnone figcaption {
    position: static;
    padding-left: 20px; }
  .article .share-block .share-menu {
    margin-top: 15px !important; }
  .article-content .wp-caption .wp-caption-text {
    margin-top: 19px !important; }
  .archive .article-list-header {
    padding: 0; }
  .article {
    margin-bottom: 40px !important; }
  .article.post-article .frame {
    padding-top: 20px; }
  .article.post-article {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .article.double .content-body {
    margin-top: 0; }
  .article-content > p img {
    margin-left: -20px;
    width: calc(100% + 40px); }
  .article.double.no-buttons .content-body {
    padding-left: 0; }
  .article .article-body {
    margin: 0px 0; }
  .single-work .article .content-body > div,
  .single-work .article .content-body > p {
    padding-left: 0px; }
  .single-work .post-navigation {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: calc(100% - 40px);
    pointer-events: none; }
    .single-work .post-navigation .nav-previous svg {
      margin-right: 13px; }
    .single-work .post-navigation .nav-next svg {
      margin-left: 13px; }
    .single-work .post-navigation a {
      pointer-events: all; }
  .post-article {
    /*@include font-size(1.4);

		.content-subtitle  {
			@include font-size(1.4);
		}*/ }
    .post-article .top-arrows {
      position: static !important; }
      .post-article .top-arrows .post-navigation {
        top: 0 !important; }
      .post-article .top-arrows a {
        color: white;
        font-size: 14px; }
      .post-article .top-arrows .post-navigation {
        margin-bottom: 0; }
    .post-article .post-navigation {
      order: 1;
      margin-top: 20px;
      margin-bottom: 60px;
      margin-left: 20px;
      width: calc(100% - 40px); }
      .post-article .post-navigation .tip {
        display: none !important; }
      .post-article .post-navigation .nav-previous svg {
        margin-right: 13px; }
      .post-article .post-navigation .nav-next svg {
        margin-left: 13px; }
  .article.xlrg-c-padding .content {
    padding-left: 20px;
    padding-right: 20px; }
  .article.xlrg-c-padding {
    margin-top: 0;
    margin-bottom: 0; }
  .article-content {
    padding-left: 0;
    padding-right: 0; }
  .article-meta {
    overflow: hidden;
    margin-top: 25px; }
    .article-meta img {
      float: left;
      margin-right: 22px;
      margin-bottom: 0; }
    .article-meta .post-meta {
      margin-top: 2.4em;
      float: left; }
  .post-aithor-role {
    display: none; }
  .article .content-title {
    font-size: 20px;
    font-size: 1.25rem; } }

.single-post .logo,
.single-post .button-mobile {
  color: white; }

.promo.post .media-arrows .post-navigation {
  position: static;
  margin: 0;
  height: auto; }

.promo.post .media-arrows .nav-previous {
  position: absolute;
  top: 100px;
  left: 49px; }
  .promo.post .media-arrows .nav-previous:hover .icon {
    transform: translate(-6px, 0); }

.promo.post .media-arrows .icon {
  transition: transform 0.3s ease-out; }

.promo.post .media-arrows .nav-next {
  position: absolute;
  top: 100px;
  right: 49px; }
  .promo.post .media-arrows .nav-next:hover .icon {
    transform: translate(6px, 0); }

.promo.post .media-arrows .post-navigation a {
  color: white; }

.article .share-block {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px; }
  .article .share-block .share-menu {
    display: inline-block;
    margin-left: 5px;
    width: auto;
    margin-top: 0; }

.promo.post {
  margin-top: 0;
  position: relative;
  z-index: 8;
  padding-top: 20px;
  color: #fff; }
  .promo.post .content-title {
    text-align: left; }
  .promo.post .double-columns {
    color: white;
    columns: 200px 2;
    column-gap: 20px;
    margin-top: 50px; }
    .promo.post .double-columns .col {
      break-inside: avoid; }
  .promo.post.quaternary-theme {
    margin-bottom: 70px; }
    .promo.post.quaternary-theme .content-title {
      color: white; }
    .promo.post.quaternary-theme .content-subtitle {
      color: white; }
    .promo.post.quaternary-theme .media:before,
    .promo.post.quaternary-theme .frame {
      background-color: white; }
  .promo.post .frame {
    padding-top: 0; }
  .promo.post a {
    color: #fff; }
  .promo.post .content {
    padding-bottom: 85px;
    padding-top: 50px; }
  .promo.post .media {
    position: relative;
    padding-top: 0;
    padding-bottom: 0; }
  .promo.post .frame {
    position: relative; }
  .promo.post .content-heading {
    position: relative;
    padding-left: 27px; }
    .promo.post .content-heading:before {
      width: 2px;
      content: '';
      position: absolute;
      top: 14px;
      left: 0;
      background: rgba(255, 255, 255, 0.4);
      height: calc(100% - 23px); }
  .promo.post .content-title {
    color: white;
    margin-bottom: 33px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em; }
  .promo.post .content-subtitle {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    color: #666666;
    margin-bottom: 18px;
    color: #fff;
    border: 0;
    margin: 0;
    position: static; }

@media (max-width: 600px) {
  .promo.post .content {
    padding-top: 20px;
    padding-bottom: 40px; }
  .promo.post .content-heading:before {
    top: 7px;
    height: calc(100% - 14px); } }

.slick-prev,
.slick-next {
  margin-top: 0;
  display: inline-block !important;
  position: static;
  width: 40px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  transition: all 0.35s ease-out;
  color: white;
  text-align: left;
  position: relative; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0; }
  .slick-prev svg,
  .slick-next svg {
    width: 42px;
    height: 42px; }
  .slick-prev .icon,
  .slick-next .icon {
    width: 11px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%); }
  .slick-prev .circ,
  .slick-next .circ {
    stroke-dasharray: 75;
    stroke-dashoffset: 75;
    transition: stroke-dashoffset .45s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: white; }
    .slick-prev:hover .circ,
    .slick-next:hover .circ {
      stroke-dashoffset: 0; }

@keyframes circin {
  to {
    stroke-dashoffset: 0; } }

.slick-prev .icon {
  transform: translate(-50%, -50%); }

.slick-dots {
  text-align: center; }
  .slick-dots li button {
    background-color: #fff;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 100%;
    transition: background-color 0.3s ease-out;
    border: solid 2px currentColor;
    color: white; }
    .slick-dots li button:hover {
      background-color: currentColor; }
  .slick-dots .slick-active button {
    background-color: currentColor; }

.carousel {
  position: relative;
  overflow: hidden;
  margin: 70px 0 !important; }
  .carousel .slick-prev .icon,
  .carousel .slick-next .icon {
    width: 20px;
    height: 12px; }
  .carousel.testimonial {
    /*.slick-next {
    		right: 20px;
		}

		.slick-prev {
    		left: 20px;
		}*/ }
    .carousel.testimonial .slider {
      background-color: white; }
    .carousel.testimonial .button-primary,
    .carousel.testimonial .slider,
    .carousel.testimonial .slick-next,
    .carousel.testimonial .slick-prev,
    .carousel.testimonial .section-subtitle {
      color: #fff; }
    .carousel.testimonial .content-subtitle {
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-size: 1rem;
      padding-bottom: 3px;
      margin-bottom: 20px;
      border-bottom: solid 2px #fff; }
    .carousel.testimonial .no-image {
      padding-top: 115px;
      padding-bottom: 22px; }
      .carousel.testimonial .no-image .content-heading {
        order: 2;
        width: 100%;
        padding-left: 45px; }
      .carousel.testimonial .no-image .content-box {
        ordrer: 1;
        width: 100%; }
      .carousel.testimonial .no-image .slide-content {
        position: relative;
        transform: none;
        top: auto; }
      .carousel.testimonial .no-image .content-subtitle {
        font-family: AvenirLTStd-Heavy;
        font-weight: 400;
        font-style: normal;
        padding-bottom: 3px;
        letter-spacing: 1px; }
      .carousel.testimonial .no-image .content-title {
        font-family: AvenirLTStd-Heavy;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        font-size: 1.125rem; }
      .carousel.testimonial .no-image .content {
        max-width: 1400px; }
      .carousel.testimonial .no-image .rte {
        font-family: "Mercury Display A", "Mercury Display B";
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.005em;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225; }
  .carousel.image-carousel {
    position: relative;
    padding-bottom: 20px; }
    .carousel.image-carousel .fluid {
      background-color: white; }
    .carousel.image-carousel .page {
      position: absolute;
      bottom: 60px;
      text-align: center;
      width: 100%;
      left: 0;
      color: white;
      font-family: AvenirLTStd-Heavy;
      font-weight: 400;
      font-style: normal; }
    .carousel.image-carousel .section-heading-block {
      width: 100%;
      left: 0;
      margin: 0;
      top: 40px; }
    .carousel.image-carousel .section-heading {
      font-size: 18px;
      font-size: 1.125rem;
      font-family: AvenirLTStd-Heavy;
      font-weight: 400;
      font-style: normal; }
    .carousel.image-carousel .content-buttons {
      margin-top: 45px; }
    .carousel.image-carousel:before {
      content: '';
      position: absolute;
      bottom: 0;
      background-color: white;
      width: 100%;
      height: 50%;
      left: 0; }
    .carousel.image-carousel .media {
      background-size: cover;
      background-position: center; }
    .carousel.image-carousel .content-title {
      color: white;
      margin-bottom: 1.5em; }
  .carousel .section-heading-block {
    position: absolute;
    top: 23px;
    left: 0px;
    z-index: 10; }
  .carousel .slick-next, .carousel .slick-prev {
    position: absolute;
    top: auto;
    bottom: 42px;
    transform: translate(0, 0%); }
  .carousel .slick-next {
    right: 46px; }
  .carousel .slick-prev {
    left: 55px; }
  .carousel .slider {
    white-space: nowrap;
    overflow: hidden; }
  .carousel .swiper-wrapper {
    width: 100%;
    /*align-items:center;
		flex:1;
		max-width: 100%;*/
    /*flex-direction: column;*/ }
  .carousel .slide {
    /*-ms-overflow-x: hidden;
		-ms-overflow-y: hidden;*/
    overflow: hidden;
    white-space: normal;
    width: 100%;
    /*max-width: 100%;
		/*align-self:stretch;
		flex-basis: 100%;*/
    display: inline-block; }
  .carousel .slick-prev.slick-disabled {
    left: -40px; }
  .carousel .slick-next.slick-disabled {
    right: -40px; }
  .carousel .slick-dots {
    position: absolute;
    bottom: 68px;
    left: 0; }
  .carousel.layout-full {
    height: 100vh; }
    @media (max-width: 955px) {
      .carousel.layout-full {
        height: calc(100vh - 75px); } }
    .carousel.layout-full .slide {
      height: calc(100vh - 20px); }
    .carousel.layout-full .media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .carousel .frame {
    position: relative; }
  .carousel .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%); }
  .carousel .slide {
    position: relative; }
  .carousel .content-element {
    /*display: table;*/
    width: 100%; }
  .carousel .content {
    width: 100%;
    max-width: 50%; }
  @media (max-width: 955px) {
    .carousel .slide {
      white-space: normal;
      display: inline-block;
      width: 100%;
      position: relative; }
    .carousel .content {
      padding-top: 0;
      padding-bottom: 0; }
    .carousel .media {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .carousel .media img {
        object-fit: cover;
        width: 100%;
        max-width: none;
        height: 100%; }
    .carousel .content-elements {
      display: table-cell;
      vertical-align: middle;
      padding-top: 0; } }

@media (max-width: 1050px) {
  .carousel .content {
    max-width: none; } }

@media (max-width: 768px) {
  .carousel .section-heading-block {
    left: 0px; } }

@media (max-width: 600px) {
  .carousel.testimonial .no-image {
    padding-bottom: 20px;
    padding-top: 100px; }
  .carousel.testimonial {
    padding-left: 10px !important;
    padding-right: 10px !important; }
    .carousel.testimonial .box {
      position: relative; }
    .carousel.testimonial .box:after {
      width: 30px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      content: '';
      background: linear-gradient(to right, rgba(255, 103, 89, 0) 0%, #ff6759 100%); }
    .carousel.testimonial .section-heading-block {
      left: 20px; }
    .carousel.testimonial .swiper-container {
      padding: 0 20px; }
    .carousel.testimonial .content {
      padding-left: 0 !important;
      padding-right: 20px !important; }
    .carousel.testimonial .slider {
      overflow: visible; }
    .carousel.testimonial .swiper-container-horizontal .content-heading {
      opacity: 0;
      transition: opacity 0.3s ease-out; }
    .carousel.testimonial .swiper-container-horizontal .swiper-slide-active .content-heading {
      opacity: 1; }
  .carousel .content-element {
    min-height: none; }
  .carousel.testimonial .no-image .content-elements {
    padding-left: 0; }
  .carousel.testimonial .no-image .content-elements {
    display: flex;
    flex-flow: column; }
  .carousel.testimonial .no-image .content-heading {
    position: static;
    order: 2; }
  .carousel .frame {
    min-height: 0; }
  .carousel.testimonial .no-image .rte {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; }
  /*.carousel.testimonial .content-subtitle {
		@include font-size(1.4);
	}*/
  .carousel.testimonial .no-image .content-heading {
    padding-right: 30px;
    padding-left: 0px; }
  .carousel .content-element {
    min-height: 0; }
  .carousel.testimonial .slick-next,
  .carousel.testimonial .slick-prev {
    top: auto;
    display: none !important;
    bottom: 75px; }
  .carousel.testimonial .no-image .content-box {
    padding-bottom: 0px; }
  .carousel .slick-next {
    right: 20px; }
  .carousel .slick-prev {
    left: auto;
    right: 70px; }
  .carousel .content-elements {
    padding-bottom: 0; }
  .carousel.testimonial .no-image .content-heading {
    position: static;
    bottom: 25px; } }

/*.flickity-prev-next-button:hover {
		background:transparent;
	}
	.flickity-prev-next-button .arrow {
	    fill: #fff;
	}
	.flickity-prev-next-button.next {
	    right: -9px;

	    &:disabled {
	    	opacity: 1;
	    	display: block;
			transform:scaleY(0.9) translate(100%,-50%) !important;
		}
	    &:hover {
			    
			 transform: translateY(-50%) scaleY(0.9);
			 svg {
			 	margin-left: 9px;
			 }

		}

	}



	.flickity-prev-next-button.previous {
	    left: -9px;

	    &:disabled {
			opacity: 1;
	    	display: block;
			transform:scaleY(0.9) translate(-100%,-50%) !important;
		}
	   

	    &:hover {
			    
			 transform: translateY(-50%) scaleY(0.9);
			 svg {
			 	margin-left: -9px;
			 }

		}	
	}
	.flickity-prev-next-button svg {
	    
	    left: 50%;
	    top: 50%;
	    width: 35px;
	    height: 35px;

	    transition:margin 0.35s ease-out;
	    transform: translate(-50%, -50%);
	}
   
	.flickity-prev-next-button {
	    position: absolute;
	    top: 50%;
	    width: 68px;
	    height: 136px;
	    border: none;
	    border-radius: 0;
	    background: transparent;
	    transition:transform 0.35s ease-out;
	    cursor: pointer;

	    &:before {
	    	content: '';
	    	position:absolute;
	    	top: 21px;
   			left: 10px;
	    	width: 96px;
    		height: 96px;
	    	transform:rotate(45deg);
	    	transform-origin: center;
	    	background:black; 
	    }

	    &.previous:before {
	    	left: -39px;
	    }
	    
	}

.flickity-enabled {
	overflow:hidden;
	padding:0;
	max-width: none;
	display: block;
	white-space: nowrap;
	> [class *= "column"] {
		display: inline-block;
	}
}*/
.content-slider .swiper-controls-new-box {
  margin-top: 10px;
  margin-left: 18px; }

.content-slider .swiper-button-disabled {
  pointer-events: none !important;
  opacity: 0.5; }

.content-slider .swiper-button-lock {
  display: none !important; }

.content-slider .swiper-button-next, .content-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #666;
  transition: all 0.3s ease-out;
  border-radius: 100%;
  border: solid 2px #666;
  margin-right: 10px;
  cursor: pointer; }
  .content-slider .swiper-button-next svg, .content-slider .swiper-button-prev svg {
    width: 18px;
    height: 18px;
    margin-top: 11px;
    margin-left: 10px; }
  .content-slider .swiper-button-next:hover, .content-slider .swiper-button-prev:hover {
    background: white;
    border-color: white;
    color: black !important; }

.content-slider .swiper-button-next svg {
  margin-left: 12px; }

.content-slider .swiper-container-horizontal {
  display: flex;
  flex-flow: column; }

.swiper-scrollbar-drag {
  cursor: grab; }

.swiper-scrollbar-drag:active {
  cursor: grabbing; }

.page-list.content-slider.last-module {
  margin-bottom: 0px; }

.content-grid .arrows-container {
  display: none; }

.content-list.quaternary-theme {
  margin: 0 20px 0px !important;
  padding-left: 57px;
  padding-right: 57px;
  padding-bottom: 33px; }
  .content-list.quaternary-theme .content-title {
    color: white; }
  .content-list.quaternary-theme .content-buttons {
    padding: 0 3px; }

.content-list {
  overflow: hidden;
  text-align: center;
  /**/
  /*&.primary-theme .item:first-child {
		 

			.content-title {
				&:after{
					background:$primaryColor;
				}
				
			}
		
	}*/ }
  .content-list .post-navigation {
    margin-top: -72px;
    margin-bottom: 30px;
    pointer-events: none; }
    .content-list .post-navigation a {
      pointer-events: all; }
  .content-list .swiper-container-horizontal {
    overflow: visible;
    padding-right: 70px; }
    .content-list .swiper-container-horizontal .swiper-controls-new {
      margin-right: -70px; }
    .content-list .swiper-container-horizontal .swiper-wrapper {
      flex-flow: nowrap; }
  .content-list .content-subtitle {
    color: inherit !important;
    opacity: 0.4; }
  .content-list .pop-button,
  .content-list .pop-button-inner {
    height: 100%; }
  .content-list .pop-button-inner .content-element {
    padding-left: 10px;
    padding-right: 10px; }
  .content-list a:hover .pop-button-inner {
    background: white;
    color: black;
    transition: transform 0.6s cubic-bezier(0, 0.9, 0.13, 0.9), opacity 0.5s ease-out, background 0.5s ease-out, color 0.5s ease-out; }
  .content-list .content-heading {
    padding-bottom: 10px; }
  .content-list .section-heading-block {
    margin: 0;
    padding: 40px 0 0; }
  .content-list .section-heading {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-size: 47px;
    font-size: 2.9375rem;
    margin-bottom: 0.9em; }
  .content-list .list {
    margin: 0 -15px; }
  .content-list .content-buttons {
    padding-bottom: 50px; }
  .content-list.no-subtitle .item .content-title {
    display: inline-block; }
    .content-list.no-subtitle .item .content-title a {
      padding-bottom: 3px;
      margin-bottom: 22px;
      border-bottom: solid 2px currentColor;
      font-size: 18px;
      font-size: 1.125rem; }
      .content-list.no-subtitle .item .content-title a:hover {
        color: white; }
  .content-list .content-title {
    font-family: Mercury Display A,Mercury Display B;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.005em;
    line-height: 38px;
    font-size: 29px; }
    .content-list .content-title a {
      position: relative; }
      .content-list .content-title a svg {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%); }
    .content-list .content-title svg {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px; }
  .content-list .image.square,
  .content-list .image.circle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    max-width: 100%; }
  .content-list .content-item-tile .image.square {
    width: 100%;
    max-width: none; }
  .content-list .image.circle {
    border-radius: 100%; }
  .content-list .content-element {
    margin-top: 40px; }
  .content-list .content-subtitle {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.2em; }
  .content-list.no-padding .frame {
    padding-left: 0;
    padding-right: 0; }
  .content-list .content-item-icon {
    padding: 15px; }
    .content-list .content-item-icon a:after {
      padding-bottom: 100%; }
  .content-list .template-content-item-icon:after {
    content: '';
    display: none; }

@media (max-width: 1050px) {
  .content-list .frame {
    padding: 0; }
  .content-list .section-heading-block {
    margin: 0 -40px; } }

@media (max-width: 768px) {
  .content-list.sm-c-padding .grid {
    margin: 0; }
  .content-list.sm-c-padding .list {
    margin: 0 10px; }
  .content-list.quaternary-theme {
    padding: 40px 40px 20px; }
  .content-list .section-heading {
    font-size: 42px;
    font-size: 2.625rem; }
  .content-list.tertiary-theme {
    padding-top: 80px !important; }
  .content-list.tertiary-theme {
    margin: 0 20px !important; }
  .content-list .swiper-container-horizontal .swiper-controls-new {
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 50px; } }

@media (max-width: 600px) {
  .content-list.sm-c-padding .list {
    margin: 0; }
  .content-list.quaternary-theme {
    padding: 20px; }
  .content-list .swiper-container-horizontal .swiper-controls-new {
    margin-top: 10px; }
  .content-list.tertiary-theme .frame {
    padding-bottom: 10px; }
  .content-list .content-buttons li {
    width: 100%; }
  .content-list .content-buttons .button-primary {
    width: 100%;
    margin-right: 0; }
  .content-list .content-buttons .button-secondary {
    display: block; }
  .content-list .swiper-container-horizontal .swiper-controls-new {
    padding: 0 10px; }
  .content-list.tertiary-theme {
    margin: 0 10px !important; }
  .content-list.quaternary-theme {
    margin: 0 0px !important; }
  .content-list .frame {
    margin: 0 0px; }
  .content-list .section-heading-block {
    margin: 0 -30px; }
  .content-list .section-heading {
    font-size: 36px;
    font-size: 2.25rem; } }

.promo.overlay .content-element {
  padding-top: 120px; }

.promo .content-title {
  text-align: center; }

.promo.overlay .content-title {
  text-align: left;
  font-size: 29px !important;
  line-height: 39px !important; }

.promo .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .promo .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.promo .frame {
  overflow: hidden; }

.promo .content-subtitle {
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 45px;
  margin-bottom: 18px;
  position: static; }

.promo.quaternary-theme .content-title {
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em; }

.promo.quaternary-theme .content-subtitle {
  color: white; }

.work-intro.lrg-padding {
  margin-top: 40px; }

.work-intro .work-intro__sub {
  font-family: AvenirLTStd-Heavy;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 6px; }

.work-intro .article-body {
  padding-top: 0px;
  margin: 0; }

.work-intro .content-title-small {
  font-size: 18px;
  font-size: 1.125rem; }

.work-intro .content-title {
  color: white !important;
  margin: 67px 0 50px; }

.work-intro .content-body {
  margin-top: 0 !important; }

.work-intro .service-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .work-intro .service-list a {
    color: white; }

@media (min-width: 1024px) {
  .work-intro .column-2-5.column-med-2-5 {
    padding-left: 20px; } }

.project-industry {
  padding-left: 20px; }

.promo.work {
  margin-top: 0;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  padding-top: 20px; }
  .promo.work .frame {
    background-color: white;
    padding-top: 190px; }
  .promo.work .content {
    padding-bottom: 50px; }
  .promo.work .media {
    position: relative; }
    .promo.work .media .post-navigation {
      position: absolute;
      bottom: 35px;
      left: 57px;
      z-index: 2;
      margin: 0; }
      .promo.work .media .post-navigation a {
        color: white; }
        .promo.work .media .post-navigation a:hover {
          color: white; }
    .promo.work .media .fluid {
      padding-bottom: 0 !important;
      height: calc(100vh - 148px);
      height: calc((var(--vh, 1vh) * 100) - 148px); }
      .promo.work .media .fluid .fluid-placeholder {
        padding-bottom: 0 !important; }
      .promo.work .media .fluid img {
        object-fit: cover;
        object-position: center; }
      .promo.work .media .fluid video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        object-position: center; }
      .promo.work .media .fluid:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: white;
        opacity: 0.25; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    border: solid 4px #94f4e8; }
  50% {
    transform: scale3d(1.3, 1.3, 1.3);
    border: solid 8px #94f4e8; }
  to {
    transform: scale3d(1, 1, 1);
    border: solid 4px #94f4e8; } }

.page-template-homepage .promo.home .fp-tableCell {
  display: block; }

.page-template-homepage .promo.home .media {
  height: 410px; }

.promo.home {
  /*@include fullLayout();
	max-height:780px;*/
  position: relative;
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 0px;
  /*.tone-menu {
		position:absolute;
		top: 100%;
		margin-top: 10px;
		right: -1px;
		width: 150px;
		.tone-pause svg {
			width: 20px;
			height: 13px;
			
		}
		.tone-mute svg {
			width: 18px;
			height: 19px;
			
		}

		.tone-refresh svg {
			width: 20px;
			height: 25px;
			
		}
		li {
			width: 50px;
			padding:10px 5px;

			button {
				width: 40px;
				height: 40px;
				background-color:$primaryColor;
				border-radius:100%;
				border:0;
				padding:0;
				position:relative;
				transition:all 0.35s ease;
				cursor: pointer;
				&.on {
					opacity: 0.5;
				}
				&:hover {
					background-color:$secondaryColor;
				}
				svg {
					position:absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);
				}
			}
		}
	}

	.tone-col {
		width: 50px;  
		&:after {
			content: '';
			display: block;
			border-radius:100%;
			margin:16px 0;
			opacity: 0.5;
			width: 10px;
			height: 10px;
			position:relative;
			left: 50%;
			margin-left: -5px;
			border:solid 2px white;
			transition:all 2s ease;
		}
		&.current {
			&:after {
				background-color:white;
			}
			.tone-item {
				transition:all 0.35s ease;
				opacity: 1;	

				&.active .tone-spot {
					animation-name: pulse;
				}
				
			}
		}
	}

	&.tone-promo {
		.frame { 
			pointer-events:none; 
		}
	}


	.tone-item {
		display: block;
		padding:0;
		border:0;
		border-radius:0;
		position:relative;
		background-color:transparent;
		width: 100%;
		cursor: pointer;
		opacity: 0.25;
		transition:all 2s ease;

		&.off {
			opacity: 0;
			transform:scale(0);
		}
		&.active {
			opacity: 1;
			.tone-spot {
				border:solid 4px #94f4e8;
			}
			transition:all 0.35s ease;
		}
		&:hover {
			opacity: 0.8;
			transition:all 0.35s ease;
		}
		.tone-spot {
			position:absolute;
			top: 50%;
			left: 50%;
			margin-top: -20px;
			margin-left: -20px;
  
			background-color:white;
			border:solid 2px rgba(255,255,255,0.5);
			width: 40px;
			height: 40px;
			border-radius:100%;

			

			animation-duration: 1.5s;
  			animation-fill-mode: both;
  			
		}
		&:before {
			content: '';
			display: block;
			border-radius:0;
			padding-bottom:100%;
		}
	}

	.tone-grid {
		position:absolute;
		bottom:0;
		width: 100%;
		right: 30px;
		max-width: 800px;	
	}*/ }
  .promo.home .media {
    background-color: white;
    /*position:absolute;
		top: 0;
		left: 40px;*/
    /*width: calc(100% - 80px);*/
    /*height: calc(100% - 235px);*/
    height: 410px; }
  .promo.home .content {
    padding-top: 0 !important;
    /*margin-top: -95px;*/
    margin-top: -70px;
    position: relative;
    padding-bottom: 0 !important;
    padding-right: 10px; }
  .promo.home .frame {
    /*	position: absolute;
		bottom:0;*/ }
  .promo.home .content-title {
    max-width: 890px;
    color: white;
    margin-bottom: 0;
    margin-left: -11px;
    letter-spacing: 3px; }
  .promo.home .content-subtitle {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    color: #666666;
    margin-bottom: 40px;
    color: #fff; }
  .promo.home .content-body {
    max-width: none;
    color: white; }

.promo.big {
  position: relative; }
  .promo.big .content-element {
    padding: 50px 0 1px;
    margin: auto;
    max-width: 900px; }
  .promo.big.layout-full {
    height: calc(100vh - 82px); }
    .promo.big.layout-full .frame {
      top: 50%;
      transform: translate(0, -50%); }
    .promo.big.layout-full:first-child {
      height: 100vh; }
      @media (max-width: 955px) {
        .promo.big.layout-full:first-child {
          height: calc(100vh - 75px); } }
  .promo.big .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 25% 50%; }
    .promo.big .media img {
      object-fit: cover;
      width: 100%;
      max-width: none;
      height: 100%; }
  .promo.big .content {
    width: 100%; }
  .promo.big .content-title {
    margin-bottom: 57px;
    font-size: 40px; }
  .promo.big .frame {
    position: relative; }

.promo.overlay {
  background: white;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: relative; }

.promo.overlay .frame {
  position: absolute;
  bottom: 50px;
  padding: 0 20px;
  left: 0;
  width: 100%; }
  .promo.overlay .frame .content-heading {
    max-width: 845px; }

.promo.header {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: visible;
  margin-bottom: 20px; }
  .promo.header.sm-padding {
    padding-top: 20px; }
  .promo.header .frame {
    padding-top: 235px;
    padding-bottom: 57px; }
  .promo.header.tertiary-theme .frame {
    padding-top: 162px; }
  .promo.header .media {
    height: 410px; }
    .promo.header .media .fluid {
      position: absolute;
      top: 225px;
      width: 29%;
      right: 80px;
      border: solid 1px #fff;
      box-shadow: 0 30px 40px 1px rgba(0, 0, 0, 0.15); }
  .promo.header.has-image .content {
    width: 66%; }
  .promo.header .content-buttons {
    margin-top: 30px;
    margin-bottom: -10px; }
    .promo.header .content-buttons a {
      margin-right: 10px;
      margin-bottom: 10px; }
  .promo.header .content {
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 0 !important; }
  .promo.header .content-title {
    max-width: 1010px;
    color: white; }
  .promo.header .content-subtitle {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    color: #666666;
    color: #fff;
    position: absolute;
    top: -3.7em; }

@media (max-width: 1050px) {
  .promo.overlay .frame {
    bottom: 30px; }
  .promo.home {
    /*.media {
			width: calc(100% - 60px);
			left:30px;
			height: calc(100% - 165px);
			height: 410px;
		}*/
    margin-botom: -40px; }
    .promo.home .content {
      margin-top: -67px; }
  .promo.header .fluid-custom {
    display: none; }
  .promo.header.has-image .content {
    width: 100%; } }

@media (max-width: 768px) {
  .promo.big.secondary-theme .frame {
    padding-left: 40px;
    padding-right: 40px; }
    .promo.big.secondary-theme .frame .content-element {
      padding-top: 10px; }
  .promo.overlay .frame {
    bottom: 0; }
  .project-industry {
    padding-left: 0; }
  .promo.header .frame {
    padding-bottom: 40px; }
  .promo.work {
    padding-left: 20px; }
  .promo.work .media .post-navigation {
    left: 40px; }
  .promo.post .media {
    padding-left: 40px;
    padding-right: 40px; }
  .promo.home .content-title {
    margin-left: 0; }
  .promo.header .content {
    margin-top: -55px; }
  .promo.home .frame {
    bottom: 30px; }
  .promo.home .content {
    margin-top: -55px; }
  .promo.header .content-title {
    margin-bottom: 20px; }
  .promo.home {
    margin-bottom: -20px; }
    .promo.home .media {
      /*width: calc(100% - 40px);*/
      left: 20px; }
  .promo.home .media {
    width: 100%; }
  .promo.overlay .media {
    position: relative; }
  .promo.work .content-title {
    margin-bottom: 1.2em; }
  .promo.work .content-heading {
    padding-right: 0; } }

@media (max-width: 600px) {
  .promo.overlay .content-title {
    font-size: 18px !important;
    line-height: 23px !important; }
  .promo.overlay .content-element {
    padding-top: 0; }
  .promo.overlay .fluid-custom .fluid-placeholder {
    padding-bottom: 70% !important; }
    .promo.overlay .fluid-custom .fluid-placeholder img {
      object-fit: cover;
      object-position: center; }
  .promo.sm-padding.lrg-c-padding.overlay .content {
    padding: 0 !important; }
  .promo.big.secondary-theme .frame {
    padding: 0; }
  .work-intro .content-title-small {
    margin-bottom: 24px; }
  body .promo.work .media .post-navigation {
    left: 20px; }
  .promo.work.square-hero-sm .media .fluid {
    height: auto; }
    .promo.work.square-hero-sm .media .fluid:before {
      padding-top: 75% !important; }
  .promo.work .post-navigation {
    font-size: 14px;
    font-size: 0.875rem; }
  .work-intro .article-body {
    padding-top: 0; }
  /*.work-intro .content-title-small {
		font-size: 12px;
	}*/
  .promo.work {
    margin-bottom: 0; }
    .promo.work .media {
      padding: 0;
      margin: 0; }
      .promo.work .media img {
        object-position: center;
        object-fit: cover; }
    .promo.work .fluid-custom .fluid-placeholder {
      padding-bottom: 0 !important;
      height: calc(100vh  - 160px);
      height: calc((var(--vh, 1vh) * 100) - 160px); }
    .promo.work.square-hero-sm .fluid-custom .fluid-placeholder {
      height: auto;
      padding-bottom: 75% !important; }
  .work-intro {
    padding: 0 20px !important;
    margin-top: 0 !important; }
    .work-intro .content-title {
      margin-top: 37px;
      margin-bottom: 30px; }
    .work-intro .article.double .content-body {
      columns: none;
      padding-left: 44px; }
    .work-intro .blue-box {
      /*font-size: 12px;*/
      background-color: white;
      padding: 20px 0;
      color: white;
      margin-left: -20px;
      width: calc(100% + 40px); }
      .work-intro .blue-box .column-1-2 {
        padding: 0 20px; }
      .work-intro .blue-box .service-list {
        line-height: 1.277; }
      .work-intro .blue-box .service-list li {
        display: inline; }
        .work-intro .blue-box .service-list li:after {
          content: ', ';
          float: left;
          width: 7px; }
        .work-intro .blue-box .service-list li:last-child:after {
          display: none; }
      .work-intro .blue-box .service-list a {
        color: white;
        float: left; }
  .promo.post,
  .promo.header.sm-padding,
  .promo.work,
  .promo.header {
    padding: 0; }
  .promo.header .frame {
    padding-top: 183px;
    padding-bottom: 20px; }
  .promo.sm-padding.lrg-c-padding .content {
    padding-right: 20px;
    padding-left: 20px; }
  .promo.work .client-column {
    padding: 0 15px; }
  /*.promo.home .frame {
		    bottom: -13px;
	}*/
  /*.promo.home .content {
		margin-top: 0;
	}*/
  .promo.home .content {
    margin-top: -37px; }
  .promo.header .content {
    margin-top: -1.9em; }
  .promo.home .content-title {
    letter-spacing: 1px; }
  .promo.home {
    margin-bottom: 0; }
  /*.promo.home .tone-grid {
		bottom: 72px;
	}
	.promo.home .tone-menu {
	    
	       margin-top: -4px;
	       

	}*/
  .promo.header .content-title {
    margin-bottom: 0; }
  .promo.no-feature-image.work {
    margin-bottom: 30px; }
  .promo.work .frame {
    padding-top: 160px; }
  .promo.post .content-subtitle,
  .promo.work .content-subtitle {
    position: relative;
    top: auto;
    font-size: 14px;
    font-size: 0.875rem; }
  .promo.post .media:before,
  .promo.work .media:before {
    height: 60px; }
  .promo.post .media {
    padding: 0 20px;
    margin: 0 0; }
  .promo.work .section-title {
    font-size: 21px;
    font-size: 1.3125rem; }
  .promo.home .content-title {
    margin-left: 0; }
  /*.promo.home {

		.media {
			width: calc(100% - 30px);
			left:15px;
			height: calc(100% - 78px);
		}
	}*/
  .promo.header.has-image .content {
    width: 100%;
    padding: 0 20px; }
  .promo.home .content-title {
    margin-left: -4px;
    width: calc(100% + 34px); } }

.home-swiper > .swiper-wrapper > * {
  flex-shrink: 0;
  width: 100%;
  height: 100%; }

.contact-banner {
  margin: 0 0 40px;
  padding: 20px 77px 0px; }
  @media (max-width: 1200px) {
    .contact-banner {
      padding: 20px 20px 0; } }
  .contact-banner .frame {
    color: #fff;
    padding: 50px 35px 40px;
    position: relative; }
  .contact-banner .contact-banner__intro p {
    max-width: 780px;
    margin-bottom: 0;
    font-size: 29px;
    font-size: 1.8125rem;
    letter-spacing: 0em; }
  .contact-banner .button {
    font-size: 29px;
    font-size: 1.8125rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    background-color: #ff6759;
    padding: 46px 5px 44px;
    max-width: 325px;
    font-weight: 400;
    min-width: 260px;
    width: calc(100% - 840px);
    transition: all 0.35s ease-out; }
    .contact-banner .button:hover {
      background-color: white; }

@media (max-width: 768px) {
  .contact-banner .frame {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .big-button-inner {
    padding-bottom: 0 !important; }
  .contact-banner__intro {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 1.4; }
  .contact-banner .button {
    position: static;
    width: 100%;
    display: block;
    max-width: none;
    margin-top: 35px; }
  .contact-banner .button {
    padding: 38px 5px 36px; } }

@media (max-width: 600px) {
  .single-work .contact-banner {
    padding: 0 20px; }
  .contact-banner {
    padding: 0 20px; }
  .contact-banner__intro {
    padding-left: 15px;
    padding-right: 15px; } }

.page-list {
  /*.content-grid .list-post {
		margin-left: -25px;
		margin-right:-25px;
	}*/ }
  .page-list .button-menu {
    padding: 0 125px; }
  .page-list .content-buttons {
    padding-bottom: 6px; }
  .page-list .center-menu .button-menu {
    margin-top: 40px;
    margin-bottom: 10px; }
  .page-list .section-heading {
    margin: 100px 0 85px; }
  .page-list.type-latest .post-listing__title {
    min-height: 76px; }
  .page-list.type-latest .post-listing-simple .post-listing__meta {
    margin-bottom: 6px; }
  .page-list.type-latest .image-column {
    padding-right: 40px; }
  .page-list.type-latest .text-column .post-listing-simple {
    padding-left: 15px; }
  .page-list.type-latest .image-column .item {
    padding-left: 20px;
    padding-right: 20px; }
  .page-list.content-grid .section-subtitle::after {
    content: '';
    width: 2px;
    height: 60px;
    background-color: white;
    opacity: 0.4;
    display: block;
    margin: 13px auto 80px; }
  @media (min-width: 1051px) {
    .page-list.content-grid .column-1-2 {
      padding-bottom: 80px; }
    .page-list.content-grid .column-1-2:first-child {
      padding-right: 65px; }
    .page-list.content-grid .column-1-2:nth-child(2) {
      padding-left: 65px; } }

.list-work {
  padding: 0 1px; }

.single .page-list {
  margin-top: 30px !important; }
  .single .page-list .frame {
    max-width: 1350px !important; }

.single .page-list .section-heading-block {
  margin-top: 0 !important; }

.single .page-list .section-heading {
  margin-top: 0 !important;
  margin-bottom: 65px; }

@media (min-width: 767px) {
  .page-list.latest .post-listing-simple {
    width: 100%; }
    .page-list.latest .post-listing-simple .post-listing__media {
      display: none; } }

.page-list.content-slider {
  overflow: hidden; }
  .page-list.content-slider .post-listing-simple .post-listing__title {
    margin-bottom: 0; }
  .page-list.content-slider .arrows-container {
    overflow: hidden;
    margin-bottom: 40px; }
    .page-list.content-slider .arrows-container .swiper-button-prev {
      float: left; }
      .page-list.content-slider .arrows-container .swiper-button-prev svg {
        margin-right: 8px; }
    .page-list.content-slider .arrows-container .swiper-button-next {
      float: right; }
      .page-list.content-slider .arrows-container .swiper-button-next svg {
        margin-left: 8px; }
    .page-list.content-slider .arrows-container svg {
      width: 19px;
      height: 12px; }
  .page-list.content-slider.fill-space .list-container {
    padding: 0; }
  .page-list.content-slider .frame {
    max-width: none;
    padding-right: 0px; }
  .page-list.content-slider .grid {
    /*display: block;*/
    white-space: nowrap;
    position: static;
    flex-flow: nowrap; }
  .page-list.content-slider .swiper-slide {
    height: auto; }
  .page-list.content-slider .post-listing {
    margin-bottom: 0; }
  .page-list.content-slider .arrows-container {
    /*margin-left: -39px;*/
    line-height: 0px;
    margin-top: 16px; }
  .page-list.content-slider .list-container {
    overflow: visible;
    padding: 0 125px;
    position: relative; }
  .page-list.content-slider .post-listing {
    white-space: normal;
    display: flex;
    float: none;
    height: auto; }
  .page-list.content-slider .slick-list {
    overflow: visible; }
  .page-list.content-slider .slick-prev.slick-disabled {
    opacity: 0; }
  .page-list.content-slider .slick-next.slick-disabled {
    opacity: 0; }

@media (max-width: 1050px) {
  .page-list.content-slider.fill-space .list-container,
  .page-list.content-slider .list-container {
    padding: 0 60px; }
  .page-list .button-menu {
    padding: 0 60px; }
  .page-list .section-heading {
    margin-top: 40px; } }

@media (max-width: 768px) {
  .page-list.type-latest .image-column {
    padding-right: 0; }
  .page-list.type-latest .frame {
    padding: 0 40px; }
  /*.page-list.content-grid.med-c-padding {

		.grid {
			    margin-left: -10px;
   			 width: calc(100% + 20px);
		}
	}*/
  .page-list.content-slider.fill-space .list-container,
  .page-list.content-slider .list-container {
    padding: 0 0; }
    .page-list.content-slider.fill-space .list-container.swiper-container-horizontal,
    .page-list.content-slider .list-container.swiper-container-horizontal {
      padding-right: 60px;
      padding-left: 40px; }
      .page-list.content-slider.fill-space .list-container.swiper-container-horizontal .swiper-controls-new-box,
      .page-list.content-slider .list-container.swiper-container-horizontal .swiper-controls-new-box {
        display: none; }
  .page-list.content-slider.swiper-container-horizontal .swiper-button-next,
  .page-list.content-slider.swiper-container-horizontal .swiper-button-prev {
    display: none; } }

@media (max-width: 600px) {
  /*.page-list.content-grid.med-c-padding {

		.grid {
			    margin-left: 0px;
   			 width: 100%;   
		}
	}*/
  .featured-posts .item-3 {
    width: 100%; }
  .page-list.content-slider.last-module {
    margin-bottom: 40px; }
  .page-list.content-slider.fill-space .list-container.swiper-container-horizontal,
  .page-list.content-slider .list-container.swiper-container-horizontal {
    padding-left: 0px;
    padding-right: 40px; }
    .page-list.content-slider.fill-space .list-container.swiper-container-horizontal .item, .page-list.content-slider .list-container.swiper-container-horizontal .item {
      padding: 0 0px 40px !important; }
  .page-list .swiper-controls-new-box {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .page-list.content-slider .swiper-slide {
    width: 100%; }
  .page-list.content-slider.fill-space .grid,
  .page-list.content-slider .grid {
    margin: 0; }
  .page-list.content-slider.fill-space .section-heading-block,
  .page-list.content-slider.fill-space .list-container,
  .page-list.content-slider .section-heading-block,
  .page-list.content-slider .list-container {
    padding: 0 0px; }
  .page-list .button-menu {
    padding: 0 20px; }
  .page-list.content-slider .grid {
    padding-right: 40px; }
  .page-list.content-slider .frame {
    padding: 0  20px; }
    .page-list.content-slider .frame .swiper-controls-new {
      width: calc(100% + 20px); }
  /*.page-list.content-slider .swiper-slide {
		padding:0;
	}*/ }

.post-listings {
  padding-bottom: 6px;
  padding: 20px 100px 0; }
  .post-listings .post-listing-simple {
    margin-bottom: 25px; }

.article-list-header.lrg-padding {
  margin-bottom: 40px; }
  .article-list-header.lrg-padding .content-heading {
    margin: auto;
    max-width: 1000px; }

.featured-posts {
  overflow: hidden; }
  .featured-posts .post-listing__title {
    max-width: 330px; }

.post-listings-blog .frame .paging-block {
  padding-top: 0; }

.post-listings-blog.sm-c-padding .grid {
  margin: 0;
  padding: 0 2px; }

.post-listings .large-text {
  max-width: 900px; }

.paging-block {
  text-align: center; }
  .paging-block .nav-next {
    display: none; }

@media (min-width: 768px) {
  .post-listings .column-2-5.post-listing .post-listing__media {
    position: relative; }
    .post-listings .column-2-5.post-listing .post-listing__media:before {
      content: '';
      display: block;
      /*padding-top:114%;*/
      padding-top: 85%; }
    .post-listings .column-2-5.post-listing .post-listing__media img {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover;
      object-position: center; } }

@media (max-width: 1050px) {
  .post-listing__title {
    font-size: 26px;
    font-size: 1.625rem; }
  .post-listings {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 768px) {
  .post-listings .grid {
    margin: 0 -20px; }
  .post-listing-simple .post-listing__media {
    margin-bottom: 1.5em; }
  .content-slider .swiper-controls-new-box {
    margin-left: 0; }
  .post-listing__title {
    font-size: 24px;
    font-size: 1.5rem; } }

@media (max-width: 600px) {
  .post-listings {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0; }
    .post-listings .grid {
      margin: 0; }
    .post-listings.xxlrg-c-padding .item {
      padding-left: 0;
      padding-right: 0; }
  .post-listing-simple:before {
    left: 0;
    width: 100%; }
  .post-listing__title {
    font-size: 22px;
    font-size: 1.375rem; } }

.post-listing-work .sticky-media {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none; }

/*.work-list .frame > .list-container > .grid .item {
	&:first-child {
			width: 100%;
			.fluid-placeholder {
				padding-bottom:47.454545% !important;
			}
		}  
}*/
.work-list.sm-padding {
  margin-top: 40px;
  margin-bottom: 60px; }
  .work-list.sm-padding .paging-block {
    padding-top: 10px; }

.work-list a {
  transition: opacity 0.3s ease-out, color 0.3s ease-out; }

.work-list .item {
  /*
		&:nth-child(2) {
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(3) {
			
		}
		&:nth-child(4) {
			a {          
				width: 56.6%;
    			float: right;
			}
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(5) {
			
		}
		&:nth-child(6) {
			
		}
		&:nth-child(7) {
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
		}
		&:nth-child(8) {
			a {
				width: 56.6%;
    
			}
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(9) {
			a {
				width: 56.6%;
    			
			}
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}
		}*/
  /*&:nth-child(10) {
			a {
				width: 56.6%;
    			float: right;
			}
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(11) {
			
		}

		&:nth-child(12) {
			width: 100%;
		}

		&:nth-child(13) {
			width: 25%;
			.fluid-placeholder {
				padding-bottom:118.1506849315068%!important;
			}
			.fluid {
				height: auto!important
			}

		}

		&:nth-child(14) {
			width: 25%;
			.fluid-placeholder {
				padding-bottom:118.1506849315068%!important;
			}
			.fluid {
				height: auto!important
			}
		}

		&:nth-child(15) {
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
		}*/ }

.work-list .sticky-zone {
  position: fixed;
  top: 0;
  visibility: hidden;
  right: 0px;
  width: 100%;
  display: none;
  height: 100%; }
  .work-list .sticky-zone:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    opacity: 0.4; }
  .work-list .sticky-zone .background-image.off {
    opacity: 0;
    transition: opacity 0.45s ease-out; }
  .work-list .sticky-zone .fluid {
    position: static !important;
    background: transparent !important; }
  .work-list .sticky-zone .image,
  .work-list .sticky-zone img,
  .work-list .sticky-zone video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center; }

.post-type-archive-work .site-footer,
.post-type-archive-work .promo.header {
  position: relative;
  z-index: 8;
  background: white; }

.listview-open .lrg-c-padding .item {
  padding-bottom: 0; }
  .listview-open .lrg-c-padding .item a {
    padding-bottom: 40px; }

.listview-open.hovered .work-list .frame .item .post-listing__heading {
  color: white;
  opacity: 0.4; }

.listview-open.hovered .work-list .frame .item a:hover .post-listing__heading {
  opacity: 1; }

.listview-open .work-list .sticky-zone.on {
  opacity: 1;
  visibility: visible;
  height: 100%;
  width: 100%;
  display: block; }
  .listview-open .work-list .sticky-zone.on .image {
    object-fit: cover;
    object-position: center; }

.listview-open .work-list {
  clip: rect(0, auto, auto, 0);
  counter-reset: section; }
  .listview-open .work-list .frame {
    padding: 60px 139px;
    position: relative;
    z-index: 100; }
    .listview-open .work-list .frame a {
      float: none !important;
      width: 100% !important; }
    .listview-open .work-list .frame .item {
      width: 100% !important;
      counter-increment: section; }
      .listview-open .work-list .frame .item .post-listing__media {
        display: none; }
      .listview-open .work-list .frame .item .post-listing__heading {
        color: white;
        position: static;
        padding: 0;
        opacity: 1;
        background: transparent; }
        .listview-open .work-list .frame .item .post-listing__heading:before {
          content: counter(section, decimal-leading-zero);
          display: block;
          margin-bottom: 8px;
          font-size: 18px;
          @important bodyFontBold(); }
        .listview-open .work-list .frame .item .post-listing__heading .post-listing__title {
          font-size: 40px;
          font-size: 2.5rem;
          font-family: "Mercury Display A", "Mercury Display B";
          font-style: normal;
          font-weight: 600;
          letter-spacing: -0.005em;
          letter-spacing: 0;
          line-height: 1.225;
          margin-bottom: 10px; }

.touch .promo .toggle {
  display: none; }

@media (max-width: 1150px) {
  .promo .toggle {
    display: none; } }

@media (max-width: 600px) {
  /*.work-list .frame>.list-container>.grid .item:first-child .fluid-placeholder {
		padding-bottom: 55.454545454545%;
	}*/
  /*.work-list .frame>.list-container>.grid .item:first-child {
		width: 50%;

		.fluid-placeholder {
    padding-bottom: 47.454545%!important;
}
	}*/
  .work-list.sm-padding {
    margin-top: 0;
    margin-bottom: 60px; }
  .promo .toggle {
    display: none; }
  .work-list {
    /*.grid.list-work {
			display: block;
    		column-count: 2;
    		column-gap: 0;
    		.item {
    			width: 100% !important;
    			break-inside: avoid;
    		}	
		}*/ }
    .work-list.sm-padding.lrg-c-padding {
      padding: 0 14px 0; }
      .work-list.sm-padding.lrg-c-padding .item {
        padding: 0 6px 30px; }
    .work-list .item {
      /*&:first-child {
			width: 50%;
			.fluid-placeholder {
				padding-bottom: 130%!important;
			}
		}
  
		&:nth-child(2) {
			.fluid-placeholder {
				padding-bottom: 130%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(3) {
			
		}
		&:nth-child(4) {
			a {          
				width: 100%;
    			float: none;
			}
			.fluid-placeholder {
				padding-bottom: 55.454545454545%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(5) {
			
		}
		&:nth-child(6) {
			
		}
		&:nth-child(7) {
			.fluid-placeholder {
				padding-bottom: 91.25%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(8) {
			a {
				width: 100%;
    			float: none;
    
			}
			.fluid-placeholder {
				padding-bottom: 55.454545454545%!important;
			}
			.fluid {
				height: auto!important
			}
		}
		&:nth-child(9) {
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
		}
		&:nth-child(10) {
			a {
				width: 100%;
    			float: none;
			}
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			
		}
		&:nth-child(11) {
			.fluid-placeholder {
				padding-bottom: 97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}
		}

		&:nth-child(12) {
			width: 50%;
		}

		&:nth-child(13) {
			width: 50%;
			.fluid-placeholder {
				padding-bottom:97.9133226324238%!important;
			}
			.fluid {
				height: auto!important
			}

		}

		&:nth-child(14) {
			width: 50%;
			.fluid-placeholder {
				padding-bottom:118.1506849315068%!important;
			}
			.fluid {
				height: auto!important
			}
		}

		&:nth-child(15) {
			.fluid-placeholder {
				padding-bottom: 55.454545454545%!important;
			}
		}

		&:nth-child(16) {
			
		}*/ } }

.quotes-section-heading .section-subtitle {
  margin-bottom: 20px; }

/*
.home .quotes {
	.slide {
		height:100vh;
	}
	.sticky-media { 
		height:100vh;
	}

	.media {
		height: calc(100vh - 40px);

	}
}
*/
.quotes {
  position: relative; }
  .quotes .sticky-proxy {
    display: none; }
  .quotes .media {
    background-color: white; }
    .quotes .media .fluid {
      transition: all 0.4s ease-out; }
  .quotes .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    clip: rect(0, auto, auto, 0); }
    .quotes .slide-content .fluid {
      opacity: 0.5; }
    .quotes .slide-content:hover .fluid {
      opacity: 0.4; }
    .quotes .slide-content:hover .cta-link {
      color: white; }
  .quotes .link {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .quotes .slide {
    padding-bottom: 20px; }
    .quotes .slide:last-child {
      padding-bottom: 0; }
  .quotes .swiper-container {
    padding: 0 20px; }
  .quotes .swiper-wrapper {
    display: block; }
  .quotes .fluid-custom {
    height: 100%; }
    .quotes .fluid-custom .fluid-placeholder {
      display: none; }
  .quotes .swiper-container-horizontal .swiper-wrapper {
    display: flex; }
  .quotes .sticky-media {
    z-index: 3;
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    top: 0;
    left: 0; }
    .quotes .sticky-media:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      background-color: #fff;
      height: 100%; }
    .quotes .sticky-media:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      background-color: #fff;
      height: 100%; }
  .quotes .mobile-slider {
    position: relative;
    z-index: 2; }
  .quotes .media {
    height: calc(100vh - 40px);
    /**/ }
    .quotes .media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .quotes .media .marker {
      height: 10px;
      width: 10px;
      position: absolute;
      right: 100px; }
      .quotes .media .marker.top {
        top: 220px; }
      .quotes .media .marker.bottom {
        bottom: 90px; }
  .quotes .slide {
    height: calc(100vh - 40px); }
  .quotes .service-cats {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 0; }
  .quotes .content-cats {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    border-bottom: solid 2px currentColor;
    display: inline-block;
    padding-bottom: 3px;
    font-size: 18px;
    line-height: 1.277; }
  .quotes .featured-title {
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em;
    color: #fff;
    margin-bottom: 0;
    transition: color 0.3s ease-out; }
  .quotes .cta-link {
    transition: color 0.3s ease-out; }
  .quotes .cta-link {
    position: absolute;
    bottom: 71px;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 230px;
    font-size: 18px;
    color: #fff;
    font-weight: 700; }
    .quotes .cta-link svg {
      width: 20px;
      height: 12px;
      display: inline-block;
      margin-left: 4px;
      vertical-align: middle; }
  .quotes .count-index {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    bottom: 66px;
    right: 135px;
    text-align: right;
    /*display: none;*/
    color: #fff;
    max-width: 660px;
    width: 100px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    font-size: 18px; }
  .quotes .count-col {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 73px;
    right: 80px;
    text-align: right;
    /*display: none;*/
    color: #fff;
    max-width: 660px;
    width: 100px;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    z-index: 11; }
    .quotes .count-col .next-item {
      color: white; }
      .quotes .count-col .next-item:hover {
        color: white; }
    .quotes .count-col svg {
      display: inline-block;
      width: 18px;
      height: 8px;
      margin-left: 25px; }
  .quotes .content-col {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    /*text-shadow: 0 0 6px rgba(75,75,75,0.25);*/
    position: absolute;
    bottom: 71px;
    left: 80px;
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*display: none;*/
    color: #fff;
    max-width: 660px;
    width: calc( 100% - 160px); }
    .quotes .content-col a {
      color: #fff;
      cursor: hand; }
      .quotes .content-col a:hover {
        color: white; }
    .quotes .content-col.active {
      display: block; }
  .quotes .content {
    color: #fff;
    width: 100%;
    z-index: 2; }

@media (min-width: 768px) {
  .touch .quotes .media,
  .touch .quotes .slide {
    height: calc(100vh - 40px);
    height: calc((var(--vh, 1vh) * 100) - 40px); } }

@media (max-width: 768px) {
  .quotes .content-col {
    bottom: 80px;
    left: 60px;
    width: calc(100% - 120px); }
  .quotes .cta-link {
    display: none; } }

@media (max-width: 600px) {
  .sticky-scroller .quotes + .quotes {
    margin-top: -10px; }
  .sticky-scroller .quotes {
    padding: 10px !important; }
  .home .quotes .media {
    height: 100%; }
  .quotes .cta-link {
    display: none; }
  .quotes .visible-sm.content-cats-box {
    position: absolute;
    top: 21px;
    text-align: center;
    min-height: 50px;
    justify-content: center;
    display: flex !important;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - 170px); }
    .quotes .visible-sm.content-cats-box .content-cats {
      color: white;
      border-bottom: 0;
      background-image: linear-gradient(to right, white 75%, white 75%);
      background-position: 0 1em;
      background-repeat: repeat-x;
      background-size: 100% 2px;
      display: inline;
      position: static;
      padding-bottom: 0;
      margin: 0; }
  .quotes .service-cats {
    padding-right: 100px;
    padding-left: 10px; }
  .quotes .featured-title {
    text-align: center; }
  .quotes .count-col {
    bottom: 40px;
    right: 30px;
    position: absolute; }
    .quotes .count-col svg {
      margin-left: 10px; }
  .quotes {
    padding-left: 0;
    /*padding-bottom:15px;*/
    overflow: hidden;
    /*.slide {
			padding-right:10px;
		}*/ }
    .quotes .count-index {
      position: absolute;
      bottom: 39px;
      right: 90px; }
    .quotes.med-heading .featured-title {
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1.225; }
    .quotes.single-item .slide {
      margin-right: 0 !important;
      /*   width: calc(100% - 15px);*/ }
    .quotes .swiper-container {
      padding-right: 15px;
      padding-left: 0;
      overflow: visible; }
    .quotes .slide {
      /*	width: calc(100% - 30px);*/ }
    .quotes .slick-list {
      overflow: visible; }
    .quotes .media {
      height: 100%; }
    .quotes .slide {
      max-height: none;
      height: auto; }
      .quotes .slide:before {
        content: '';
        display: block;
        padding-bottom: 160%; }
  .quotes .sticky-media {
    display: none; }
  .quotes .content-col {
    display: block;
    position: absolute;
    bottom: 38px;
    left: 20px;
    width: calc(100% - 40px); }
  .quotes .slide {
    padding-bottom: 10px;
    height: calc(100vh - 20px);
    height: calc((var(--vh, 1vh) * 100) - 20px); }
  .quotes .sticky-media:after, .quotes .sticky-media:before {
    width: 15px; } }

.video-block {
  position: relative;
  overflow: hidden; }
  .video-block .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background-size: cover;
    background-position: center;
    pointer-events: none; }

.video {
  background: white; }
  .video.sm-padding {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .video .video-block {
    position: relative; }

@media (max-width: 768px) {
  /*.video-block {
		.video-block .video-element.fluid:after {
			content: ""!important;
			display: block!important;
			padding-top: 56.25%;
		}
	}*/ }

@media (max-width: 600px) {
  .overlay-mode .video-block .video-overlay {
    pointer-events: all; }
  .overlay-mode .video-element .icon.play {
    display: none; } }

.social-feed {
  position: relative;
  /*a:hover {
		color:$secondaryColor;
	}*/ }
  .social-feed .grid:before {
    content: '';
    display: block;
    width: 50%;
    padding-bottom: 50%; }
  .social-feed .grid:after {
    content: '';
    display: block;
    width: 50%;
    padding-bottom: 50%; }
  .social-feed .text-item {
    text-align: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    .social-feed .text-item .content-element {
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      transform: translate(0, -50%); }
    .social-feed .text-item:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .social-feed .text-item .content-title {
      font-family: "Mercury Display A", "Mercury Display B";
      font-style: normal;
      font-weight: 600;
      letter-spacing: -0.005em; }
    .social-feed .text-item.end {
      top: auto;
      left: auto;
      right: 0;
      bottom: 0; }
  .social-feed .social-arrows {
    margin-top: 10px; }
  .social-feed .social-menu span {
    display: none; }
  .social-feed .social-menu svg {
    display: inline-block;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    vertical-align: sub; }
  .social-feed .stamp.top {
    top: 0;
    left: 0; }
  .social-feed .stamp.bottom {
    bottom: 0;
    left: 50%; }
  .social-feed .stamp.left {
    left: 0;
    bottom: 0; }
  .social-feed .instagram-box {
    position: relative;
    /*padding-bottom:100%;*/
    overflow: hidden;
    /*img {
			position:absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}*/ }
    .social-feed .instagram-box img {
      max-width: auto;
      width: 100%; }
  .social-feed .instagram-element {
    /*&.portrait {
			.instagram-box {
				padding-bottom:200%;
			}
		}
		&.landscape {
			.instagram-box {
				padding-bottom:50%;
			}
		}*/ }
    .social-feed .instagram-element .icon.instagram {
      position: absolute;
      top: 18px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 20px;
      height: 20px;
      color: white; }
    .social-feed .instagram-element:hover .caption {
      opacity: 1; }
  .social-feed .tweet-item {
    position: relative; }
    .social-feed .tweet-item .icon.twitter {
      color: white;
      position: absolute;
      top: 18px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 20px;
      height: 20px; }
  .social-feed .tweet-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 30px;
    text-align: center;
    transform: translate(-50%, -50%);
    margin-bottom: 0; }
  .social-feed .tag {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0); }
  .social-feed .caption {
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    background-color: rgba(255, 255, 255, 0.9);
    height: calc(100% - 50px);
    transition: all 0.4s ease-out;
    opacity: 0; }
    .social-feed .caption .cap {
      font-size: 14px;
      font-size: 0.875rem;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      padding: 30px;
      text-align: center;
      transform: translate(-50%, -50%); }
    .social-feed .caption .handle {
      position: absolute;
      bottom: 25px;
      left: 50%;
      transform: translate(-50%, 0); }
  .social-feed .tweet {
    padding-bottom: 100%;
    text-align: center; }
  .social-feed .content-element {
    padding: 0% 8% 0%; }
  .social-feed .grid-item {
    padding: 2px; }
    .social-feed .grid-item:last-child, .social-feed .grid-item:first-child {
      width: 50%; }
  .social-feed .work-item .content-title {
    /*@include font-size(5);*/ }
  .social-feed .content-body {
    margin: auto;
    max-width: 450px;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.4; }
    .social-feed .content-body p {
      margin-bottom: 1em; }
  .social-feed .content-title {
    margin-bottom: 0.2em; }
  .social-feed .slick-track {
    height: 350px; }
  .social-feed .slick-slider {
    display: block;
    flex-flow: initial; }
  .social-feed .slick-list {
    height: 350px;
    white-space: nowrap; }
    .social-feed .slick-list .slick-slide {
      height: auto; }
    .social-feed .slick-list .grid-item {
      width: auto;
      float: none;
      display: inline-block;
      white-space: normal;
      vertical-align: middle;
      max-width: 100vw; }
      .social-feed .slick-list .grid-item.tweet-item {
        width: 300px; }
    .social-feed .slick-list img {
      height: 350px;
      max-width: auto;
      width: auto;
      object-fit: cover;
      object-position: center; }
    .social-feed .slick-list .content-element {
      padding: 5px 30px;
      width: 450px; }

@media (min-width: 1400px) {
  .social-feed .grid:before,
  .social-feed .grid:after {
    width: 33.333%;
    padding-bottom: 33.333%; }
  .social-feed .grid-item:first-child,
  .social-feed .grid-item:last-child,
  .social-feed .grid-item:nth-child(2),
  .social-feed .grid-item:nth-child(13) {
    width: 33.333%; }
  .social-feed .grid-item:nth-child(8),
  .social-feed .grid-item:nth-child(12) {
    display: none; } }

@media (max-width: 1050px) {
  .social-feed .content-body {
    font-size: 26px;
    font-size: 1.625rem; } }

@media (max-width: 768px) {
  .social-feed .content-body {
    font-size: 22px;
    font-size: 1.375rem; } }

@media (max-width: 768px) {
  .social-feed .grid-item:first-child, .social-feed .grid-item:last-child {
    width: 100%; }
  .social-feed .swiper-container {
    padding-right: 40px;
    padding-left: 2px; }
  .social-feed .grid:before {
    display: none; }
  .social-feed .grid:after {
    display: none; }
  .social-feed .text-item {
    margin: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; }
    .social-feed .text-item:before {
      display: none; }
    .social-feed .text-item .content-element {
      position: static;
      transform: none;
      padding-top: 40px;
      padding-bottom: 40px; }
  .social-feed .slick-list .content-element {
    padding: 5px 10px;
    width: calc(100vw - 40px); }
  .social-feed .slick-track {
    height: 300px; }
  .social-feed .slick-list {
    height: 300px; }
    .social-feed .slick-list img {
      height: 300px;
      max-width: auto;
      width: auto; }
  .social-feed .caption {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; } }

.latest-work {
  padding-bottom: 20px !important;
  position: relative; }
  .latest-work:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: white; }
  .latest-work .post-listing {
    margin-bottom: 0; }
  .latest-work .post-listing__media {
    position: relative; }
  .latest-work .latest-work-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }

@media (max-width: 1050px) {
  .post-listing-feature .grid .section-heading-block {
    top: 20px; }
  .post-listing-feature .grid {
    max-height: none;
    height: auto; }
  .latest-work .post-listing__media {
    padding-bottom: 60%; }
  .latest-work .post-listing-feature .post-listing__heading-box {
    padding: 40px; }
  .post-listing-feature .button-menu {
    margin-top: 35px; } }

@media (max-width: 600px) {
  .latest-work {
    padding-bottom: 10px !important; }
    .latest-work .post-listing__heading-content {
      margin-top: 20px; }
  .post-listing-feature .post-listing__media {
    padding-bottom: 110%; }
  .post-listing-feature .post-listing__heading-box.content {
    padding-bottom: 30px !important; }
  .post-listing-feature .grid {
    height: auto;
    max-height: none; }
  .post-listing-feature .post-listing__title {
    margin-bottom: 0.5em; }
  .post-listing-feature .button-menu {
    margin-top: 25px; }
  .post-listing-feature .grid .section-heading-block {
    top: 20px;
    left: -15px; }
  .latest-work .post-listing-feature .grid .post-listing__heading {
    position: static; } }

.page-list {
  /*.content-grid .list-post {
		margin-left: -25px;
		margin-right:-25px;
	}*/ }
  .page-list .button-menu {
    padding: 0 125px; }
  .page-list .content-buttons {
    padding-bottom: 6px; }
  .page-list .center-menu .button-menu {
    margin-top: 40px;
    margin-bottom: 10px; }
  .page-list .section-heading {
    margin: 100px 0 85px; }
  .page-list.type-latest .post-listing__title {
    min-height: 76px; }
  .page-list.type-latest .post-listing-simple .post-listing__meta {
    margin-bottom: 6px; }
  .page-list.type-latest .image-column {
    padding-right: 40px; }
  .page-list.type-latest .text-column .post-listing-simple {
    padding-left: 15px; }
  .page-list.type-latest .image-column .item {
    padding-left: 20px;
    padding-right: 20px; }
  .page-list.content-grid .section-subtitle::after {
    content: '';
    width: 2px;
    height: 60px;
    background-color: white;
    opacity: 0.4;
    display: block;
    margin: 13px auto 80px; }
  @media (min-width: 1051px) {
    .page-list.content-grid .column-1-2 {
      padding-bottom: 80px; }
    .page-list.content-grid .column-1-2:first-child {
      padding-right: 65px; }
    .page-list.content-grid .column-1-2:nth-child(2) {
      padding-left: 65px; } }

.list-work {
  padding: 0 1px; }

.single .page-list {
  margin-top: 30px !important; }
  .single .page-list .frame {
    max-width: 1350px !important; }

.single .page-list .section-heading-block {
  margin-top: 0 !important; }

.single .page-list .section-heading {
  margin-top: 0 !important;
  margin-bottom: 65px; }

@media (min-width: 767px) {
  .page-list.latest .post-listing-simple {
    width: 100%; }
    .page-list.latest .post-listing-simple .post-listing__media {
      display: none; } }

.page-list.content-slider {
  overflow: hidden; }
  .page-list.content-slider .post-listing-simple .post-listing__title {
    margin-bottom: 0; }
  .page-list.content-slider .arrows-container {
    overflow: hidden;
    margin-bottom: 40px; }
    .page-list.content-slider .arrows-container .swiper-button-prev {
      float: left; }
      .page-list.content-slider .arrows-container .swiper-button-prev svg {
        margin-right: 8px; }
    .page-list.content-slider .arrows-container .swiper-button-next {
      float: right; }
      .page-list.content-slider .arrows-container .swiper-button-next svg {
        margin-left: 8px; }
    .page-list.content-slider .arrows-container svg {
      width: 19px;
      height: 12px; }
  .page-list.content-slider.fill-space .list-container {
    padding: 0; }
  .page-list.content-slider .frame {
    max-width: none;
    padding-right: 0px; }
  .page-list.content-slider .grid {
    /*display: block;*/
    white-space: nowrap;
    position: static;
    flex-flow: nowrap; }
  .page-list.content-slider .swiper-slide {
    height: auto; }
  .page-list.content-slider .post-listing {
    margin-bottom: 0; }
  .page-list.content-slider .arrows-container {
    /*margin-left: -39px;*/
    line-height: 0px;
    margin-top: 16px; }
  .page-list.content-slider .list-container {
    overflow: visible;
    padding: 0 125px;
    position: relative; }
  .page-list.content-slider .post-listing {
    white-space: normal;
    display: flex;
    float: none;
    height: auto; }
  .page-list.content-slider .slick-list {
    overflow: visible; }
  .page-list.content-slider .slick-prev.slick-disabled {
    opacity: 0; }
  .page-list.content-slider .slick-next.slick-disabled {
    opacity: 0; }

@media (max-width: 1050px) {
  .page-list.content-slider.fill-space .list-container,
  .page-list.content-slider .list-container {
    padding: 0 60px; }
  .page-list .button-menu {
    padding: 0 60px; }
  .page-list .section-heading {
    margin-top: 40px; } }

@media (max-width: 768px) {
  .page-list.type-latest .image-column {
    padding-right: 0; }
  .page-list.type-latest .frame {
    padding: 0 40px; }
  /*.page-list.content-grid.med-c-padding {

		.grid {
			    margin-left: -10px;
   			 width: calc(100% + 20px);
		}
	}*/
  .page-list.content-slider.fill-space .list-container,
  .page-list.content-slider .list-container {
    padding: 0 0; }
    .page-list.content-slider.fill-space .list-container.swiper-container-horizontal,
    .page-list.content-slider .list-container.swiper-container-horizontal {
      padding-right: 60px;
      padding-left: 40px; }
      .page-list.content-slider.fill-space .list-container.swiper-container-horizontal .swiper-controls-new-box,
      .page-list.content-slider .list-container.swiper-container-horizontal .swiper-controls-new-box {
        display: none; }
  .page-list.content-slider.swiper-container-horizontal .swiper-button-next,
  .page-list.content-slider.swiper-container-horizontal .swiper-button-prev {
    display: none; } }

@media (max-width: 600px) {
  /*.page-list.content-grid.med-c-padding {

		.grid {
			    margin-left: 0px;
   			 width: 100%;   
		}
	}*/
  .featured-posts .item-3 {
    width: 100%; }
  .page-list.content-slider.last-module {
    margin-bottom: 40px; }
  .page-list.content-slider.fill-space .list-container.swiper-container-horizontal,
  .page-list.content-slider .list-container.swiper-container-horizontal {
    padding-left: 0px;
    padding-right: 40px; }
    .page-list.content-slider.fill-space .list-container.swiper-container-horizontal .item, .page-list.content-slider .list-container.swiper-container-horizontal .item {
      padding: 0 0px 40px !important; }
  .page-list .swiper-controls-new-box {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .page-list.content-slider .swiper-slide {
    width: 100%; }
  .page-list.content-slider.fill-space .grid,
  .page-list.content-slider .grid {
    margin: 0; }
  .page-list.content-slider.fill-space .section-heading-block,
  .page-list.content-slider.fill-space .list-container,
  .page-list.content-slider .section-heading-block,
  .page-list.content-slider .list-container {
    padding: 0 0px; }
  .page-list .button-menu {
    padding: 0 20px; }
  .page-list.content-slider .grid {
    padding-right: 40px; }
  .page-list.content-slider .frame {
    padding: 0  20px; }
    .page-list.content-slider .frame .swiper-controls-new {
      width: calc(100% + 20px); }
  /*.page-list.content-slider .swiper-slide {
		padding:0;
	}*/ }

.image-text.quaternary-theme .theme-background {
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%; }

.image-text {
  position: relative;
  margin: 60px 0 !important; }
  .image-text.layout-full {
    height: 100vh; }
  .image-text.secondary-theme .frame {
    position: relative;
    padding: 90px 0 80px; }
  .image-text .content .theme-background {
    display: none;
    width: 100%;
    right: 0; }
  .image-text .image .content-subtitle {
    display: none; }
  @media (min-width: 1024px) {
    .image-text.image-right .content {
      padding-left: 0; }
    .image-text.image-left .content {
      padding-right: 0; } }
  .image-text.image-right .image {
    order: 2; }
    .image-text.image-right .image .content-subtitle {
      display: none; }
  .image-text.image-right .content {
    order: 1; }
  .image-text.primary-theme .frame > .content-subtitle {
    display: none; }
  .image-text.primary-theme .content .content-subtitle {
    display: block; }
  .image-text.primary-theme.image-right {
    padding-right: 0; }
  .image-text.secondary-theme .content-elements .content-subtitle {
    display: none; }
  .image-text.secondary-theme.image-left {
    padding-left: 0; }
    .image-text.secondary-theme.image-left .image .content-subtitle {
      display: block; }
  .image-text.secondary-theme.image-right .image-element {
    width: calc(100% + 140px);
    margin-left: -140px; }
  .image-text.secondary-theme.image-right .grid > .theme-background {
    display: none; }
  .image-text.secondary-theme.image-right .content-element {
    position: relative;
    padding: 60px 0 40px; }
  .image-text.secondary-theme.image-right .frame {
    padding: 0; }
  .image-text.secondary-theme.image-right .content .theme-background {
    display: block; }
  .image-text.quaternary-theme, .image-text.tertiary-theme {
    overflow: hidden;
    margin: 0;
    padding: 0;
    /*.theme-background {
		 	display: none;
		 	width: calc(100% + 40px);
		 	right:-20px;
		 	top: 20px;
		 }*/ }
    .image-text.quaternary-theme.content-grid-vertical-top .image-element, .image-text.tertiary-theme.content-grid-vertical-top .image-element {
      height: 100%; }
      .image-text.quaternary-theme.content-grid-vertical-top .image-element .fluid-custom, .image-text.tertiary-theme.content-grid-vertical-top .image-element .fluid-custom {
        height: 100%; }
      .image-text.quaternary-theme.content-grid-vertical-top .image-element img, .image-text.tertiary-theme.content-grid-vertical-top .image-element img {
        object-fit: cover;
        object-position: center; }
      .image-text.quaternary-theme.content-grid-vertical-top .image-element .fluid-placeholder, .image-text.tertiary-theme.content-grid-vertical-top .image-element .fluid-placeholder {
        padding-bottom: 0 !important;
        height: 100%; }
    .image-text.quaternary-theme .content-element, .image-text.tertiary-theme .content-element {
      position: relative; }
    .image-text.quaternary-theme.image-right .content, .image-text.tertiary-theme.image-right .content {
      padding-right: 0; }
    .image-text.quaternary-theme.image-right .content-element, .image-text.tertiary-theme.image-right .content-element {
      margin-left: 20px; }
    .image-text.quaternary-theme.image-left .image-element, .image-text.tertiary-theme.image-left .image-element {
      margin-left: 0; }
    .image-text.quaternary-theme.image-left .content, .image-text.tertiary-theme.image-left .content {
      padding-left: 77px;
      padding-right: 97px; }
    .image-text.quaternary-theme.alt .content .theme-background, .image-text.tertiary-theme.alt .content .theme-background {
      top: 65px; }
    .image-text.quaternary-theme.alt .grid .theme-background, .image-text.tertiary-theme.alt .grid .theme-background {
      display: block;
      left: auto;
      right: 0;
      z-index: 10;
      width: calc(50% + 40px); }
    .image-text.quaternary-theme.alt .content .theme-background, .image-text.tertiary-theme.alt .content .theme-background {
      display: none; }
    .image-text.quaternary-theme.alt .theme-background, .image-text.tertiary-theme.alt .theme-background {
      right: auto;
      left: 100%;
      margin-left: -20px; }
    .image-text.quaternary-theme.alt .image-element, .image-text.tertiary-theme.alt .image-element {
      width: calc(100% + 357px);
      margin-left: -357px; }
    .image-text.quaternary-theme .content-title, .image-text.tertiary-theme .content-title {
      font-family: "Mercury Display A", "Mercury Display B";
      font-style: normal;
      font-weight: 600;
      letter-spacing: -0.005em; }
    .image-text.quaternary-theme .content-element, .image-text.tertiary-theme .content-element {
      max-width: 395px; }
    .image-text.quaternary-theme .content, .image-text.tertiary-theme .content {
      /*
		 	padding-top:175px;
		 	padding-bottom:175px;
		 */
      padding-top: 75px;
      padding-bottom: 75px; }
    .image-text.quaternary-theme .content-buttons, .image-text.tertiary-theme .content-buttons {
      position: absolute;
      bottom: 15px; }
      .image-text.quaternary-theme .content-buttons a, .image-text.tertiary-theme .content-buttons a {
        margin-bottom: 0; }
    .image-text.quaternary-theme .button-secondary:after, .image-text.tertiary-theme .button-secondary:after {
      display: none; }
    .image-text.quaternary-theme .content .content-subtitle:before, .image-text.tertiary-theme .content .content-subtitle:before {
      content: "";
      position: absolute;
      top: 100%;
      background: currentColor;
      height: 2px;
      width: 100%; }
    .image-text.quaternary-theme .content .content-title, .image-text.tertiary-theme .content .content-title {
      color: white;
      margin-bottom: 38px; }
    .image-text.quaternary-theme .content .content-heading .content-subtitle, .image-text.tertiary-theme .content .content-heading .content-subtitle {
      font-family: AvenirLTStd-Heavy;
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: white;
      display: inline-block;
      position: relative;
      color: #666666;
      padding-bottom: 4px;
      margin-bottom: 33px;
      position: relative;
      display: inline-block; }
      .image-text.quaternary-theme .content .content-heading .content-subtitle:before, .image-text.tertiary-theme .content .content-heading .content-subtitle:before {
        width: 100%;
        left: 0; }
    .image-text.quaternary-theme .content .theme-background, .image-text.tertiary-theme .content .theme-background {
      display: block; }
    .image-text.quaternary-theme .image-element, .image-text.tertiary-theme .image-element {
      /*width: calc(100% + 147px);
			margin-left: -147px;
			max-height: 100vh;*/
      overflow: hidden; }
    .image-text.quaternary-theme.grid > .theme-background, .image-text.tertiary-theme.grid > .theme-background {
      display: none; }
  .image-text .theme-background {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 140px);
    height: 100%;
    z-index: 0; }
  .image-text .content {
    position: relative;
    z-index: 1; }
    .image-text .content .content-subtitle {
      display: none; }
  .image-text .frame .content-subtitle {
    color: white; }
  .image-text.secondary-theme .content-subtitle {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    color: #666666;
    position: absolute;
    top: -60px;
    left: 60px; }

.image-text-contact {
  padding-right: 77px !important;
  margin-bottom: 93px !important; }

@media (max-width: 1050px) {
  .image-text.quaternary-theme.image-left .content, .image-text.tertiary-theme.image-left .content {
    padding-left: 47px;
    padding-right: 57px; }
  .image-text.quaternary-theme.content-grid-vertical-top .image-element .fluid-placeholder, .image-text.tertiary-theme.content-grid-vertical-top .image-element .fluid-placeholder {
    padding-bottom: 100% !important;
    height: auto; }
  .image-text.tertiary-theme.image-left .content {
    padding-left: 60px 40px; }
  .image-text .grid-vertical-center {
    justify-content: flex-start; }
  .image-text .frame {
    padding: 0; }
  .image-text .theme-background {
    width: calc(100% - 60px);
    top: 70px;
    height: calc(100% - 70px); }
  .image-text .column.image {
    width: 100%; }
  .image-text .column.content {
    margin-left: 60px;
    width: calc(100% - 60px);
    padding-top: 40px;
    padding-bottom: 0; }
  .image-text.secondary-theme .frame {
    padding: 0; } }

@media (max-width: 1050px) {
  .image-text.quaternary-theme.image-left .content, .image-text.tertiary-theme.image-left .content {
    padding-left: 65px;
    padding-right: 65px; } }

@media (max-width: 768px) {
  .image-text.quaternary-theme .image {
    order: 2; }
  .image-text.quaternary-theme .content {
    order: 1; }
  .image-text-contact {
    padding-right: 40px !important; }
  .image-text.tertiary-theme .theme-background {
    top: 0;
    height: 100%; }
  .image-text.tertiary-theme .theme-background {
    width: 100%;
    right: 0;
    left: 0; }
  .image-text.tertiary-theme .content-subtitle {
    left: 0; }
  .image-text.image-left.tertiary-theme .column.content {
    left: 0;
    width: 100%;
    margin-left: 0; }
  .image-text.tertiary-theme .column.image {
    margin: 0;
    width: 100%;
    order: 2; }
  .image-text.tertiary-theme.content-grid-vertical-top .image-element .fluid-placeholder {
    padding-bottom: 100% !important;
    height: auto; }
  .image-text.tertiary-theme.image-left .content {
    padding: 65px; }
  .image-text .column.content {
    margin-left: -110px; }
  .image-text .theme-background {
    width: calc(100% - 10px);
    right: -40px; }
  .image-text.secondary-theme .content-subtitle {
    left: 30px; }
  .image-text.image-left .column.content {
    margin-left: 60px; }
  .image-text.image-left .image-element {
    margin-left: -10%; }
  .image-text.image-right {
    /*.column.content {
			width: calc(100% - 10px);
			margin-left: -70px;
		}
		.content .theme-background {
			width: calc(100% + 10px);
		}
		 .content-subtitle {
		    left: 40px;
		}*/ }
  .image-text.quaternary-theme .column.content, .image-text.image-left .column.content {
    padding-left: 65px !important;
    padding-right: 65px; } }

@media (max-width: 768px) {
  .image-text-contact .visible-med {
    width: 100%; }
  .image-text-contact .button-primary {
    width: 100%; }
  .image-text-contact {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding-right: 20px !important; }
    .image-text-contact .column.image {
      width: 100%;
      margin-top: 40px; }
    .image-text-contact .menu-horizontal li,
    .image-text-contact .btn-primary {
      width: 100% !important; }
    .image-text-contact .image {
      order: 3 !important; }
    .image-text-contact .fluid .fluid-placeholder {
      padding-bottom: 85.932203% !important; }
    .image-text-contact .fluid img {
      object-fit: cover;
      object-position: center; }
  .image-text .column.content,
  .image-text.image-left .column.content {
    margin-left: 0;
    width: 100%;
    padding-left: 20%; }
  .image-text.image-left .column.content {
    padding-left: 0px !important;
    padding-right: 0px;
    padding-bottom: 30px; }
    .image-text.image-left .column.content .content-element {
      max-width: none; }
  .image-text.quaternary-theme .column.content {
    padding-left: 60px !important;
    padding-right: 60px;
    padding-bottom: 40px; }
    .image-text.quaternary-theme .column.content .content-element {
      max-width: none; } }

@media (max-width: 768px) and (min-width: 601px) {
  .image-text .column.content {
    padding-left: 0% !important; } }

@media (max-width: 600px) {
  .image-text.image-left .image-element {
    margin-left: 0; }
  .image-text.image-left .column.content, .image-text.quaternary-theme .column.content {
    padding-left: 20px !important;
    padding-right: 20px; }
  .image-text .column.content,
  .image-text.image-left .column.content {
    padding-left: 20px; }
  .image-text.quaternary-theme.image-left .content, .image-text.tertiary-theme.image-left .content {
    padding: 40px 20px 10px !important; }
  .image-text.quaternary-theme .theme-background {
    top: 0;
    height: 100%; }
  .image-text-contact.med-heading .content-title, .med-heading .section-heading {
    font-size: 40px; }
  .image-text-contact.med-heading {
    padding-left: 0;
    padding-right: 0 !important; }
    .image-text-contact.med-heading .column.content {
      width: 100%;
      padding: 0 20px; }
  .single-work .image-text .content-body p {
    padding-left: 0; }
  .image-text.tertiary-theme .theme-background {
    top: 0;
    height: 100%; }
  .image-text.tertiary-theme .column.content {
    left: 0;
    width: 100%; }
  .image-text.tertiary-theme .content-subtitle {
    left: 0; }
  .image-text.tertiary-theme .column.image {
    margin: 0;
    width: 100%;
    order: 2; }
  .image-text.tertiary-theme.content-grid-vertical-top .image-element .fluid-placeholder {
    padding-bottom: 100% !important;
    height: auto; }
  .image-text.tertiary-theme.image-left .content {
    padding: 60px 20px; }
  .image-text.image-left .column.content,
  .image-text.image-right .column.content {
    margin-left: 0; }
  .image-text.lrg-padding {
    padding: 0; }
  .image-text.image-right .image {
    order: 1; }
  .image-text.secondary-theme {
    margin-top: 90px; }
  .image-text.secondary-theme.image-right .grid > .theme-background {
    display: block; }
  .image-text.secondary-theme.image-right .content .theme-background {
    display: none; }
  .image-text.secondary-theme.image-right .content-element {
    padding-top: 0; }
  .image-text.secondary-theme.image-right .image-element {
    margin-left: 0;
    width: 100%; }
  .image-text.secondary-theme .image .content-subtitle {
    display: block; }
  .image-text.secondary-theme .content .content-subtitle {
    display: none; }
  .image-text.secondary-theme .content-subtitle {
    left: 0; }
  .image-text .theme-background {
    width: calc(100% - 15px);
    top: 40px;
    height: calc(100% - 40px);
    left: 0;
    right: auto; }
  .image-text .column.image {
    width: 100%;
    margin-left: 0px; }
  .image-text .column.content {
    margin-left: 0px;
    width: 100%;
    padding: 40px 20px 10px; }
  .image-text .content-subtitle {
    left: 0px; } }

.editorial {
  margin: 60px 0 !important;
  /*.content-title {
		    margin-bottom: 1.2em;
	}*/ }
  .editorial.lrg-padding {
    margin-bottom: 100px;
    margin-top: 0 !important;
    padding-left: 0;
    position: relative; }
    .editorial.lrg-padding:before {
      content: '';
      display: block;
      width: 2px;
      background-color: white;
      opacity: 0.4;
      height: calc(100% + 140px);
      position: absolute;
      left: 50%;
      margin-left: -1px;
      top: -90px; }
  .editorial .content-box p:last-child {
    margin-bottom: 0; }
  .editorial .middle-section .content-element {
    padding: 15px; }
  .editorial .middle-section div.image {
    padding-right: 60px; }
  .editorial.image-right .image {
    order: 2; }
    .editorial.image-right .image .content-subtitle {
      display: none; }
  .editorial.image-right .content {
    order: 1; }
  .editorial.image-right .theme-background {
    right: auto;
    left: 0; }
  .editorial .frame {
    position: relative;
    padding: 0px 0; }
  .editorial .grid {
    position: relative;
    align-items: flex-start; }
  .editorial .has-top-image .content-element {
    /*	padding-top:100px;
			padding-bottom:60px;*/ }
  .editorial .has-bottom-image .content-element {
    /*padding-top:100px;
			padding-bottom:80px;*/ }
  .editorial .has-bottom-image .grid.middle-section {
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .editorial .has-bottom-image.has-top-image .grid.middle-section {
    align-items: center;
    justify-content: center;
    vertical-align: middle; }
  .editorial .bottom-image {
    padding: 85px 20% 30px 24%;
    position: relative;
    z-index: 2; }
    .editorial .bottom-image:after {
      content: '';
      position: absolute;
      bottom: -50px;
      left: 0;
      width: 100%;
      height: 80px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 97%, black 100%); }
    .editorial .bottom-image img {
      display: block; }
    .editorial .bottom-image .theme-background {
      height: 50%; }
  .editorial .theme-background {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 140px);
    height: 100%;
    z-index: 0; }
  .editorial .grid > div.image {
    position: relative;
    z-index: 2; }
  .editorial .content-element {
    position: relative; }
  .editorial .content {
    position: relative;
    z-index: 1; }
    .editorial .content .theme-background {
      width: calc(100% + 140px); }
  .editorial .content-subtitle {
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    position: relative;
    color: #666666;
    position: absolute;
    color: #fff;
    top: 60px;
    left: 60px; }
  .editorial.primary-theme .theme-background {
    background-color: #f8f8f8; }

@media (max-width: 1050px) {
  .editorial .middle-section div.image {
    padding-right: 30px; } }

@media (max-width: 768px) {
  .editorial {
    overflow: hidden; }
  .editorial .grid .column.content {
    width: calc(50% - 20px);
    transform: translate(5px, 0px); }
  .editorial {
    margin-top: 70px !important; }
  .editorial .bottom-image {
    padding-left: 30% !important;
    padding-right: 20px; }
  .editorial .content {
    position: static; }
  .editorial .has-top-image .content-element {
    padding-top: 0px;
    padding-bottom: 40px; }
  .editorial .has-bottom-image .content-element {
    padding-top: 0px;
    padding-bottom: 40px; }
  .editorial .theme-background {
    width: 90%; }
  .editorial .top-image {
    padding: 0;
    margin-left: 40px; }
    .editorial .top-image .theme-background {
      display: none; }
  .editorial .bottom-image {
    padding: 0;
    margin-left: 40px; }
    .editorial .bottom-image .theme-background {
      display: none; }
  .editorial .grid .column.image {
    padding-right: 40px; }
    .editorial .grid .column.image .fluid {
      margin-top: -40px; }
  .editorial .column.content {
    margin-left: 0; }
  .editorial .grid .column.image {
    width: calc(50% + 20px);
    padding-right: 0;
    padding-bottom: 80px; }
  .editorial .has-bottom-image .grid.middle-section, .editorial .has-bottom-image.has-top-image .grid.middle-section {
    align-items: flex-end; }
  .editorial.lrg-padding {
    padding-right: 0px; }
  .editorial .top-image {
    transform: none; }
  /*.editorial.primary-theme .column.content {
		
		
		width: 100%;
	}*/ }

@media (max-width: 600px) {
  .editorial .grid .column.content {
    width: 100%;
    transform: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 14%, black 87%, rgba(0, 0, 0, 0) 100%); }
  .editorial.lrg-padding {
    overflow: visible;
    margin-top: 80px !important; }
  .editorial .grid .column.image {
    width: 100%;
    padding-bottom: 0;
    margin: 0; }
  .editorial {
    padding: 0 20px !important; }
  .editorial .content {
    padding: 0 !important; }
  .single-work .editorial .content-body p {
    padding-left: 0px; }
  .editorial.image-right .theme-background {
    left: auto;
    right: -15px; }
  .editorial.image-right .image {
    order: 1; }
  .editorial .has-bottom-image .content-element,
  .editorial .has-top-image .content-element,
  .editorial .content-element {
    padding-top: 20px; }
  .editorial .has-top-image .content-element {
    padding-bottom: 0; }
  .editorial .bottom-image {
    margin-left: 0;
    width: 100%;
    padding-left: 0px !important; }
  .editorial .has-bottom-image .content-element {
    padding-bottom: 40px;
    padding-top: 40px; }
  .editorial .top-image {
    width: calc(100vw - 30px);
    margin-left: 0; }
  .editorial .column.content {
    width: 100%; }
  .editorial .theme-background {
    width: calc(100vw - 30px);
    right: -15px; }
  .editorial .column.content {
    margin-left: 0; }
  .editorial .top-image {
    transform: none; }
  .editorial.secondary-theme .content-subtitle {
    top: -60px;
    left: 0px;
    color: white; }
  .editorial .column.content {
    margin-left: 0;
    padding-left: 0% !important;
    width: 100%; } }

.accordion .animated-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  max-height: 20em;
  visibility: visible;
  transition-delay: 0s;
  padding: 0; }

.accordion [aria-hidden=true].animated-accordion__panel {
  display: block;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-delay: 1s, 0s, 0s;
  padding: 0; }

.accordion .animated-accordion__header,
.accordion .content-title {
  background-color: white;
  padding: 20px 35px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  position: relative; }
  .accordion .animated-accordion__header .icon,
  .accordion .content-title .icon {
    width: 20px;
    height: 12px;
    position: absolute;
    top: 27px;
    right: 30px;
    color: #000;
    transition: all 0.5s ease;
    transform-origin: center; }
  .accordion .animated-accordion__header[aria-expanded=true] .icon,
  .accordion .content-title[aria-expanded=true] .icon {
    transform: rotate(180deg); }

.accordion .js-accordion__panel .content-title {
  display: none; }

.accordion .content-box {
  background-color: #fff;
  padding: 30px 35px; }

.accordion .accordion-block {
  margin-bottom: 20px; }

.media-grid {
  /*&.sm-padding {
		    margin-bottom: 100px;
	}*/
  /*.swiper-button-next, .swiper-button-prev {
		position:absolute;
		top:50%;
		transform:translate(0,-50%);
		display:none!important

	}*/ }
  .media-grid .swiper-container {
    margin: 0 -2px; }
  .media-grid.no-padding {
    margin-top: 40px;
    margin-bottom: 40px; }
  .media-grid .grid {
    padding-left: 2px; }
  .media-grid .image-element {
    padding: 2px; }
  .media-grid .arrows-container-media {
    margin-top: 10px; }
  .media-grid .swiper-container-horizontal .swiper-button-next, .media-grid .swiper-container-horizontal .swiper-button-prev {
    display: block !important; }
  .media-grid.desktop-carousel.sticky-heading .slider-cell,
  .media-grid.desktop-carousel.sticky-heading .swiper-wrapper {
    background-color: white; }
  .media-grid.desktop-carousel {
    overflow: hidden; }
    .media-grid.desktop-carousel .swiper-wrapper {
      flex-flow: row;
      padding-left: 0;
      padding-top: 2px; }
    .media-grid.desktop-carousel .triple-slider {
      padding-right: 30px; }
    .media-grid.desktop-carousel .swiper-container-horizontal {
      overflow: visible; }
      .media-grid.desktop-carousel .swiper-container-horizontal .item {
        width: auto;
        height: 500px;
        /*height: 290px;*/ }
        .media-grid.desktop-carousel .swiper-container-horizontal .item .image-element video,
        .media-grid.desktop-carousel .swiper-container-horizontal .item .image-element img {
          position: static;
          height: 500px;
          width: auto;
          max-width: calc(100vw - 60px);
          object-fit: cover;
          object-position: center; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item .image-element .fluid {
          padding-bottom: 0 !important; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item .fluid-custom .fluid-placeholder {
          display: none; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item.double-image {
          width: 70%;
          height: auto;
          /*img {
						height: 145px;
					}*/
          /*
					width: 50%;  */ }
          .media-grid.desktop-carousel .swiper-container-horizontal .item.double-image .image-element {
            float: none;
            width: 100% !important; }
            .media-grid.desktop-carousel .swiper-container-horizontal .item.double-image .image-element img {
              height: auto;
              width: 100%; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item.triple-image {
          width: 40%;
          height: auto; }
          .media-grid.desktop-carousel .swiper-container-horizontal .item.triple-image .image-element {
            float: none; }
            .media-grid.desktop-carousel .swiper-container-horizontal .item.triple-image .image-element img {
              height: auto;
              width: 100%; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item img {
          /*height: 290px;*/ }
  .media-grid.sticky-heading .section-heading-block {
    padding: 0 40px 0;
    margin: 130px 0 0; }
  .media-grid.sticky-heading .content.column {
    position: sticky;
    top: 40px; }
  .media-grid.sticky-heading.image-left .section-heading-block {
    padding-right: 0; }
  .media-grid.sticky-heading.image-left .content.column {
    float: right; }
  .media-grid.sticky-heading.image-right .section-heading-block {
    padding-left: 0; }
  .media-grid.sticky-heading.secondary-theme .section-heading {
    color: inherit; }
  .media-grid.sticky-heading.secondary-theme .content.column {
    z-index: 2; }
  .media-grid.sticky-heading.secondary-theme .section-heading-block {
    padding: 0;
    margin-top: 90px; }
  .media-grid.sticky-heading.secondary-theme .section-heading-element {
    padding: 40px 40px 20px;
    transform: translate(-40px, 40px);
    width: calc(100% + 40px); }
  .media-grid.sticky-heading.secondary-theme.image-right .section-heading-element {
    transform: translate(0px, 40px); }
  .media-grid .item.sticky-overlay .second-image, .media-grid .item.overlay .second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .media-grid .item.sticky-overlay .second-image .fluid-custom, .media-grid .item.overlay .second-image .fluid-custom {
      background-color: transparent; }
  .media-grid .item.sticky-overlay .color-fill {
    position: absolute;
    bottom: 0;
    left: 2px;
    width: calc(100% - 4px);
    height: 35%;
    background-color: #f8f8f8; }
    .media-grid .item.sticky-overlay .color-fill.top {
      top: 0px;
      bottom: auto; }
  .media-grid .item.sticky-overlay .first-image {
    margin-top: -100vh; }
  .media-grid .item.sticky-overlay .second-image {
    position: sticky;
    z-index: 2;
    height: 100vh;
    overflow: hidden; }
  .media-grid .slick-slider {
    background-color: #eee; }
    .media-grid .slick-slider .item {
      height: 325px;
      width: auto; }
      .media-grid .slick-slider .item.double-image .image-element {
        float: none; }
        .media-grid .slick-slider .item.double-image .image-element img {
          height: 162px; }
      .media-grid .slick-slider .item .image-element {
        float: left;
        background-color: #eee; }
        .media-grid .slick-slider .item .image-element img {
          max-width: calc(100vw - 20px);
          object-fit: contain;
          object-position: center; }
      .media-grid .slick-slider .item img {
        height: 325px;
        max-width: auto;
        width: auto; }

@media (max-width: 768px) {
  .media-grid.sticky-heading .section-heading-block {
    margin: 34px auto 0;
    padding: 0; }
  .media-grid.sticky-heading .content.column {
    position: relative;
    top: 0;
    top: auto; }
  .media-grid.sticky-heading.secondary-theme .section-heading-element {
    width: 100%; }
  .media-grid.sticky-heading.image-left .content.column {
    float: none; }
  .editorial.lrg-padding {
    margin-bottom: 30px; }
  .media-grid .grid {
    padding-left: 0; }
  .media-grid.sm-padding {
    padding: 0 2px; }
  .media-grid.desktop-carousel,
  .media-grid.mobile-carousel {
    overflow: hidden; }
    .media-grid.desktop-carousel .swiper-wrapper,
    .media-grid.mobile-carousel .swiper-wrapper {
      flex-flow: nowrap;
      padding-top: 2px; }
    .media-grid.desktop-carousel .triple-slider,
    .media-grid.mobile-carousel .triple-slider {
      padding-right: 30px; }
    .media-grid.desktop-carousel .swiper-container-horizontal,
    .media-grid.mobile-carousel .swiper-container-horizontal {
      overflow: visible; }
      .media-grid.desktop-carousel .swiper-container-horizontal .item,
      .media-grid.mobile-carousel .swiper-container-horizontal .item {
        width: auto;
        height: 290px;
        /*height: 290px;*/ }
        .media-grid.desktop-carousel .swiper-container-horizontal .item .image-element img,
        .media-grid.mobile-carousel .swiper-container-horizontal .item .image-element img {
          position: static;
          height: 290px;
          width: auto;
          max-width: calc(100vw - 60px);
          object-fit: cover;
          object-position: center; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item .image-element .fluid,
        .media-grid.mobile-carousel .swiper-container-horizontal .item .image-element .fluid {
          padding-bottom: 0 !important; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item .fluid-custom .fluid-placeholder,
        .media-grid.mobile-carousel .swiper-container-horizontal .item .fluid-custom .fluid-placeholder {
          display: none; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item.double-image,
        .media-grid.mobile-carousel .swiper-container-horizontal .item.double-image {
          /*img {
						height: 145px;
					}*/
          /*
					width: 50%;  */ }
          .media-grid.desktop-carousel .swiper-container-horizontal .item.double-image .image-element,
          .media-grid.mobile-carousel .swiper-container-horizontal .item.double-image .image-element {
            float: left; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item.triple-image,
        .media-grid.mobile-carousel .swiper-container-horizontal .item.triple-image {
          width: 50%;
          height: auto; }
          .media-grid.desktop-carousel .swiper-container-horizontal .item.triple-image .image-element,
          .media-grid.mobile-carousel .swiper-container-horizontal .item.triple-image .image-element {
            float: none; }
            .media-grid.desktop-carousel .swiper-container-horizontal .item.triple-image .image-element img,
            .media-grid.mobile-carousel .swiper-container-horizontal .item.triple-image .image-element img {
              height: auto;
              width: 100%; }
        .media-grid.desktop-carousel .swiper-container-horizontal .item img,
        .media-grid.mobile-carousel .swiper-container-horizontal .item img {
          /*height: 290px;*/ } }

.steps {
  overflow: hidden;
  margin: 70px 0 0px;
  counter-reset: section;
  position: relative; }
  .steps:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 280px;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, #000), to(#000));
    background: -webkit-linear-gradient(top, transparent, #000 97%, #000);
    background: linear-gradient(180deg, transparent 0, #000 97%, #000); }
  .steps .content-body p:last-child {
    margin-bottom: 0; }
  .steps .section-heading-block {
    text-align: center; }
    .steps .section-heading-block p {
      margin-bottom: 0.4em; }
  .steps .content-title {
    font-size: 29px !important; }
  .steps .grid.row {
    padding-bottom: 110px;
    align-items: center;
    overflow: hidden; }
    .steps .grid.row:first-child .column-media:before {
      top: 50%;
      transform: none;
      height: calc(50% + 150px); }
  .steps .column-media {
    padding-left: 150px;
    position: relative; }
    .steps .column-media:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 24px;
      width: 2px;
      height: calc(200% + 150px);
      background: #666; }
    .steps .column-media:after {
      counter-increment: section;
      content: counter(section);
      font-family: Mercury Display A,Mercury Display B;
      font-style: normal;
      font-weight: 600;
      letter-spacing: -.005em;
      font-size: 29px;
      font-size: 1.8125rem;
      text-align: center;
      line-height: 43px;
      position: absolute;
      top: calc(50% - 24px);
      left: 0;
      width: 48px;
      border-radius: 100%;
      height: 48px;
      background: black;
      border: solid 2px #666; }
  .steps .heading-divider {
    margin: 0 auto;
    display: block; }
  .steps .end-image {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    width: 100%; }
  .steps .fluid-custom {
    background-color: transparent; }
  .steps .list {
    position: relative;
    padding: 30px 0 0px;
    padding-left: 210px;
    /*margin-bottom: 30px;*/ }
    .steps .list .sticky-content {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100vh;
      z-index: 4;
      background-color: #f8f8f8; }
      .steps .list .sticky-content .column-media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .steps .list .sticky-content .column-media .fluid {
          width: 100%;
          height: 100%;
          opacity: 0;
          transform: scale(0.6);
          transition: all 0.5s ease-out; }
          .steps .list .sticky-content .column-media .fluid .fluid-placeholder {
            display: none; }
          .steps .list .sticky-content .column-media .fluid img {
            object-position: center;
            object-fit: contain; }
        .steps .list .sticky-content .column-media.active .fluid {
          opacity: 1;
          transform: scale(1); }
  .steps .section-heading-block {
    margin-bottom: 33px; }
  .steps .content-inner {
    padding-left: 10px;
    max-width: 480px; }
  .steps .content-title {
    font-family: Mercury Display A,Mercury Display B;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.005em;
    font-size: 29px;
    font-size: 1.8125rem;
    color: white;
    margin-bottom: 40px; }
  .steps.lrg-c-padding .column-content {
    padding-top: 0px;
    padding-bottom: 0; }

@media (max-width: 1050px) {
  .steps .list {
    padding-left: 36px; }
  .steps .column-media {
    padding-left: 110px; } }

@media (max-width: 768px) {
  .grid.row {
    padding-bottom: 110px;
    align-items: center;
    padding-top: 60px; }
  .steps .column-media {
    padding-left: 0;
    padding-right: 0px; }
    .steps .column-media:before {
      left: calc(50% - 1px);
      top: 50% !important;
      height: calc(500% + 200px) !important;
      transform: translate(0px, -50%) !important; }
    .steps .column-media:after {
      top: -60px;
      left: calc(50% - 24px); } }

@media (max-width: 600px) {
  .stats .frame .stat {
    margin-right: 0; }
  .stats .frame .item:last-child {
    text-align: right;
    padding-right: 0; }
  .steps .list {
    padding-left: 20px;
    padding-right: 20px; }
  .steps.lrg-c-padding .column-content {
    padding-top: 5px; }
  .steps .content-inner {
    padding-left: 0; }
  .steps .grid:last-child {
    padding-bottom: 150px; }
  .steps.lrg-c-padding .column-content {
    padding-top: 5px;
    border-top: 0;
    background: black;
    position: relative;
    padding: 20px; }
  .steps .column-media {
    padding-bottom: 0px;
    position: static; }
  .steps .list {
    padding: 0; }
  .steps .column-media:after {
    top: 0;
    left: calc(50% - 25px); }
  .steps .content-inner {
    padding-top: 0; }
  .steps .grid {
    position: relative;
    padding-bottom: 80px; } }

.tab-menu {
  margin-top: 0 !important; }
  .tab-menu .frame.content {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .tab-menu .content-buttons {
    margin-top: 0; }

.page-id-3111:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 20px solid #fff;
  pointer-events: none;
  z-index: 1000; }

.swiper-controls-new {
  display: flex;
  flex-flow: nowrap;
  font-size: 16px;
  font-size: 1rem;
  align-items: center;
  display: none; }
  .swiper-controls-new .swiper-pagination-fraction {
    font-family: Mercury Display A,Mercury Display B;
    font-style: normal;
    font-weight: 600; }
  .swiper-controls-new .swiper-button-prev {
    width: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease-out;
    text-indent: 10px; }
    .swiper-controls-new .swiper-button-prev svg {
      vertical-align: middle;
      display: inline-block;
      margin: -2px 0 0 -3px;
      transform: translate(-2px, 0px); }
    .swiper-controls-new .swiper-button-prev:after {
      display: inline-block;
      vertical-align: middle;
      content: 'Swipe';
      padding-left: 8px;
      font-family: AvenirLTStd-Heavy;
      font-weight: 400;
      font-style: normal;
      padding-right: 10px;
      vertical-align: middle; }
    .swiper-controls-new .swiper-button-prev.swiper-button-disabled {
      width: 75px;
      opacity: 1;
      text-indent: -6px; }
  .swiper-controls-new .swiper-button-next {
    width: 30px;
    text-align: center; }
    .swiper-controls-new .swiper-button-next svg {
      vertical-align: middle;
      display: inline-block;
      margin: -2px auto 0; }
  .swiper-controls-new .swiper-pagination-current {
    padding-left: 10px;
    padding-right: 5px; }
  .swiper-controls-new .swiper-pagination-total {
    padding-left: 5px; }
  .swiper-controls-new .swiper-scrollbar,
  .swiper-controls-new .swiper-pagination {
    text-align: right;
    flex-grow: 1;
    display: flex;
    align-items: center; }
    .swiper-controls-new .swiper-scrollbar:before,
    .swiper-controls-new .swiper-pagination:before {
      content: '';
      height: 2px;
      margin-top: 2px;
      background: white;
      flex-grow: 1; }
  .swiper-controls-new > * {
    position: static; }

.swiper-container-horizontal .swiper-controls-new {
  display: flex; }

.about {
  padding: 0;
  background: white;
  margin: 20px 20px 0;
  color: white;
  font-size: 37px;
  font-size: 2.3125rem;
  letter-spacing: -0.005em;
  line-height: 1.297297297297297;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em;
  /*&:before {
		position:absolute;
		content:'';
		right: 0;
		top:0px;
		background:white;
		width: 100%;
		height: 20px;
		z-index: 100;     
	}*/ }
  .about.lrg-c-padding .content {
    padding-bottom: 0;
    padding-top: 0; }
  .about .button-secondary,
  .about .button-primary {
    color: white; }
  .about .down-arrow {
    position: absolute;
    bottom: 40px;
    right: 80px; }
    .about .down-arrow svg {
      width: 18px;
      height: 8px; }
  .about .swiper-container-horizontal .down-arrow {
    display: none; }
  .about .swiper-wrapper {
    flex-flow: row wrap; }
  .about .sticky-zone {
    position: fixed;
    top: 0;
    right: 40px;
    width: 66.666%;
    display: none;
    height: 100%;
    mix-blend-mode: lighten; }
    .about .sticky-zone:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      opacity: 0.4; }
    .about .sticky-zone.on {
      display: block; }
    .about .sticky-zone .fluid {
      position: static !important;
      background: transparent !important; }
    .about .sticky-zone img,
    .about .sticky-zone video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .about .item:first-child {
    height: calc(100vh - 40px);
    align-items: flex-end;
    display: flex; }
  .about .item {
    padding: 0 !important; }
    .about .item a {
      color: white;
      text-decoration: none; }
  .about p {
    margin-bottom: 1.2em; }
  .about .content {
    max-width: 1025px; }
  .about .content-subtitle {
    color: white;
    font-family: AvenirLTStd-Heavy;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.005em;
    font-size: 1.611111111111111;
    margin-bottom: 8px;
    padding-bottom: 3px;
    border-bottom: solid 2px currentColor; }

.no-touch .about .item a {
  color: white;
  font-weight: 600;
  text-decoration: none;
  cursor: default;
  position: relative;
  /*display: inline-block;*/
  transition: none;
  /*text-shadow:
   1px 1px #1a246f, 3px 2px #1a246f, -3px 2px #1a246f, -5px 2px #1a246f, 2px 2px #1a246f, 5px 2px #1a246f;*/
  background-image: linear-gradient(to right, #29e9d0 75%, #29e9d0 75%);
  background-position: 0 1.10em;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  /*&:after {
				bottom:5px;
				transform: translate(0,0.5px);
				position: absolute;
				content:'';
				left: 0;
				width: 100%;
				height: 2px;
				background:#29e9d0;
				z-index: -1;
			}*/ }
  .no-touch .about .item a:hover {
    background-image: linear-gradient(to right, white 75%, white 75%); }

.touch .about .item a {
  pointer-events: none;
  text-decoration: none; }

@media (min-width: 769px) {
  .about--inner {
    display: flex;
    flex-flow: row; }
  .about .swiper-container {
    width: calc(100% - 40px);
    margin: 0; }
    .about .swiper-container .swiper-slide {
      height: auto; }
      .about .swiper-container .swiper-slide:first-child {
        height: calc(100vh - 30px); }
  .about .down-arrow {
    position: sticky;
    height: calc(100vh - 110px);
    top: 0;
    width: 18px; }
    .about .down-arrow svg {
      position: absolute;
      bottom: 0;
      left: 0; } }

@media (max-width: 768px) {
  .about .down-arrow {
    display: none; }
  .about {
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    display: flex;
    align-items: flex-end; }
    .about .swiper-container-horizontal p {
      margin-bottom: 45px; }
    .about .about--inner {
      overflow: hidden;
      width: 100%; }
    .about .swiper-controls-new {
      padding: 0 25px; }
    .about .swiper-wrapper {
      flex-flow: nowrap; }
    .about .content {
      padding-bottom: 0 !important; }
  .about .content-subtitle.visible-med {
    margin: 0 40px 25px; }
  .about .item:first-child {
    height: auto;
    align-items: flex-start; }
  .about {
    margin: 0px 20px 0;
    padding: 185px 0px 0;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.4; } }

@media (max-width: 600px) {
  .page-id-3111:after {
    display: none; }
  .about {
    height: calc(100vh - 10px);
    height: calc((var(--vh, 1vh) * 100) - 10px); }
  .single-work:after,
  .page-id-3111:after {
    display: none; }
  .swiper-controls-new .swiper-button-prev.swiper-button-disabled {
    width: 85px;
    opacity: 1;
    text-indent: -7px; }
  .about .content-subtitle.visible-med {
    margin: 0 0 35px; }
  .about {
    margin: 0px 0px 0;
    padding: 20px;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.3125; }
    .about .swiper-controls-new {
      padding: 0px; } }

@media (max-width: 375px) and (max-height: 810px) {
  .about {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.29; } }

@media (max-width: 320px) {
  .about {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.29; } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-timing-function: linear; }

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@media (max-width: 600px) {
  .about .down-arrow {
    display: none; } }

.stats .frame {
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  padding-top: 50px;
  padding-bottom: 30px; }
  .stats .frame .item {
    padding-left: 0 !important; }
  .stats .frame .stat {
    display: inline-block;
    font-size: 70px;
    margin: 0;
    margin-right: 14px;
    font-family: Mercury Display A,Mercury Display B;
    font-style: normal;
    font-weight: 600; }
  .stats .frame .stat-label {
    display: inline-block;
    margin: 0;
    font-size: 18px; }

.clients {
  overflow: hidden;
  color: white; }
  .clients .section-heading {
    color: white;
    font-family: "Mercury Display A", "Mercury Display B";
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.005em; }
  .clients .section-heading-element {
    text-align: center;
    margin-bottom: 40px; }
  .clients .section-heading-block {
    padding: 0 50px; }
  .clients .section-heading-block {
    margin-top: 50px;
    margin-bottom: 75px; }
  .clients.med-heading .section-heading {
    font-size: 40px; }
  .clients .fluid-custom {
    background: transparent !important; }
  .clients .section-intro {
    color: white; }
  .clients .item {
    overflow: hidden; }
  .clients .swiper-container {
    margin: 0 -60px; }
  .clients .item {
    padding: 0 60px 85px !important; }
  .clients .swiper-container-horizontal {
    overflow: visible; }
    .clients .swiper-container-horizontal .swiper-wrapper {
      flex-flow: nowrap; }

@media (max-width: 768px) {
  .clients .section-heading-block {
    padding: 0 45px;
    margin-top: 0; } }

@media (max-width: 600px) {
  .clients {
    margin-top: 60px !important;
    padding: 0 20px !important; }
    .clients .section-heading-block {
      padding: 0 0px;
      margin-top: 0; }
  .clients.med-heading .section-heading {
    font-size: 29px; }
  .clients .item {
    padding: 0 20px 45px !important; }
  .clients .swiper-container {
    margin: 0; } }

.media-grid .swiper-controls-new {
  margin-top: 40px; }

.content-slider.mobile-carousel:not(.desktop-carousel) .swiper-controls-new,
.media-grid.mobile-carousel:not(.desktop-carousel) .swiper-controls-new,
.gallery-slider.mobile-carousel:not(.desktop-carousel) .swiper-controls-new {
  display: none; }

.content-slider .swiper-controls-new .swiper-pagination:before,
.media-grid .swiper-controls-new .swiper-pagination:before,
.gallery-slider .swiper-controls-new .swiper-pagination:before {
  background: white; }

.content-slider .swiper-pagination-progressbar,
.media-grid .swiper-pagination-progressbar,
.gallery-slider .swiper-pagination-progressbar {
  background: transparent; }

.content-slider .swiper-controls-new .swiper-button-next,
.media-grid .swiper-controls-new .swiper-button-next,
.gallery-slider .swiper-controls-new .swiper-button-next {
  width: 66px;
  height: 66px;
  border: solid 2px #1A246F;
  border-radius: 100%;
  position: relative;
  margin-left: 0px; }

.content-slider .swiper-controls-new .swiper-button-next svg,
.media-grid .swiper-controls-new .swiper-button-next svg,
.gallery-slider .swiper-controls-new .swiper-button-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0; }

.content-slider .swiper-button-prev-text,
.media-grid .swiper-button-prev-text,
.gallery-slider .swiper-button-prev-text {
  width: 66px;
  display: inline-block; }

.content-slider .swiper-button-prev-block,
.media-grid .swiper-button-prev-block,
.gallery-slider .swiper-button-prev-block {
  display: block;
  width: 90px; }

.content-slider .swiper-controls-new .swiper-button-prev svg,
.media-grid .swiper-controls-new .swiper-button-prev svg,
.gallery-slider .swiper-controls-new .swiper-button-prev svg {
  margin-right: 30px; }

.content-slider .swiper-controls-new .swiper-button-prev,
.media-grid .swiper-controls-new .swiper-button-prev,
.gallery-slider .swiper-controls-new .swiper-button-prev {
  text-indent: 58px; }

.content-slider .swiper-controls-new .swiper-button-prev,
.media-grid .swiper-controls-new .swiper-button-prev,
.gallery-slider .swiper-controls-new .swiper-button-prev {
  width: 66px;
  height: 66px;
  border: solid 2px #1A246F;
  border-radius: 100%;
  position: relative;
  line-height: 63px;
  margin-right: 0px; }
  .content-slider .swiper-controls-new .swiper-button-prev:after,
  .media-grid .swiper-controls-new .swiper-button-prev:after,
  .gallery-slider .swiper-controls-new .swiper-button-prev:after {
    display: none; }

.content-slider .swiper-button-prev-block,
.media-grid .swiper-button-prev-block,
.gallery-slider .swiper-button-prev-block {
  transform: translate(33px, 0px);
  transition: all 0.3s ease-out; }

.content-slider .swiper-controls-new .swiper-button-prev,
.media-grid .swiper-controls-new .swiper-button-prev,
.gallery-slider .swiper-controls-new .swiper-button-prev {
  text-indent: 0; }

.content-slider .swiper-scrollbar,
.media-grid .swiper-scrollbar,
.gallery-slider .swiper-scrollbar {
  position: relative !important;
  background: transparent; }
  .content-slider .swiper-scrollbar:before,
  .media-grid .swiper-scrollbar:before,
  .gallery-slider .swiper-scrollbar:before {
    background: #1a246f; }

.content-slider .swiper-pagination,
.media-grid .swiper-pagination,
.gallery-slider .swiper-pagination {
  display: none !important; }

.content-slider .swiper-scrollbar .swiper-scrollbar-drag,
.media-grid .swiper-scrollbar .swiper-scrollbar-drag,
.gallery-slider .swiper-scrollbar .swiper-scrollbar-drag {
  background: transparent;
  width: 20px !important;
  height: 20px;
  background: white;
  border: solid 2px white;
  position: absolute;
  top: -8px;
  border-radius: 100%;
  margin-left: 0px; }

.content-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.media-grid .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.gallery-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: transparent;
  width: 20px;
  height: 20px;
  background: white;
  border: solid 2px white;
  position: absolute;
  top: -8px;
  transform: none;
  margin-left: -10px;
  content: '';
  border-radius: 100%; }

.content-slider .swiper-button-prev:hover,
.media-grid .swiper-button-prev:hover,
.gallery-slider .swiper-button-prev:hover {
  border-color: white;
  color: white; }

.content-slider .swiper-button-next:hover,
.media-grid .swiper-button-next:hover,
.gallery-slider .swiper-button-next:hover {
  border-color: white;
  color: white; }

.content-slider .swiper-scrollbar .swiper-scrollbar-drag,
.media-grid .swiper-scrollbar .swiper-scrollbar-drag,
.gallery-slider .swiper-scrollbar .swiper-scrollbar-drag {
  transition: all 0.3s ease-out; }

.content-slider .swiper-scrollbar .swiper-scrollbar-drag:hover,
.media-grid .swiper-scrollbar .swiper-scrollbar-drag:hover,
.gallery-slider .swiper-scrollbar .swiper-scrollbar-drag:hover {
  border-color: white;
  background: white; }

.gallery-slider .block {
  overflow: hidden;
  padding: 0 57px; }
  .gallery-slider .block .swiper-container {
    overflow: visible; }

.gallery-slider .section-heading {
  color: white;
  font-family: "Mercury Display A", "Mercury Display B";
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.005em;
  margin-bottom: 40px; }

.gallery-slider .swiper-slide {
  display: flex;
  flex-flow: column;
  max-width: 390px;
  height: auto;
  width: 28vw; }
  .gallery-slider .swiper-slide.double-image {
    width: 34vw;
    max-width: 460px; }
  .gallery-slider .swiper-slide .post-listing-work img {
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: contain"; }
  .gallery-slider .swiper-slide.single-image .post-listing-work .fluid-placeholder {
    padding-bottom: 127.577319588% !important; }
  .gallery-slider .swiper-slide.middle {
    justify-content: center; }
  .gallery-slider .swiper-slide.bottom {
    justify-content: flex-end; }
  .gallery-slider .swiper-slide .align-center {
    align-self: center; }
  .gallery-slider .swiper-slide .align-right {
    align-self: flex-end; }
  .gallery-slider .swiper-slide .image-element {
    padding: 20px 0;
    width: 100%; }
    .gallery-slider .swiper-slide .image-element .element-parra {
      -webkit-backface-visibility: hidden;
      will-change: transform; }
    .gallery-slider .swiper-slide .image-element.small {
      width: 70%; }

@media (max-width: 768px) {
  .media-grid.mobile-carousel .swiper-controls-new {
    display: flex; }
  .gallery-slider .block {
    padding: 0 40px; } }

@media (max-width: 600px) {
  .gallery-slider {
    margin-top: 0 !important; }
  .gallery-slider .swiper-slide .image-element.small {
    width: 75%; }
  .gallery-slider {
    overflow: hidden; }
  .gallery-slider .swiper-container {
    overflow: visible; }
  .gallery-slider .block {
    padding: 0 30px 0 0px;
    overflow: visible; }
    .gallery-slider .block .swiper-controls-new {
      margin-right: -30px; } }

.frame {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0; }

/*
.post-type-archive-work .logo {
	color:$secondaryColor !important;

	&:hover {
		color:$secondaryColor !important;
	}
}*/
.frame-full .frame {
  max-width: none; }

.frame-sm .frame {
  max-width: 1000px; }

.frame-med .frame {
  max-width: 1180px; }

.frame-wide .frame {
  max-width: 1350px; }

.xlrg-heading .content-title {
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 1.111111111111111; }

.lrg-heading .content-title {
  font-size: 73px;
  font-size: 4.5625rem;
  letter-spacing: -0.005em;
  line-height: 1.10958904109589; }

.med-heading .section-heading {
  font-size: 49px;
  font-size: 3.0625rem;
  letter-spacing: -0.005em;
  line-height: 1.22448979592; }

.med-heading .content-title {
  font-size: 49px;
  font-size: 3.0625rem;
  letter-spacing: -0.005em;
  line-height: 1.22448979592; }

.med-sm-heading .section-heading {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.005em;
  line-height: 1.225; }

.med-sm-heading .content-title {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.005em;
  line-height: 1.225; }

.sm-heading .content-subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.611111111111111; }

.sm-heading .content-title {
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: -0.005em;
  line-height: 1.225; }

.primary-theme {
  background-color: black;
  /*.content-buttons li:last-child a {
		margin-bottom:0;
	}*/ }
  .primary-theme.quotes .content {
    background-color: black; }
  .primary-theme .rte li:before {
    color: white; }
  .primary-theme .content-subtitle {
    color: #fff; }

.content-element {
  width: 100%; }

.divider {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

@media (max-width: 600px) {
  .divider {
    margin-top: 40px !important;
    margin-bottom: 40px !important; } }

.secondary-theme .frame {
  border: solid 1px #666; }

.quaternary-theme {
  color: white; }
  .quaternary-theme .theme-background, .quaternary-theme.theme-background {
    background-color: white; }
  .quaternary-theme .button-secondary,
  .quaternary-theme .button-primary {
    color: white; }
  .quaternary-theme .button-primary:before {
    background-color: white; }
  .quaternary-theme .button-primary:hover .button-label {
    color: white; }

.tertiary-theme {
  color: #1A246F; }
  .tertiary-theme .content-box {
    font-weight: 700; }
  .tertiary-theme .theme-background, .tertiary-theme.theme-background {
    background-color: #F16255; }
  .tertiary-theme a {
    color: white; }
    .tertiary-theme a:hover {
      color: whiter; }
  .tertiary-theme .button-primary:before {
    background-color: #fff; }
  .tertiary-theme .content-title,
  .tertiary-theme .rte li:before {
    color: white; }
  .tertiary-theme .button-primary,
  .tertiary-theme .button-secondary {
    color: #fff; }
  .tertiary-theme .button-primary .button-label,
  .tertiary-theme .button-secondary .button-label {
    color: white; }
  .tertiary-theme .button-primary:hover:before {
    background-color: white; }
  .tertiary-theme .button-primary:hover .button-label,
  .tertiary-theme .button-secondary:hover .button-label {
    color: white; }

.sm-c-padding .grid {
  margin-left: -3px;
  margin-right: -3px; }

.sm-c-padding .column-content,
.sm-c-padding .content {
  padding: 10px; }

.sm-c-padding .item {
  padding: 0 10px 20px; }

.med-c-padding .column-content,
.med-c-padding .content {
  padding: 30px; }

.med-c-padding .item {
  padding: 0 25px 40px; }

.lrg-c-padding .column-content,
.lrg-c-padding .content {
  padding: 10px 60px 20px; }

.lrg-c-padding .item {
  padding: 0 25px 40px; }

.xlrg-c-padding .column-content,
.xlrg-c-padding .content {
  padding: 90px 179px 50px; }

.xlrg-c-padding .item {
  padding: 0 36px 30px; }

.xxlrg-c-padding .column-content,
.xxlrg-c-padding .content {
  padding: 90px 179px 50px; }

.xxlrg-c-padding .item {
  padding: 0 40px 30px; }

.sm-padding.xxlrg-c-padding .column-content,
.sm-padding.xxlrg-c-padding .content {
  padding-left: 157px;
  padding-right: 157px; }

.med-padding.xxlrg-c-padding .column-content,
.med-padding.xxlrg-c-padding .content {
  padding: 60px 139px 50px; }

.no-padding {
  margin: 70px 0 90px; }

.sm-padding {
  padding: 0 20px;
  margin: 20px 0; }
  .sm-padding .section-heading-block {
    padding-left: 60px;
    padding-right: 60px; }

.med-padding {
  padding: 0 60px;
  margin: 40px 0; }
  .med-padding .section-heading-block {
    padding-left: 37px;
    padding-right: 37px; }

.lrg-padding {
  padding: 0 77px;
  margin: 70px 0; }
  .lrg-padding .section-heading-block {
    padding-left: 37px;
    padding-right: 37px; }

.xlrg-padding {
  padding: 0 109px;
  margin: 60px 0; }

.last-module {
  margin-bottom: 80px; }

@media (max-width: 1050px) {
  .sm-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .sm-padding .section-heading-block {
      padding-left: 60px;
      padding-right: 60px; }
  .med-padding {
    padding: 0 30px;
    margin: 30px 0; }
    .med-padding .section-heading-block {
      padding-left: 47px;
      padding-right: 47px; }
  .lrg-padding {
    padding: 0 60px;
    margin: 60px 0; }
    .lrg-padding .section-heading-block {
      padding-left: 17px;
      padding-right: 17px; }
  .xlrg-padding {
    padding: 0 60px;
    margin: 60px 0; }
    .xlrg-padding .section-heading-block {
      padding-left: 17px;
      padding-right: 17px; }
  .sm-c-padding .column-content,
  .sm-c-padding .content {
    padding: 10px; }
  .sm-c-padding .item {
    padding: 0 5px 20px; }
  .med-c-padding .column-content,
  .med-c-padding .content {
    padding: 20px; }
  .med-c-padding .item {
    padding: 0 20px 40px; }
  .xlrg-c-padding .column-content,
  .xlrg-c-padding .content,
  .lrg-c-padding .column-content,
  .lrg-c-padding .content {
    padding: 10px 50px 20px; }
  .xlrg-c-padding .item,
  .lrg-c-padding .item {
    padding: 0 20px 40px; }
  .med-padding.xxlrg-c-padding .column-content,
  .med-padding.xxlrg-c-padding .content {
    padding: 80px; }
  .med-padding.xxlrg-c-padding .item {
    padding: 0 30px 30px; }
  .xxlrg-c-padding .column-content,
  .xxlrg-c-padding .content {
    padding: 80px; }
  .xxlrg-c-padding .item {
    padding: 0 30px 30px; }
  .xlrg-heading .content-title {
    font-size: 85px;
    font-size: 5.3125rem; }
  .xlrg-heading .content-title,
  .lrg-heading .content-title {
    font-size: 49px;
    font-size: 3.0625rem; } }

@media (max-width: 768px) {
  .sm-padding.xxlrg-c-padding .column-content,
  .sm-padding.xxlrg-c-padding .content {
    padding-left: 40px;
    padding-right: 40px; }
  .no-padding {
    margin: 60px 0 60px; }
  .sm-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .sm-padding .section-heading-block {
      padding-left: 40px;
      padding-right: 40px; }
  .med-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .med-padding .section-heading-block {
      padding-left: 40px;
      padding-right: 40px; }
  .lrg-padding {
    padding: 0 60px;
    margin: 40px 0; }
    .lrg-padding .section-heading-block {
      padding-left: 20px;
      padding-right: 20px; }
  .xlrg-padding {
    padding: 0 60px;
    margin: 40px 0; }
    .xlrg-padding .section-heading-block {
      padding-left: 20px;
      padding-right: 20px; }
  .xlrg-padding.lrg-c-padding .column-content,
  .xlrg-padding.lrg-c-padding .content,
  .xlrg-padding.xlrg-c-padding .column-content,
  .xlrg-padding.xlrg-c-padding .content,
  .lrg-padding.lrg-c-padding .column-content,
  .lrg-padding.lrg-c-padding .content,
  .lrg-padding.xlrg-c-padding .column-content,
  .lrg-padding.xlrg-c-padding .content {
    padding-left: 0;
    padding-right: 0; }
  .sm-c-padding .column-content,
  .sm-c-padding .content {
    padding: 10px; }
  .sm-c-padding .item {
    padding: 0 11px 20px; }
  .med-c-padding .column-content,
  .med-c-padding .content {
    padding: 20px; }
  .med-c-padding .item {
    padding: 0 20px 40px; }
  .xlrg-c-padding .column-content,
  .xlrg-c-padding .content,
  .lrg-c-padding .column-content,
  .lrg-c-padding .content {
    padding: 40px 40px 40px; }
  .xlrg-c-padding .item,
  .lrg-c-padding .item {
    padding: 0 20px 40px; }
  .med-padding.xxlrg-c-padding .column-content,
  .med-padding.xxlrg-c-padding .content {
    padding: 45px; }
  .med-padding.xxlrg-c-padding .item {
    padding: 0 30px 30px; }
  .xxlrg-c-padding .column-content,
  .xxlrg-c-padding .content {
    padding: 40px; }
  .xxlrg-c-padding .item {
    padding: 0 20px 30px; }
  .no-padding.med-c-padding .column-content,
  .no-padding.med-c-padding .content,
  .no-padding.lrg-c-padding .column-content,
  .no-padding.lrg-c-padding .content,
  .no-padding.xlrg-c-padding .column-content,
  .no-padding.xlrg-c-padding .content {
    padding-left: 60px;
    padding-right: 60px; }
  .xlrg-heading .content-title {
    font-size: 70px;
    font-size: 4.375rem; }
  .lrg-heading .content-title {
    font-size: 56px;
    font-size: 3.5rem; }
  .med-sm-heading .section-heading,
  .med-heading .section-heading {
    font-size: 40px;
    font-size: 2.5rem; }
  .med-sm-heading .content-title,
  .med-heading .content-title {
    font-size: 40px;
    font-size: 2.5rem; }
  .sm-heading .content-title {
    font-size: 29px;
    font-size: 1.8125rem; } }

@media (max-width: 600px) {
  .lrg-padding.lrg-c-padding .column-content, .lrg-padding.lrg-c-padding .content, .lrg-padding.xlrg-c-padding .column-content, .lrg-padding.xlrg-c-padding .content, .xlrg-padding.lrg-c-padding .column-content, .xlrg-padding.lrg-c-padding .content, .xlrg-padding.xlrg-c-padding .column-content, .xlrg-padding.xlrg-c-padding .content,
  .sm-padding.xxlrg-c-padding .column-content, .sm-padding.xxlrg-c-padding .content {
    padding-left: 20px;
    padding-right: 20px; }
  /*.home .logo svg {
		color:$primaryColor;
	}
	.home .button-mobile {
		color:$primaryColor;
	}*/
  .no-padding {
    margin: 50px 0 70px; }
  .sm-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .sm-padding .section-heading-block {
      padding-left: 0px;
      padding-right: 0px; }
  .med-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .med-padding .section-heading-block {
      padding-left: 0px;
      padding-right: 0px; }
  .lrg-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .lrg-padding .section-heading-block {
      padding-left: 0px;
      padding-right: 0px; }
  .xlrg-padding {
    padding: 0 20px;
    margin: 20px 0; }
    .xlrg-padding .section-heading-block {
      padding-left: 0px;
      padding-right: 0px; }
  .sm-c-padding .column-content,
  .sm-c-padding .content {
    padding: 10px; }
  .sm-c-padding .item {
    padding: 0 5px 20px; }
  .med-c-padding .column-content,
  .med-c-padding .content {
    padding: 20px; }
  .med-c-padding .item {
    padding: 0 10px 10px; }
  .xlrg-c-padding .column-content,
  .xlrg-c-padding .content,
  .xxlrg-c-padding .column-content,
  .xxlrg-c-padding .content,
  .lrg-c-padding .column-content,
  .lrg-c-padding .content {
    padding: 10px 0px 20px; }
  .xlrg-c-padding .item,
  .xxlrg-c-padding .item,
  .lrg-c-padding .item {
    padding: 0 15px 15px; }
  .sm-padding.lrg-c-padding .content {
    padding: 0; }
  .xlrg-c-padding.sm-padding {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }
    .xlrg-c-padding.sm-padding .content {
      padding: 10px 20px 20px; }
  .xxlrg-c-padding .column-content,
  .xxlrg-c-padding .content {
    padding: 20px; }
  .xxlrg-c-padding .item {
    padding: 0 30px 20px; }
  .med-padding.xxlrg-c-padding .column-content,
  .med-padding.xxlrg-c-padding .content {
    padding: 45px 20px; }
  .med-padding.xxlrg-c-padding .item {
    padding: 0 20px 20px; }
  .sm-padding.lrg-c-padding .column-content,
  .sm-padding.lrg-c-padding .content {
    padding: 0px; }
  .sm-padding.lrg-c-padding .item {
    padding: 0 20px 20px; }
  .xlrg-heading .content-title {
    font-size: 47px;
    font-size: 2.9375rem; }
  .lrg-heading .content-title {
    font-size: 47px;
    font-size: 2.9375rem; }
  .med-sm-heading .section-heading {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; }
  .med-sm-heading .content-title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; }
  .med-heading .section-heading {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; }
  .med-heading .content-title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; }
  .med-sm-heading .section-heading,
  .sm-heading .section-heading {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; }
  .med-sm-heading .content-title,
  .sm-heading .content-title {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1.310344827586207; } }

.page-list.revealer .reveal-element a {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1.1s ease-out;
  position: relative;
  display: block; }

.page-list.revealer .reveal-element.reveal a {
  opacity: 1;
  transform: translate(0, 0px); }

.reveal-element.reveal-text {
  transition: all 1.1s ease-out;
  color: rgba(0, 0, 0, 0); }
  .reveal-element.reveal-text .highlights {
    color: white; }
  .reveal-element.reveal-text.reveal {
    color: white; }
    .reveal-element.reveal-text.reveal .highlights {
      color: white; }
