﻿@charset "UTF-8";
/*
Theme Name: bluesky
Version: 1.0.0
Author: PDA
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*------------------------------------------------------------------------*/
/*	Import font-face fonts here
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'DinLight';
  src: url("stylesheets/fonts/DINWeb-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: 'DinRegular';
  src: url("stylesheets/fonts/DINWeb.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: 'DinMedium';
  src: url("stylesheets/fonts/DINWeb-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: 'DinBold';
  src: url("stylesheets/fonts/DINWeb-Bold.woff") format("woff");
  font-weight: bold;
}
/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, li {
  font-family: 'DinBold';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: auto;
  letter-spacing: normal;
  color: #929293;
  margin: 0;
}

a {
  text-decoration: none;
}

a:not(.hide-link) {
  color: #929293;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:not(.hide-link):focus {
  outline: none;
}

p {
  font-family: 'Roboto';
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 16px;
  color: #929293;
  margin-top: 0;
}

/*-----------------------------------*/
/*  Screen Readers
/*-----------------------------------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
/*
.lazy { // Not Loaded
    transition: opacity 0.5s ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.lazy.b-loaded { // Loaded
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
*/
/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Before elements
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  padding-top: 71px;
  font-size: 12px;
  line-height: 16px;
  color: #929293;
  font-family: 'Roboto';
  -webkit-font-smoothing: antialiased;
  border-top: 0;
  min-height: 100vh;
  background-color: #EDEDED;
  -moz-osx-font-smoothing: grayscale;
}
body .content {
  margin-top: 32px;
}
body .container {
  margin-left: 48px;
  margin-right: 48px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  padding-left: 48px;
  padding-right: 48px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 1024px) {
  body .container {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  body .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  body .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .inner-container {
  padding-left: 96px;
  padding-right: 96px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 1024px) {
  body .inner-container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  body .inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

/*-----------------------------------*/
/*  Header
/*-----------------------------------*/
body.page-template-about header.desktop .logo a,
body.page-template-default header.desktop .logo a,
body.page-template-news header.desktop .logo a,
body.single-post header.desktop .logo a {
  background-image: url("images/header-logo-blue.svg");
}
body.page-template-about header.desktop .hamburger,
body.page-template-default header.desktop .hamburger,
body.page-template-news header.desktop .hamburger,
body.single-post header.desktop .hamburger {
  color: #8CA7C3;
}
body.page-template-about header.desktop .hamburger::after,
body.page-template-default header.desktop .hamburger::after,
body.page-template-news header.desktop .hamburger::after,
body.single-post header.desktop .hamburger::after {
  background-image: url("images/hamburger-icon-blue.svg");
}
body.page-template-about header.mobile .logo a,
body.page-template-default header.mobile .logo a,
body.page-template-news header.mobile .logo a,
body.single-post header.mobile .logo a {
  background-image: url("images/header-logo-blue.svg");
}
body.page-template-about header.mobile .hamburger,
body.page-template-default header.mobile .hamburger,
body.page-template-news header.mobile .hamburger,
body.single-post header.mobile .hamburger {
  background-image: url("images/hamburger-icon-blue.svg");
}

header.desktop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 71px;
  z-index: 100;
}
header.desktop > .container {
  position: relative;
  margin-left: 48px;
  margin-right: 48px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 71px;
}
@media (max-width: 1024px) {
  header.desktop > .container {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  header.desktop > .container {
    margin-left: 0;
    margin-right: 0;
  }
}
header.desktop .logo {
  margin-right: auto;
}
header.desktop .logo a {
  display: inline-block;
  width: 118px;
  height: 40px;
  background-image: url("images/header-logo-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header.desktop .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DinBold';
  font-size: 14px;
  line-height: 16.66px;
  color: #fff;
  cursor: default;
}
header.desktop .hamburger::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-left: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/hamburger-icon-white.svg");
  cursor: default;
}

header.desktop.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
header.desktop.fixed .logo a {
  background-image: url("images/header-logo-blue.svg");
}
header.desktop.fixed nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.desktop.fixed nav > a {
  font-family: 'DinBold';
  font-size: 14px;
  line-height: 16.8px;
  color: #8CA7C3;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
header.desktop.fixed nav > a:hover {
  opacity: 0.7;
}
header.desktop.fixed nav > a.investor-portal {
  font-family: 'DinRegular';
  margin-right: 8px;
}
header.desktop.fixed .hamburger {
  color: #8CA7C3;
}
header.desktop.fixed .hamburger::after {
  background-image: url("images/hamburger-icon-blue.svg");
}

header.mobile {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
header.mobile > .container {
  position: relative;
  height: 71px;
  width: 100%;
  padding: 0;
}
header.mobile .logo a,
header.mobile .hamburger {
  z-index: 100;
}
header.mobile .logo a {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 72px;
  height: 24.5px;
  background-image: url("images/header-logo-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
header.mobile .logo a.blue {
  background-image: url("images/header-logo-blue.svg");
}
header.mobile .hamburger {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 38px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/hamburger-icon-white.svg");
  cursor: pointer;
}
header.mobile .hamburger.close {
  height: 25px;
  width: 25px;
  background-image: url("images/close-icon-blue.svg") !important;
}
header.mobile nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  height: 100vh;
  padding-top: 64px;
  background-color: rgba(255, 255, 255, 0.95);
}
header.mobile nav > a {
  position: relative;
  display: block;
  margin-left: 24px;
  margin-right: 24px;
  font-family: 'DinBold';
  font-size: 14px;
  color: #8CA7C3;
  line-height: 34px;
  text-align: left;
  text-decoration: none;
  box-sizing: content-box;
  border-bottom: 1px solid #8CA7C3;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
header.mobile nav > a:hover {
  opacity: 0.7;
}
header.mobile nav > a.investor-portal {
  font-family: 'DinRegular';
  border-bottom: none;
}

header.mobile.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
header.mobile.fixed > .container {
  background-color: rgba(255, 255, 255, 0.8);
}
header.mobile.fixed .logo a {
  background-image: url("images/header-logo-blue.svg");
}
header.mobile.fixed .hamburger {
  background-image: url("images/hamburger-icon-blue.svg");
}
header.mobile.fixed .hamburger.close {
  background-image: url("images/close-icon-blue.svg");
}

@media (min-width: 768px) {
  header.mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  header.desktop,
  header.desktop.fixed {
    display: none;
  }

  header.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
footer {
  background-color: #8CA7C3;
  color: #fff;
  font-size: 12px;
}
footer > .container.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  footer > .container.desktop {
    display: none;
  }
}
footer > .container.desktop a {
  color: #fff;
}
footer > .container.desktop .left,
footer > .container.desktop .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer > .container.desktop .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer > .container.desktop .left a.logo {
  display: inline-block;
  width: 118px;
  height: 40px;
  margin-right: 64px;
  background-image: url("images/header-logo-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
footer > .container.desktop .left .phone, footer > .container.desktop .left .email {
  margin-right: 24px;
}
footer > .container.desktop .left .instagram a i {
  padding-left: 3px;
  display: inline-block;
  background-image: url(images/instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
footer > .container.desktop .right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
footer > .container.desktop .right a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer > .container.desktop .right a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  margin-left: 12px;
  margin-right: 4px;
  background-color: #fff;
}
footer > .container.mobile {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  footer > .container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1024px) {
  footer {
    font-size: 8px;
  }
  footer > .container.desktop {
    height: 40px;
  }
  footer > .container.desktop .left a.logo {
    width: 41px;
    height: 14px;
    margin-right: 24px;
  }
  footer > .container.desktop .left .phone {
    margin-right: 16px;
  }
  footer > .container.desktop .right a::before {
    width: 4px;
    margin-left: 8px;
    margin-right: 2px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
.contact-details .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2px;
  font-size: 12px;
}
.contact-details .info .value {
  position: absolute;
  left: 64px;
}
.contact-details .label {
  font-weight: 700;
}
.contact-details .street-address,
.contact-details .postal-address {
  margin-top: 16px;
  margin-bottom: 16px;
}

form#enquiry-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
form#enquiry-form .left,
form#enquiry-form .right {
  width: 48%;
}
form#enquiry-form .left {
  margin-right: 4%;
}
form#enquiry-form .field {
  margin-bottom: 16px;
}
form#enquiry-form input[type="text"],
form#enquiry-form input[type="email"],
form#enquiry-form select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 0 0 4px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
}
form#enquiry-form input[type="text"]::-webkit-input-placeholder,
form#enquiry-form input[type="email"]::-webkit-input-placeholder,
form#enquiry-form select::-webkit-input-placeholder {
  color: #929293;
  opacity: 1;
}
form#enquiry-form input[type="text"]:-moz-placeholder,
form#enquiry-form input[type="email"]:-moz-placeholder,
form#enquiry-form select:-moz-placeholder {
  /* Firefox 18- */
  color: #929293;
  opacity: 1;
}
form#enquiry-form input[type="text"]::-moz-placeholder,
form#enquiry-form input[type="email"]::-moz-placeholder,
form#enquiry-form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #929293;
  opacity: 1;
}
form#enquiry-form input[type="text"]:-ms-input-placeholder,
form#enquiry-form input[type="email"]:-ms-input-placeholder,
form#enquiry-form select:-ms-input-placeholder {
  color: #929293;
  opacity: 1;
}
form#enquiry-form select {
  border-radius: 0;
}
form#enquiry-form .field.about_you,
form#enquiry-form .field.projects,
form#enquiry-form .field.number_bedrooms {
  position: relative;
}
form#enquiry-form .field.about_you::after,
form#enquiry-form .field.projects::after,
form#enquiry-form .field.number_bedrooms::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 8px;
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/down-arrow-icon.svg);
}
form#enquiry-form label.error {
  color: #ff6666;
}
form#enquiry-form input[name="post-disability-assessment"] {
  display: none;
}
form#enquiry-form .submission {
  margin-top: 8px;
}
form#enquiry-form .submission button[type="submit"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  color: #6784A8;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
form#enquiry-form .submission button[type="submit"]:hover {
  opacity: 0.7;
}
form#enquiry-form .submission button[type="submit"]::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/arrow_icon_blue.svg");
}

@media (max-width: 767px) {
  form#enquiry-form .left,
  form#enquiry-form .right {
    width: 100%;
  }
  form#enquiry-form .left {
    margin-right: 0;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
.hero-image-wrap {
  min-height: 400px;
  overflow: hidden;
}

.hero-image {
  min-height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.hero-image:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .hero-image,
  .hero-image-wrap {
    min-height: 240px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  .hero-image,
  .hero-image-wrap {
    min-height: 200px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
.info-bar {
  position: relative;
  margin-top: -73px;
  padding-top: 32px;
  padding-bottom: 48px;
  box-sizing: border-box;
  width: calc(100% - 96px);
  z-index: 1;
  background-color: #fff;
}
.info-bar h3, .info-bar .form-title h4 {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 12px;
}
.info-bar .info-bar-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-bar .info-bar-flex-container .inner-flex-container {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.info-bar .info-bar-flex-container .inner-flex-container .description,
.info-bar .info-bar-flex-container .inner-flex-container .introduction {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.info-bar .enquiry-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.info-bar .introduction {
  margin-right: 32px;
  font-family: 'DinLight';
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}
.info-bar .introduction .panorama {
  margin-top: 20px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  .info-bar .introduction .panorama {
    display: none;
  }
}
.info-bar .introduction .panorama img {
  width: 100%;
  height: auto;
}
.info-bar .introduction .panorama a.launcher {
  display: block;
  margin-top: 5px;
  font-family: 'DinBold';
  color: #8CA7C3;
  font-size: 14px;
  line-height: 16.8px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.info-bar .introduction .panorama a.launcher:hover {
  opacity: 0.7;
}
.info-bar .introduction .panorama a.launcher .icon {
  display: inline-block;
  width: 28px;
  height: 32px;
  background-image: url("images/360.svg");
  background-repeat: no-repeat;
  background-size: 28px 32px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 1024px) {
  .info-bar .introduction .panorama a.launcher .icon {
    display: none;
  }
}
.info-bar .introduction .panorama a.launcher .label {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  height: 32px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 1024px) {
  .info-bar .introduction .panorama a.launcher .label {
    margin-left: 0;
  }
}
.info-bar .description {
  margin-right: 32px;
}
.info-bar .description a {
  display: block;
  margin-top: 16px;
  font-family: 'DinBold';
  color: #8CA7C3;
  font-size: 14px;
  line-height: 16.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.info-bar .description a::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #8CA7C3;
}
.info-bar .description a:hover {
  opacity: 0.7;
}
.info-bar .enquiry-form {
  margin-top: -31px;
}

@media (max-width: 1024px) {
  .info-bar {
    width: calc(100% - 64px);
  }
  .info-bar form#enquiry-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-bar form#enquiry-form .left,
  .info-bar form#enquiry-form .right {
    width: 100%;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 768px) {
  .info-bar .info-bar-flex-container .inner-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  .info-bar.container {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -35px;
    padding-bottom: 24px;
  }
  .info-bar.container .info-bar-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-bar.container .inner-flex-container {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .info-bar.container .description {
    margin-bottom: 32px;
  }
  .info-bar.container .description p {
    display: none;
  }
  .info-bar.container .enquiry-form {
    margin-top: 16px;
  }
  .info-bar.container .enquiry-form .form-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-bar.container .enquiry-form .form-title a.expander {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/expand-icon-blue.svg);
  }
  .info-bar.container .enquiry-form form#enquiry-form {
    display: none;
  }
  .info-bar.container .enquiry-form.expanded .form-title a.expander {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/collapse-icon-blue.svg);
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
.info-box, body.page-template-news section.post .hero .info,
body.single-post section.post .hero .info {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  box-sizing: border-box;
  min-width: 285px;
  padding: 24px;
  background-color: rgba(140, 167, 195, 0.9);
}
.info-box h1, body.page-template-news section.post .hero .info h1,
body.single-post section.post .hero .info h1, .info-box h2, body.page-template-news section.post .hero .info h2,
body.single-post section.post .hero .info h2, .info-box h3, body.page-template-news section.post .hero .info h3,
body.single-post section.post .hero .info h3, .info-box a, body.page-template-news section.post .hero .info a,
body.single-post section.post .hero .info a, .info-box p, body.page-template-news section.post .hero .info p,
body.single-post section.post .hero .info p, .info-box .location, body.page-template-news section.post .hero .info .location,
body.single-post section.post .hero .info .location, .info-box .date, body.page-template-news section.post .hero .info .date,
body.single-post section.post .hero .info .date {
  color: #fff;
}
.info-box h2, body.page-template-news section.post .hero .info h2,
body.single-post section.post .hero .info h2, .info-box h3, body.page-template-news section.post .hero .info h3,
body.single-post section.post .hero .info h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.info-box h2::before, body.page-template-news section.post .hero .info h2::before,
body.single-post section.post .hero .info h2::before, .info-box h3::before, body.page-template-news section.post .hero .info h3::before,
body.single-post section.post .hero .info h3::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #fff;
}
.info-box .hidden, body.page-template-news section.post .hero .info .hidden,
body.single-post section.post .hero .info .hidden {
  display: none;
  opacity: 0;
}
.info-box .description p, body.page-template-news section.post .hero .info .description p,
body.single-post section.post .hero .info .description p {
  margin-top: 12px;
  margin-bottom: 12px;
}
.info-box a.view-project, body.page-template-news section.post .hero .info a.view-project,
body.single-post section.post .hero .info a.view-project {
  margin-top: 32px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-box a.view-project:hover, body.page-template-news section.post .hero .info a.view-project:hover,
body.single-post section.post .hero .info a.view-project:hover {
  opacity: 0.7;
}
.info-box a.view-project::before, body.page-template-news section.post .hero .info a.view-project::before,
body.single-post section.post .hero .info a.view-project::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/arrow_icon_white.svg);
}

@media (max-width: 1024px) {
  .info-box, body.page-template-news section.post .hero .info,
  body.single-post section.post .hero .info {
    min-width: 230px;
  }
  .info-box a.view-project, body.page-template-news section.post .hero .info a.view-project,
  body.single-post section.post .hero .info a.view-project {
    margin-top: 24px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  .info-box, body.page-template-news section.post .hero .info,
  body.single-post section.post .hero .info {
    position: relative;
    bottom: auto;
    top: -64px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    min-width: 140px;
    padding-left: 20px;
    padding-right: 32px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
/*-----------------------------------*/
/*  Home
/*-----------------------------------*/
body.page-template-home section.top {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: -71px;
}
body.page-template-home section.top .video-container {
  position: fixed;
  top: 0;
  width: 100%;
}
body.page-template-home section.top .video-container video {
  width: 100%;
  height: auto;
  opacity: 1;
}
body.page-template-home section.top .video-container video.active {
  opacity: 1;
}
body.page-template-home section.top .video-container .fallback {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}
body.page-template-home section.top .tagline {
  position: absolute;
  bottom: 200px;
  left: 48px;
  z-index: 1;
  max-width: 465px;
}
body.page-template-home section.top .tagline h1 {
  max-width: 465px;
  margin-bottom: 16px;
  font-family: 'DinLight';
  font-weight: 300;
  font-size: 70px;
  line-height: 66px;
  letter-spacing: -0.7px;
  color: #fff;
}
body.page-template-home section.top .tagline > a.our-projects {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-home section.top .tagline > a.our-projects:hover {
  opacity: 0.7;
}
body.page-template-home section.top .tagline > a.our-projects::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: white;
}
body.page-template-home section.top .nav-bar {
  position: absolute;
  bottom: 71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 96px);
  height: 73px;
  z-index: 1;
  background-color: #fff;
  font-size: 14px;
}
body.page-template-home section.top .nav-bar a {
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-home section.top .nav-bar a:hover {
  opacity: 0.7;
}
body.page-template-home section.top .nav-bar .left a {
  font-family: 'DinBold';
}
body.page-template-home section.top .nav-bar .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-home section.top .nav-bar .right a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DinRegular';
}
body.page-template-home section.top .nav-bar .right a::after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 1px;
  margin-left: 16px;
  margin-right: 12px;
  background-color: #929293;
}
body.page-template-home section.top .nav-bar .right a.projects-link::after {
  display: none;
}
body.page-template-home section.projects,
body.page-template-home section.news,
body.page-template-home footer {
  position: relative;
  z-index: 1;
}
body.page-template-home section.container {
  margin: 0;
  padding-top: 24px;
  padding-bottom: 32px;
  background-color: #EDEDED;
}
body.page-template-home section.projects .info-box, body.page-template-home section.projects body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.page-template-home section.projects .info,
body.page-template-home section.projects body.single-post section.post .hero .info,
body.single-post section.post .hero body.page-template-home section.projects .info {
  position: absolute;
  bottom: -10px;
  left: 0;
}
body.page-template-home section.projects .featured-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 48px;
}
body.page-template-home section.projects .featured-about .hero-image-wrap {
  margin-right: 12px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
}
body.page-template-home section.projects .featured-about .about-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: 'DinLight';
  font-size: 20px;
  line-height: 24px;
}
body.page-template-home section.projects .featured-about .about-box .about-link {
  display: block;
  margin-top: 16px;
  font-family: 'DinBold';
  color: #8CA7C3;
  font-size: 14px;
  line-height: 16.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-home section.projects .featured-about .about-box .about-link::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #8CA7C3;
}
body.page-template-home section.projects .featured-about .about-box .about-link:hover {
  opacity: 0.7;
}
body.page-template-home section.projects .other-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-home section.projects .other-projects .featured-project {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.page-template-home section.projects .other-projects .featured-project:first-child {
  margin-right: 12px;
}
body.page-template-home section.news.inner-container {
  padding-top: 48px;
  padding-bottom: 64px;
  background: #EDEDED;
}
body.page-template-home section.news .news-listing.desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  body.page-template-home section.news .news-listing.desktop {
    display: none;
  }
}
body.page-template-home section.news .news-listing.desktop .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.page-template-home section.news .news-listing.mobile {
  position: relative;
  display: none;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  body.page-template-home section.news .news-listing.mobile {
    display: block;
  }
}
body.page-template-home section.news .news-listing.mobile .slick-dots {
  bottom: -48px;
  margin: 0;
  left: 24px;
  text-align: left;
  max-width: 50%;
}
body.page-template-home section.news .news-listing.mobile .slick-dots li {
  margin: 0;
}
body.page-template-home section.news .news-listing.mobile .slick-dots li:first-child {
  margin-left: 0;
}
body.page-template-home section.news .news-listing.mobile .slick-dots li button::before {
  font-size: 32px;
}
body.page-template-home section.news .news-listing.mobile .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
body.page-template-home section.news .news-listing .item {
  padding-right: 24px;
  padding-left: 32px;
}
body.page-template-home section.news .news-listing .item .date {
  line-height: 20px;
  margin-bottom: 8px;
}
body.page-template-home section.news .news-listing .item h2 {
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #6784A8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-home section.news .news-listing .item h2 a {
  color: #6784A8;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-home section.news .news-listing .item h2 a:hover {
  opacity: 0.7;
}
body.page-template-home section.news .news-listing .item h2::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #6784A8;
}
body.page-template-home section.news .news-listing .item h2::before {
  position: absolute;
  top: 10px;
  left: -32px;
}
body.page-template-home section.news .news-listing .item .introduction {
  margin-top: 8px;
}
body.page-template-home section.news .news-listing .item a.view-more {
  display: inline-block;
  margin-top: 12px;
  color: #6784A8;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-home section.news .news-listing .item a.view-more:hover {
  opacity: 0.7;
}
body.page-template-home section.news .news-listing .item a.view-more::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/arrow_icon_blue.svg);
}

@media (max-width: 1024px) {
  body.page-template-home section.top .tagline {
    bottom: 180px;
  }
  body.page-template-home section.top .tagline h1 {
    max-width: 270px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.001em;
  }
  body.page-template-home section.top .nav-bar {
    height: 60px;
    width: calc(100% - 64px);
  }
  body.page-template-home section.projects .info-box, body.page-template-home section.projects body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.page-template-home section.projects .info,
  body.page-template-home section.projects body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-home section.projects .info {
    min-width: 230px;
  }
  body.page-template-home section.projects .info-box a.view-project, body.page-template-home section.projects body.page-template-news section.post .hero .info a.view-project, body.page-template-news section.post .hero body.page-template-home section.projects .info a.view-project,
  body.page-template-home section.projects body.single-post section.post .hero .info a.view-project,
  body.single-post section.post .hero body.page-template-home section.projects .info a.view-project {
    margin-top: 24px;
  }
  body.page-template-home section.projects .other-projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-template-home section.projects .other-projects .featured-project:first-child {
    margin-right: 0;
    margin-bottom: 48px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 768px) {
  body.page-template-home section.projects .featured-about .hero-image-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-right: 0;
  }
  body.page-template-home section.projects .featured-about .about-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  body.page-template-home section.news .news-listing.desktop .item {
    padding-right: 48px;
  }
  body.page-template-home section.news .news-listing.desktop .item:nth-child(3) {
    display: none;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  body.page-template-home section.top .video-container video {
    display: none;
  }
  body.page-template-home section.top .video-container .fallback {
    display: block;
  }
  body.page-template-home section.top .tagline {
    display: none;
  }
  body.page-template-home section.top .nav-bar {
    height: 50px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  body.page-template-home section.top .nav-bar .right a:not(.projects-link) {
    display: none;
  }
  body.page-template-home section.top .nav-bar .right a.projects-link {
    color: #8CA7C3;
  }
  body.page-template-home section.projects .info-box, body.page-template-home section.projects body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.page-template-home section.projects .info,
  body.page-template-home section.projects body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-home section.projects .info {
    position: relative;
    bottom: auto;
    top: -64px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #8CA7C3;
    min-width: 140px;
    padding-left: 20px;
    padding-right: 32px;
  }
  body.page-template-home section.projects .featured-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
  }
  body.page-template-home section.projects .featured-about .about-box {
    margin-top: -32px;
  }
  body.page-template-home section.projects .other-projects .featured-project {
    margin-bottom: -64px;
  }
  body.page-template-home section.projects .other-projects .featured-project:first-child {
    margin-bottom: -24px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
/*-----------------------------------*/
/*  About
/*-----------------------------------*/
body.page-template-about section.intro,
body.page-template-about section.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}
body.page-template-about section.intro .left,
body.page-template-about section.intro .right,
body.page-template-about section.content .left,
body.page-template-about section.content .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.page-template-about section.intro .right,
body.page-template-about section.content .left {
  padding: 32px 32px 64px 32px;
}
@media (min-width: 1440px) {
  body.page-template-about section.intro .right,
  body.page-template-about section.content .left {
    padding: 48px;
  }
}
body.page-template-about .hero_image,
body.page-template-about .secondary_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  min-height: 480px;
}
body.page-template-about h3,
body.page-template-about .introduction p {
  font-family: 'DinBold';
  font-size: 20px;
  line-height: 24px;
  color: #6784A8;
}
body.page-template-about section .left,
body.page-template-about section .right {
  position: relative;
}
body.page-template-about section .left > a,
body.page-template-about section .right > a {
  position: absolute;
  bottom: 32px;
  left: 32px;
  color: #6784A8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-about section .left > a::before,
body.page-template-about section .right > a::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/arrow_icon_blue.svg);
}
body.page-template-about section .left > a:hover,
body.page-template-about section .right > a:hover {
  opacity: 0.7;
}
body.page-template-about section .left > a::before,
body.page-template-about section .right > a::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 1440px) {
  body.page-template-about section .left > a,
  body.page-template-about section .right > a {
    bottom: 48px;
    left: 48px;
  }
}
body.page-template-about section.intro {
  margin-top: 10px;
}
body.page-template-about section.intro .left {
  position: relative;
}
body.page-template-about section.intro .left h1 {
  position: absolute;
  top: -10px;
  left: 0;
  width: 50%;
  box-sizing: border-box;
  padding: 12px 32px;
  font-family: 'DinLight';
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -0.2px;
  color: #fff;
  background-color: rgba(140, 167, 195, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-about section.intro .left h1::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #fff;
}
body.page-template-about section.intro .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
body.page-template-about section.intro .right .introduction,
body.page-template-about section.intro .right .description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.page-template-about section.intro .right .introduction {
  margin-right: 24px;
}
body.page-template-about section.content {
  margin-top: 48px;
  margin-bottom: 48px;
}
body.page-template-about section.content .left {
  background-color: #fff;
}
body.page-template-about section.content .left .text-blocks {
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
body.page-template-about section.content .left .text-blocks h3, body.page-template-about section.content .left .text-blocks p {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin: 0;
}
body.page-template-about section.content .left .text-blocks h3 {
  padding-bottom: 12px;
}
body.page-template-about section.content .left .text-blocks p {
  padding-bottom: 18px;
}
body.page-template-about section.contact .container {
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 1440px) {
  body.page-template-about section.contact .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media (max-width: 768px) {
  body.page-template-about section.intro,
  body.page-template-about section.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-template-about section.intro .left,
  body.page-template-about section.intro .right,
  body.page-template-about section.content .left,
  body.page-template-about section.content .right {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  body.page-template-about .hero_image,
  body.page-template-about .secondary_image {
    min-height: 240px;
  }
  body.page-template-about section.content .right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  body.page-template-about section.intro .left h1 {
    width: auto;
    min-width: 33%;
  }
  body.page-template-about section.contact.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  body.page-template-about section.intro .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-template-about section.content .left .text-blocks {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
/*-----------------------------------*/
/*  Contact
/*-----------------------------------*/
body.page-template-contact {
  margin-top: -71px;
}
body.page-template-contact section.contact {
  height: calc(100vh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-contact section.contact .container {
  margin-top: 0;
  margin-bottom: 0;
}
body.page-template-contact footer {
  position: relative;
}

@media (max-width: 767px) {
  body.page-template-contact section.contact {
    padding-top: 400px;
    height: auto;
    background-size: auto 400px;
    background-position: top;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
section.contact .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 64px;
  padding-right: 64px;
  background-color: #fff;
}
section.contact .container h4 {
  margin-bottom: 24px;
  font-size: 14px;
}
section.contact .container .enquiry-form {
  width: 500px;
}
@media (min-width: 1440px) {
  section.contact .container .enquiry-form {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  section.contact .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 768px) {
  section.contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.contact .container .contact-details-wrap {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  section.contact .container .contact-details-wrap .street-address, section.contact .container .contact-details-wrap .postal-address {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  section.contact .container .enquiry-form {
    width: 100%;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  section.contact .container {
    margin-bottom: 0;
  }
  section.contact .container .contact-details {
    margin-bottom: 24px;
  }
  section.contact .container .contact-details-wrap {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
/*-----------------------------------*/
/*  News
/*-----------------------------------*/
html {
  height: 100%;
}

body.page-template-news,
body.single-post {
  height: 100%;
}
body.page-template-news::-webkit-scrollbar,
body.single-post::-webkit-scrollbar {
  display: none;
}
body.page-template-news .flex-wrap,
body.single-post .flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
body.page-template-news section.post,
body.page-template-news section.listing,
body.single-post section.post,
body.single-post section.listing {
  height: 100%;
  overflow-y: scroll;
}
body.page-template-news section.post,
body.single-post section.post {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
}
body.page-template-news section.listing,
body.single-post section.listing {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  z-index: 1;
}
body.page-template-news section.post,
body.single-post section.post {
  padding-right: 32px;
}
body.page-template-news section.post .hero,
body.single-post section.post .hero {
  position: relative;
}
@media (min-width: 1440px) {
  body.page-template-news section.post .hero .hero-image,
  body.single-post section.post .hero .hero-image {
    min-height: 480px;
  }
}
body.page-template-news section.post .hero .info,
body.single-post section.post .hero .info {
  position: absolute;
  bottom: -10px;
  left: 48px;
  max-width: 50%;
  padding-left: 48px;
}
body.page-template-news section.post .hero .info .date,
body.single-post section.post .hero .info .date {
  line-height: 20px;
}
body.page-template-news section.post .hero .info h1,
body.single-post section.post .hero .info h1 {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'DinLight';
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body.page-template-news section.post .hero .info h1::before,
body.single-post section.post .hero .info h1::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #fff;
}
body.page-template-news section.post .hero .info h1::before,
body.single-post section.post .hero .info h1::before {
  width: 50px;
  margin-top: 15px;
  margin-left: -32px;
}
body.page-template-news section.post .hero .info .nav-arrows,
body.single-post section.post .hero .info .nav-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
body.page-template-news section.post .hero .info .nav-arrows .prev,
body.page-template-news section.post .hero .info .nav-arrows .next,
body.single-post section.post .hero .info .nav-arrows .prev,
body.single-post section.post .hero .info .nav-arrows .next {
  display: inline-block;
  width: 27.5px;
  height: 29.5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-news section.post .hero .info .nav-arrows .prev:hover,
body.page-template-news section.post .hero .info .nav-arrows .next:hover,
body.single-post section.post .hero .info .nav-arrows .prev:hover,
body.single-post section.post .hero .info .nav-arrows .next:hover {
  opacity: 0.7;
}
body.page-template-news section.post .hero .info .nav-arrows .next,
body.single-post section.post .hero .info .nav-arrows .next {
  margin-left: -2px;
  background-image: url(images/arrow_icon_white_next.svg);
}
body.page-template-news section.post .hero .info .nav-arrows .prev,
body.single-post section.post .hero .info .nav-arrows .prev {
  background-image: url(images/arrow_icon_white_prev.svg);
}
body.page-template-news section.post .text.container, body.page-template-news section.post .images.container,
body.single-post section.post .text.container,
body.single-post section.post .images.container {
  margin-right: 0;
}
body.page-template-news section.post .text,
body.single-post section.post .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}
body.page-template-news section.post .text .main,
body.page-template-news section.post .text .highlight,
body.single-post section.post .text .main,
body.single-post section.post .text .highlight {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.page-template-news section.post .text .main,
body.single-post section.post .text .main {
  margin-right: 32px;
}
body.page-template-news section.post .text .highlight p,
body.single-post section.post .text .highlight p {
  font-family: 'DinBold';
  font-size: 20px;
  line-height: 24px;
  color: #6784A8;
}
body.page-template-news section.post .images,
body.single-post section.post .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
  padding-bottom: 48px;
  background-color: #fff;
}
body.page-template-news section.post .images .item,
body.single-post section.post .images .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.page-template-news section.post .images .item:nth-child(odd),
body.single-post section.post .images .item:nth-child(odd) {
  margin-right: 32px;
}
body.page-template-news section.post .images .image,
body.single-post section.post .images .image {
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1440px) {
  body.page-template-news section.post .images .image,
  body.single-post section.post .images .image {
    height: 300px;
  }
}
body.page-template-news section.post .images .caption,
body.single-post section.post .images .caption {
  margin-top: 8px;
}
body.page-template-news section.listing,
body.single-post section.listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 32px;
  background-color: #EDEDED;
}
body.page-template-news section.listing.desktop,
body.single-post section.listing.desktop {
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  body.page-template-news section.listing.desktop,
  body.single-post section.listing.desktop {
    display: none;
  }
}
body.page-template-news section.listing.mobile,
body.single-post section.listing.mobile {
  display: none;
  margin-left: 20px !important;
  margin-right: 20px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (max-width: 767px) {
  body.page-template-news section.listing.mobile,
  body.single-post section.listing.mobile {
    display: block;
  }
}
body.page-template-news section.listing.mobile .item,
body.single-post section.listing.mobile .item {
  border-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
body.page-template-news section.listing.mobile .slick-dots,
body.single-post section.listing.mobile .slick-dots {
  position: static;
  margin-top: 0;
}
body.page-template-news section.listing.mobile .slick-dots li,
body.single-post section.listing.mobile .slick-dots li {
  margin: 0;
}
body.page-template-news section.listing.mobile .slick-dots li:first-child,
body.single-post section.listing.mobile .slick-dots li:first-child {
  margin-left: 0;
}
body.page-template-news section.listing.mobile .slick-dots li button::before,
body.single-post section.listing.mobile .slick-dots li button::before {
  font-size: 32px;
}
body.page-template-news section.listing.mobile .slick-dots li.slick-active button:before,
body.single-post section.listing.mobile .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
body.page-template-news section.listing .item,
body.single-post section.listing .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 275px;
  margin-bottom: 24px;
  padding: 24px 32px;
  background-color: #fff;
  border-left: 12px solid #EDEDED;
}
body.page-template-news section.listing .item:last-child,
body.single-post section.listing .item:last-child {
  margin-bottom: 48px;
}
body.page-template-news section.listing .item.selected,
body.single-post section.listing .item.selected {
  border-left: 12px solid #8CA7C3;
}
body.page-template-news section.listing .item .meta,
body.single-post section.listing .item .meta {
  margin-bottom: 12px;
  line-height: 20px;
}
body.page-template-news section.listing .item h2 a,
body.single-post section.listing .item h2 a {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  color: #6784A8;
}
body.page-template-news section.listing .item .introduction,
body.single-post section.listing .item .introduction {
  margin-top: 12px;
  margin-bottom: 24px;
}
body.page-template-news section.listing .item a.view-more,
body.single-post section.listing .item a.view-more {
  margin-top: auto;
  color: #6784A8;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-news section.listing .item a.view-more:hover,
body.single-post section.listing .item a.view-more:hover {
  opacity: 0.7;
}
body.page-template-news section.listing .item a.view-more::before,
body.single-post section.listing .item a.view-more::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(images/arrow_icon_blue.svg);
}
body.page-template-news section.listing .item a.view-more::before,
body.single-post section.listing .item a.view-more::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  body.page-template-news section.post .hero .hero-image,
  body.single-post section.post .hero .hero-image {
    min-height: 380px;
  }
  body.page-template-news section.post .hero .info,
  body.single-post section.post .hero .info {
    left: 0;
    padding-left: 32px;
  }
  body.page-template-news section.post .hero .info h1,
  body.single-post section.post .hero .info h1 {
    margin-top: 6px;
    font-size: 20px;
    line-height: 24px;
  }
  body.page-template-news section.post .hero .info h1::before,
  body.single-post section.post .hero .info h1::before {
    width: 24px;
    margin-top: 10px;
    margin-left: -16px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 768px) {
  body.page-template-news::-webkit-scrollbar,
  body.single-post::-webkit-scrollbar {
    display: block;
  }
  body.page-template-news .flex-wrap,
  body.single-post .flex-wrap {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-template-news section.post,
  body.page-template-news section.listing,
  body.single-post section.post,
  body.single-post section.listing {
    height: auto;
    overflow: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  body.page-template-news section.post,
  body.single-post section.post {
    padding-right: 0;
  }
  body.page-template-news section.listing,
  body.single-post section.listing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    margin-left: 32px !important;
    margin-right: 32px;
    margin-bottom: 64px;
  }
  body.page-template-news section.listing .item,
  body.single-post section.listing .item {
    min-height: 215px;
    box-sizing: border-box;
    -webkit-flex-basis: calc(50% - 8px);
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
  }
  body.page-template-news section.listing .item:last-child,
  body.single-post section.listing .item:last-child {
    margin-bottom: 24px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  body.page-template-news section.post .hero .hero-image,
  body.single-post section.post .hero .hero-image {
    min-height: 200px;
  }
  body.page-template-news section.post .hero .info,
  body.single-post section.post .hero .info {
    position: relative;
    top: -10px;
    bottom: auto;
    margin-bottom: -10px;
    max-width: none;
    padding-left: 20px;
    background-color: rgba(140, 167, 195, 0.9);
  }
  body.page-template-news section.post .hero .info h1::before,
  body.single-post section.post .hero .info h1::before {
    display: none;
  }
  body.page-template-news section.post .text,
  body.single-post section.post .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 0;
  }
  body.page-template-news section.post .text .main,
  body.single-post section.post .text .main {
    margin-right: 0;
  }
  body.page-template-news section.post .text p,
  body.single-post section.post .text p {
    margin-bottom: 24px;
  }
  body.page-template-news section.post .images,
  body.single-post section.post .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 24px;
  }
  body.page-template-news section.post .images .item,
  body.single-post section.post .images .item {
    margin-bottom: 24px;
  }
  body.page-template-news section.post .images .item:nth-child(odd),
  body.single-post section.post .images .item:nth-child(odd) {
    margin-right: 0;
  }
  body.page-template-news section.post .images .item .image,
  body.single-post section.post .images .item .image {
    min-height: 170px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
body.page-template-default section.content > .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 32px;
  background-color: #fff;
}
body.page-template-default section.content > .container > h1 {
  position: absolute;
  top: -24px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 450px;
  height: 90px;
  padding-top: 12px;
  padding-left: 32px;
  background-color: rgba(140, 167, 195, 0.9);
  font-family: 'DinLight';
  font-weight: 300;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: -0.25px;
  color: #FFFFFF;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
body.page-template-default section.content > .container > h1::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 16px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  body.page-template-default section.content > .container > h1 {
    width: 230px;
    height: 50px;
    font-size: 20px;
    padding-top: 0;
    top: -12px;
  }
}
body.page-template-default section.content > .container .block {
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 32px;
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
@media (min-width: 1440px) {
  body.page-template-default section.content > .container .block {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 64px;
  }
  body.page-template-default section.content > .container .block:nth-of-type(odd) {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  body.page-template-default section.content > .container .block {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 0;
  }
}
body.page-template-default section.content > .container .block .introduction p {
  font-family: 'DinBold';
  font-size: 20px;
  color: #8CA7C3;
  line-height: 1em;
}
body.page-template-default section.content > .container .block .text p, body.page-template-default section.content > .container .block .text li {
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 16px;
  color: #929293;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
body.page-template-default section.content > .container .block .text p {
  margin: 0;
  padding-bottom: 24px;
}
body.page-template-default section.content > .container .block .text strong {
  font-size: 14px;
  font-weight: 700;
}
body.page-template-default section.content > .container .block .text ul {
  list-style: none;
  margin: 0;
  padding: 0 0 24px 0;
}

/*-----------------------------------*/
/*  Project Listing
/*-----------------------------------*/
body.page-template-projects,
body.page-template-projects-new {
  margin-top: -71px;
}
body.page-template-projects section.top .featured-projects,
body.page-template-projects-new section.top .featured-projects {
  position: relative;
  top: 0;
  height: 75vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.page-template-projects section.top .featured-projects .item,
body.page-template-projects-new section.top .featured-projects .item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-projects section.top .featured-projects .item .hero-image-wrap,
body.page-template-projects-new section.top .featured-projects .item .hero-image-wrap {
  background-color: #000;
}
body.page-template-projects section.top .featured-projects .item .hero-image,
body.page-template-projects-new section.top .featured-projects .item .hero-image {
  height: 75vh;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  opacity: 0.5;
}
body.page-template-projects section.top .featured-projects .item .hero-image:hover,
body.page-template-projects-new section.top .featured-projects .item .hero-image:hover {
  opacity: 1;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured {
  position: absolute;
  bottom: 70px;
  box-sizing: border-box;
  width: 370px;
  padding: 24px;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured h2, 
body.page-template-projects section.top .featured-projects .item .info-box-featured p, 
body.page-template-projects section.top .featured-projects .item .info-box-featured a,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured h2, 
body.page-template-projects-new section.top .featured-projects .item .info-box-featured p, 
body.page-template-projects-new section.top .featured-projects .item .info-box-featured a {
  color: #fff;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured h2,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured h2 {
  margin-bottom: 24px;
  font-family: 'DinLight';
  font-weight: 300;
  font-size: 39px;
  letter-spacing: -0.39px;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured h2::before,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured h2::before {
  display: none;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured .hidden,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured .hidden {
  display: none;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured a.view-featured-project,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured a.view-featured-project {
  margin-top: 16px;
  font-family: 'DinBold';
  font-size: 16px;
  line-height: 19.2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-projects section.top .featured-projects .item .info-box-featured a.view-featured-project::before,
body.page-template-projects-new section.top .featured-projects .item .info-box-featured a.view-featured-project::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #fff;
}
body.page-template-projects section.projects-list,
body.page-template-projects-new section.projects-list {
  margin-top: 48px;
  margin-bottom: 48px;
}
body.page-template-projects section.projects-list > .container,
body.page-template-projects-new section.projects-list > .container {
  padding: 0;
}
body.page-template-projects section.projects-list .filter-bar,
body.page-template-projects-new section.projects-list .filter-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 32px;
}
body.page-template-projects section.projects-list .filter-bar a,
body.page-template-projects-new section.projects-list .filter-bar a {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.page-template-projects section.projects-list .filter-bar a:hover,
body.page-template-projects-new section.projects-list .filter-bar a:hover {
  opacity: 0.7;
}
body.page-template-projects section.projects-list .filter-bar a.active,
body.page-template-projects-new section.projects-list .filter-bar a.active {
  color: #8CA7C3;
}
body.page-template-projects section.projects-list .filter-select,
body.page-template-projects-new section.projects-list .filter-select {
  display: none;
}
body.page-template-projects section.projects-list .grid .info-box, 
body.page-template-projects section.projects-list .grid body.page-template-news section.post .hero .info, 
body.page-template-news section.post .hero body.page-template-projects section.projects-list .grid .info,
body.page-template-projects section.projects-list .grid body.single-post section.post .hero .info,
body.single-post section.post .hero body.page-template-projects section.projects-list .grid .info,
body.page-template-projects-new section.projects-list .grid .info-box, 
body.page-template-projects-new section.projects-list .grid body.page-template-news section.post .hero .info, 
body.page-template-news section.post .hero body.page-template-projects-new section.projects-list .grid .info,
body.page-template-projects-new section.projects-list .grid body.single-post section.post .hero .info,
body.single-post section.post .hero body.page-template-projects-new section.projects-list .grid .info {
  position: absolute;
  bottom: -10px;
  left: 0;
}
body.page-template-projects section.projects-list .grid .item,
body.page-template-projects-new section.projects-list .grid .item {
  position: relative;
  margin-bottom: 24px;
}
body.page-template-projects section.projects-list .grid .item.wide,
body.page-template-projects-new section.projects-list .grid .item.wide {
  width: 66%;
}
@media (min-width: 1440px) {
  body.page-template-projects section.projects-list .grid .item.wide,
  body.page-template-projects-new section.projects-list .grid .item.wide {
    width: 49%;
  }
}
body.page-template-projects section.projects-list .grid .item.narrow,
body.page-template-projects-new section.projects-list .grid .item.narrow {
  width: 32%;
}
@media (min-width: 1440px) {
  body.page-template-projects section.projects-list .grid .item.narrow,
  body.page-template-projects-new section.projects-list .grid .item.narrow {
    width: 23.5%;
  }
}
body.page-template-projects section.projects-list .grid .gutter-sizer,
body.page-template-projects-new section.projects-list .grid .gutter-sizer {
  width: 2%;
}

@media (min-width: 1025px) {
  body.page-template-projects section.top .featured-projects .item:first-child .info-box-featured,
  body.page-template-projects-new section.top .featured-projects .item:first-child .info-box-featured {
    bottom: 0;
    padding-top: 48px;
    padding-left: 96px;
    padding-bottom: calc(70px + 24px);
    background-color: rgba(140, 167, 195, 0.9);
  }
  body.page-template-projects section.top .featured-projects .item:first-child .info-box-featured .hidden,
  body.page-template-projects-new section.top .featured-projects .item:first-child .info-box-featured .hidden {
    display: block;
    opacity: 1;
  }
  body.page-template-projects section.top .featured-projects .item:first-child .info-box-featured .hidden p,
  body.page-template-projects-new section.top .featured-projects .item:first-child .info-box-featured .hidden p {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  body.page-template-projects section.top .featured-projects,
  body.page-template-projects-new section.top .featured-projects {
    position: relative;
    top: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-template-projects section.top .featured-projects .item .hero-image,
  body.page-template-projects-new section.top .featured-projects .item .hero-image {
    height: 340px;
  }
  body.page-template-projects section.top .featured-projects .item .info-box-featured,
  body.page-template-projects-new section.top .featured-projects .item .info-box-featured {
    bottom: 0;
  }
  body.page-template-projects section.top .featured-projects .item:last-child .info-box-featured,
  body.page-template-projects-new section.top .featured-projects .item:last-child .info-box-featured {
    bottom: 70px;
  }
  body.page-template-projects section.projects-list,
  body.page-template-projects-new section.projects-list {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  body.page-template-projects section.projects-list .filter-bar,
  body.page-template-projects-new section.projects-list .filter-bar {
    margin-left: -16px;
    padding-left: 0;
  }
  body.page-template-projects section.projects-list .info-box, 
  body.page-template-projects section.projects-list body.page-template-news section.post .hero .info, 
  body.page-template-news section.post .hero body.page-template-projects section.projects-list .info,
  body.page-template-projects section.projects-list body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-projects section.projects-list .info,
  body.page-template-projects-new section.projects-list .info-box, 
  body.page-template-projects-new section.projects-list body.page-template-news section.post .hero .info, 
  body.page-template-news section.post .hero body.page-template-projects-new section.projects-list .info,
  body.page-template-projects-new section.projects-list body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-projects-new section.projects-list .info {
    min-width: 200px;
  }
  body.page-template-projects section.projects-list .grid .info-box, 
  body.page-template-projects section.projects-list .grid body.page-template-news section.post .hero .info, 
  body.page-template-news section.post .hero body.page-template-projects section.projects-list .grid .info,
  body.page-template-projects section.projects-list .grid body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-projects section.projects-list .grid .info,
  body.page-template-projects-new section.projects-list .grid .info-box, 
  body.page-template-projects-new section.projects-list .grid body.page-template-news section.post .hero .info, 
  body.page-template-news section.post .hero body.page-template-projects-new section.projects-list .grid .info,
  body.page-template-projects-new section.projects-list .grid body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-projects-new section.projects-list .grid .info {
    position: absolute;
    bottom: -10px;
    left: 0;
  }
  body.page-template-projects section.projects-list .grid .item.wide,
  body.page-template-projects-new section.projects-list .grid .item.wide {
    width: 66%;
  }
  body.page-template-projects section.projects-list .grid .item.narrow,
  body.page-template-projects-new section.projects-list .grid .item.narrow {
    width: 32%;
  }
  body.page-template-projects section.projects-list .grid .gutter-sizer,
  body.page-template-projects-new section.projects-list .grid .gutter-sizer {
    width: 1%;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 768px) {
  body.page-template-projects section.projects-list .grid .item.wide,
  body.page-template-projects-new section.projects-list .grid .item.wide {
    width: 100%;
  }
  body.page-template-projects section.projects-list .grid .item.narrow,
  body.page-template-projects-new section.projects-list .grid .item.narrow {
    width: 49.5%;
  }
  body.page-template-projects section.projects-list .grid .gutter-sizer,
  body.page-template-projects-new section.projects-list .grid .gutter-sizer {
    width: 1%;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  body.page-template-projects section.top .featured-projects .item .hero-image,
  body.page-template-projects-new section.top .featured-projects .item .hero-image {
    height: 190px;
  }
  body.page-template-projects section.projects-list > .container,
  body.page-template-projects-new section.projects-list > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.page-template-projects section.projects-list .filter-bar,
  body.page-template-projects-new section.projects-list .filter-bar {
    display: none;
  }
  body.page-template-projects section.projects-list .filter-select,
  body.page-template-projects-new section.projects-list .filter-select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'DinRegular';
    font-size: 14px;
    line-height: 16.8px;
  }
  body.page-template-projects section.projects-list .filter-select select.filters,
  body.page-template-projects-new section.projects-list .filter-select select.filters {
    margin-left: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    border-radius: 0;
    outline: none;
  }
  body.page-template-projects section.projects-list .filter-select::after,
  body.page-template-projects-new section.projects-list .filter-select::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/down-arrow-icon.svg);
  }
  body.page-template-projects section.projects-list .grid,
  body.page-template-projects-new section.projects-list .grid {
    height: auto !important;
  }
  body.page-template-projects section.projects-list .grid .info-box, 
  body.page-template-projects section.projects-list .grid body.page-template-news section.post .hero .info, 
  body.page-template-news section.post .hero body.page-template-projects section.projects-list .grid .info,
  body.page-template-projects section.projects-list .grid body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-projects section.projects-list .grid .info,
  body.page-template-projects-new section.projects-list .grid .info-box, 
  body.page-template-projects-new section.projects-list .grid body.page-template-news section.post .hero .info, 
  body.page-template-news section.post .hero body.page-template-projects-new section.projects-list .grid .info,
  body.page-template-projects-new section.projects-list .grid body.single-post section.post .hero .info,
  body.single-post section.post .hero body.page-template-projects-new section.projects-list .grid .info {
    position: relative;
    z-index: 1;
    top: -50px;
    background-color: rgba(140, 167, 195, 0.9);
    width: 66%;
  }
  body.page-template-projects section.projects-list .grid .item,
  body.page-template-projects-new section.projects-list .grid .item {
    margin-bottom: 0;
  }
  body.page-template-projects section.projects-list .grid .item.wide,
  body.page-template-projects section.projects-list .grid .item.narrow,
  body.page-template-projects-new section.projects-list .grid .item.wide,
  body.page-template-projects-new section.projects-list .grid .item.narrow {
    margin-bottom: 0;
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }
  body.page-template-projects section.projects-list .grid .item.wide,
  body.page-template-projects-new section.projects-list .grid .item.wide {
    width: 100%;
  }
  body.page-template-projects section.projects-list .grid .item.narrow,
  body.page-template-projects-new section.projects-list .grid .item.narrow {
    width: 100%;
  }
  body.page-template-projects section.projects-list .grid .gutter-sizer, 
  body.page-template-projects-new section.projects-list .grid .gutter-sizer {
    width: 0;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
/*-----------------------------------*/
/*  Project Single
/*-----------------------------------*/
body.single-projects {
  margin-top: -71px;
}
body.single-projects .fancybox-close {
  display: inline-block;
  top: -28px;
  right: -2px;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 11px;
  padding-right: 25px;
  background-image: url("images/modal-close.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right top;
}
body.single-projects section.top .fixed-hero-image-container {
  position: relative;
  top: 0;
  height: 75vh;
}
body.single-projects section.top .fixed-hero-image-container .fixed-hero-image {
  position: fixed;
  top: 0;
  height: 75vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-projects section.top .info-box, body.single-projects section.top body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.single-projects section.top .info,
body.single-projects section.top body.single-post section.post .hero .info,
body.single-post section.post .hero body.single-projects section.top .info {
  position: absolute;
  bottom: 0px;
  padding: 48px 96px 96px 96px;
  width: auto;
  max-width: none;
}
body.single-projects section.top .info-box::after, body.single-projects section.top body.page-template-news section.post .hero .info::after, body.page-template-news section.post .hero body.single-projects section.top .info::after,
body.single-projects section.top body.single-post section.post .hero .info::after,
body.single-post section.post .hero body.single-projects section.top .info::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -800px;
  height: 800px;
  width: 100vw;
  background-color: #EDEDED;
  content: "";
}
body.single-projects section.top .info-box h1, body.single-projects section.top body.page-template-news section.post .hero .info h1, body.page-template-news section.post .hero body.single-projects section.top .info h1,
body.single-projects section.top body.single-post section.post .hero .info h1,
body.single-post section.post .hero body.single-projects section.top .info h1 {
  font-family: 'DinLight';
  font-weight: 300;
  font-size: 39px;
  line-height: 66px;
  letter-spacing: -0.39px;
}
body.single-projects section.top .info-box .location, body.single-projects section.top body.page-template-news section.post .hero .info .location, body.page-template-news section.post .hero body.single-projects section.top .info .location,
body.single-projects section.top body.single-post section.post .hero .info .location,
body.single-post section.post .hero body.single-projects section.top .info .location {
  font-family: 'DinBold';
  font-size: 16px;
  line-height: 19.2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single-projects section.top .info-box .location::before, body.single-projects section.top body.page-template-news section.post .hero .info .location::before, body.page-template-news section.post .hero body.single-projects section.top .info .location::before,
body.single-projects section.top body.single-post section.post .hero .info .location::before,
body.single-post section.post .hero body.single-projects section.top .info .location::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #fff;
}
body.single-projects section.media-grid,
body.single-projects section.map,
body.single-projects section.latest-projects,
body.single-projects footer {
  position: relative;
  z-index: 1;
}
body.single-projects section.media-grid,
body.single-projects section.map,
body.single-projects section.latest-projects {
  margin: 0;
  padding-top: 64px;
  background-color: #EDEDED;
}
body.single-projects section.media-grid .grid {
  width: calc(100% + 25px);
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
  /*
      @else {
          @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
      }
  */
}
body.single-projects section.media-grid .grid [data-type="image"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-projects section.media-grid .grid [data-width="one-third"] {
  width: calc(33.3% - 25px);
}
body.single-projects section.media-grid .grid [data-width="two-thirds"] {
  width: calc(66.6% - 25px);
}
body.single-projects section.media-grid .grid [data-height="default-height"] {
  height: 480px;
}
@media (min-width: 1440px) {
  body.single-projects section.media-grid .grid [data-height="default-height"] {
    height: 720px;
  }
}
body.single-projects section.media-grid .grid [data-height="half-height"] {
  height: calc(240px - 12.5px);
}
@media (min-width: 1440px) {
  body.single-projects section.media-grid .grid [data-height="half-height"] {
    height: calc(360px - 12.5px);
  }
}
body.single-projects section.media-grid .grid [data-type="video"] {
  position: relative;
  padding-bottom: 480px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-projects section.media-grid .grid [data-type="video"] iframe, body.single-projects section.media-grid .grid [data-type="video"] object, body.single-projects section.media-grid .grid [data-type="video"] embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1440px) {
  body.single-projects section.media-grid .grid [data-type="video"] {
    position: relative;
    padding-bottom: 720px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  body.single-projects section.media-grid .grid [data-type="video"] iframe, body.single-projects section.media-grid .grid [data-type="video"] object, body.single-projects section.media-grid .grid [data-type="video"] embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body.single-projects section.media-grid .grid .gutter-sizer {
  width: 25px;
}
@media (max-width: 768px) {
  body.single-projects section.media-grid .grid {
    width: calc(100% + 11px);
  }
  body.single-projects section.media-grid .grid [data-width="one-third"] {
    width: 49.5%;
  }
  body.single-projects section.media-grid .grid [data-width="two-thirds"] {
    width: 100%;
  }
  body.single-projects section.media-grid .grid .gutter-sizer {
    width: 11px;
  }
}
@media (max-width: 767px) {
  body.single-projects section.media-grid .grid {
    width: 100%;
  }
  body.single-projects section.media-grid .grid [data-width="one-third"],
  body.single-projects section.media-grid .grid [data-width="two-thirds"] {
    width: 100%;
  }
  body.single-projects section.media-grid .grid .gutter-sizer {
    width: 16px;
  }
  body.single-projects section.media-grid .grid [data-type="video"] {
    position: relative;
    padding-bottom: 480px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    height: 0;
    padding-bottom: 56.25%;
  }
  body.single-projects section.media-grid .grid [data-type="video"] iframe, body.single-projects section.media-grid .grid [data-type="video"] object, body.single-projects section.media-grid .grid [data-type="video"] embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body.single-projects section.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.single-projects section.map .description {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 48px;
  background-color: #fff;
}
body.single-projects section.map .description .text {
  font-family: 'DinLight';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.2px;
}
body.single-projects section.map .description .credit {
  margin-top: 16px;
  font-family: 'DinBold';
  font-size: 14px;
  line-height: 16.8px;
  color: #6784A8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single-projects section.map .description .credit::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #6784A8;
}
body.single-projects section.map .acf-map {
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 0;
  -ms-flex: 2 0 0;
  flex: 2 0 0;
  min-height: 460px;
}
body.single-projects section.latest-projects {
  padding-bottom: 64px;
}
body.single-projects section.latest-projects h3 {
  font-family: 'DinBold';
  font-size: 20px;
  line-height: 24px;
  color: #6784A8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
body.single-projects section.latest-projects h3::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 24px;
  margin-right: 8px;
  background-color: #6784A8;
}
body.single-projects section.latest-projects .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
body.single-projects section.latest-projects .list .item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
body.single-projects section.latest-projects .list .item:not(:last-child) {
  margin-right: 12px;
}
body.single-projects section.latest-projects .list .info-box, body.single-projects section.latest-projects .list body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.single-projects section.latest-projects .list .info,
body.single-projects section.latest-projects .list body.single-post section.post .hero .info,
body.single-post section.post .hero body.single-projects section.latest-projects .list .info {
  position: absolute;
  bottom: -10px;
  left: 0;
}

@media (max-width: 1024px) {
  body.single-projects section.top .info-box, body.single-projects section.top body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.single-projects section.top .info,
  body.single-projects section.top body.single-post section.post .hero .info,
  body.single-post section.post .hero body.single-projects section.top .info {
    padding-top: 32px;
    padding-left: 32px;
    min-width: 50%;
  }
  body.single-projects section.map .description {
    padding: 32px;
  }
  body.single-projects section.map .acf-map {
    min-height: 240px;
  }
  body.single-projects section.latest-projects .list .item:last-child {
    display: none;
  }
  body.single-projects section.latest-projects .list .item:nth-child(3) {
    margin-right: 0;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 768px) {
  body.single-projects section.top .info-box, body.single-projects section.top body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.single-projects section.top .info,
  body.single-projects section.top body.single-post section.post .hero .info,
  body.single-post section.post .hero body.single-projects section.top .info {
    padding-top: 16px;
  }
  body.single-projects section.latest-projects .list .item:last-child,
  body.single-projects section.latest-projects .list .item:nth-child(3) {
    display: none;
  }
  body.single-projects section.latest-projects .list .item:nth-child(2) {
    margin-right: 0;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
@media (max-width: 767px) {
  body.single-projects section.top .info-box, body.single-projects section.top body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.single-projects section.top .info,
  body.single-projects section.top body.single-post section.post .hero .info,
  body.single-post section.post .hero body.single-projects section.top .info {
    top: auto;
    width: 90%;
    padding-bottom: 66px;
  }
  body.single-projects section.top .info-box h1, body.single-projects section.top body.page-template-news section.post .hero .info h1, body.page-template-news section.post .hero body.single-projects section.top .info h1,
  body.single-projects section.top body.single-post section.post .hero .info h1,
  body.single-post section.post .hero body.single-projects section.top .info h1 {
    line-height: 45px;
    margin-bottom: 10px;
  }
  body.single-projects section.top .info-bar {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  body.single-projects section.map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.single-projects section.map .description {
    padding: 32px 20px;
  }
  body.single-projects section.map .acf-map {
    height: 380px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  body.single-projects section.latest-projects .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.single-projects section.latest-projects .list .item {
    margin-bottom: -24px;
  }
  body.single-projects section.latest-projects .list .item:not(:last-child) {
    margin-right: 0;
  }
  body.single-projects section.latest-projects .list .info-box, body.single-projects section.latest-projects .list body.page-template-news section.post .hero .info, body.page-template-news section.post .hero body.single-projects section.latest-projects .list .info,
  body.single-projects section.latest-projects .list body.single-post section.post .hero .info,
  body.single-post section.post .hero body.single-projects section.latest-projects .list .info {
    position: relative;
    bottom: auto;
    top: -54px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: rgba(140, 167, 195, 0.9);
    padding-left: 20px;
    padding-right: 32px;
  }
}
/*
    @else {
        @warn "Breakpoint mixin supports: phone, tablet-portrait, tablet-landscape, laptop, desktop";
    }
*/
