@import url(//hello.myfonts.net/count/32aa93);@charset "UTF-8";
/* import css normalise/reset library */
/* fonts */
/* colours */
/* import vars */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  position: relative;
  float: right;
  padding: 14px 7px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: #979797;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  line-height: 1;
}

@media (--medium-viewport) {
  .hamburger {
    padding: 20px 0 0;
  }
}

@media (--wide-viewport) {
  .hamburger {
    display: none;
  }
}

.hamburger:hover {
  opacity: 0.4;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #979797;
  border-radius: 1px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.is-active {
  color: #979797;
}

.hamburger.is-active .hamburger-inner {
  background-color: #979797;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:before {
  background-color: #979797;
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger.is-active .hamburger-inner:after {
  background-color: #979797;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

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

.icon-BG_Logo_Mobile_1x:before {
  content: "\E900";
}

.icon-BG_Logo_Mobile_2x:before {
  content: "\E901";
}

.icon-BG_Logo_Regular_1x:before {
  content: "\E902";
}

.icon-BG_Logo_Regular_2x:before {
  content: "\E903";
}

.icon-BG_Logo_Small_1x:before {
  content: "\E904";
}

.icon-BG_Logo_Small_2x {
  aspect-ratio: 1;
  background-image: url("/assets/img/bg-logo-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-BG_Logo_Small_2x:before {
  display: none;
}

.icon-Nav_Menu_Icon:before {
  content: "\E906";
}

.icon-Nav_Menu_Cross:before {
  content: "\E907";
}

.icon-Link_Arrow_Left:before {
  content: "\E908";
}

.icon-Link_Arrow_Right:before {
  content: "\E909";
}

.icon-Carousel_Arrow_Left:before {
  content: "\E90A";
}

.icon-Carousel_Arrow_Left_Hover:before {
  content: "\E90B";
}

.icon-Carousel_Arrow_Right:before {
  content: "\E90C";
}

.icon-Carousel_Arrow_Right_Hover:before {
  content: "\E90D";
}

.icon-Down_Arrow_Reg:before {
  content: "\E90E";
}

.icon-Down_Arrow_Sml:before {
  content: "\E90F";
}

.icon-Back_To_Top:before {
  content: "\E910";
}

.icon-Speech_Marks_Begin:before {
  content: "\E911";
}

.icon-Speech_Marks_Finish:before {
  content: "\E912";
}

.icon-Map_Pin:before {
  content: "\E913";
}

.icon-Mail_Icon:before {
  content: "\E914";
}

.icon-Phone_Icon:before {
  content: "\E915";
}

.icon-Facebook_Icon_No_Fill:before {
  content: "\E916";
}

.icon-Facebook_Icon:before {
  content: "\E917";
}

.icon-Twitter_Icon_No_Fill:before {
  content: "\E918";
}

.icon-Twitter_Icon:before {
  content: "\E919";
}

/**
 * @license
 * MyFonts Webfont Build ID 3320467, 2016-12-13T10:36:17-0500
 * 
 * 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: MuseoSans-300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/300/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: 500,000
 * 
 * Webfont: FF Milo Serif Web by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/milo-serif/ot/
 * Copyright: 2009 Mike Abbink published by FSI FontShop International GmbH
 * Licensed pageviews: 50,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3320467
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'MuseoSans-300';
  font-style: normal;
  font-weight: normal;
  src: local("MuseoSans-300"), url("../fonts/32AA93_0_0.woff2") format("woff2"), url("../fonts/32AA93_0_0.woff") format("woff"), url("../fonts/32AA93_0_0.ttf") format("truetype"), url("../fonts/32AA93_0_0.eot?#iefix") format("embedded-opentype");
}

@font-face {
  font-family: 'FFMiloSerifWeb';
  font-style: normal;
  font-weight: normal;
  src: local("FFMiloSerifWeb"), url("../fonts/32AA93_1_0.woff2") format("woff2"), url("../fonts/32AA93_1_0.woff") format("woff"), url("../fonts/32AA93_1_0.ttf") format("truetype"), url("../fonts/32AA93_1_0.eot?#iefix") format("embedded-opentype");
}

/*======================================
  Selectric v1.11.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  margin: 0 0 18px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #B2BBC0;
  background: transparent;
  position: relative;
}

.selectric.error {
  border: 1px solid red;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-family: "MuseoSans-300", serif;
  font-size: rem(14px);
  line-height: 38px;
  color: #B2BBC0;
  height: 38px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  color: #B2BBC0;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #B2BBC0;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #B2BBC0;
}

.selectric-hover .selectric {
  border-color: #B2BBC0;
}

.selectric-hover .selectric .button {
  color: #B2BBC0;
}

.selectric-hover .selectric .button:after {
  border-top-color: #B2BBC0;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #B2BBC0;
}

.selectric-open .selectric .button {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFF8;
  border: 1px solid #B2BBC0;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #B2BBC0;
  cursor: pointer;
  text-align: center;
}

.selectric-items li.selected {
  background: #B2BBC0;
  color: #FFFFF8;
}

.selectric-items li.highlighted {
  background: #B2BBC0;
  color: #FFFFF8;
}

.selectric-items li:hover {
  background: #B2BBC0;
  color: #FFFFF8;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* import mixins */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fdfdfc;
  color: #4A4A4A;
  display: table;
  font-family: "MuseoSans-300", serif;
  font-size: 100%;
  font-weight: normal;
  min-height: 100%;
  table-layout: fixed;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
  font-family: "FFMiloSerifWeb", sans-serif;
}

h1, h2 {
  color: #505961;
  font-weight: normal;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

h1 a, h2 a {
  color: inherit;
}

h1 {
  font-size: rem(18px);
  letter-spacing: rem(1.34px);
  line-height: 1.22;
  margin: 0 0 30px;
  padding: 0 0 18px;
}

@media (--medium-viewport) {
  h1 {
    font-size: rem(28px);
    letter-spacing: rem(2.08px);
    line-height: 1.36;
    margin: 0 0 50px;
    padding: 0 0 18px;
  }
}

h1:after {
  border-bottom: solid 1px #505961;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 100%;
  width: 50px;
}

h2 {
  font-size: rem(16px);
  letter-spacing: rem(1.72px);
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

p, li, address, label {
  font-family: "MuseoSans-300", serif;
  font-size: rem(13px);
  font-weight: 300;
  line-height: 1.85;
  margin: 0 0 20px;
  padding: 0;
}

@media (--medium-viewport) {
  p, li, address, label {
    font-size: rem(16px);
    line-height: 1.5;
  }
}

a {
  color: #B2BBC0;
  text-decoration: none;
}

a:hover {
  opacity: .6;
}

a:hover figure {
  opacity: inherit;
}

a:hover, a:active, a:focus {
  outline: 0;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
}

button:active, button:focus, button:visited, div:active, div:focus, div:visited {
  outline: none;
}

address {
  font-style: normal;
}

main {
  padding: 70px 0 0;
}

@media (--medium-viewport) {
  main {
    padding: 80px 0 0;
  }
}

section {
  padding: 60px 0;
}

@media (--large-viewport) {
  section {
    padding: 80px 0 100px;
  }
}

figure {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}

@media (--medium-viewport) {
  figure {
    margin: 0 0 40px;
  }
}

figcaption {
  color: #505961;
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: rem(11px);
  letter-spacing: rem(1.18px);
  line-height: 1.18;
  padding: 6px 0 0;
  text-align: center;
  text-transform: uppercase;
}

@media (--medium-viewport) {
  figcaption {
    font-size: rem(16px);
    letter-spacing: rem(1.72px);
    line-height: 1.75;
    padding: 12px 0 0;
  }
}

input, label, textarea {
  width: 100%;
}

label,
select {
  display: block;
}

label {
  margin: 0 0 5px;
}

input, textarea {
  border: solid 1px #E2E2E2;
  margin: 0 0 20px;
}

input {
  height: 32px;
}

textarea {
  height: 80px;
}

#mfPreviewBar {
  display: none !important;
}

.js-viewport {
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform  0.4s;
  transition: opacity 0.3s, -webkit-transform  0.4s;
  transition: opacity 0.3s, transform  0.4s;
  transition: opacity 0.3s, transform  0.4s, -webkit-transform  0.4s;
}

.js-viewport--in-viewport {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.preload-image {
  display: block;
  height: 0;
  overflow: hidden;
}

/**
 * -----------------------------------------------------------------------------
 * FUNCTIONS
 * SASS functions.
 * -----------------------------------------------------------------------------
 */
/* Media Query settings */
@custom-media --small-viewport (min-width: 480px);
@custom-media --medium-viewport (min-width: 768px);
@custom-media --large-viewport (min-width: 1024px);
@custom-media --wide-viewport (min-width: 1420px);
/* LostGrid settings */
@lost gutter 14px;
@lost flexbox no-flex;
@lost cycle none;
@lost clearing both;
.content {
  display: table-row;
  height: 100%;
}

.container {
  lost-utility: clearfix;
  padding: 0 10px;
}

@media (--medium-viewport) {
  .container {
    lost-center: 706px;
    padding: 0;
  }
}

@media (--large-viewport) {
  .container {
    lost-center: 910px;
  }
}

@media (--wide-viewport) {
  .container {
    lost-center: 1300px;
  }
}

@media (--large-viewport) {
  .container--projects {
    lost-center: 706px;
  }
}

@media (--wide-viewport) {
  .container--projects {
    lost-center: 1008px;
  }
}

.container--alt {
  padding: 0;
}

.container--narrow {
  padding: 0 20px;
}

.h1,
.h2,
* .h1,
* .h2 {
  position: relative;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #505961;
}

.h1,
* .h1 {
  font-size: 1.125rem;
  letter-spacing: .08375rem;
  line-height: 1.22;
  margin: 0 0 30px;
  padding: 0 0 18px;
}

@media only screen and (min-width: 768px) {
  .h1,
  * .h1 {
    font-size: 1.75rem;
    letter-spacing: .13rem;
    line-height: 1.36;
    margin: 0 0 50px;
    padding: 0 0 18px;
  }
}

.h1::after,
* .h1::after {
  border-bottom: 1px solid #505961;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 100%;
  width: 50px;
}

.h2,
* .h2 {
  font-size: 1rem;
  letter-spacing: .1075rem;
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

/* import components */
.footer p {
  text-align: center;
}

.footer__info {
  background: #505961;
  padding: 40px 0;
}

.footer__company, .footer__tagline {
  color: #f2f2f2;
  text-transform: uppercase;
}

.footer__company {
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.1125rem;
  line-height: 1.22;
  margin: 0 0 4px;
}

@media (--medium-viewport) {
  .footer__company {
    font-size: 1.25rem;
    letter-spacing: 0.125rem;
    line-height: 1.2;
  }
}

.footer__tagline {
  font-size: 0.6875rem;
  letter-spacing: 0.034375rem;
  line-height: 1.18;
  margin: 0 0 40px;
}

@media (--medium-viewport) {
  .footer__tagline {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
    line-height: 1.21;
  }
}

.footer__logo {
  margin-bottom: 12px;
  text-align: center;
}

@media (--medium-viewport) {
  .footer__logo {
    margin-bottom: 17px;
  }
}

.footer__logo a {
  color: #fff;
}

.footer__logo span {
  width: 80px;
  display: block;
  margin: auto;
  background-image: url("/assets/img/bg-logo-small-white.svg");
}

.footer__contact {
  margin: 0 0 0.625rem;
}

.footer__contact p, .footer__contact a {
  color: #ADADAD;
  font-size: 0.75rem;
  letter-spacing: 0.046875rem;
  line-height: 1.83;
  margin: 0;
}

@media (--medium-viewport) {
  .footer__contact p, .footer__contact a {
    font-size: 0.875rem;
    letter-spacing: 0.055rem;
    line-height: 1.71;
  }
}

.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.footer__social li {
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
}

.footer__social-icon {
  width: 32px;
  height: 32px;
}

.footer__social-icon path {
  fill: #B5A39C;
}

.footer__credits {
  margin: 6px 0;
  padding: 0;
}

@media (--medium-viewport) {
  .footer__credits {
    clear: both;
    overflow: hidden;
    padding: 0 62px;
  }
}

.footer__copy, .footer__credit {
  color: #ADADAD;
  font-size: 0.625rem;
  line-height: 2.4;
  margin: 0;
}

@media (--medium-viewport) {
  .footer__copy, .footer__credit {
    display: inline-block;
    font-size: 0.75rem;
    line-height: 2;
  }
}

@media (--medium-viewport) {
  .footer__copy {
    float: left;
  }
}

@media (--medium-viewport) {
  .footer__credit {
    float: right;
  }
}

.footer__credit a {
  color: inherit;
}

.footer__credit a:hover {
  color: #00d1b6;
}

.header {
  background: #fdfdfc;
  height: 70px;
  overflow: visible;
  padding: 14px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

@media (--medium-viewport) {
  .header {
    height: 80px;
    padding: 14px 62px;
  }
}

.header__logo {
  display: inline-block;
  float: left;
  max-width: 280px;
}

.header__logo a {
  color: #505961;
}

.header__logo span {
  font-size: 2.375rem;
}

@media (--medium-viewport) {
  .header__logo span {
    font-size: 2.875rem;
  }
}

.header__logo span:before {
  content: "\E901";
}

@media (--wide-viewport) {
  .header__logo span:before {
    content: "\E903";
  }
}

.header__nav {
  background: #fdfdfc;
  display: none;
  height: calc(100vh - 70px);
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

@media (--wide-viewport) {
  .header__nav {
    background: transparent;
    display: inline-block;
    float: right;
    height: auto;
    left: auto;
    position: relative;
    top: auto;
    width: auto;
  }
}

.header__nav ul {
  margin: 60px 0 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

@media (--wide-viewport) {
  .header__nav ul {
    display: inline-block;
    float: right;
    margin: 28px 0 0;
    text-align: left;
  }
}

.header__nav li {
  display: block;
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
  margin: 0 0 27px;
  text-transform: uppercase;
  position: relative;
}

@media (--wide-viewport) {
  .header__nav li {
    display: inline-block;
    margin: 0 0 0 42px;
  }
}

@media (min-width: 1420px) {
  .header__nav li:hover .header__nav-submenu {
    opacity: 1;
    pointer-events: all;
  }
}

.header__nav a {
  color: #979797;
  padding-bottom: 5px;
  position: relative;
}

.header__nav a.on:after {
  border-bottom: solid 1px #979797;
  content: "";
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}

.header__nav-submenu {
  margin: 15px 0 0 !important;
}

.header__nav-submenu li {
  margin: 0 0 15px;
  font-size: 14px;
}

@media (min-width: 1420px) {
  .header__nav-submenu {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -0.8rem;
    top: 4px;
    float: none !important;
    width: 150px;
    padding: 0.8rem !important;
    background-color: #fff;
  }
  .header__nav-submenu li {
    margin: 0 !important;
  }
}

.menu-prophire {
  display: inline-block;
  position: relative;
}

.menu-prophire__counter {
  color: #B2BBC0;
  font-family: "MuseoSans-300", serif;
  font-size: 0.875rem;
  left: 101%;
  letter-spacing: normal;
  position: absolute;
  top: 10%;
}

.menu-prophire__counter a {
  color: inherit;
}

.about {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-flow: column-reverse;
}

@media (--medium-viewport) {
  .about {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: unset;
    padding: 100px 0 0;
  }
}

.about__intro {
  padding: 30px 0 0;
  text-align: justify;
}

@media (--medium-viewport) {
  .about__intro {
    lost-column: 12/18;
    lost-offset: -3/18;
    padding: 0 0 40px;
  }
}

@media (--wide-viewport) {
  .about__intro {
    lost-column: 10/18;
    lost-offset: -4/18;
  }
}

@media (--medium-viewport) {
  .about__intro h1 {
    margin: 0 0 30px;
  }
}

@media (--medium-viewport) {
  .about__carousel .carousel {
    lost-column: 16/18;
    lost-offset: -1/18;
  }
}

.about__carousel .carousel__slide img {
  height: 192px !important;
  width: auto !important;
}

@media (--medium-viewport) {
  .about__carousel .carousel__slide img {
    height: 375px !important;
  }
}

@media (--wide-viewport) {
  .about__carousel .carousel__slide img {
    height: 460px !important;
  }
}

.about__carousel .carousel .slick-slide {
  margin: 0 14px 0 0;
}

@media (--medium-viewport) {
  .about__carousel .carousel .slick-dots {
    bottom: -35px;
  }
}

@media (--wide-viewport) {
  .about__carousel .carousel .slick-dots {
    bottom: 10px;
  }
}

.team {
  clear: both;
  display: block;
  list-style: none;
  margin: 0;
  padding: 40px 0;
}

@media (--medium-viewport) {
  .team {
    lost-column: 14/18;
    lost-offset: -2/18;
    padding: 70px 0;
  }
}

@media (--wide-viewport) {
  .team {
    padding: 50px 0;
  }
}

.team li {
  overflow: hidden;
}

@media (--medium-viewport) {
  .team li {
    padding: 0 0 40px;
  }
}

.team__image {
  float: left;
  margin-right: 20px;
  width: 80px;
}

@media (--medium-viewport) {
  .team__image {
    lost-column: 3/14;
  }
}

.team__titles {
  border-top: solid 1px #979797;
  overflow: hidden;
  padding: 10px 0 0;
}

@media (--medium-viewport) {
  .team__titles {
    lost-column: 10/14 1;
    clear: none !important;
    margin-right: 0 !important;
    padding: 30px 0 0;
  }
}

.team__name {
  text-align: left;
}

@media (--medium-viewport) {
  .team__name {
    font-size: 1.5rem;
    letter-spacing: 0.160625rem;
    line-height: 1.29;
    padding: 0 0 30px;
  }
}

.team__name span {
  display: block;
  padding: 4px 0 0;
}

@media (--medium-viewport) {
  .team__name span {
    display: inline;
  }
}

@media (--medium-viewport) {
  .team__name span:before {
    content: "| ";
  }
}

.team__bio {
  clear: both;
  overflow: hidden;
  text-align: justify;
}

@media (--medium-viewport) {
  .team__bio {
    lost-column: 10/14 1;
    clear: none !important;
  }
}

.team__bio p:first-of-type {
  margin-top: 20px;
}

@media (--medium-viewport) {
  .team__bio p:first-of-type {
    margin-top: 0;
  }
}

.team__bio p:last-of-type {
  margin-bottom: 5px;
}

@media (--medium-viewport) {
  .team__bio p:last-of-type {
    margin-bottom: 20px;
  }
}

.team__bio .readmore__button {
  text-align: left;
  margin-left: 100px;
}

@media (--medium-viewport) {
  .team__bio .readmore__button {
    margin-left: 0;
  }
}

.team__bio .readmore__button.open {
  margin-left: 0;
}

.contact__section {
  overflow: hidden;
}

.contact__section h1 {
  clear: both;
}

@media (--medium-viewport) {
  .contact__section h1 {
    margin: 0 0 32px;
  }
}

.contact__section p {
  lost-center: 93.33333%;
  text-align: justify;
}

@media (--medium-viewport) {
  .contact__section p {
    lost-column: 10/18;
    lost-offset: -4/18;
  }
}

.contact__section address {
  lost-center: 160px;
  padding: 40px 0 20px;
  text-align: center;
}

@media (--medium-viewport) {
  .contact__section address {
    lost-center: 195px;
    clear: both;
  }
}

.contact__section--contact {
  padding: 60px 0 40px;
}

.contact__section--find {
  padding: 0 0 60px;
}

@media (--medium-viewport) {
  .contact__section--find {
    padding: 40px 0 100px;
  }
}

.contact__methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact__methods li {
  text-align: center;
  margin: 0 0 40px;
}

.contact__methods a {
  color: #4A4A4A;
  display: block;
}

.contact__social ul {
  display: block;
  padding-top: 15px;
  text-align: center;
}

@media (--medium-viewport) {
  .contact__social ul {
    margin: 0 0 5px;
  }
}

.contact__social li {
  display: inline-block;
  margin: 0;
  padding: 0 17px;
}

.contact__social p {
  text-align: center;
}

.contact__social-pinterest {
  position: relative;
  top: 2px;
}

.contact__social-pinterest a {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/assets/img/icon-pinterest.png");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact__social-pinterest a:hover {
  background-image: url("/assets/img/icon-pinterest-hover.png");
}

.contact__icon {
  display: block;
  font-size: 1.125rem;
  margin: 0 0 10px;
}

.contact__icon--phone {
  font-size: 1.375rem;
}

@media (--medium-viewport) {
  .contact__findus {
    overflow: hidden;
    margin: 0 0 40px;
    padding: 20px 0 0;
  }
}

.contact__map {
  clear: both;
  height: 172px;
}

@media (--medium-viewport) {
  .contact__map {
    height: 380px;
  }
}

@media (--wide-viewport) {
  .contact__map {
    height: 668px;
  }
}

.contact__form {
  clear: both;
  margin: auto;
  max-width: 800px;
  padding: 0 1.1rem;
}

.contact__form label {
  margin: 0 0 0.8ex;
  display: block;
  width: 100%;
}

.contact__form input ,
.contact__form select ,
.contact__form textarea {
  display: block;
  width: 100%;
  padding: 2.7ex 1.5ex;
  border: 1px solid #515961;
  border-radius: 0.5ex;
}

.contact__form .btn {
  border-radius: 0;
  width: unset;
  float: none;
  position: relative;
  left: unset;
  -webkit-transform: unset;
          transform: unset;
  margin: 0;
  padding: 6px 28px 30px;
  border: 1px solid #B2BBC0;
}

.facebook-icon,
.twitter-icon,
.instagram-icon {
  color: #B2BBC0;
  font-family: icomoon;
  font-size: 1.375rem;
}

.instagram-icon {
  width: 23px;
  height: 23px;
  display: block;
  position: relative;
  top: 2px;
}

.instagram-icon::before {
  content: "";
  background-image: url("/assets/img/icon-insta-outline.png");
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.instagram-icon:hover::before {
  background-image: url("/assets/img/icon-insta.png");
}

.facebook-icon:before {
  content: "\E916";
}

.facebook-icon:hover:before {
  content: "\E917";
}

.twitter-icon:before {
  content: "\E918";
}

.twitter-icon:hover:before {
  content: "\E919";
}

.intro-block {
  text-align: center;
  max-width: 720px;
  margin: auto;
  padding: 0 20px;
}

.intro-block__logo {
  color: #505961;
  display: block;
  margin: 60px auto 30px;
  width: 6rem;
  height: 6rem;
}

.intro-block p {
  color: #505961;
  font-family: FFMiloSerifWeb, sans-serif;
  text-transform: uppercase;
  line-height: 1.9;
  letter-spacing: 0.15ex;
}

.caption p {
  font-size: 0.7rem;
}

.home-hero {
  padding: 0;
}

@media (--medium-viewport) {
  .home-hero {
    padding: 10px 0 0;
  }
}

.home-hero__image {
  background: no-repeat center;
  background-size: cover;
  height: calc(100vh - 70px - 265px);
}

@media (--medium-viewport) {
  .home-hero__image {
    height: calc(100vh - 80px - 275px);
    lost-center: 706px;
  }
}

@media (--large-viewport) {
  .home-hero__image {
    lost-center: 910px;
  }
}

@media (--wide-viewport) {
  .home-hero__image {
    lost-center: 1980px;
  }
}

@media (--medium-viewport) {
  .home-prophire {
    padding: 60px 0 40px;
  }
}

@media (--large-viewport) {
  .home-prophire {
    padding: 80px 0px;
  }
}

@media (--wide-viewport) {
  .home-prophire {
    padding: 80px 0px 100px;
  }
}

.home-prophire__container {
  clear: both;
  overflow: hidden;
}

.home-prophire__title, .home-prophire__description, .home-prophire__thumbs {
  margin-left: auto;
  margin-right: auto;
  width: 93.33333%;
}

@media (--medium-viewport) {
  .home-prophire__title, .home-prophire__description, .home-prophire__thumbs {
    width: calc(99.9% * 10 / 18 - 6.22222px);
  }
}

@media (--large-viewport) {
  .home-prophire__title {
    padding: 0;
    text-align: left;
    width: auto;
  }
}

@media (--large-viewport) {
  .home-prophire__title:after {
    content: none;
  }
}

@media (--large-viewport) {
  .home-prophire__thumbs {
    lost-column: 11/18;
  }
}

@media (--wide-viewport) {
  .home-prophire__thumbs {
    lost-column: 12/18;
  }
}

.home-prophire__thumb {
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  height: 220px;
}

@media (--medium-viewport) {
  .home-prophire__thumb {
    height: 284px;
  }
}

@media (--large-viewport) {
  .home-prophire__thumb {
    lost-column: 6/11;
    display: block;
    height: 242px;
  }
}

@media (--wide-viewport) {
  .home-prophire__thumb {
    lost-column: 7/12;
    height: 351px;
  }
}

@media (--medium-viewport) {
  .home-prophire__thumb:last-child {
    display: none;
  }
}

@media (--large-viewport) {
  .home-prophire__thumb:last-child {
    display: block;
  }
}

@media (--large-viewport) {
  .home-prophire__thumb--last {
    lost-column: 5/11;
  }
}

@media (--wide-viewport) {
  .home-prophire__thumb--last {
    lost-column: 5/12;
  }
}

.home-prophire__description {
  padding: 20px 0 0;
}

@media (--large-viewport) {
  .home-prophire__description {
    lost-column: 6/18;
    lost-offset: -1/18;
    padding: 0;
  }
}

@media (--wide-viewport) {
  .home-prophire__description {
    lost-column: 5/18;
    lost-offset: -1/18;
    padding: 55px 0 0;
  }
}

.home-prophire__description p {
  text-align: justify;
}

.home-prophire__link {
  padding: 14px 0 0;
  text-align: center !important;
}

@media (--medium-viewport) {
  .home-prophire__link {
    text-align: left !important;
  }
}

.home-prophire__link a {
  display: block;
}

.badges {
  background: #f2f2f2;
}

.badges__row {
  margin: 0 -7px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}

.badges__badge {
  padding: 7px;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

@media (--medium-viewport) {
  .badges__badge {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
  }
}

@media (--large-viewport) {
  .badges__badge {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
  }
}

@media (--wide-viewport) {
  .badges__badge {
    -webkit-box-flex: 0;
            flex: 0 0 10%;
  }
}

.badges__image {
  max-width: 100%;
  height: auto;
}

.lookbook {
  padding: 0 0 60px;
}

@media (--medium-viewport) {
  .lookbook {
    padding: 0 0 100px;
  }
}

.lookbook__nav {
  position: relative;
}

@media (--medium-viewport) {
  .lookbook__filter {
    display: none;
  }
}

@media (--medium-viewport) {
  .lookbook__categories {
    position: static;
    display: block;
  }
}

.lookbook__subcategories {
  display: none;
}

@media (--medium-viewport) {
  .lookbook__subcategories {
    display: block;
  }
}

.lookbook__list {
  lost-masonry-wrap: no-flex;
}

.lookbook__item {
  lost-masonry-column: 1/2 10px;
  margin-bottom: 10px;
}

@media (--medium-viewport) {
  .lookbook__item {
    lost-masonry-column: 1/3 14px;
    margin-bottom: 14px;
  }
}

.lookbook__item--quote {
  display: none;
}

@media (--wide-viewport) {
  .lookbook__item--quote {
    display: block;
    padding: 80px 20px;
    position: relative;
  }
}

.lookbook__item--quote:before, .lookbook__item--quote:after {
  font-family: 'icomoon' !important;
  font-size: 1.25rem;
  position: absolute;
}

.lookbook__item--quote:before {
  content: "\E911";
  top: 10px;
  left: 20px;
}

.lookbook__item--quote:after {
  content: "\E912";
  bottom: 10px;
  right: 20px;
}

.lookbook__item--quote p {
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.18625rem;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.lookbook__more, .lookbook__loading {
  margin-top: 20px;
}

@media (--medium-viewport) {
  .lookbook__more, .lookbook__loading {
    margin-top: 60px;
  }
}

.gallery__row--flex + .container.container--narrow {
  margin-top: 3rem;
}

.featured-project__type,
.featured-project-small__type {
  color: #505961;
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.07375rem;
  line-height: 2.55;
  margin: 0 0 24px;
  text-align: center;
  text-transform: uppercase;
}

@media (--medium-viewport) {
  .featured-project__type,
  .featured-project-small__type {
    font-size: 0.875rem;
    letter-spacing: 0.09375rem;
    line-height: 2;
  }
}

.featured-project__type a,
.featured-project-small__type a {
  color: inherit;
}

.featured-project__image {
  margin-bottom: 12px;
}

@media (--medium-viewport) {
  .featured-project__image {
    lost-column: 9/18;
    margin-bottom: 60px;
  }
}

.featured-project__image .project__thumb {
  margin-bottom: 0;
}

@media (--medium-viewport) {
  .featured-project__type {
    text-align: left;
  }
}

@media (--medium-viewport) {
  .featured-project__details {
    lost-column: 8/18;
    lost-offset: -1/18;
    padding: 37px 0 0;
  }
}

@media (--large-viewport) {
  .featured-project__details {
    padding: 0;
  }
}

@media (--wide-viewport) {
  .featured-project__details {
    padding: 0 0 0;
  }
}

@media (min-width: 1420px) {
  .featured-project__details {
    padding: 0 0 0 !important;
  }
}

@media (--medium-viewport) {
  .featured-project__title {
    font-size: 1.5rem;
    letter-spacing: 0.160625rem;
    line-height: 1.29;
    margin: 0 0 10px;
    text-align: left;
  }
}

.featured-project__content {
  display: none;
  overflow: hidden;
}

@media (--large-viewport) {
  .featured-project__content {
    display: block;
    margin: 0 0 8px;
  }
}

.featured-project__content p {
  color: #505961;
  text-align: justify;
}

.featured-project__more {
  display: none;
}

@media (--medium-viewport) {
  .featured-project__more {
    display: inline-block;
  }
}

@media (--medium-viewport) {
  .featured-project__button {
    margin: 35px 0 0;
  }
}

@media (--medium-viewport) {
  .featured-project-small {
    lost-column: 6/18;
  }
}

.featured-project-small__thumb {
  margin: 0 0 12px;
}

.projects {
  clear: both;
  overflow: hidden;
  padding-bottom: 60px;
}

@media (--large-viewport) {
  .projects {
    padding-bottom: 100px;
  }
}

.project-small {
  lost-column: 1/2 2;
}

.project-small .caption {
  margin-top: 6px;
}

.project-small .caption p {
  margin: 0;
  color: #4f5961;
}

.project {
  padding: 40px 0 0;
}

@media (--medium-viewport) {
  .project {
    padding: 60px 0 0;
  }
}

@media (--large-viewport) {
  .project {
    padding: 100px 0 0;
  }
}

.project__title {
  padding: 0;
  text-align: left;
}

@media (--medium-viewport) {
  .project__title {
    lost-column: 17/18;
    lost-offset: -1/18;
  }
}

.project__title:after {
  content: none;
}

.project__intro {
  text-align: justify;
}

@media (--medium-viewport) {
  .project__intro {
    lost-column: 10/18;
    lost-offset: -1/18;
  }
}

@media (--wide-viewport) {
  .project__intro {
    lost-column: 9/18;
    lost-offset: -1/18;
  }
}

@media (--medium-viewport) {
  .project__note {
    lost-column: 5/18;
    lost-offset: -1/18;
  }
}

@media (--wide-viewport) {
  .project__note {
    lost-column: 5/18;
    lost-offset: -2/18;
  }
}

.project__nav {
  background: #f2f2f2;
}

.project .lookbook--alt {
  background: #f5f5f5;
}

.photo-credit {
  margin-bottom: 30px;
}

@media (--wide-viewport) {
  .photo-credit {
    margin: 10px 0 30px;
  }
}

.photo-credit__link {
  color: #979797;
  display: block;
  font-family: "MuseoSans-300", serif;
  font-size: 0.6875rem;
  line-height: 2;
}

.photo-credit__link:after {
  content: "\E90F";
  display: inline-block;
  font-family: "icomoon" !important;
  font-size: 0.375rem;
  margin-left: 10px;
}

.photo-credit__content {
  display: none;
}

.photo-credit__content p {
  font-size: 0.6875rem;
  line-height: 2.27;
}

.photo-credit.open .photo-credit__link:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.photo-credit.open .photo-credit__content {
  display: block;
}

.note {
  margin: 0 0 30px;
}

.note__title {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  line-height: 2.08;
  margin: 0 0 20px;
  text-align: left;
}

@media (--medium-viewport) {
  .note__title {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    line-height: 1.79;
  }
}

.note p {
  color: #505961;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 2.17;
}

@media (--medium-viewport) {
  .note p {
    font-size: 0.875rem;
    line-height: 1.86;
  }
}

.gallery {
  margin: 0 0 30px;
}

.gallery__row div, .gallery__portrait div, .gallery__landscape div {
  background: no-repeat center;
  background-size: cover;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

@media (--medium-viewport) {
  .gallery__row div, .gallery__portrait div, .gallery__landscape div {
    margin-bottom: 14px;
  }
}

.gallery__row div {
  height: 200px;
}

@media (--medium-viewport) {
  .gallery__row div {
    height: 607px;
  }
}

@media (--wide-viewport) {
  .gallery__row div {
    height: 867px;
  }
}

@media (--medium-viewport) {
  .gallery__row--double div {
    lost-column: 1/2;
  }
}

@media (--medium-viewport) {
  .gallery__row--triple div {
    lost-column: 1/3;
  }
}

.gallery__row--flex {
  display: -webkit-box;
  display: flex;
  gap: 14px;
  margin: 0 0 14px;
  max-width: 100%;
}

.gallery__row--flex img {
  border: none;
  vertical-align: bottom;
  min-width: 0;
}

.gallery__row--flex .img {
  border: none;
  vertical-align: bottom;
  min-width: 0;
}

.gallery__row--flex .img .caption {
  margin-top: 8px;
}

.gallery__row--overflow {
  overflow: auto;
}

@media (--medium-viewport) {
  .gallery__portrait, .gallery__landscape, .gallery__video--landscape {
    height: 400px !important;
  }
}

@media (--wide-viewport) {
  .gallery__portrait, .gallery__landscape, .gallery__video--landscape {
    height: 577px !important;
  }
}

.gallery__portrait {
  height: 405px !important;
}

@media (--medium-viewport) {
  .gallery__portrait {
    lost-column: 6/18;
  }
}

@media (--medium-viewport) {
  .gallery__landscape, .gallery__video--landscape {
    lost-column: 12/18;
  }
}

.gallery__loadmore {
  margin: 0 0 30px;
}

.gallery .container {
  padding-bottom: 20px;
}

.gallery__video {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.gallery__video--landscape {
  height: 405px !important;
}

@media (--medium-viewport) {
  .gallery__video--landscape {
    lost-column: 12/18;
  }
}

.gallery__video iframe,
.gallery__video object,
.gallery__video embed {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.gallery-img-wrapper {
  background-size: cover;
  background-position: 50%;
}

.gallery-img-wrapper img {
  height: 0;
  width: 0;
  overflow: hidden;
}

.gallery-img-wrapper--portrait {
  aspect-ratio: 0.66;
}

.prev-project {
  display: none;
}

@media (--wide-viewport) {
  .prev-project {
    lost-column: 5/18;
    display: block;
    overflow: hidden;
    position: relative;
  }
}

.prev-project__title {
  font-size: 1.125rem;
  margin: 0 0 40px;
  padding: 0;
  text-align: left;
}

.prev-project__title:after {
  content: none;
}

.prev-project__subtitle {
  font-size: 1.5rem;
  margin: 0 0 10px;
  text-align: left;
}

.next-project {
  overflow: hidden;
  padding: 30px 0;
}

@media (--medium-viewport) {
  .next-project {
    padding: 60px 0;
  }
}

@media (--large-viewport) {
  .next-project {
    padding: 80px 0 100px;
  }
}

@media (--wide-viewport) {
  .next-project {
    lost-column: 13/18;
  }
}

.next-project__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-flow: column-reverse;
}

@media (--medium-viewport) {
  .next-project__container {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
            flex-direction: unset;
  }
}

@media (--medium-viewport) {
  .next-project__title {
    lost-column: 8/18;
    lost-offset: -1/18;
    margin: 0 0 55px;
    padding: 0;
    text-align: left;
  }
}

@media (--medium-viewport) {
  .next-project__title:after {
    content: none;
  }
}

.next-project__subtitle {
  margin: 10px 0 10px 10px;
  text-align: left;
}

@media (--medium-viewport) {
  .next-project__subtitle {
    font-size: 1.5rem;
    letter-spacing: 0.160625rem;
    line-height: 1.29;
    margin: 0 0 15px;
  }
}

@media (--medium-viewport) {
  .next-project__thumbnail {
    lost-column: 9/18;
  }
}

@media (--wide-viewport) {
  .next-project__thumbnail {
    lost-column: 8/18;
    lost-offset: -1/18;
    position: relative;
  }
}

@media (--wide-viewport) {
  .next-project__thumbnail:after {
    content: '';
    border-left: solid 1px #979797;
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(-10% + 14px);
  }
}

@media (--medium-viewport) {
  .next-project__details {
    lost-column: 8/18;
    lost-offset: -1/18;
  }
}

.next-project__subtitle, .next-project__link {
  margin-left: 10px;
}

@media (--medium-viewport) {
  .next-project__subtitle, .next-project__link {
    margin-left: 0;
  }
}

.project-nav__type, .project-nav__description {
  display: none;
}

@media (--large-viewport) {
  .project-nav__type, .project-nav__description {
    display: block;
  }
}

.project-nav__type {
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 45px;
  text-transform: uppercase;
}

.project-nav__description {
  overflow: hidden;
  margin: 0 0 20px;
}

.saveditems__intro {
  margin: 0 0 15px;
  overflow: hidden;
}

@media (--medium-viewport) {
  .saveditems__intro {
    lost-column: 9/18;
  }
}

@media (--large-viewport) {
  .saveditems__intro {
    lost-column: 7/18;
    lost-offset: -2/18;
    margin: 0 0 30px;
  }
}

@media (--wide-viewport) {
  .saveditems__intro {
    lost-column: 6/18;
    lost-offset: -2/18;
    margin: 0 0 25px;
  }
}

.saveditems__intro p {
  text-align: justify;
}

.saveditems__send {
  margin: 0 0 50px;
}

@media (--medium-viewport) {
  .saveditems__send {
    lost-column: 8/18;
    lost-offset: -1/18;
  }
}

@media (--large-viewport) {
  .saveditems__send {
    lost-column: 6/18;
    lost-offset: -1/18;
  }
}

@media (--wide-viewport) {
  .saveditems__send {
    lost-column: 4/18;
    lost-offset: -4/18;
  }
}

.saveditems__send p {
  margin: 0 0 10px;
}

.saveditems__enquiry {
  display: none;
  padding: 40px 0;
}

@media (--large-viewport) {
  .saveditems__enquiry {
    lost-column: 14/18;
    lost-offset: -2/18;
  }
}

.saveditems__contact {
  font-size: 0.6875rem;
  text-align: center;
}

@media (--medium-viewport) {
  .saveditems__contact {
    font-size: 0.75rem;
    text-align: left;
  }
}

.saveditems__basket {
  margin: 0 0 40px;
}

@media (--large-viewport) {
  .saveditems__basket {
    lost-column: 14/18;
    lost-offset: -2/18;
  }
}

.saveditems__list {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.saveditems__link {
  font-size: 0.6875rem;
}

@media (--medium-viewport) {
  .saveditems__link {
    font-size: 0.875rem;
    letter-spacing: 0.01875rem;
    line-height: 1.43;
  }
}

@media (--large-viewport) {
  .saveditems__link {
    letter-spacing: 0;
  }
}

.saveditem {
  clear: both;
  overflow: hidden;
}

@media (--wide-viewport) {
  .saveditem {
    margin: 0 0 30px;
  }
}

.saveditem__image {
  float: left;
  margin-right: 20px;
  width: 40px;
}

@media (--large-viewport) {
  .saveditem__image {
    margin-right: 16px;
  }
}

@media (--wide-viewport) {
  .saveditem__image {
    margin-right: 14px;
    width: 60px;
  }
}

.saveditem__details {
  overflow: hidden;
}

.saveditem__details p {
  margin: 0 0 3px;
}

@media (--large-viewport) {
  .saveditem__details p {
    margin: 0 0 6px;
  }
}

@media (--wide-viewport) {
  .saveditem__details p {
    margin: 0 0 8px;
  }
}

@media (--large-viewport) {
  .saveditem__title {
    font-size: 0.875rem;
  }
}

.saveditem__actions {
  overflow: hidden;
}

.saveditem__actions p {
  float: left;
  margin-right: 10px;
}

@media (--large-viewport) {
  .saveditem__actions p {
    margin-right: 14px;
  }
}

@media (--wide-viewport) {
  .saveditem__actions p {
    margin-right: 24px;
  }
}

.saveditem__actions ul {
  display: block;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.saveditem__actions li {
  display: inline-block;
  margin: 0;
}

.saveditem__actions li:last-of-type {
  float: right;
}

.form__row {
  clear: both;
  overflow: hidden;
}

@media (--medium-viewport) {
  .form__column {
    lost-column: 9/18;
  }
}

#propHireEnquiryFormErrors,
#propHireEnquiryFormThanks,
#twitter {
  display: none;
}

.prop-hire-entry__banner {
  background-color: #B5A39C;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 1.2rem 2.5rem;
  border-bottom: 2px solid #fff;
}

@media (min-width: 740px) {
  .prop-hire-entry__banner {
    padding: 0.8rem 1rem;
  }
}

.prop-hire-entry__banner-heading {
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  margin: 0 auto;
}

@media (min-width: 740px) {
  .prop-hire-entry__banner-heading {
    font-size: 22px;
    text-align: left;
    margin: 0;
  }
}

.prop-hire-entry .prop-hire-entry__banner-btn {
  background-color: #fff;
  color: #525960;
  -webkit-transform: unset;
          transform: unset;
  left: unset;
  margin: 0.5rem auto;
}

@media (min-width: 740px) {
  .prop-hire-entry .prop-hire-entry__banner-btn {
    margin: 0.5rem 0;
  }
}

.prop-hire-entry .services__text p + h2 {
  margin: 4ex 0 1ex;
}

.prop-hire-entry .services__text h2 {
  text-align: left;
  font-size: 22px;
  margin: 0 0 1ex;
}

.prop-hire-entry .gallery__row--flex .img {
  width: 100%;
}

.prop-hire-entry .cards__container {
  max-width: 660px;
  margin-top: -2rem;
}

@media (min-width: 1421px) {
  .prop-hire-entry .cards__container {
    max-width: 760px;
  }
}

.prop-hire-entry .cards__section-heading {
  width: 100%;
  text-align: left;
  font-size: 26px;
  margin-bottom: -1ex;
}

.prop-hire-entry .help h2 {
  margin-top: 4ex;
}

.prophire {
  padding: 0 0 60px;
}

@media (--large-viewport) {
  .prophire {
    padding: 0 0 100px;
  }
}

.prophire__sidebar {
  position: relative;
}

@media (--large-viewport) {
  .prophire__sidebar {
    lost-column: 3/18;
  }
}

.prophire__items {
  clear: both;
}

@media (--large-viewport) {
  .prophire__items {
    lost-column: 15/18;
  }
}

.prophire__items-list {
  clear: both;
  overflow: hidden;
}

.prophire figure {
  margin: 0 0 14px;
}

@media (--wide-viewport) {
  .prophire figure {
    margin: 0;
  }
}

.prophire figcaption {
  font-family: "MuseoSans-300", serif;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.16;
  padding: 12px 0 0;
  text-transform: none;
}

@media (--large-viewport) {
  .prophire figcaption {
    font-size: 0.875rem;
    letter-spacing: 0.01875rem;
    line-height: 1.43;
    text-align: left;
  }
}

.item-small {
  lost-waffle: 1/2 2;
}

@media (--large-viewport) {
  .item-small {
    lost-waffle: 1/5 5;
  }
}

@media (--wide-viewport) {
  .prop {
    padding: 90px 0 5px;
  }
}

.prop__imagery {
  margin: 0 !important;
  overflow: hidden;
}

@media (--medium-viewport) {
  .prop__imagery {
    lost-column: 16/18;
    lost-offset: -1/18;
    padding-top: 10px;
  }
}

@media (--large-viewport) {
  .prop__imagery {
    lost-column: 11/18;
    lost-offset: 0/18;
  }
}

@media (--wide-viewport) {
  .prop__imagery {
    lost-column: 11/18;
    lost-offset: 0/18;
  }
}

.prop__imagery .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.prop__information {
  lost-center: 280px;
}

@media (--medium-viewport) {
  .prop__information {
    max-width: none;
    lost-column: 8/18;
    lost-offset: -5/18;
  }
}

@media (--large-viewport) {
  .prop__information {
    lost-column: 6/18;
    lost-offset: -1/18;
  }
}

@media (--wide-viewport) {
  .prop__information {
    lost-column: 6/18;
    lost-offset: 0/18;
  }
}

@media (--wide-viewport) {
  .prop__image, .prop__carousel, .prop__suggestions {
    lost-column: 9/11;
    lost-offset: -1/11;
  }
}

.prop__suggestions {
  display: none;
}

@media (--large-viewport) {
  .prop__suggestions {
    lost-column: 9/11;
    lost-offset: 0/11;
    display: block;
  }
}

.prop__suggestions h2 {
  padding: 40px 0 20px;
  text-align: left;
}

.prop__links {
  border-bottom: solid 1px #A9A9A9;
  list-style: none;
  margin: 0 0 30px;
  padding: 20px 0 4px;
  position: relative;
}

@media (--medium-viewport) {
  .prop__links {
    margin: 0 0 36px;
  }
}

@media (--large-viewport) {
  .prop__links {
    margin: 0 0 30px;
    padding: 2px 0;
  }
}

.prop__links li {
  display: inline-block;
  position: relative;
  margin: 0;
}

.prop__links li:first-of-type {
  left: 0;
}

.prop__links li:last-of-type {
  float: right;
  margin-right: -14px;
}

.prop__links--saved {
  margin: 0 0 20px;
  padding: 20px 0 9px;
}

@media (--large-viewport) {
  .prop__links--saved {
    padding: 20px 0 15px;
  }
}

@media (--wide-viewport) {
  .prop__links--saved {
    padding: 20px 0 12px;
  }
}

.prop__links--saved li:last-of-type {
  margin-right: 0;
}

.prop__link {
  line-height: 1;
  padding: 9px 14px;
}

@media (--medium-viewport) {
  .prop__link {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.prop__link--back {
  padding-left: 0;
}

.prop__link--back:before {
  line-height: 1;
}

.prop__title {
  font-size: 1rem;
  letter-spacing: 0.1075rem;
  line-height: 1.75;
  padding: 0;
  margin: 0;
  text-align: left;
}

@media (--medium-viewport) {
  .prop__title {
    font-size: 1.5rem;
    letter-spacing: 0.160625rem;
    line-height: 1.29;
    margin: 0 0 12px;
  }
}

.prop__title:after {
  content: none;
}

.prop__price {
  color: #4A4A4A;
  margin: 0 0 30px;
}

@media (--medium-viewport) {
  .prop__price {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 50px;
  }
}

.prop__form {
  padding: 0 0 40px;
}

@media (--wide-viewport) {
  .prop__form {
    lost-column: 5/6;
  }
}

.prop__save {
  margin: 0 0 18px;
}

.prop__details {
  clear: both;
  overflow: hidden;
  padding: 0 0 30px;
}

.prop__quantity-error {
  color: red;
  font-size: 0.875rem;
  font-style: italic;
}

.prop__search-form [type="search"] {
  padding: 0 5px;
  margin: 0;
}

.prop__search-form [type="submit"] {
  padding: 4px 28px;
}

.suggestion {
  lost-waffle: 1/3 3;
}

.suggestion__category, .suggestion__title {
  color: #4A4A4A;
  text-align: left;
}

.suggestion__category {
  font-size: 0.6875rem;
  line-height: 1.18;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.suggestion__title {
  font-family: "MuseoSans-300", serif;
  font-size: 0.875rem;
  letter-spacing: 0.01875rem;
  line-height: 1.43;
  text-transform: none;
}

@media (--wide-viewport) {
  .tabbed {
    display: none;
  }
}

.tabbed--wide {
  display: none;
}

@media (--wide-viewport) {
  .tabbed--wide {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}

.tabs {
  border-top: solid 1px #A9A9A9;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (--wide-viewport) {
  .tabs {
    border-top: 0;
    overflow: hidden;
  }
}

.tabs__title {
  font-family: "MuseoSans-300", serif;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  text-transform: none;
}

@media (--wide-viewport) {
  .tabs__title {
    text-align: center;
  }
}

.tabs__title a:after {
  content: "\E90F";
  display: block;
  font-family: icomoon;
  font-size: 0.4375rem;
  font-style: normal;
  float: right;
  line-height: 3.45;
  margin-right: 11px;
  vertical-align: middle;
}

@media (--wide-viewport) {
  .tabs__title a:after {
    content: none;
  }
}

.tabs__section {
  border-bottom: solid 1px #A9A9A9;
  margin: 0;
  padding: 11px 0 17px;
}

@media (--wide-viewport) {
  .tabs__section {
    lost-column: 1/3 0 0;
    display: inline-block;
    padding: 10px 0;
  }
}

@media (--wide-viewport) {
  .tabs__section.open {
    border-top: solid 1px #A9A9A9;
    border-left: solid 1px #A9A9A9;
    border-right: solid 1px #A9A9A9;
    border-bottom: 0;
  }
}

.tabs__content {
  display: none;
  padding: 10px 0;
  text-align: justify;
}

@media (--wide-viewport) {
  .tabs__content {
    border-bottom: solid 1px #979797;
    padding: 35px 0 20px;
  }
}

.tabs__content.open {
  display: block;
}

.tabs .open .tabs__title a:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.tabs .open .tabs__content {
  display: block;
}

.help {
  padding: 0 0 35px;
}

.help__title,
.help a {
  color: #4A4A4A;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
}

.help__title {
  font-family: "MuseoSans-300", serif;
  text-align: left;
  text-transform: none;
  margin: 0 0 15px;
}

.help__email:before, .help__phone:before {
  font-family: icomoon;
  font-size: 1.125rem;
  margin-right: 14px;
}

.help__email:before {
  content: "\E914";
}

.help__phone:before {
  content: "\E915";
}

.help ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.help li {
  margin: 0 0 15px;
}

.added {
  -webkit-animation: added 1s ease-out forwards;
          animation: added 1s ease-out forwards;
}

@-webkit-keyframes added {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(178, 187, 192, 0.4);
  }
  100% {
    background-color: transparent;
  }
}

@keyframes added {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(178, 187, 192, 0.4);
  }
  100% {
    background-color: transparent;
  }
}

/**
 * --------
 * HELPERS
 * --------
 */
.contact__social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prop__link, .more, .back {
  color: #B2BBC0;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 2.27;
}

.lookbook__filter, .prophire__filter {
  color: #979797;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0 0 10px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
}

@media (--large-viewport) {
  .lookbook__filter, .prophire__filter {
    display: none;
  }
}

.lookbook__filter:after, .prophire__filter:after {
  content: "\E90F";
  display: block;
  font-family: icomoon;
  font-size: 0.3125rem;
  font-style: normal;
  margin-top: -15px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.open.lookbook__filter:after, .open.prophire__filter:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.lookbook__categories, .prophire__categories {
  background: #fdfdfc;
  display: none;
  left: 0;
  padding: 10px 0 30px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 5;
}

@media (--large-viewport) {
  .lookbook__categories, .prophire__categories {
    position: static;
    display: block;
  }
}

.open.lookbook__categories, .open.prophire__categories {
  display: block;
}

.intro {
  text-align: center;
}

/**
 * -----
 * MISC
 * -----
 */
.ajax-loading {
  display: none;
}

.ajax-loading img {
  display: block;
  height: 32px;
  margin: 0 auto;
  width: 32px;
}

.carousel {
  position: relative;
  /* Arrows */
}

@media (--wide-viewport) {
  .carousel {
    padding-bottom: 40px;
  }
}

.carousel__dots li {
  height: 10px !important;
  margin: 0 6px !important;
  padding: 0 !important;
  width: 10px !important;
}

.carousel__dots li button {
  background: transparent !important;
  border: 1px solid #979797 !important;
  border-radius: 50% !important;
  height: 10px !important;
  padding: 0 !important;
  width: 10px !important;
}

.carousel__dots li button:before, .carousel__dots li button:after {
  content: none !important;
}

.carousel__dots li button:hover {
  background: #979797 !important;
}

.carousel__dots li.slick-active button {
  background: #979797 !important;
}

.carousel__dots li.slick-active button:before {
  content: none  !important;
}

.carousel__dots--prop {
  bottom: 10px !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.carousel__dots--prop button {
  border: 1px solid #FFFFF8 !important;
}

.carousel__dots--prop button:hover {
  background: #FFFFF8 !important;
}

.carousel__dots--prop.slick-active button {
  background: #FFFFF8 !important;
}

.carousel .slick-next,
.carousel .slick-prev {
  color: #FFFFF8;
  font-size: 48px;
  width: 16px;
  height: 32px;
  cursor: pointer;
  top: 50%;
  left: 10px;
  margin-top: 0;
  position: absolute;
  z-index: 10;
}

@media (--wide-viewport) {
  .carousel .slick-next,
  .carousel .slick-prev {
    color: #979797;
    left: -36px;
    margin-top: -16px;
  }
}

.carousel .slick-next:before,
.carousel .slick-prev:before {
  color: #FFFFF8;
  content: "\E90A";
  font-family: 'icomoon' !important;
  font-size: 2rem;
}

@media (--wide-viewport) {
  .carousel .slick-next:before,
  .carousel .slick-prev:before {
    color: #979797;
  }
}

@media (--medium-viewport) {
  .carousel .slick-next--team,
  .carousel .slick-prev--team {
    left: -36px;
  }
}

.carousel .slick-next--team:before,
.carousel .slick-prev--team:before {
  color: #979797;
}

.carousel .slick-next {
  right: 10px;
  left: auto;
}

@media (--wide-viewport) {
  .carousel .slick-next {
    left: auto;
    right: -36px;
  }
}

.carousel .slick-next:before {
  content: "\E90C";
}

@media (--medium-viewport) {
  .carousel .slick-next--team {
    left: auto;
    right: -36px;
  }
}

.carousel:hover .slick-next:before {
  content: "\E90D";
}

.carousel:hover .slick-prev:before {
  content: "\E90B";
}

/**
 * ---------------
 * BUTTONS & LINKS
 * ---------------
 */
.btn {
  background: transparent;
  border: solid 1px #B2BBC0;
  color: #B2BBC0;
  cursor: pointer;
  display: inline-block;
  font-family: "MuseoSans-300", serif;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04375rem;
  line-height: 1.86;
  margin: 5px auto 0;
  padding: 8px 28px 4px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background: #B2BBC0;
  color: #FFFFF8;
}

.btn--load {
  margin: 14px auto 0;
}

@media (--medium-viewport) {
  .btn--load {
    margin: 20px auto 0;
  }
}

@media (--large-viewport) {
  .btn--load {
    margin: 40px auto 0;
  }
}

.btn--form {
  background: #B2BBC0;
  color: #FFFFF8;
  width: 100%;
}

.btn--form:hover {
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  color: #B2BBC0;
}

.btn--narrow {
  width: auto;
}

@media (--medium-viewport) {
  .btn--narrow {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (--medium-viewport) {
  .more {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.more:after {
  content: "\E909";
  font-family: 'icomoon' !important;
  font-size: 0.4375rem;
  line-height: 2.27;
  margin: 0 0 0 15px;
}

@media (--medium-viewport) {
  .more:after {
    font-size: 0.4375rem;
    line-height: 1.57;
    margin: 0 0 0 6px;
  }
}

@media (--medium-viewport) {
  .back {
    font-size: 0.875rem;
    line-height: 1.57;
  }
}

.back:before {
  content: "\E908";
  font-family: 'icomoon' !important;
  font-size: 0.4375rem;
  line-height: 2.27;
  margin: 0 10px 0 0;
}

@media (--medium-viewport) {
  .back:before {
    line-height: 1.57;
    margin: 0 6px 0 0;
  }
}

@media (--large-viewport) {
  .back:before {
    margin: 0 9px 0 0;
  }
}

.readmore__button {
  display: block;
  font-size: 0.6875rem;
  line-height: 2.27;
  margin: 0 0 14px;
  text-align: center;
}

@media (--medium-viewport) {
  .readmore__button {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
  }
}

.scroll-up {
  display: none;
  height: 137px;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  width: 13px;
}

.scroll-up span {
  font-size: 8.25rem;
}

/**
 * ----------
 * CATEGORIES
 * ----------
 */
.categories {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

@media (--wide-viewport) {
  .categories {
    margin: 0 0 40px;
  }
}

.categories li {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 0 4px;
  text-align: center;
}

@media (--medium-viewport) {
  .categories li {
    font-size: 1rem;
    margin: 0 14px;
  }
}

.categories li:first-of-type {
  margin: 0 14px;
}

.categories li:first-of-type:after {
  content: "|";
  position: relative;
  right: -14px;
}

.categories a {
  color: #505961;
  display: inline-block;
  padding: 0 4px 2px;
}

@media (--medium-viewport) {
  .categories a {
    padding: 0;
  }
}

.categories a:hover {
  color: #B2BBC0;
  opacity: 1;
}

.categories .on a {
  border-bottom: solid 4px #505961;
}

.categories .on a:hover {
  border-bottom-color: #B2BBC0;
  color: #B2BBC0;
  opacity: 1;
}

.categories--side, .categories--lookbook {
  padding: 16px 0 12px;
}

.categories--side li, .categories--lookbook li {
  display: block;
  margin: 0 0 20px;
}

.categories--side li:first-of-type, .categories--lookbook li:first-of-type {
  margin: 0 0 20px;
}

.categories--side li:first-of-type:after, .categories--lookbook li:first-of-type:after {
  content: none;
}

.categories--side .on a, .categories--lookbook .on a {
  color: #B2BBC0;
  border-bottom: none;
}

@media (--medium-viewport) {
  .categories--side li {
    margin: 0 0 10px;
  }
}

@media (--large-viewport) {
  .categories--side li {
    margin: 0 0 14px;
    text-align: left;
  }
}

@media (--medium-viewport) {
  .categories--side li:first-of-type {
    margin: 0 0 10px;
  }
}

@media (--large-viewport) {
  .categories--side li:first-of-type {
    display: none;
  }
}

@media (--medium-viewport) {
  .categories--lookbook {
    padding: 0;
  }
}

@media (--medium-viewport) {
  .categories--lookbook li {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (--medium-viewport) {
  .categories--lookbook li:first-of-type {
    margin: 0 14px;
  }
  .categories--lookbook li:first-of-type:after {
    content: "|";
    position: relative;
    right: -14px;
  }
}

.categories--lookbook li:first-of-type a:after {
  content: " Categories";
}

@media (--medium-viewport) {
  .categories--lookbook li:first-of-type a:after {
    content: none;
  }
}

@media (--medium-viewport) {
  .categories--lookbook .on a {
    border-bottom: solid 4px #505961;
    color: #505961;
  }
}

.categories--lookbook .on a:hover {
  border-bottom-color: #B2BBC0;
  color: #B2BBC0;
  opacity: 1;
}

@media (--medium-viewport) {
  .categories--children {
    background: #505961;
    margin-bottom: 20px;
    padding: 16px 0 14px;
  }
}

@media (--medium-viewport) {
  .categories--children li {
    margin: 0 10px;
  }
}

.categories--children li:first-of-type {
  margin: 0 4px;
}

@media (--medium-viewport) {
  .categories--children li:first-of-type {
    margin: 0 10px;
  }
}

.categories--children li:first-of-type:after {
  content: none;
}

.categories--children a {
  color: #FFFFF8;
  font-size: 0.9375rem;
}

.categories--children a:hover {
  color: #FFFFF8;
  opacity: .6;
}

@media (--medium-viewport) {
  .categories--children .on a {
    border-bottom: solid 4px #D9D9D9;
  }
}

.categories--children .on a:hover {
  color: #FFFFF8;
  border-bottom: solid 4px #D9D9D9;
  opacity: .6;
}

/**
 * -----------
 * PAGE HEROS
 * -----------
 */
.hero {
  background: no-repeat center;
  background-size: cover;
  height: 340px;
  margin: 0 0 20px;
}

@media (--medium-viewport) {
  .hero {
    height: 430px;
    margin: 0 0 40px;
  }
}

@media (--wide-viewport) {
  .hero {
    margin: 10px auto 40px;
    max-width: 1980px;
  }
}

.hero__content {
  background: rgba(53, 53, 53, 0.4);
  padding: 30px 18px 10px;
}

@media (--medium-viewport) {
  .hero__content {
    padding: 35px 60px 10px;
  }
}

@media (--large-viewport) {
  .hero__content {
    display: inline-block;
    margin: 116px 0 0 7%;
    padding: 24px 89px 28px 20px;
    width: 574px;
  }
}

@media (--wide-viewport) {
  .hero__content {
    margin: 124px 0 0 7%;
  }
}

.hero__content h1, .hero__content p {
  color: #fff;
}

.hero__content h1 {
  font-size: 1.25rem;
  letter-spacing: 0.09875rem;
  line-height: 1.1;
  margin: 0 0 14px;
  padding: 0;
  text-align: left;
}

@media (--medium-viewport) {
  .hero__content h1 {
    font-size: 2.375rem;
    letter-spacing: 0.1875rem;
    line-height: 1.18;
    margin: 0 0 20px;
  }
}

.hero__content h1:after {
  content: none;
}

.hero__content p {
  font-size: 0.75rem;
  line-height: 1.33;
}

@media (--medium-viewport) {
  .hero__content p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/**
 * -----------
 * QUOTES
 * -----------
 */
.quotes {
  background: #f2f2f2;
  padding: 60px 0 20px;
}

.quotes blockquote {
  margin: 0;
  padding: 0;
}

.quotes blockquote p {
  color: #505961;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 2.17;
  text-align: center;
}

@media (--medium-viewport) {
  .quotes blockquote p {
    font-size: 0.875rem;
    line-height: 1.86;
  }
}

.quotes blockquote footer {
  padding: 6px 0 12px;
}

@media (--medium-viewport) {
  .quotes blockquote footer {
    padding: 4px 0 15px;
  }
}

.quotes blockquote cite {
  color: #8A8A8A;
  display: block;
  font-family: "FFMiloSerifWeb", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.075rem;
  line-height: 2.08;
  text-align: center;
  text-transform: uppercase;
}

@media (--medium-viewport) {
  .quotes blockquote cite {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    line-height: 1.79;
  }
}

.quotes__list {
  visibility: hidden;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 280px;
}

@media (--medium-viewport) {
  .quotes__list {
    width: 466px;
  }
}

@media (--large-viewport) {
  .quotes__list {
    width: 494px;
  }
}

@media (--wide-viewport) {
  .quotes__list {
    width: 570px;
  }
}

.quotes__list.slick-initialized {
  visibility: visible;
}

.quotes .slick-slider {
  display: none !important;
}

.quotes .slick-slider.slick-initialized {
  display: block !important;
}

/**
 * -------------
 * FULL SERVICE
 * -------------
 */
.info-box {
  background: #f2f2f2;
}

.info-box--alt {
  background: #F4F4F4;
}

.info-box h3 {
  margin: 0 0 20px;
}

@media (--medium-viewport) {
  .info-box h3 {
    margin: 0 0 30px;
  }
}

.info-box p {
  text-align: justify;
}

.info-box__container {
  clear: both;
  overflow: hidden;
}

.info-box__column {
  width: 93.33333%;
  margin: 0 auto 50px;
}

@media (--medium-viewport) {
  .info-box__column {
    width: calc(99.9% * 10 / 18 - 6.22222px);
  }
}

@media (--large-viewport) {
  .info-box__column {
    lost-column: 1/3;
    padding: 0 20px;
  }
}

@media (--wide-viewport) {
  .info-box__column {
    padding: 0 25px;
  }
}

@media (--medium-viewport) {
  .info-box__title {
    font-size: 1.5rem;
    letter-spacing: 0.160625rem;
    line-height: 1.29;
  }
}

.info-box__button {
  margin: -25px 0 0;
}

@media (--medium-viewport) {
  .info-box__button {
    margin: 0;
  }
}

/**
 * -------------
 * LOOK BOOK
 * -------------
 */
.lookbook-preview {
  padding: 60px 0 40px;
}

@media (--large-viewport) {
  .lookbook-preview {
    padding: 80px 0 70px;
  }
}

@media (--wide-viewport) {
  .lookbook-preview {
    padding: 80px 0 100px;
  }
}

.lookbook-preview--alt {
  background: #eaeaea;
}

.lookbook-preview__title {
  margin: 0 0 10px;
  text-align: left;
}

@media (--medium-viewport) {
  .lookbook-preview__title {
    margin: 0 0 20px;
  }
}

@media (--medium-viewport) {
  .lookbook-preview__title {
    margin: 0 0 30px;
  }
}

.lookbook-preview__title:after {
  content: none;
}

.lookbook-preview__thumbs {
  clear: both;
  margin: 0 0 20px;
  overflow: hidden;
}

@media (--medium-viewport) {
  .lookbook-preview__thumbs {
    margin: 0 0 30px;
  }
}

@media (--large-viewport) {
  .lookbook-preview__thumbs {
    lost-column: 12/18 1;
  }
}

@media (--wide-viewport) {
  .lookbook-preview__thumbs {
    lost-column: 15/18 1;
  }
}

.lookbook-preview__thumb {
  lost-column: 1/3;
}

@media (--medium-viewport) {
  .lookbook-preview__thumb {
    lost-column: 2/9;
  }
}

@media (--large-viewport) {
  .lookbook-preview__thumb {
    lost-column: 1/4 4;
  }
}

@media (--wide-viewport) {
  .lookbook-preview__thumb {
    lost-column: 1/5;
  }
}

@media (--medium-viewport) {
  .lookbook-preview__thumb:last-child {
    display: none;
  }
}

@media (--wide-viewport) {
  .lookbook-preview__thumb:last-child {
    display: block;
  }
}

.lookbook-preview__description {
  overflow: hidden;
  width: 93.33333%;
}

@media (--large-viewport) {
  .lookbook-preview__description {
    lost-column: 6/18;
    padding: 20px 0 0;
  }
}

@media (--wide-viewport) {
  .lookbook-preview__description {
    lost-column: 3/18;
    padding: 35px 0 0;
  }
}

.lookbook-preview__link {
  padding: 18px 0 0;
}

@media (--medium-viewport) {
  .lookbook-preview__link {
    padding: 6px 0 0;
  }
}

@media (--wide-viewport) {
  .lookbook-preview__link {
    padding: 24px 0 0;
  }
}

.services {
  padding: 60px 0 0;
}

@media (--medium-viewport) {
  .services {
    padding: 100px 0 0;
  }
}

.services__image {
  background: center no-repeat;
  background-size: cover;
  height: 192px;
  margin: 0 0 60px;
}

@media (--medium-viewport) {
  .services__image {
    height: 372px;
  }
}

.services__text {
  margin: 0 0 40px;
  overflow: hidden;
  padding: 0;
  text-align: justify;
}

@media (--medium-viewport) {
  .services__text {
    lost-column: 12/18;
    lost-offset: -3/18;
  }
}

@media (--wide-viewport) {
  .services__text {
    lost-column: 10/18;
    lost-offset: -4/18;
  }
}

@media (--medium-viewport) {
  .services__text h1 {
    margin: 0 0 35px;
  }
}

.hero + .alternating {
  margin-top: -41px;
}

.alternating {
  background-color: #F2F2F2;
  padding: 1.5rem 0;
}

@media (min-width: 600px) {
  .alternating {
    padding: 2rem 0;
  }
}

.alternating__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.alternating__item {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .alternating__item {
    width: 55%;
    margin-bottom: 0;
  }
}

.alternating__item--image {
  width: 100%;
  display: none;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .alternating__item--image {
    display: block;
    width: 45%;
    padding-left: 50px;
  }
}

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

.alternating__heading {
  font-size: 1.25rem;
  margin: 0;
}

@media (min-width: 600px) {
  .alternating__heading {
    text-align: left;
  }
}

.alternating__copy {
  margin: 0.5rem 0 0;
  text-align: center;
}

@media (min-width: 600px) {
  .alternating__copy {
    text-align: left;
  }
}

.alternating .alternating__button {
  margin: 1.2rem 0 0;
}

@media (min-width: 600px) {
  .alternating .alternating__button {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    text-align: left;
  }
}

.cards {
  margin-top: 1rem;
}

.cards__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: auto;
  max-width: 940px;
  padding: 0 20px;
}

.cards__item {
  width: 100%;
  text-align: center;
  margin: 1.5rem 0 0;
}

@media (min-width: 500px) {
  .cards__item {
    width: calc(50% - 10px);
    margin: 2.5rem 0 0;
  }
}

.cards__link {
  text-decoration: none;
}

.cards__image {
  display: block;
  width: 100%;
}

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

.cards__heading {
  margin-top: 2ex;
}

.timeline {
  margin-bottom: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.timeline::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #505961;
}

.timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.timeline__item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  border-bottom: 1rem solid #fdfdfc;
}

@media (min-width: 600px) {
  .timeline__item {
    border-bottom: unset;
  }
  .timeline__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .timeline__item::after {
    position: absolute;
    content: "";
    top: calc(50% - 0.4rem);
    left: calc(50% - 0.4rem);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: #B2BBC0;
  }
}

.timeline__copy {
  text-align: center;
  width: 100%;
  background-color: #fdfdfc;
  padding-top: 0.5rem;
}

@media (min-width: 600px) {
  .timeline__copy {
    padding-top: unset;
    width: calc(50% - 2rem);
  }
}

.timeline__copy h2 {
  font-size: 1.5rem;
}

.timeline__image {
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  .timeline__image {
    width: calc(50% - 2rem);
  }
}

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

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