@charset "UTF-8";
/**
 *
 * FRNT Reset
 * Normalize v3.0.2 + Custom 
 */
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*! 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 {
  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 */
  /* 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; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.group:before, .group:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

@media only screen and (max-width: 799px) {
  .»desktop-only {
    display: none; } }

@media only screen and (min-width: 800px) {
  .»mobile-only {
    display: none; } }

a {
  color: inherit;
  text-decoration: none; }

body {
  background: #fefefe;
  color: #111;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 95px 0 0 0; }
  @media only screen and (max-width: 1024px) {
    body {
      line-height: 1.375; } }

mark {
  background: none;
  color: inherit; }

figure {
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-size: 16px;
  margin: 0; }

:focus {
  outline: none; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 90%; }

.site {
  transform: translateX(0);
  transition: transform .4s;
  width: 100%; }

.grid-sizer {
  width: 50%; }

@keyframes fade {
  0% {
    opacity: 1; }
  3% {
    opacity: 0; }
  60% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.prop-full-width {
  display: block;
  height: auto;
  width: 100%; }

.prop-max-width {
  display: block;
  height: auto;
  max-width: 100%; }

.prop-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.gallery {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  .gallery br {
    display: none; }

.component-social {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4; }

.component-hamburger-button {
  display: block;
  width: 38px;
  transition: opacity .4s; }
  .component-hamburger-button .line {
    background: #111;
    height: 2px;
    position: relative;
    transition: transform .6s; }
  .component-hamburger-button .line-2 {
    margin: 5px 0; }

.component-button {
  border: 1px solid #878280;
  border-radius: 2px;
  color: #878280;
  display: inline-block;
  padding: .55em .85em;
  transition: all .4s; }
  .component-button.is-red {
    background: #cb333b;
    color: #fff;
    border-color: #cb333b; }
    .component-button.is-red:hover {
      border-color: #cb333b;
      color: #fff; }
  .component-button.is-white {
    border-color: #fff;
    color: #fff; }
    .component-button.is-white:hover {
      border-color: #fff;
      color: #fff; }
  .component-button:hover {
    border-color: #111;
    color: #111; }

.component-button-full {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  border: none;
  background: #fff;
  color: #111;
  padding: .55em .85em; }
  .component-button-full.is-red {
    background: #cb333b;
    color: #fff; }

.component-clock {
  position: absolute;
  left: 10px;
  bottom: -5px; }
  .component-clock svg {
    display: block;
    height: 50px;
    width: 50px; }
  .component-clock #hand-hour {
    transform-origin: 50% 50%; }
  .component-clock #hand-minute {
    transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
    transform-origin: 50% 50%; }
  .component-clock #hand-second {
    transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
    transform-origin: 50% 50%; }

@media only screen and (max-width: 639px) {
  .component-crest {
    display: none; } }

.component-filters {
  color: #878280;
  font-size: 17px;
  line-height: 1.4; }
  .component-filters > .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row; }
    .component-filters > .boxes > .box {
      margin: 0 10px 0 0;
      width: 15%; }
      @media only screen and (max-width: 639px) {
        .component-filters > .boxes > .box {
          -ms-flex: 1;
          flex: 1;
          width: auto; } }
  .component-filters h1 {
    color: #cb333b; }
  .component-filters ul {
    list-style: none; }
    .component-filters ul a:hover, .component-filters ul a.is-active {
      color: #111; }

.component-header-1 {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  .component-header-1 h1 {
    color: #cb333b;
    font-family: "Publico Banner Web", serif;
    font-size: 32px; }
    @media only screen and (max-width: 639px) {
      .component-header-1 h1 {
        font-size: 28px; } }
  .component-header-1 p {
    font-family: "Publico Banner Web", serif;
    font-size: 20px;
    font-style: italic; }
    @media only screen and (max-width: 639px) {
      .component-header-1 p {
        font-size: 16px; } }
  @media only screen and (max-width: 639px) {
    .component-header-1 .box-1 {
      margin: 0 0 20px 0;
      width: 100%; } }
  @media only screen and (max-width: 639px) {
    .component-header-1 .box-2 {
      width: 100%; } }

.component-header-2 {
  background-size: cover;
  color: #fff;
  min-height: 450px;
  padding: 50px 0 0 0; }
  .component-header-2 h1 {
    font-family: "Publico Banner Web", serif;
    font-size: 35px; }
    @media only screen and (max-width: 639px) {
      .component-header-2 h1 {
        font-size: 28px; } }
  .component-header-2 p {
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    line-height: 1.2; }
    @media only screen and (max-width: 639px) {
      .component-header-2 p {
        font-size: 20px; } }
  .component-header-2 > .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .component-header-2 > .boxes > .box-1 {
      width: 30%; }
      @media only screen and (max-width: 639px) {
        .component-header-2 > .boxes > .box-1 {
          margin: 0 0 15px 0;
          width: 100%; } }
    .component-header-2 > .boxes > .box-2 {
      max-width: 420px; }
      @media only screen and (max-width: 639px) {
        .component-header-2 > .boxes > .box-2 {
          width: 100%; } }

.component-header-3 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  background-size: cover;
  background-position: center center;
  font-family: "Publico Banner Web", serif;
  font-weight: 800;
  height: 500px;
  text-align: center; }
  .component-header-3 .boxed {
    max-width: 450px; }
  .component-header-3 h1 {
    color: #cb333b;
    font-size: 35px;
    margin: 0 0 30px 0; }
    @media only screen and (max-width: 639px) {
      .component-header-3 h1 {
        font-size: 28px; } }
  .component-header-3 p {
    color: #fff;
    font-size: 22px;
    line-height: 1.27; }
    @media only screen and (max-width: 639px) {
      .component-header-3 p {
        font-size: 20px; } }

.component-image-1 {
  background: #111;
  position: relative; }
  .component-image-1 .component-button {
    position: absolute;
    top: 20px;
    z-index: 5; }
  .component-image-1 img {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: opacity .4s; }
  .component-image-1 > a {
    display: block; }
  .component-image-1.is-right .component-button {
    right: 20px; }
    @media only screen and (max-width: 639px) {
      .component-image-1.is-right .component-button {
        left: 20px;
        right: auto; } }
  .component-image-1.is-left .component-button {
    left: 20px; }
  .component-image-1:hover img {
    opacity: .9; }

.component-latest {
  background: #f6f6f6;
  margin: 0 0 80px 0;
  padding: 25px 0 32px 0; }
  .component-latest .component-header-1 {
    margin: 0 0 25px 0; }
    .component-latest .component-header-1 h1 {
      font-size: 32px; }
  .component-latest .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .component-latest .boxes > .box {
      width: 30%; }
      @media only screen and (max-width: 639px) {
        .component-latest .boxes > .box {
          width: 100%; } }
      @media only screen and (max-width: 639px) {
        .component-latest .boxes > .box:not(:last-child) {
          margin-bottom: 25px; } }
      @media only screen and (max-width: 639px) {
        .component-latest .boxes > .box.is-empty {
          display: none; } }
  .component-latest .card figure {
    margin: 0 0 15px 0; }
  .component-latest .card h1 {
    font-family: "Publico Banner Web", serif;
    font-size: 18px;
    line-height: 1.2; }
  @media only screen and (min-width: 640px) {
    .component-latest .card-project-excerpt {
      margin: 0 !important; } }

.component-quote {
  color: #878280;
  text-align: center; }
  .component-quote h1 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 639px) {
      .component-quote h1 {
        font-size: 22px; } }

.component-map {
  height: 450px;
  width: 100%; }

.component-newsletter {
  position: relative;
  z-index: 50;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .4s;
  visibility: hidden;
  width: 100%; }
  .component-newsletter .boxed {
    max-width: 1000px;
    background: #f6f6f6;
    box-shadow: 1px 1px 15px rgba(17, 17, 17, 0.1);
    padding: 60px;
    position: relative; }

.component-newsletter__close {
  position: absolute;
  right: 30px;
  top: 30px; }
  .component-newsletter__close svg {
    display: block;
    fill: #111;
    height: 25px;
    width: 25px; }

.component-newsletter__slide-1 {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: row;
  flex-direction: row; }
  .component-newsletter__slide-1 h1 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px; }
    @media only screen and (max-width: 639px) {
      .component-newsletter__slide-1 h1 {
        font-size: 22px; } }
  .component-newsletter__slide-1 .col-1 {
    padding-right: 60px;
    width: 40%; }
    @media only screen and (max-width: 639px) {
      .component-newsletter__slide-1 .col-1 {
        margin: 0 0 25px 0;
        padding-right: 0;
        width: 100%; } }
  .component-newsletter__slide-1 .col-2 {
    width: 40%; }
    @media only screen and (max-width: 639px) {
      .component-newsletter__slide-1 .col-2 {
        width: 100%; } }

.component-newsletter__slide-2 {
  height: 100%; }
  .component-newsletter__slide-2 .col {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px;
    max-width: 450px; }
  .component-newsletter__slide-2 h2, .component-newsletter__slide-2 h3 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px; }
  .component-newsletter__slide-2 h2 {
    color: #cb333b;
    margin: 0 0 20px 0; }

.component-share {
  font-size: 17px; }
  .component-share h5 {
    margin: 0 0 5px 0; }
  .component-share ul {
    color: #878280;
    list-style: none; }
    .component-share ul a {
      transition: color .4s; }
      .component-share ul a:hover {
        color: #111; }

.component-modal-video {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #111;
  left: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all .4s;
  visibility: hidden;
  width: 100%;
  z-index: 1000; }

.component-modal-video__box {
  width: 100%; }

.componentmodal-video__close {
  position: absolute;
  right: 35px;
  top: 35px; }

.component-modal-video__video {
  display: block;
  height: auto;
  width: 100%; }

.component\:loader {
  left: 50%;
  height: 20px;
  position: absolute;
  top: 40vh;
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  transition: all 1s;
  z-index: 5;
  visibility: visible;
  width: 200px; }
  .component\:loader:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
    transform: scaleX(0);
    transform-origin: center left;
    background: #cb333b;
    z-index: 0; }
  .state\:loaded .component\:loader {
    opacity: 0;
    visibility: hidden; }

@keyframes loading {
  0% {
    transform: translate(0) scaleX(0); }
  30% {
    transform: translate(0) scaleX(1); }
  100%, 80% {
    transform: translate(100%) scaleX(0); } }

.form-basic .row:not(:last-child) {
  margin: 0 0 10px 0; }

.form-basic .text {
  background: none;
  border: 1px solid #878280;
  border-radius: 2px;
  display: block;
  padding: 12px;
  width: 100%; }
  .form-basic .text:focus {
    border-color: #cb333b; }
  .form-basic .text.error {
    background: #cb333b;
    color: #fff; }

.form-basic__action {
  margin: 30px 0 0 0; }

.card-history {
  width: 50%; }
  @media only screen and (max-width: 639px) {
    .card-history {
      width: 100%; } }
  .card-history .boxed {
    border-bottom: 3px solid #f6f6f6;
    padding: 0 0 75px 0;
    max-width: 350px; }
  .card-history.is-quote .boxed {
    margin: 0 auto; }
  @media only screen and (min-width: 640px) {
    .card-history.is-right:not(.is-quote) {
      padding-left: 60px; } }
  .card-history.is-left:after {
    transform: translate3d(50%, 0, 0);
    right: 0; }
  .card-history.is-right:after {
    transform: translate3d(-50%, 0, 0);
    left: 0; }
  .card-history:not(.is-quote):after {
    background: #fff;
    border: 5px solid #f6f6f6;
    border-radius: 100%;
    content: ' ';
    height: 20px;
    position: absolute;
    top: 5px;
    width: 20px; }
    @media only screen and (max-width: 639px) {
      .card-history:not(.is-quote):after {
        display: none; } }

.card-history__title {
  color: #cb333b;
  font-family: "Publico Banner Web", serif;
  font-size: 35px; }
  @media only screen and (max-width: 639px) {
    .card-history__title {
      font-size: 28px; } }

.card-history__text p:first-child {
  font-family: "Publico Banner Web", serif;
  font-weight: 800;
  font-size: 18px; }

.card-history__text p:not(:last-child) {
  margin: 0 0 13px 0; }

.card-history__image,
.card-history__video {
  margin-top: 35px; }
  .card-history__image video,
  .card-history__video video {
    display: block;
    height: auto;
    width: 100%; }

.card-history__mark {
  display: block;
  font-family: "Publico Banner Web", serif;
  font-size: 80px;
  line-height: .9;
  margin: 0 0 5px 0; }
  @media only screen and (max-width: 639px) {
    .card-history__mark {
      font-size: 70px; } }

.card-insight-excerpt > a {
  display: block; }

.card-information {
  text-align: center; }

.card-information__image {
  margin-bottom: 0px;
  margin: 0 auto;
  max-width: 150px; }

.card-information__title {
  font-family: "Publico Banner Web", serif;
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 10px 0; }

@media only screen and (min-width: 640px) {
  .card-news-excerpt {
    text-align: center; } }

.card-news-excerpt > a {
  display: block; }

.card-news-excerpt__title {
  font-family: "Publico Banner Web", serif;
  font-size: 18px;
  margin: 0 0 15px 0; }

.card-news-excerpt__content {
  margin: 0 0 5px 0; }

.card-news-excerpt__image {
  background: #111;
  margin: 0 0 30px 0; }
  .card-news-excerpt__image img {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: opacity .4s; }
  .card-news-excerpt__image:hover img {
    opacity: .75; }

.card-news-excerpt__action {
  color: #cb333b; }

.news-card {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding: 35px 0; }
  @media only screen and (max-width: 639px) {
    .news-card {
      position: relative;
      z-index: 0;
      padding-top: 50px; } }
  .news-card > .box-1 {
    width: 40%; }
    @media only screen and (max-width: 639px) {
      .news-card > .box-1 {
        margin: 0 0 25px 0;
        width: 100%; } }
  .news-card > .box-2 {
    width: 55%; }
    @media only screen and (max-width: 639px) {
      .news-card > .box-2 {
        width: 100%; } }
  .news-card h1 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    margin: 0 0 15px 0; }
  .news-card p {
    font-size: 16px;
    line-height: 1.375;
    margin: 0 0 1.4em 0; }

.news-card__meta {
  color: #878280;
  margin: 0 0 15px 0; }
  @media only screen and (max-width: 639px) {
    .news-card__meta {
      position: absolute;
      top: 15px; } }

.news-card__action {
  color: #cb333b;
  font-weight: 500; }

.card-project-excerpt:not(:nth-last-child(-n + 3)) {
  margin: 0 0 40px 0; }

.card-project-excerpt .prop-overlay {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  background: rgba(17, 17, 17, 0.5);
  opacity: 0;
  transition: all .4s; }

.card-project-excerpt .component-button {
  border-color: #fff;
  color: #fff; }

.card-project-excerpt:hover .prop-overlay {
  opacity: 1; }

.card-project-excerpt__image {
  position: relative;
  z-index: 0;
  margin: 0 0 15px 0; }

.card-project-excerpt__title {
  font-size: 17px; }
  .card-project-excerpt__title mark {
    color: #878280; }

.card-preview {
  background: #fff;
  box-shadow: 0 0 14px rgba(17, 17, 17, 0.1);
  right: 0;
  bottom: 45px;
  opacity: 0;
  padding: 15px;
  position: absolute;
  transition: all .4s;
  visibility: hidden; }

.card-quote {
  color: #878280;
  text-align: center; }

.card-quote__image {
  margin: 0 auto 25px auto;
  max-width: 185px; }
  .card-quote__image img {
    border-radius: 100%; }

.card-quote__text {
  font-family: "Publico Banner Web", serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px 0; }

.card-subpage {
  position: relative;
  z-index: 0; }
  .card-subpage .prop-overlay {
    padding: 25px; }
  .card-subpage .component-button {
    border-color: #fff;
    color: #fff; }
  .card-subpage.is-reversed .component-button {
    border-color: #111;
    color: #111; }

.card-text p:first-child {
  font-family: "Publico Banner Web", serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2727272727; }
  @media only screen and (max-width: 639px) {
    .card-text p:first-child {
      font-size: 20px; } }

.card-text p:not(:last-child) {
  margin: 0 0 1em 0; }

.card-text__title {
  color: #cb333b;
  font-family: "Publico Banner Web", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 15px 0; }
  @media only screen and (max-width: 639px) {
    .card-text__title {
      font-size: 28px; } }

.card-text__action {
  margin: 30px 0 0 0; }

.block-company-quote {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 90px; }
  .block-company-quote.type-image {
    padding: 0 60px; }
    .block-company-quote.type-image > .box-2 {
      width: 32%; }
      @media only screen and (max-width: 799px) {
        .block-company-quote.type-image > .box-2 {
          width: 100%; } }
  .block-company-quote.type-video > .box-2 {
    padding: 0 60px;
    width: 40%; }
    @media only screen and (max-width: 799px) {
      .block-company-quote.type-video > .box-2 {
        width: 100%; } }
  @media only screen and (max-width: 799px) {
    .block-company-quote {
      padding: 0; } }
  .block-company-quote > .box-1 {
    width: 60%; }
    @media only screen and (max-width: 799px) {
      .block-company-quote > .box-1 {
        margin: 0 0 25px 0;
        width: 100%; } }

.block-company-quote__looper {
  display: block;
  height: auto;
  width: 100%; }

.block-company-quote__looper-box {
  display: block;
  position: relative; }
  .block-company-quote__looper-box:hover:before {
    background: rgba(17, 17, 17, 0.75); }
  .block-company-quote__looper-box:before {
    background: rgba(17, 17, 17, 0.25);
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    transition: background .4s;
    top: 0;
    width: 100%;
    z-index: 1; }

.block-company-quote__action {
  left: 15px;
  position: absolute;
  bottom: 15px;
  z-index: 2; }
  .block-company-quote__action img {
    display: block;
    height: auto;
    max-width: 100%; }

.block-featured {
  background: #f6f6f6;
  padding: 60px 0; }
  .block-featured .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
  .block-featured .card-project-excerpt {
    width: 30%; }
    @media only screen and (max-width: 639px) {
      .block-featured .card-project-excerpt {
        width: 100%; } }

.block-featured__header {
  margin: 0 0 50px 0; }
  .block-featured__header h1 {
    color: #111; }

.block-footer {
  padding-bottom: 120px; }
  @media only screen and (max-width: 639px) {
    .block-footer {
      padding-bottom: 40px; } }
  .block-footer .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .block-footer .boxes > .box {
      -ms-flex-align: start;
      align-items: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: row;
      flex-direction: row; }
    .block-footer .boxes > .box-1 {
      width: 100%; }
      .block-footer .boxes > .box-1 .subbox:not(:last-child) {
        margin: 0 10% 0 0; }
        @media only screen and (max-width: 639px) {
          .block-footer .boxes > .box-1 .subbox:not(:last-child) {
            margin: 0  15px 0; } }

.block-footer__logo {
  font-weight: 500;
  position: relative;
  top: 5px; }

.block-footer__contact {
  list-style: none; }
  .block-footer__contact span {
    color: #cb333b; }

.block-header {
  position: relative;
  z-index: 40;
  background: #fff;
  color: #878280;
  left: 0;
  position: fixed;
  padding: 20px 0 30px 0;
  top: 0;
  transform: translateX(0);
  transition: transform .4s 0s;
  width: 100%; }
  .block-header .boxes {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .block-header .boxes > .box-2 {
      -ms-flex-align: end;
      align-items: flex-end;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative; }

.block-header__language {
  bottom: -3px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  margin: 0 10px 0 0;
  position: relative;
  text-transform: uppercase; }
  @media only screen and (max-width: 639px) {
    .block-header__language {
      display: none; } }
  .block-header__language a.is-active, .block-header__language a:hover {
    color: #111; }

.block-header__logo {
  position: relative;
  z-index: 0;
  transition: opacity .4s; }
  @media only screen and (max-width: 799px) {
    .block-header__logo {
      height: auto;
      width: 180px; } }
  @media only screen and (max-width: 639px) {
    .block-header__logo {
      width: 220px; } }

.block-header__clock {
  position: relative;
  z-index: 0;
  width: 50px; }
  @media only screen and (max-width: 799px) {
    .block-header__clock {
      display: none; } }
  @media screen and (-ms-high-contrast: active) {
    .block-header__clock {
      display: none; } }

.block-header__time {
  margin: 0 0 0 20px;
  position: relative;
  top: 5px;
  transition: opacity .4s; }
  @media only screen and (max-width: 799px) {
    .block-header__time {
      display: none; } }
  @media screen and (-ms-high-contrast: active) {
    .block-header__time {
      display: none; } }

.block-header__spacer {
  width: 65px; }

.block-header__button {
  bottom: 0;
  right: 0;
  position: absolute; }
  .block-header__button:hover .line {
    background: #878280; }

.block-image-full {
  margin-bottom: 90px; }

.block-information {
  background: #f6f6f6; }
  .block-information > .boxed {
    padding: 50px 60px; }
    @media only screen and (max-width: 639px) {
      .block-information > .boxed {
        padding: 25px; } }
  .block-information .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .block-information .boxes > .box {
      width: 30%; }
      @media only screen and (max-width: 639px) {
        .block-information .boxes > .box {
          width: 100%; } }
      @media only screen and (min-width: 640px) {
        .block-information .boxes > .box:not(:nth-last-child(-n + 3)) {
          margin: 0 0 60px 0; } }
      @media only screen and (max-width: 639px) {
        .block-information .boxes > .box:not(:last-child) {
          margin: 0 0 25px 0; } }
      @media only screen and (max-width: 639px) {
        .block-information .boxes > .box.is-empty {
          display: none; } }
  .block-information.is-alt {
    background: none; }
    .block-information.is-alt > .boxed {
      padding: 0; }
    .block-information.is-alt .boxes > .box:not(:nth-last-child(-n + 3)) {
      margin: 0 0 100px 0; }
    @media only screen and (max-width: 639px) {
      .block-information.is-alt .boxes > .box:not(:last-child) {
        margin: 0 0 25px 0; } }

.block-information__title {
  color: #cb333b;
  font-family: "Publico Banner Web", serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 70px 0; }
  @media only screen and (max-width: 639px) {
    .block-information__title {
      font-size: 28px;
      margin: 0 0 35px 0; } }

.block-insights {
  background: #f6f6f6;
  margin-bottom: 90px;
  padding: 60px; }
  @media only screen and (max-width: 799px) {
    .block-insights {
      padding: 5%; } }

.block-insights__header {
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 639px) {
    .block-insights__header {
      margin: 0 0 30px 0; } }
  @media only screen and (max-width: 799px) {
    .block-insights__header > .box-1 {
      margin: 0 0 25px 0; } }

.block-insights__blocks .row {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  .block-insights__blocks .row:nth-child(odd) {
    margin: 0 0 45px 0; }
    @media only screen and (max-width: 639px) {
      .block-insights__blocks .row:nth-child(odd) {
        margin: 0 0 20px 0; } }
  .block-insights__blocks .row:nth-child(even) {
    -ms-flex-pack: end;
    justify-content: flex-end; }

.block-media > div:not(:last-child) {
  margin-bottom: 15px; }

.block-media .action-fitvids video {
  display: block;
  height: auto;
  width: 100%; }

.block-media__quote {
  background: #edecec;
  color: #878280;
  padding: 100px 0;
  text-align: center; }
  .block-media__quote .boxed {
    max-width: 450px; }

.block-media__quote-text {
  font-family: "Publico Banner Web", serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px 0; }

.block-media__two {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  .block-media__two > .box {
    width: 48.75%; }
    @media only screen and (max-width: 639px) {
      .block-media__two > .box {
        width: 100%; } }
  @media only screen and (max-width: 639px) {
    .block-media__two > .box-1 {
      margin-bottom: 25px; } }

.block-media__credit {
  color: #878280;
  margin: 0 0 50px 0; }

.block-menu-button {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500; }
  .block-menu-button .boxes {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row;
    flex-direction: row; }
    .block-menu-button .boxes > .box-2 {
      position: relative; }

.block-navigation {
  position: relative;
  z-index: 50;
  background: #cb333b;
  right: 0;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all .4s;
  width: 65%; }
  @media only screen and (max-width: 799px) {
    .block-navigation {
      width: 85%; } }
  .block-navigation .container {
    width: 80%; }
  .block-navigation ul {
    color: #fff;
    font-size: 20px;
    list-style: none; }
    .block-navigation ul ul {
      margin: 0 0 0 20px; }
  .block-navigation a {
    transition: color .4s; }
    .block-navigation a:hover {
      color: #111; }

.block-navigation__button {
  margin: 0 0 35px 0; }
  .block-navigation__button .line {
    background: #fff; }
  .block-navigation__button .line-1 {
    top: 7px;
    transform: rotate(45deg); }
  .block-navigation__button .line-2 {
    opacity: 0; }
  .block-navigation__button .line-3 {
    top: -7px;
    transform: rotate(-45deg); }

.block-navigation__language {
  color: rgba(255, 255, 255, 0.5);
  margin: 15px 0 0 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 640px) {
    .block-navigation__language {
      display: none; } }
  .block-navigation__language a.is-active, .block-navigation__language a:hover {
    color: #fff; }

.block-news {
  background: #f6f6f6;
  margin-bottom: 90px;
  padding: 60px; }
  @media only screen and (max-width: 799px) {
    .block-news {
      padding: 5%; } }

.block-news__header {
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 639px) {
    .block-news__header {
      margin: 0 0 25px 0; } }

.block-news__articles {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  .block-news__articles .card-news-excerpt {
    width: 30%; }
    @media only screen and (max-width: 639px) {
      .block-news__articles .card-news-excerpt {
        width: 100%; } }
    @media only screen and (max-width: 639px) {
      .block-news__articles .card-news-excerpt:not(:last-child) {
        margin: 0 0 25px 0; } }

.block-newsletter {
  background: #edecec url(../images/illustration-1.svg) no-repeat 120% 50%;
  background-size: 65% auto;
  padding: 30px; }
  @media only screen and (max-width: 639px) {
    .block-newsletter {
      background-position: -110% 130%;
      background-size: 120% auto;
      padding-bottom: 80px; } }
  .block-newsletter .col {
    max-width: 250px; }
  .block-newsletter p {
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 60px; }
    @media only screen and (max-width: 639px) {
      .block-newsletter p {
        margin-bottom: 25px; } }
    .block-newsletter p em {
      color: #cb333b; }
  .block-newsletter.is-small {
    background-position: 140px 90px;
    background-size: 170% auto;
    padding: 24px 30px; }

.block-our-projects {
  background: #f6f6f6;
  margin-bottom: 90px;
  padding: 60px; }
  @media only screen and (max-width: 799px) {
    .block-our-projects {
      padding: 5%; } }

.block-our-projects__header {
  margin: 0 0 60px 0; }
  @media only screen and (max-width: 639px) {
    .block-our-projects__header {
      margin: 0 0 25px 0; } }
  @media only screen and (min-width: 1025px) {
    .block-our-projects__header .box-1 {
      width: 70%; } }

.block-our-projects__video {
  margin-bottom: 25px; }
  .block-our-projects__video video {
    display: block;
    height: auto;
    width: 100%; }

.block-our-projects__heading {
  color: #878280;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase; }

.block-our-projects__title {
  font-size: 18px;
  font-weight: 800; }
  @media only screen and (max-width: 1024px) {
    .block-our-projects__title {
      font-size: 16px;
      line-height: 1.375; } }

.block-our-projects__caption {
  font-size: 18px;
  line-height: 1.4444;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1024px) {
    .block-our-projects__caption {
      font-size: 16px;
      line-height: 1.375; } }

.block-projects .card-project-excerpt {
  width: 31%; }
  @media only screen and (max-width: 799px) {
    .block-projects .card-project-excerpt {
      width: 100%; } }
  @media only screen and (max-width: 799px) {
    .block-projects .card-project-excerpt:not(:last-child) {
      margin: 0 0 25px 0; } }
  @media only screen and (max-width: 799px) {
    .block-projects .card-project-excerpt.is-empty {
      display: none; } }

.block-projects .block-newsletter {
  width: 31%;
  margin: 0 0 75px 0; }
  @media only screen and (max-width: 799px) {
    .block-projects .block-newsletter {
      margin: 0 0 25px 0; } }

.block-projects .gutter-sizer {
  width: 3%; }

.block-projects .grid-sizer {
  width: 31.33333%; }

.block-subpages > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.block-subpages .box {
  width: 32%; }
  @media only screen and (max-width: 639px) {
    .block-subpages .box {
      width: 100%; } }
  @media only screen and (min-width: 640px) {
    .block-subpages .box:not(:nth-last-child(-n + 3)) {
      margin: 0 0 25px 0; } }
  @media only screen and (max-width: 639px) {
    .block-subpages .box:not(:last-child) {
      margin: 0 0 25px 0; } }

.block-subpages__title {
  color: #cb333b;
  font-family: "Publico Banner Web", serif;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 50px 0; }

.block-timeline {
  padding: 80px 0;
  position: relative; }
  @media only screen and (max-width: 639px) {
    .block-timeline {
      padding-bottom: 0; } }
  .block-timeline .line {
    background: #f6f6f6;
    left: 50%;
    position: absolute;
    height: calc(100% + 75px);
    margin: 0 0 0 -2px;
    top: -150px;
    width: 4px; }
    .block-timeline .line:after {
      border: 5px solid #f6f6f6;
      border-radius: 100%;
      content: ' ';
      height: 35px;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translate3d(-50%, -100%, 0);
      width: 35px; }

.view-archive {
  padding: 0 0 75px 0; }
  .view-archive .component-header-1 {
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 35px 0; }
    .view-archive .component-header-1 > .box-1 {
      width: 40%; }
      @media only screen and (max-width: 639px) {
        .view-archive .component-header-1 > .box-1 {
          width: 100%; } }
    .view-archive .component-header-1 > .box-2 {
      width: 55%; }
      @media only screen and (max-width: 639px) {
        .view-archive .component-header-1 > .box-2 {
          width: 100%; } }
    .view-archive .component-header-1__nav {
      color: #878280; }
      @media only screen and (max-width: 639px) {
        .view-archive .component-header-1__nav {
          -ms-flex-align: start;
          align-items: flex-start;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .view-archive .component-header-1__nav span {
        display: inline-block;
        margin: 0 10px; }
        @media only screen and (max-width: 639px) {
          .view-archive .component-header-1__nav span {
            display: none; } }
      .view-archive .component-header-1__nav a:hover, .view-archive .component-header-1__nav a.is-active {
        color: #cb333b; }

.view-archive-insight {
  padding: 0 0 75px 0; }
  .view-archive-insight .component-header-1 {
    margin: 0 0 75px 0; }
    @media only screen and (max-width: 639px) {
      .view-archive-insight .component-header-1 {
        margin-bottom: 25px; } }
    .view-archive-insight .component-header-1 > .box-2 {
      width: 40%; }
      @media only screen and (max-width: 799px) {
        .view-archive-insight .component-header-1 > .box-2 {
          width: 100%; } }
    .view-archive-insight .component-header-1 p {
      font-style: normal;
      font-size: 22px;
      line-height: 1.3; }
  .view-archive-insight .card-insight-excerpt:not(:last-child) {
    margin: 0 0 25px 0; }
  .view-archive-insight .block-newsletter {
    margin: 0 0 25px; }
    @media only screen and (max-width: 639px) {
      .view-archive-insight .block-newsletter {
        display: none; } }

.view-archive-project {
  padding: 0 0 180px 0; }
  .view-archive-project > .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
  .view-archive-project .component-header-2 {
    margin: 0 0 45px 0; }
  .view-archive-project .component-filters {
    margin: 0 0 45px 0; }

.view-front-page__intro-image {
  position: relative;
  z-index: 7;
  opacity: 0;
  transition: opacity 1s 2s; }
  .state\:loaded .view-front-page__intro-image {
    opacity: 1; }
  @media only screen and (max-width: 639px) {
    .view-front-page__intro-image .block-image-full {
      margin-bottom: 60px; } }
  .view-front-page__intro-image .block-video-full {
    margin-bottom: 90px;
    position: relative; }
    @media only screen and (max-width: 639px) {
      .view-front-page__intro-image .block-video-full {
        margin-bottom: 60px; } }
    .view-front-page__intro-image .block-video-full:hover .block-video-full__overlay {
      opacity: 1;
      visibility: visible; }
    .view-front-page__intro-image .block-video-full img {
      margin-right: 30px; }
      @media only screen and (max-width: 1199px) {
        .view-front-page__intro-image .block-video-full img {
          height: 150px;
          width: 150px; } }
      @media only screen and (max-width: 979px) {
        .view-front-page__intro-image .block-video-full img {
          height: 50px;
          margin-right: 0;
          width: 50px; } }

.view-front-page__looper {
  display: block;
  height: auto;
  width: 100%; }

.block-video-full__overlay {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
  background: rgba(17, 17, 17, 0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s;
  width: 100%;
  z-index: 5; }
  @media only screen and (max-width: 979px) {
    .block-video-full__overlay {
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-pack: start;
      justify-content: flex-start;
      background: rgba(17, 17, 17, 0.36);
      opacity: 1;
      visibility: visible; } }

.block-video-full__overlay-box {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  color: #fff;
  max-width: 560px;
  width: 90%; }
  @media only screen and (max-width: 979px) {
    .block-video-full__overlay-box {
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 5%; } }
  .block-video-full__overlay-box p {
    -ms-flex: 1;
    flex: 1;
    font-size: 22px;
    line-height: 1.4;
    max-width: 220px; }
    @media only screen and (max-width: 979px) {
      .block-video-full__overlay-box p {
        display: none; } }

.view-front-page__crest {
  bottom: -110px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10; }
  @media only screen and (max-width: 639px) {
    .view-front-page__crest {
      display: none; } }
  .view-front-page__crest .container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row;
    flex-direction: row; }

.view-front-page__intro {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 60px;
  margin-bottom: 90px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 799px) {
    .view-front-page__intro {
      padding: 0; } }
  .view-front-page__intro .col {
    width: 46%; }
    @media only screen and (max-width: 1199px) {
      .view-front-page__intro .col {
        width: 100%; } }
    @media only screen and (max-width: 639px) {
      .view-front-page__intro .col {
        margin: 0 0 15px 0; } }
  .view-front-page__intro .component-quote {
    margin: 60px 0 0 0;
    padding: 0 60px; }
    @media only screen and (max-width: 1024px) {
      .view-front-page__intro .component-quote {
        margin-left: auto;
        margin-right: auto;
        max-width: 410px;
        padding: 0; } }
    @media only screen and (max-width: 639px) {
      .view-front-page__intro .component-quote {
        padding: 0 30px; } }

.view-front-page__intro--image {
  position: relative;
  z-index: 7; }
  @media only screen and (max-width: 1024px) {
    .view-front-page__intro--image {
      margin: 0 auto;
      max-width: 490px; } }
  @media only screen and (max-width: 1024px) {
    .view-front-page__intro--image:not(.»alt) {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .view-front-page__intro--image.»alt {
      display: none; } }
  @media only screen and (max-width: 639px) {
    .view-front-page__intro--image .block-image-full {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 1024px) {
    .view-front-page__intro--image .component-button {
      right: 20px; } }

.view-front-page__intro--text {
  font-family: "Publico Banner Web", serif;
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 60px 0;
  padding-right: 60px; }
  @media only screen and (max-width: 1199px) {
    .view-front-page__intro--text {
      width: 80%; } }
  @media only screen and (max-width: 639px) {
    .view-front-page__intro--text {
      font-size: 22px;
      padding-right: 0;
      width: 100%; } }

.view-front-page__block-newsletter {
  margin-top: 60px;
  padding: 60px; }
  @media only screen and (max-width: 639px) {
    .view-front-page__block-newsletter {
      padding: 30px;
      padding-bottom: 130px; } }
  .view-front-page__block-newsletter p {
    margin-bottom: 100px; }
    @media only screen and (max-width: 639px) {
      .view-front-page__block-newsletter p {
        margin-bottom: 25px; } }

.view-page-about {
  padding-bottom: 80px; }
  .view-page-about .block-information {
    margin-bottom: 150px; }
  .view-page-about .box {
    position: relative; }
  .view-page-about .component-crest {
    right: -100px;
    position: absolute;
    margin: -10px 0 0 0; }

.view-page-about__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-about__block img {
  margin: 0 auto; }

.view-page-about__block.is-1 .box, .view-page-about__block.is-3 .box {
  width: 45%; }
  @media only screen and (max-width: 799px) {
    .view-page-about__block.is-1 .box, .view-page-about__block.is-3 .box {
      width: 100%; } }

.view-page-about__block.is-1 {
  margin: 0 0 50px 0; }
  @media only screen and (max-width: 639px) {
    .view-page-about__block.is-1 .box-1 {
      margin: 0 0 25px 0; } }

.view-page-about__block.is-2 {
  margin: -25px 0 100px 0; }
  @media only screen and (max-width: 799px) {
    .view-page-about__block.is-2 {
      margin: 0 0 75px 0; } }
  @media only screen and (max-width: 639px) {
    .view-page-about__block.is-2 {
      margin: 0 0 50px 0; } }
  .view-page-about__block.is-2 > .boxes {
    -ms-flex-align: center;
    align-items: center; }
  .view-page-about__block.is-2 .box {
    width: 45%; }
    @media only screen and (max-width: 799px) {
      .view-page-about__block.is-2 .box {
        width: 100%; } }
  @media only screen and (max-width: 799px) {
    .view-page-about__block.is-2 .box-1 {
      margin: 0 0 35px 0; } }
  @media only screen and (max-width: 639px) {
    .view-page-about__block.is-2 .box-1 {
      margin: 0 0 25px 0; } }
  .view-page-about__block.is-2 .boxed {
    max-width: 375px; }

.view-page-about__block.is-3 {
  margin: 0 0 55px 0; }
  @media only screen and (max-width: 799px) {
    .view-page-about__block.is-3 {
      margin: 0 0 55px 0; } }
  @media only screen and (max-width: 639px) {
    .view-page-about__block.is-3 {
      margin: 0 0 25px 0; } }
  @media only screen and (max-width: 639px) {
    .view-page-about__block.is-3 .box-1 {
      margin: 0 0 25px 0; } }

@media only screen and (max-width: 799px) {
  .view-page-about__block.is-1 {
    margin: 0 0 75px 0; } }

@media only screen and (max-width: 639px) {
  .view-page-about__block.is-1 {
    margin: 0 0 25px 0; } }

@media only screen and (min-width: 640px) {
  .view-page-about__images img:first-child {
    margin-bottom: 40px; } }

.view-page-advice {
  padding-bottom: 80px; }

.view-page-advice__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-advice__block img {
  margin: 0 auto; }

.view-page-advice__block.is-1 {
  margin-bottom: 75px; }
  @media only screen and (max-width: 639px) {
    .view-page-advice__block.is-1 {
      margin-bottom: 25px; } }
  @media only screen and (min-width: 640px) {
    .view-page-advice__block.is-1 img {
      margin-top: 70px; } }
  .view-page-advice__block.is-1 .box {
    width: 45%; }
    @media only screen and (max-width: 799px) {
      .view-page-advice__block.is-1 .box {
        width: 100%; } }
  @media only screen and (max-width: 639px) {
    .view-page-advice__block.is-1 .box-1 {
      margin-bottom: 25px; } }

.view-page-clients {
  padding-bottom: 80px; }
  .view-page-clients .component-crest {
    position: relative;
    z-index: 10;
    position: absolute;
    margin: -50px 0 0 0;
    right: -30px;
    top: 0; }

.view-page-clients__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-clients__block img {
  margin: 0 auto; }

.view-page-clients__block .box {
  position: relative; }

.view-page-clients__block.is-1 {
  margin-bottom: 75px; }
  .view-page-clients__block.is-1 > .boxes {
    -ms-flex-align: center;
    align-items: center; }
  .view-page-clients__block.is-1 .card-text {
    margin: 0 0 75px 0; }
    @media only screen and (max-width: 639px) {
      .view-page-clients__block.is-1 .card-text {
        margin-bottom: 25px; } }
  .view-page-clients__block.is-1 .box {
    width: 45%; }
    @media only screen and (max-width: 799px) {
      .view-page-clients__block.is-1 .box {
        width: 100%; } }
  .view-page-clients__block.is-1 .boxed {
    max-width: 360px; }
    @media only screen and (max-width: 639px) {
      .view-page-clients__block.is-1 .boxed {
        margin-bottom: 25px; } }

.view-page-contact {
  padding: 0 0 80px 0; }

.view-page-contact__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-contact__block.is-1 {
  margin-bottom: 150px; }
  @media only screen and (max-width: 639px) {
    .view-page-contact__block.is-1 {
      margin-bottom: 25px; } }
  .view-page-contact__block.is-1 img {
    margin: 0 auto; }
  .view-page-contact__block.is-1 > .boxes {
    max-width: 980px; }
    .view-page-contact__block.is-1 > .boxes .box-1 {
      width: 50%; }
      @media only screen and (max-width: 799px) {
        .view-page-contact__block.is-1 > .boxes .box-1 {
          width: 100%; } }
      @media only screen and (max-width: 639px) {
        .view-page-contact__block.is-1 > .boxes .box-1 {
          margin-bottom: 25px; } }
    .view-page-contact__block.is-1 > .boxes .box-2 {
      margin-top: -8px;
      width: 45%; }
      @media only screen and (max-width: 799px) {
        .view-page-contact__block.is-1 > .boxes .box-2 {
          width: 100%; } }

.view-page-contact__block.is-2 {
  margin-bottom: 150px; }
  @media only screen and (max-width: 639px) {
    .view-page-contact__block.is-2 {
      margin-bottom: 25px; } }
  .view-page-contact__block.is-2 > .boxes {
    max-width: 1000px; }
  .view-page-contact__block.is-2 .box-1 {
    margin-top: 30px;
    width: 40%; }
    @media only screen and (max-width: 639px) {
      .view-page-contact__block.is-2 .box-1 {
        margin-top: 0;
        width: 100%; } }
  .view-page-contact__block.is-2 .box-2 {
    width: 55%; }
    @media only screen and (max-width: 639px) {
      .view-page-contact__block.is-2 .box-2 {
        width: 100%; } }
  .view-page-contact__block.is-2 img {
    margin: 0 auto; }
  .view-page-contact__block.is-2 .card-text__copy p:first-child {
    margin-bottom: 45px; }

.view-page-contact__block.is-3 {
  margin-bottom: 70px; }

.view-page-contact__info {
  margin: 45px 0 0 0; }
  .view-page-contact__info > .boxes {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .view-page-contact__info > .boxes > .box {
      width: 100% !important; }
  .view-page-contact__info h3 {
    font-weight: 500; }
  .view-page-contact__info h3,
  .view-page-contact__info address,
  .view-page-contact__info p {
    margin: 0 0 .5em 0; }
    .view-page-contact__info h3 span,
    .view-page-contact__info address span,
    .view-page-contact__info p span {
      color: #cb333b; }

.view-page-history .container {
  position: relative; }

.view-page-history .component-crest {
  position: absolute;
  right: -50px;
  top: -150px; }

.view-page-history .card-history {
  margin: 0 0 75px 0; }

.view-page-history__credit {
  color: #878280;
  font-size: 12px;
  line-height: 1.6;
  margin: 25px 0 0 0; }
  .view-page-history__credit p {
    max-width: 40%; }

.view-page-millworking {
  padding-bottom: 80px; }
  @media only screen and (max-width: 639px) {
    .view-page-millworking {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: columns;
      flex-direction: columns; } }
  .view-page-millworking .block-information {
    margin-bottom: 100px; }
    @media only screen and (max-width: 639px) {
      .view-page-millworking .block-information {
        margin-bottom: 50px; } }
  .view-page-millworking .component-crest {
    bottom: -10px;
    position: absolute;
    right: -50px; }

.view-page-millworking__container {
  position: relative;
  z-index: 20; }

@media only screen and (min-width: 640px) {
  .view-page-millworking__cta {
    position: absolute;
    right: -40px;
    top: 0; } }

@media only screen and (max-width: 639px) {
  .view-page-millworking__cta {
    margin: 0 0 25px 0; } }

.view-page-millworking__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-millworking__block img {
  margin: 0 auto; }

.view-page-millworking__block .box {
  position: relative; }

@media only screen and (max-width: 639px) {
  .view-page-millworking__block.is-1 {
    margin: 0 0 25px 0;
    -ms-flex-order: -1;
    order: -1; } }

.view-page-millworking__block.is-1 .box {
  width: 45%; }
  @media only screen and (max-width: 799px) {
    .view-page-millworking__block.is-1 .box {
      width: 100%; } }

@media only screen and (max-width: 639px) {
  .view-page-millworking__block.is-1 .box-1 {
    margin: 0 0 25px 0; } }

.view-page-millworking__block.is-1 > .boxes {
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.view-page-millworking__block.is-1 .card-text {
  margin-bottom: 75px; }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-1 .card-text {
      margin-bottom: 25px; } }

.view-page-millworking__block.is-1 .boxed {
  max-width: 360px; }

.view-page-millworking__block.is-2:not(:last-child) {
  margin-bottom: 100px; }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-2:not(:last-child) {
      margin-bottom: 50px; } }

@media only screen and (max-width: 639px) {
  .view-page-millworking__block.is-2 {
    margin: 0 0 35px 0;
    -ms-flex-order: -1;
    order: -1; } }

.view-page-millworking__block.is-2 > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 870px; }

.view-page-millworking__block.is-2 .box-1 {
  margin: 115px 0 0 0;
  width: 45%; }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-2 .box-1 {
      margin: 0 0 25px 0; } }
  @media only screen and (max-width: 799px) {
    .view-page-millworking__block.is-2 .box-1 {
      width: 100%; } }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-2 .box-1 {
      margin: 0 0 25px 0; } }
  @media only screen and (min-width: 640px) {
    .view-page-millworking__block.is-2 .box-1 .is-img {
      margin-left: -29px; } }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-2 .box-1 .is-img {
      width: 100% !important; } }

.view-page-millworking__block.is-2 .box-2 {
  width: 45%; }
  @media only screen and (max-width: 799px) {
    .view-page-millworking__block.is-2 .box-2 {
      width: 100%; } }

.view-page-millworking__block.is-2 .card-text p:first-child {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4; }

.view-page-millworking__block.is-3 {
  margin: -75px 0 80px 0; }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-3 {
      margin: 0 0 25px 0;
      -ms-flex-order: -1;
      order: -1; } }
  @media only screen and (max-width: 639px) {
    .view-page-millworking__block.is-3 img {
      width: 100% !important; } }

.view-page-millworking__block .view-page-millworking__mmr-logo {
  margin: 15px 0 0 0; }
  @media only screen and (min-width: 640px) {
    .view-page-millworking__block .view-page-millworking__mmr-logo {
      margin-left: -29px; } }

.view-page-about__images img:first-child {
  margin-bottom: 40px; }

.view-page-sustainability {
  padding-bottom: 80px; }
  .view-page-sustainability .block-information {
    margin-bottom: 100px; }
  .view-page-sustainability .component-crest {
    position: relative;
    z-index: 10;
    position: absolute;
    margin: -20px 0 0 0;
    right: -30px;
    top: 0; }

.view-page-sustainability__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-sustainability__block .box {
  position: relative; }

.view-page-sustainability__block img {
  margin: 0 auto; }

.view-page-sustainability__block.is-1 {
  margin-bottom: 75px; }
  .view-page-sustainability__block.is-1 .card-text {
    margin: 0 0 75px 0; }
    @media only screen and (max-width: 639px) {
      .view-page-sustainability__block.is-1 .card-text {
        margin-bottom: 25px; } }
  .view-page-sustainability__block.is-1 .box {
    width: 45%; }
    @media only screen and (max-width: 799px) {
      .view-page-sustainability__block.is-1 .box {
        width: 100%; } }
  .view-page-sustainability__block.is-1 .boxed {
    max-width: 360px; }
    @media only screen and (max-width: 639px) {
      .view-page-sustainability__block.is-1 .boxed {
        margin: 0 auto 25px auto; } }

.view-page-team {
  padding-bottom: 80px; }

.view-page-team__block > .boxes {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }

.view-page-team__block img {
  margin: 0 auto; }

.view-page-team__block .box {
  position: relative; }

.view-page-team__block .component-crest {
  position: absolute;
  right: -30px;
  margin: -120px 0 0 0;
  top: 0; }

.view-page-team__block.is-1 .box, .view-page-team__block.is-3 .box {
  width: 45%; }
  @media only screen and (max-width: 799px) {
    .view-page-team__block.is-1 .box, .view-page-team__block.is-3 .box {
      width: 100%; } }

@media only screen and (max-width: 639px) {
  .view-page-team__block.is-1 {
    margin: 0 0 25px 0; } }

@media only screen and (min-width: 640px) {
  .view-page-team__block.is-1 img {
    margin-top: 170px; } }

@media only screen and (max-width: 639px) {
  .view-page-team__block.is-1 .box-1 {
    margin: 0 0 25px 0; } }

.view-page-team__block.is-2 {
  margin: 0 0 100px 0; }
  @media only screen and (max-width: 639px) {
    .view-page-team__block.is-2 {
      margin: 0 0 25px 0; } }
  .view-page-team__block.is-2 > .boxes {
    -ms-flex-align: center;
    align-items: center; }
  .view-page-team__block.is-2 .box {
    width: 45%; }
    @media only screen and (max-width: 799px) {
      .view-page-team__block.is-2 .box {
        width: 100%; } }
  .view-page-team__block.is-2 .boxed {
    max-width: 375px; }

.view-page-team__block.is-3:not(:last-child) {
  margin-bottom: 100px; }
  @media only screen and (max-width: 639px) {
    .view-page-team__block.is-3:not(:last-child) {
      margin-bottom: 50px; } }

@media only screen and (max-width: 639px) {
  .view-single {
    margin-bottom: 50px; } }

.view-single .cols {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row; }
  .view-single .cols > .col-1 {
    width: 25%; }
    @media only screen and (max-width: 639px) {
      .view-single .cols > .col-1 {
        -ms-flex-order: 1;
        order: 1;
        width: 100%; } }
  .view-single .cols > .col-2 {
    width: 70%; }
    @media only screen and (max-width: 639px) {
      .view-single .cols > .col-2 {
        margin: 0 0 25px 0;
        width: 100%; } }

.view-single__meta {
  color: #878280;
  margin: 0 0 20px 0; }

.view-single__header {
  margin: 0 0 35px 0; }
  .view-single__header h1 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px; }

.view-single__thumbnail {
  margin: 0 0 40px 0; }

.view-single__content {
  margin: 0 0 80px 0; }
  @media only screen and (max-width: 639px) {
    .view-single__content {
      margin-bottom: 25px; } }
  .view-single__content > p, .view-single__content ul {
    line-height: 1.375;
    margin: 0 140px 1.3em 0; }
    @media only screen and (max-width: 639px) {
      .view-single__content > p, .view-single__content ul {
        margin-right: 0; } }
    .view-single__content > p:last-child, .view-single__content ul:last-child {
      margin-bottom: 0; }
    .view-single__content > p a, .view-single__content ul a {
      color: #878280;
      transition: color .4s; }
      .view-single__content > p a:hover, .view-single__content ul a:hover {
        color: #111; }
  .view-single__content ul {
    margin-left: 18px; }
    .view-single__content ul li:not(:last-child) {
      margin: 0 0 10px 0; }
  .view-single__content h2 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 .5em 70px; }

@media only screen and (max-width: 639px) {
  .view-single__action {
    display: none; } }

.view-single__action .component-button {
  margin: 0 0 50px 0; }

.view-single-insight {
  margin: 0 0 130px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-insight {
      margin-bottom: 50px; } }
  .view-single-insight .cols {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .view-single-insight .cols > .col-1 {
      width: 25%; }
      @media only screen and (max-width: 799px) {
        .view-single-insight .cols > .col-1 {
          width: 100%; } }
      @media only screen and (max-width: 639px) {
        .view-single-insight .cols > .col-1 {
          display: none; } }
    .view-single-insight .cols > .col-2 {
      width: 70%; }
      @media only screen and (max-width: 799px) {
        .view-single-insight .cols > .col-2 {
          width: 100%; } }
      @media only screen and (max-width: 639px) {
        .view-single-insight .cols > .col-2 {
          margin-bottom: 25px; } }

.view-single-insight__author {
  color: #878280;
  font-size: 17px;
  margin: 0 0 35px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-insight__author {
      margin-bottom: 15px; } }

.view-single-insight__content {
  margin: 0 0 80px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-insight__content {
      margin-bottom: 50px; } }
  .view-single-insight__content > p {
    margin: 0 70px 1.3em 70px; }
    .view-single-insight__content > p:first-child {
      font-family: "Publico Banner Web", serif;
      font-size: 25px;
      line-height: 1.2;
      margin: 0 190px 1.7em 0; }
      @media only screen and (max-width: 799px) {
        .view-single-insight__content > p:first-child {
          margin: 0 0 1.7em 0; } }
      @media only screen and (max-width: 639px) {
        .view-single-insight__content > p:first-child {
          margin: 0 0 1em 0; } }
    .view-single-insight__content > p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 799px) {
      .view-single-insight__content > p {
        margin: 0 0 1.3em 0; } }
    .view-single-insight__content > p a {
      color: #878280;
      transition: color .4s; }
      .view-single-insight__content > p a:hover {
        color: #111; }
  .view-single-insight__content ul, .view-single-insight__content ol {
    font-size: 17px;
    margin: 0 70px 1.3em 70px; }
    @media only screen and (max-width: 799px) {
      .view-single-insight__content ul, .view-single-insight__content ol {
        margin: 0 0 1.3em 5%; } }
    .view-single-insight__content ul li:not(:last-child), .view-single-insight__content ol li:not(:last-child) {
      margin: 0 0 5px 0; }
  .view-single-insight__content blockquote {
    color: #878280;
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    line-height: 1.2;
    margin: 2.4em 245px 2.4em 0; }
    @media only screen and (max-width: 799px) {
      .view-single-insight__content blockquote {
        margin: 2.4em 0; } }
    @media only screen and (max-width: 639px) {
      .view-single-insight__content blockquote {
        margin: 1em 0; } }
  .view-single-insight__content h2 {
    font-family: "Publico Banner Web", serif;
    font-size: 25px;
    line-height: 1.2;
    margin: 0 0 .5em 70px; }

.view-single-insight__thumbnail {
  margin: 0 0 75px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-insight__thumbnail {
      margin-bottom: 35px; } }

@media only screen and (max-width: 639px) {
  .view-single-insight__action {
    display: none; } }

.view-single-insight__action .component-button {
  margin: 0 0 50px 0; }

.view-single-project .cols {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 60px; }
  @media only screen and (max-width: 639px) {
    .view-single-project .cols {
      margin-bottom: 25px; } }
  .view-single-project .cols > .col-1 {
    width: 30%; }
    @media only screen and (max-width: 799px) {
      .view-single-project .cols > .col-1 {
        -ms-flex-order: 1;
        order: 1;
        width: 100%; } }
  .view-single-project .cols > .col-2 {
    width: 65%; }
    @media only screen and (max-width: 799px) {
      .view-single-project .cols > .col-2 {
        margin: 0 0 40px 0;
        width: 100%; } }

.view-single-project__header {
  margin: 0 0 50px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-project__header {
      margin-bottom: 15px; } }
  .view-single-project__header h1 {
    color: #cb333b;
    font-family: "Publico Banner Web", serif;
    font-size: 32px;
    font-weight: 800; }

.view-single-project__content {
  line-height: 1.5;
  margin: 0 0 75px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-project__content {
      margin-bottom: 40px; } }
  .view-single-project__content p:first-child {
    font-family: "Publico Banner Web", serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3; }
  .view-single-project__content p:not(:last-child) {
    margin: 0 0 1.4em 0; }
  .view-single-project__content p a {
    color: #878280;
    transition: color .4s; }
    .view-single-project__content p a:hover {
      color: #111; }

.view-single-project__certs {
  color: #878280; }
  .view-single-project__certs img {
    margin-bottom: 10px; }

.view-single-project__marks {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #878280; }
  .view-single-project__marks > .box {
    width: 50%; }
    @media only screen and (max-width: 799px) {
      .view-single-project__marks > .box {
        width: 100%; } }
    .view-single-project__marks > .box:not(:nth-last-child(n + 2)) {
      margin: 25px 0 0 0; }
  @media only screen and (max-width: 639px) {
    .view-single-project__marks > .box-1 {
      margin-bottom: 25px; } }
  .view-single-project__marks mark {
    font-family: "Publico Banner Web", serif;
    font-size: 60px;
    font-weight: 800;
    line-height: .9; }

.view-single-project__details {
  list-style: none;
  margin: 0 0 70px 0; }
  @media only screen and (max-width: 639px) {
    .view-single-project__details {
      margin-bottom: 0px; } }
  .view-single-project__details h2 {
    font-weight: 800; }
  .view-single-project__details li:not(:last-child) {
    margin: 0 0 25px 0; }

.view-single-project__media {
  margin-bottom: 20px; }
  .view-single-project__media video {
    display: block;
    height: auto;
    width: 100%; }

.view-single-project__footer {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 40px; }
  @media only screen and (max-width: 639px) {
    .view-single-project__footer > .box {
      width: 100%; } }
  @media only screen and (max-width: 639px) {
    .view-single-project__footer > .box-1 {
      -ms-flex-order: 1;
      order: 1; } }
  @media only screen and (max-width: 639px) {
    .view-single-project__footer > .box-2 {
      margin-bottom: 25px; } }

.view-single-project__navigation {
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 639px) {
    .view-single-project__navigation {
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media only screen and (min-width: 640px) {
    .view-single-project__navigation a {
      margin-left: 35px; } }
  .view-single-project__navigation a:hover .card-preview {
    opacity: 1;
    visibility: visible; }

.state-blog-1 .block-header__logo {
  height: 21px;
  width: 294px; }
  @media only screen and (min-width: 640px) {
    .state-blog-1 .block-header__logo {
      top: 3px; } }
  @media only screen and (max-width: 639px) {
    .state-blog-1 .block-header__logo {
      height: auto;
      width: 200px; } }

.state-blog-1 .block-footer__logo {
  height: 21px;
  width: 294px; }
  @media only screen and (max-width: 639px) {
    .state-blog-1 .block-footer__logo {
      height: auto;
      width: 200px; } }

.state-blog-2 .block-header__logo {
  height: auto;
  width: 104px; }

.state-blog-2 .block-footer__logo {
  height: auto;
  width: 104px; }

.state-blog-2 .view-page-about__block.is-2 .box-1 {
  margin-top: -150px; }

.state-blog-2 .view-page-about__block.is-3 {
  margin-top: -50px; }

.state-header-hidden .block-header {
  transform: translateY(-100%); }

.state-header-simple {
  padding-top: 120px; }
  .state-header-simple .block-header {
    padding: 42px 0 30px 0; }

.state-navigation-open {
  overflow: hidden; }
  .state-navigation-open .block-navigation {
    transform: translateX(0); }
  .state-navigation-open .site, .state-navigation-open .block-header {
    transform: translateX(-65%); }
    @media only screen and (max-width: 799px) {
      .state-navigation-open .site, .state-navigation-open .block-header {
        transform: translateX(-85%); } }
  .state-navigation-open .block-header__button {
    opacity: 0; }
  .state-navigation-open .block-navigation__button {
    opacity: 1; }

.state-newsletter-open {
  overflow: hidden; }
  .state-newsletter-open .component-newsletter {
    opacity: 1;
    visibility: visible; }

.state-view-home #menu-primary-navigation > li:first-child {
  display: none; }

.state-modal-video-visible .component-modal-video {
  opacity: 1;
  visibility: visible; }

/*# sourceMappingURL=app.css.map */
