@charset "UTF-8";
/*!
Theme Name: Newcombe Road Quarry
Theme URI: http://www.magnusson.co.nz
Author: Vaughan M
Author URI: http://www.magnusson.co.nz
Description: Stevenson Newcombe Road Quarry website
Version: 1.0.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-1 {
  margin-top: 10px !important;
}

.m-t-2 {
  margin-top: 20px !important;
}

.m-t-3 {
  margin-top: 30px !important;
}

.m-t-4 {
  margin-top: 40px !important;
}

.m-t-5 {
  margin-top: 50px !important;
}

.m-t-6 {
  margin-top: 60px !important;
}

.m-t-7 {
  margin-top: 70px !important;
}

.m-t-8 {
  margin-top: 80px !important;
}

.m-t--1 {
  margin-top: -10px !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-r-1 {
  margin-right: 10px !important;
}

.m-r-2 {
  margin-right: 20px !important;
}

.m-r-3 {
  margin-right: 30px !important;
}

.m-r-4 {
  margin-right: 40px !important;
}

.m-r-5 {
  margin-right: 50px !important;
}

.m-r-6 {
  margin-right: 60px !important;
}

.m-r-7 {
  margin-right: 70px !important;
}

.m-r-8 {
  margin-right: 80px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-1 {
  margin-bottom: 10px !important;
}

.m-b-2 {
  margin-bottom: 20px !important;
}

.m-b-3 {
  margin-bottom: 30px !important;
}

.m-b-4 {
  margin-bottom: 40px !important;
}

.m-b-5 {
  margin-bottom: 50px !important;
}

.m-b-6 {
  margin-bottom: 60px !important;
}

.m-b-7 {
  margin-bottom: 70px !important;
}

.m-b-8 {
  margin-bottom: 80px !important;
}

.m-b-9 {
  margin-bottom: 90px !important;
}

.m-b-10 {
  margin-bottom: 100px !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-l-1 {
  margin-left: 10px !important;
}

.m-l-2 {
  margin-left: 20px !important;
}

.m-l-3 {
  margin-left: 30px !important;
}

.m-l-4 {
  margin-left: 40px !important;
}

.m-l-5 {
  margin-left: 50px !important;
}

.m-l-6 {
  margin-left: 60px !important;
}

.m-l-7 {
  margin-left: 70px !important;
}

.m-l-8 {
  margin-left: 80px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-1 {
  padding-top: 10px !important;
}

.p-t-2 {
  padding-top: 20px !important;
}

.p-t-3 {
  padding-top: 30px !important;
}

.p-t-4 {
  padding-top: 40px !important;
}

.p-t-5 {
  padding-top: 50px !important;
}

.p-t-6 {
  padding-top: 60px !important;
}

.p-t-7 {
  padding-top: 70px !important;
}

.p-t-8 {
  padding-top: 80px !important;
}

.p-t-9 {
  padding-top: 90px !important;
}

.p-t-10 {
  padding-top: 100px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-r-1 {
  padding-right: 10px !important;
}

.p-r-2 {
  padding-right: 20px !important;
}

.p-r-3 {
  padding-right: 30px !important;
}

.p-r-4 {
  padding-right: 40px !important;
}

.p-r-5 {
  padding-right: 50px !important;
}

.p-r-6 {
  padding-right: 60px !important;
}

.p-r-7 {
  padding-right: 70px !important;
}

.p-r-8 {
  padding-right: 80px !important;
}

.p-r-9 {
  padding-right: 90px !important;
}

.p-r-10 {
  padding-right: 100px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-1 {
  padding-bottom: 10px !important;
}

.p-b-2 {
  padding-bottom: 20px !important;
}

.p-b-3 {
  padding-bottom: 30px !important;
}

.p-b-4 {
  padding-bottom: 40px !important;
}

.p-b-5 {
  padding-bottom: 50px !important;
}

.p-b-6 {
  padding-bottom: 60px !important;
}

.p-b-7 {
  padding-bottom: 70px !important;
}

.p-b-8 {
  padding-bottom: 80px !important;
}

.p-b-9 {
  padding-bottom: 90px !important;
}

.p-b-10 {
  padding-bottom: 100px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-l-1 {
  padding-left: 10px !important;
}

.p-l-2 {
  padding-left: 20px !important;
}

.p-l-3 {
  padding-left: 30px !important;
}

.p-l-4 {
  padding-left: 40px !important;
}

.p-l-5 {
  padding-left: 50px !important;
}

.p-l-6 {
  padding-left: 60px !important;
}

.p-l-7 {
  padding-left: 70px !important;
}

.p-l-8 {
  padding-left: 80px !important;
}

.p-l-9 {
  padding-left: 90px !important;
}

.p-l-10 {
  padding-left: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.t-r {
  text-align: right !important;
}

.f-s-xs {
  font-size: 10px !important;
}

.f-s-s {
  font-size: 12px !important;
}

.f-s-m {
  font-size: 13px !important;
}

.f-s-l {
  font-size: 14px !important;
}

.f-s-xl {
  font-size: 16px !important;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

.tt-n {
  text-transform: none;
}

@media only screen and (max-width: 769px) {
  .m-b-8 {
    margin-bottom: 4rem !important;
  }
  .m-b-10 {
    margin-bottom: 5rem !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-column {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 601px) and (max-width: 769px) {
  .mobile-reverse-row {
    flex-direction: row-reverse;
  }
}

input[type=submit],
.p--button a,
.button, a.button, a.button:visited, a.button:active,
.wp-block-button__link {
  background: #005837;
  border: 0.1rem solid #005837;
  color: #fff;
  padding: 1rem 3rem;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}
input[type=submit]:hover,
.p--button a:hover,
.button:hover, a.button:hover, a.button:visited:hover, a.button:active:hover,
.wp-block-button__link:hover {
  border: 0.1rem solid #ffd200;
  background: #ffd200;
  color: #28303a;
}

.p--button a--inline,
.button--inline, a.button--inline, a.button:visited--inline, a.button:active--inline,
.wp-block-button__link--inline {
  margin: 2rem 0;
  display: inline-block;
}

.button--alt {
  border: 2px solid #005837 !important;
  background: transparent !important;
  color: #005837 !important;
}
.button--alt:hover {
  background: #005837 !important;
  border-color: #005837 !important;
  color: #fff !important;
}

.button--alt-2 {
  border: 2px solid #005837 !important;
  background: #005837 !important;
  color: white !important;
}
.button--alt-2:hover {
  background: #005837 !important;
  border-color: #005837 !important;
  color: #000 !important;
}

.button--alt-3 {
  background: #005837;
  border: 0.1rem solid #005837;
  color: #fff;
}
.button--alt-3:hover {
  background: #005837 !important;
  border-color: #000 !important;
  color: #000 !important;
}

.button--black {
  border: 2px solid #1F252D !important;
  background: #1F252D !important;
  color: white !important;
}
.button--black:hover {
  background: #005837 !important;
  border-color: #005837 !important;
  color: #fff !important;
}

.button--arrow {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  transition: all 0.5s;
}
.button--arrow span {
  height: 2rem;
  line-height: 2.2rem;
}
.button--arrow:after {
  transition: all 0.2s;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.6rem;
  background-image: url("assets/images/icon-arrow--black.png");
  background-size: contain;
  margin-left: 0.6rem;
}
.button--arrow:hover:after {
  background-image: url("assets/images/icon-arrow--white.png");
}

input[type=submit]:hover {
  border: 0.1rem solid #28303a !important;
  background: transparent !important;
  color: #28303a !important;
}

.form-items {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

form,
.comment-form,
.form-item {
  flex: 0 0 50%;
  margin-bottom: 2rem;
  box-sizing: border-box;
  margin-right: 1rem;
}
form--single,
.comment-form--single,
.form-item--single {
  flex: 0 0 100%;
  margin-right: 0;
}
form label,
.comment-form label,
.form-item label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
form input[type=text],
form input[type=email],
form input[type=url],
form textarea,
form select,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea,
.comment-form select,
.form-item input[type=text],
.form-item input[type=email],
.form-item input[type=url],
.form-item textarea,
.form-item select {
  font-family: RobotoRegular, Arial;
  padding: 0.8rem;
  line-height: 1.5;
  border: none;
  max-height: 20rem;
  max-width: 100%;
  background: #eeeeef;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeef;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form textarea:focus,
form select:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus,
.comment-form select:focus,
.form-item input[type=text]:focus,
.form-item input[type=email]:focus,
.form-item input[type=url]:focus,
.form-item textarea:focus,
.form-item select:focus {
  outline: 0;
  border: 1px solid #dcdcde;
}
form .field,
.comment-form .field,
.form-item .field {
  margin-bottom: 2rem;
}
form select,
.comment-form select,
.form-item select {
  padding: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0rem;
  padding: 1rem 2rem;
}

.wpcf7 form .wpcf7-mail-sent-ok {
  border: none;
  background: rgba(57, 143, 20, 0.15);
}

.wpcf7-form .cols {
  justify-content: space-between;
}
.wpcf7-form .cols .col {
  flex: 0 0 49%;
}

@font-face {
  font-family: "UnitedSans";
  src: url("./assets/fonts/UnitedSansReg-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UnitedSans";
  src: url("./assets/fonts/UnitedSansReg-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "UnitedSans";
  src: url("./assets/fonts/UnitedSansReg-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "UnitedSans";
  src: url("./assets/fonts/UnitedSansReg-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "UnitedSans";
  src: url("./assets/fonts/UnitedSansReg-Black.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "UniSans";
  src: url("./assets/fonts/uni-sans.heavy-caps.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
a, a:visited, a:active {
  color: #28303a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "UnitedSans", sans-serif;
  font-weight: normal;
  line-height: 1.1;
  font-weight: 600;
  color: #272726;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 7rem;
  font-weight: 800;
  color: #272726;
  position: relative;
  margin-bottom: 4rem;
}
h2:after {
  content: "";
  width: 5.5rem;
  height: 0.8rem;
  background: #ffd200;
  position: absolute;
  bottom: -2rem;
  left: 0;
}

h3 {
  font-size: 4rem;
  font-weight: 800;
  text-transform: uppercase;
}
h3.underline {
  margin-bottom: 6rem;
  position: relative;
  margin-bottom: 4rem;
}
h3.underline:after {
  content: "";
  width: 5.5rem;
  height: 0.8rem;
  background: #ffd200;
  position: absolute;
  bottom: -2rem;
  left: 0;
}

h4 {
  font-size: 2rem;
  font-family: "UnitedSans", sans-serif;
}

h5 {
  font-size: 1.4rem;
  font-family: "UnitedSans", sans-serif;
}
h5.kicker {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: #808080;
}

strong {
  font-family: "UnitedSans", sans-serif;
  color: #1F252D;
}

.link-arrow {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.link-arrow span {
  height: 2rem;
}
.link-arrow:after {
  transition: all 0.2s;
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.6rem;
  background-image: url("assets/images/icon-arrow--yellow.png");
  background-size: contain;
  margin-left: 0.6rem;
}
.link-arrow:hover:after {
  margin-left: 1rem;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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;
  margin-left: auto;
  margin-right: auto;
}
.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;
  max-width: 100%;
}
.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;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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: black;
  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-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: 10px;
  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;
}

.cols {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1000px) {
  .cols {
    flex-direction: column;
  }
}
.cols .col {
  flex: 0 0 50%;
}
.cols .col__inner {
  padding: 2rem;
}
.cols .col img {
  max-width: 100%;
}

footer.site-footer {
  background-color: #272726;
  color: #fff;
  padding: 8rem 2rem 4rem;
  font-size: 1.4rem;
}
footer.site-footer .container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  footer.site-footer .container {
    justify-content: flex-start;
  }
}
footer.site-footer .container .footer-block {
  box-sizing: border-box;
  padding-right: 2rem;
}
@media only screen and (max-width: 1000px) {
  footer.site-footer .container .footer-block {
    flex: 0 0 33%;
    margin-bottom: 2rem;
    margin-top: 2rem;
    justify-content: flex-start;
  }
  footer.site-footer .container .footer-block:nth-child(1) {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 400px) {
  footer.site-footer .container .footer-block {
    flex: 0 0 50%;
  }
}
footer.site-footer .footer-logos {
  display: flex;
  flex-direction: column;
}
footer.site-footer .footer-logos .footer-logo {
  width: 18.1rem;
}
footer.site-footer .footer-logos .footer-logo--cc {
  margin-top: 3rem;
  width: 12.5rem;
}
footer.site-footer .footer-heading {
  color: #fff;
  font-size: 2.8rem;
  max-width: 40rem;
  font-weight: 500;
}
footer.site-footer .footer__attributions {
  margin-top: 3rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 769px) {
  footer.site-footer .footer__attributions {
    text-align: center;
    border-top: none;
  }
}
footer.site-footer .footer-social {
  display: flex;
  padding: 2rem 0;
}
footer.site-footer .footer-social__item {
  margin-right: 2rem;
}
footer.site-footer .footer-social__item i {
  font-size: 2.5rem;
}
footer.site-footer .footer-social__item span {
  display: none;
}
footer.site-footer h5 {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: white;
}
footer.site-footer a, footer.site-footer a:visited, footer.site-footer a:active {
  color: #fff;
  transition: all 0.3s;
}
footer.site-footer a:hover, footer.site-footer a:visited:hover, footer.site-footer a:active:hover {
  color: #ffd200;
}
footer.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer li {
  margin: 0;
  line-height: 1.375;
}
footer.site-footer .copyright {
  margin-bottom: 0;
}
footer.site-footer p {
  margin-bottom: 0;
}
footer.site-footer .attribution {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  footer.site-footer .attribution {
    justify-content: center;
  }
}
footer.site-footer .attribution:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("assets/images/brandspired-logo.png");
  background-size: contain;
  margin-left: 0.75rem;
}
footer.site-footer .attribution a:hover {
  text-decoration: underline;
  color: white;
}
footer.site-footer .sub-menu {
  padding-left: 0rem;
}
footer.site-footer .sub-menu li:before {
  content: "—";
  margin-right: 0.75rem;
}

.group--bg-fill,
.group-bg-fill {
  background-color: #e8e5df;
}

.group--bg-fill-products {
  background-color: #ededef;
}

.group--narrow {
  max-width: 116rem;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  transition: all 0.5s;
}
.site-header--small {
  min-height: 11rem;
  transition: all 0.5s;
}
.site-header--small .site-header__inner {
  transition: all 0.5s;
  min-height: 11rem;
}
.site-header__inner {
  min-height: 15rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 0 1rem 2rem 1rem;
}
@media only screen and (max-width: 1000px) {
  .site-header__inner {
    min-height: 10rem;
    padding: 0 2rem 2rem 2rem;
  }
}
.site-header .site-logo {
  width: 23rem;
}
@media only screen and (max-width: 1180px) {
  .site-header .site-logo {
    width: 20rem;
  }
}
@media only screen and (max-width: 400px) {
  .site-header .site-logo {
    width: 20rem;
  }
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site-header .site-branding__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 1.5rem;
}
.site-header .site-branding__inner h1 {
  font-size: 0px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.site-header .site-branding__inner h1 span {
  display: block;
  text-indent: -2000rem;
  height: 0px;
}
.site-header .nav-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site-header .navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.site-header .site-navigation .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .site-navigation .menu li.menu-item {
  position: relative;
}
.site-header .site-navigation .menu .sub-menu {
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  top: 6rem;
  left: 50%;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
  width: 40rem;
  left: 0rem;
  border-top: 1rem solid #161616;
  background: #161616;
}
.site-header .site-navigation .menu .sub-menu li {
  margin: 0;
  padding: 0.25rem 1rem;
}
.site-header .site-navigation .menu .sub-menu li:after {
  display: none;
}
.site-header .site-navigation .menu .sub-menu li a {
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
}
.site-header .site-navigation .menu .sub-menu.show {
  opacity: 1;
  z-index: 3;
}
.site-header .site-navigation .menu a {
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1.75rem 0;
  color: #fff;
  transition: all 0.2s;
  display: block;
  white-space: nowrap;
  margin: 0 1.5rem;
}
.site-header .site-navigation .menu a:hover {
  color: #ffd200;
}
.site-header .site-navigation .menu li.current-menu-item a {
  color: #ffd200;
  position: relative;
}
.site-header .site-navigation .menu-item-has-children a {
  position: relative;
}
.site-header .site-navigation .menu-item-has-children a:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  background: transparent;
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
  margin-left: 1rem;
  transform: rotate(45deg);
  position: relative;
  top: -0.2rem;
}
.site-header .site-navigation .menu-item-has-children .sub-menu a:after {
  display: none;
}
.site-header .mobile-navigation {
  margin-bottom: 2rem;
}
.site-header .mobile-navigation a {
  color: #fff;
  display: inline-block;
  width: 26px;
  height: 20px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  text-indent: -1000rem;
  position: relative;
  font-size: 12px;
}
.site-header .mobile-navigation a:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 2px;
  width: 26px;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .site-header .mobile-navigation {
    display: block;
  }
  .site-header .site-navigation,
  .site-header .site-description {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  .site-header .mobile-navigation {
    display: none;
  }
  .site-header .site-navigation {
    display: block;
  }
}

.featherlight:last-of-type {
  background: #272726;
}

.featherlight .featherlight-content {
  background: #272726;
}

.featherlight .featherlight-close-icon {
  background: #272726;
  color: white;
  font-size: 3rem;
}

#mobile-menu {
  font-size: 2.4rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-menu a {
  padding: 0.5rem 2rem;
  display: block;
  text-align: left;
  font-size: 3.2rem;
  color: white;
  font-weight: 600;
}
#mobile-menu .sub-menu {
  white-space: nowrap;
  list-style: none;
  padding: 0;
  padding-bottom: 0.5rem;
}
#mobile-menu .sub-menu li {
  margin: 0;
  padding: 0rem 1rem;
}
#mobile-menu .sub-menu li a {
  font-size: 1.8rem;
}

.nav-mega {
  opacity: 0;
  left: -20000rem;
  position: absolute;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem 1rem 3rem 1rem;
  transition: opacity 0.8s;
}
.nav-mega.show {
  opacity: 1;
  left: 0rem;
  z-index: 11;
}

.nav-mega--about {
  overflow: hidden;
}

.nav-mega__blocks {
  display: flex;
  flex-direction: row;
}
.nav-mega__blocks .nav-mega__block__title {
  margin-top: 2rem;
  font-size: 3.5rem;
  margin-bottom: 3.5rem;
  text-transform: none;
}
.nav-mega__blocks .nav-mega__block__subtitle {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}
.nav-mega__blocks .nav-mega__block__heading {
  font-weight: 800;
  font-size: 1.8rem;
  margin-top: 2rem;
}
.nav-mega__blocks .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mega__blocks .menu a {
  font-weight: 600;
  transition: 0.2s all;
}
.nav-mega__blocks .menu a:hover {
  color: #ffd200;
}
.nav-mega__blocks .nav-mega__block {
  flex: 0 0 15%;
}
.nav-mega__blocks .nav-mega__block--heading {
  flex: 0 0 25%;
}

.nav-locations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nav-locations .nav-location__link {
  flex: 0 0 12%;
  height: 11rem;
  min-width: 11rem;
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
  background-size: cover;
  background-position: center;
  justify-content: end;
  position: relative;
}
.nav-locations .nav-location__link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
}
.nav-locations .nav-location__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  background: url("assets/images/icon-group-tile-yellow.png");
  background-size: contain;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transition: 0.8s opacity;
}
.nav-locations .nav-location__link:hover:after {
  opacity: 1;
}
.nav-locations .nav-location__link:hover:before {
  opacity: 1;
}
.nav-locations .nav-location__link span {
  background: #1F252D;
  color: white;
  padding: 0.3rem 1rem;
}

article.post {
  padding: 2rem 0;
}

.entry-header {
  min-height: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  background-color: #c5c8cc;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2rem;
}
.entry-header__posted-on {
  margin-bottom: 4rem;
}
.entry-header__posted-on a {
  text-decoration: underline;
}

.post-navigation h3 {
  padding-top: 6rem;
}
.post-navigation .nav-links {
  padding-bottom: 6rem;
}

.nav-links {
  padding: 2rem;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.nav-links .nav-subtitle {
  font-weight: 600;
}

.archive-page-header {
  text-align: center;
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.archive-page-header h1 {
  margin-top: 2rem;
}

.post-preview {
  box-sizing: border-box;
  flex: 0 0 30%;
  margin: 1rem;
  background: white;
}
@media only screen and (max-width: 769px) {
  .post-preview {
    flex: 0 0 100%;
  }
}
.post-preview__image {
  min-height: 30rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  transition: all 0.5s;
  position: relative;
}
.post-preview__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
}
.post-preview__image:before {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  background: url("assets/images/icon-group-tile-yellow.png");
  background-size: contain;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transition: 0.8s opacity;
}
.post-preview__image:hover:after {
  opacity: 1;
}
.post-preview__image:hover:before {
  opacity: 1;
}
.post-preview__inner {
  padding: 2rem;
}
.post-preview__title {
  font-size: 2.4rem;
  text-transform: none;
  margin-bottom: 2rem;
}
.post-preview__title:after {
  display: none;
}
.post-preview__excerpt {
  line-height: 1.375;
}

.posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}

.post-navigation {
  text-align: center;
  overflow: hidden;
}

.comments {
  background: #dbddde;
}
.comments .comment-respond {
  margin: 0 auto;
  margin-top: 4rem;
}
.comments .comments-title {
  font-size: 2rem;
}
.comments .comment-body {
  background: #e4e8ea;
  padding: 1rem;
}

.comments-area {
  padding: 2rem;
}

.comment-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.comment-meta .comment-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.comment-meta .comment-author .fn {
  margin-left: 1rem;
}
.comment-meta .says {
  margin-left: 0.5rem;
}

.comment-list article {
  margin-bottom: 1rem;
  border-top: 1px solid #e0e1e2;
  padding-bottom: 1rem;
}

.comment-form {
  padding-top: 0rem;
  padding-bottom: 7rem;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}
.comment-form .comment-form-notes {
  flex: 1 0 100%;
}
.comment-form .comment-form-comment {
  flex: 1 0 100%;
}
.comment-form .comment-form-author {
  flex: 1 0 50%;
  box-sizing: border-box;
  padding-right: 2rem;
}
.comment-form .comment-form-email {
  flex: 1 0 50%;
}
.comment-form .comment-form-url {
  flex: 1 0 50%;
}
.comment-form .comment-form-cookies-consent {
  flex: 1 0 100%;
  display: flex;
}
.comment-form .comment-form-cookies-consent input {
  position: relative;
  top: 0.5rem;
}
.comment-form .comment-form-cookies-consent label {
  margin-left: 1rem;
  font-size: 1.5rem;
  text-transform: none;
}

.wp-block-group .wp-block-group__inner-container {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.wp-block-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

@media (max-width: 598px) {
  .wp-block-columns.column--reverse,
  .wp-block-columns.column--reverse .wp-block-columns {
    flex-wrap: wrap-reverse;
  }
}

.columns--vcenter.wp-block-columns {
  position: relative;
  z-index: 2;
}
.columns--vcenter.wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.columns--vcenter.wp-block-columns .wp-block-column.extend-image-left {
  flex-direction: row;
  justify-content: flex-end;
}
.columns--vcenter.wp-block-columns .wp-block-column.extend-image-left img {
  max-width: 800px;
}
@media only screen and (max-width: 1000px) {
  .columns--vcenter.wp-block-columns .wp-block-column.extend-image-left img {
    max-width: 100%;
  }
}
.columns--vcenter.wp-block-columns .wp-block-column.extend-image-right {
  flex-direction: row;
  justify-content: flex-start;
}
.columns--vcenter.wp-block-columns .wp-block-column.extend-image-right img {
  max-width: 800px;
}
@media only screen and (max-width: 1000px) {
  .columns--vcenter.wp-block-columns .wp-block-column.extend-image-right img {
    max-width: 100%;
  }
}

.wp-block-columns {
  margin-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .wp-block-columns.wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

.image--extend img {
  max-width: none;
  width: 900px;
}

.breadcrumb {
  padding: 4rem 2rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 1401px) {
  .breadcrumb {
    padding: 4rem 0;
  }
}
.breadcrumb .breadcrumb_item:after {
  content: "/";
  margin-left: 1rem;
  margin-right: 1rem;
}
.breadcrumb .breadcrumb_item:last-child {
  font-weight: 700;
}
.breadcrumb .breadcrumb_item:last-child:after {
  content: "";
}

.cta {
  text-align: center;
  padding: 6rem 2rem 4rem 2rem;
  color: white;
  background-color: #e1e3e2;
  background-color: #c4cbca;
}
.cta .cta__bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cta .cta__heading {
  font-size: 5rem;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 4rem;
  margin-bottom: 8rem;
}
.cta .cta__heading:after {
  content: "";
  width: 5.5rem;
  height: 0.8rem;
  background: #ffd200;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.cta .cta__heading:after {
  left: 50%;
  margin-left: -2.75rem;
}
@media only screen and (min-width: 601px) {
  .cta .cta-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
  }
}
.cta .cta-items .cta-item {
  flex: 0 0 30%;
  padding-bottom: 3rem;
}
.cta .cta-items .cta-item__text {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3rem;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .cta .cta-items .cta-item__text {
    max-width: none;
  }
}

.homepage-carousel__heading {
  font-weight: 800;
  font-family: "UniSans", sans-serif;
}
.homepage-carousel__heading em {
  font-style: normal;
  color: #005837;
}
.homepage-carousel__inner {
  min-height: 86rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.homepage-carousel__box {
  height: 53rem;
  width: 68rem;
  background: #ffd200;
  padding: 6rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 12rem;
}
@media only screen and (max-width: 940px) {
  .homepage-carousel__box {
    margin-left: 2rem;
    margin-right: 2rem;
    height: auto;
    width: 100%;
    padding: 3rem;
  }
}
.homepage-carousel__content {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.homepage-carousel__slide {
  background-size: cover;
  background-position: center center;
}
.homepage-carousel .slick-dots {
  box-sizing: border-box;
  text-align: right;
  padding: 2rem;
}
.homepage-carousel .slick-dots li button:before {
  background: white;
  content: "";
  opacity: 1;
  height: 1.5rem;
  width: 1.5rem;
}
.homepage-carousel .slick-dots li.slick-active button:before {
  background: #ffd200;
}
.homepage-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.homepage-carousel .slick-dots {
  bottom: 1rem;
}
.homepage-carousel .slick-dots {
  text-align: center;
}
.homepage-carousel .slick-prev, .homepage-carousel .slick-next {
  z-index: 1000;
}
.homepage-carousel .slick-prev:before, .homepage-carousel .slick-next:before {
  color: white;
}
.homepage-carousel .slick-prev {
  left: 5rem;
}
.homepage-carousel .slick-next {
  right: 7rem;
}
.homepage-carousel .slick-next:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 2px solid white;
  display: block;
  transform-origin: top right;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}
.homepage-carousel .slick-prev:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 2px solid white;
  display: block;
  transform-origin: top right;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}
@media only screen and (max-width: 940px) {
  .homepage-carousel .slick-prev, .homepage-carousel .slick-next {
    display: none !important;
  }
}

.icon-grid__items {
  display: flex;
  flex-wrap: wrap;
}
.icon-grid__item {
  flex: 0 0 33.33333%;
  box-sizing: border-box;
  padding: 2rem;
}
@media only screen and (max-width: 1000px) {
  .icon-grid__item {
    flex: 0 0 100%;
  }
}
.icon-grid__icon {
  width: 5rem;
  height: 5rem;
  background-size: cover;
  margin-bottom: 2rem;
}

.intro {
  font-size: 3.2rem;
  font-family: "UnitedSans", sans-serif;
  line-height: 1.375;
  color: #1F252D;
  text-align: center;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}
.intro--80pc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .intro--80pc {
    width: 100%;
  }
}
.intro--sans {
  font-family: "UnitedSans", sans-serif;
}
@media only screen and (max-width: 600px) {
  .intro.p-8 {
    padding: 4rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .gallery.p-8 {
    padding: 2rem 0 !important;
  }
}

.link-tiles__tiles {
  display: flex;
  flex-wrap: wrap;
}
.link-tiles__tile {
  flex: 0 0 33.33333%;
  box-sizing: border-box;
  padding: 2rem;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .link-tiles__tile {
    flex-basis: 100%;
  }
}
.link-tiles__tile--fill-none {
  background-color: transparent;
}
.link-tiles__tile--fill-white {
  background-color: #fff;
}
.link-tiles__tile--fill-light_grey {
  background-color: #f2f3f5;
}
.link-tiles__tile--fill-mid_grey {
  background-color: #e4e5e8;
}
.link-tiles__tile--fill-stone_grey {
  background-color: #e8e5df;
}
.link-tiles__tile--fill-dark_grey {
  background-color: #272726;
}
.link-tiles__tile--fill-black {
  background-color: #000;
}
.link-tiles__tile--fill-yellow {
  background-color: #ffd200;
}
.link-tiles__tile--fill-green {
  background-color: #005837;
}
.link-tiles__tile--fill-dark_grey p, .link-tiles__tile--fill-dark_grey h2, .link-tiles__tile--fill-dark_grey h3, .link-tiles__tile--fill-dark_grey h4, .link-tiles__tile--fill-dark_grey h5, .link-tiles__tile--fill-dark_grey h6, .link-tiles__tile--fill-dark_grey abbr, .link-tiles__tile--fill-dark_grey b, .link-tiles__tile--fill-dark_grey i, .link-tiles__tile--fill-black p, .link-tiles__tile--fill-black h2, .link-tiles__tile--fill-black h3, .link-tiles__tile--fill-black h4, .link-tiles__tile--fill-black h5, .link-tiles__tile--fill-black h6, .link-tiles__tile--fill-black abbr, .link-tiles__tile--fill-black b, .link-tiles__tile--fill-black i {
  color: white;
}
.link-tiles--border .link-tiles__tile {
  border: 1rem solid white;
}
.link-tiles--4 .link-tiles__tile {
  flex-basis: 25%;
}
@media only screen and (max-width: 1000px) {
  .link-tiles--4 .link-tiles__tile {
    flex-basis: 100%;
  }
}

.inline-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
}
@media only screen and (max-width: 769px) {
  .inline-menu {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.inline-menu__link {
  padding: 0 3rem;
  transition: all 0.25s;
  font-weight: 800;
  font-size: 2.4rem;
  text-transform: uppercase;
  line-height: 2rem;
}
@media only screen and (max-width: 769px) {
  .inline-menu__link {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 770px) {
  .inline-menu__link {
    border-right: 2px solid #1F252D;
  }
}
.inline-menu__link span {
  position: relative;
  bottom: -0.2rem;
}
.inline-menu__link--active {
  color: #ffd200 !important;
}
.inline-menu__link:hover {
  color: #ffd200;
}
.inline-menu__link:last-child {
  border-right: none;
}

.mega-link {
  display: flex;
  align-items: center;
  padding: 8rem;
}
.mega-link__link {
  padding: 1rem 2rem;
  transition: all 0.25s;
  font-weight: 600;
  display: inline-block;
  font-size: 150%;
  white-space: nowrap;
}
.mega-link__link:hover {
  background: #f2f3f5;
  transition: all 0.25s;
}
.mega-link__link:hover:after {
  margin-left: 1.5rem;
}
.mega-link__link:after {
  content: "→";
  display: inline-block;
  margin-left: 1rem;
}

.news-feature {
  margin-top: -8rem;
  margin-bottom: 8rem;
  padding: 1rem;
  background: #1F252D;
}
@media only screen and (max-width: 1180px) {
  .news-feature {
    padding: 2rem;
  }
}
.news-feature__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1180px) {
  .news-feature__content {
    flex-direction: column;
  }
}
.news-feature__heading {
  margin-bottom: 0;
  font-weight: bold;
  color: white;
}
@media only screen and (max-width: 1180px) {
  .news-feature__heading {
    margin-bottom: 1rem;
  }
}
.news-feature__intro {
  text-align: center;
  max-width: 70rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: white;
}
@media only screen and (max-width: 1180px) {
  .news-feature__intro {
    margin-bottom: 1rem;
  }
}
.news-feature__intro strong {
  font-weight: 800;
  color: white;
}

.page-intro {
  margin: 0 auto;
  display: flex;
  background-color: #272726;
  background-size: cover;
  background-position: center center;
  min-height: 50rem;
  min-height: 40rem;
  position: relative;
  overflow: hidden;
}
.page-intro.wp-block-acf-page-header {
  min-height: 55rem;
}
.page-intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  z-index: 0;
}

.home .page-intro:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.page-intro__bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-intro__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 122rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10rem;
}
.page-intro__inner .container {
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .page-intro__inner {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1000px) {
  .page-intro__inner {
    min-height: auto;
    padding-bottom: 6rem;
    padding-top: 12rem;
  }
}
.page-intro__inner h1, .page-intro__inner h2, .page-intro__inner h3, .page-intro__inner h4, .page-intro__inner h5, .page-intro__inner p {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .page-intro__inner h1, .page-intro__inner h2, .page-intro__inner h3, .page-intro__inner h4, .page-intro__inner h5, .page-intro__inner p {
    max-width: 100%;
    min-width: 100%;
  }
}
.page-intro__inner .page-intro__heading {
  color: #fff;
  font-size: 6rem;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .page-intro__inner .page-intro__heading {
    font-size: 4rem;
  }
}
.page-intro__inner .page-intro__kicker {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  background: #ffd200;
  padding: 1rem 1rem 0.6rem 1rem;
  display: inline-block;
  color: black;
  font-family: "UnitedSans", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1000px) {
  .page-intro__inner .page-intro__kicker {
    max-width: auto;
    min-width: auto;
  }
}
.page-intro__inner h3, .page-intro__inner h4, .page-intro__inner h5 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.page-intro__inner p {
  color: #fff;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1000px) {
  .page-intro__inner p {
    font-size: 1.8rem;
  }
}
.page-intro__inner a {
  color: #fff;
  text-decoration: underline;
}

.page-intro__logo_container {
  height: 10rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
}

.page-intro__logo {
  width: 18rem;
  height: 5.5rem;
  background-size: contain;
}
@media only screen and (max-width: 1000px) {
  .page-intro__logo {
    margin-left: 1.5rem;
  }
}

.page-intro--products .page-intro__heading,
.page-intro--locations .page-intro__heading {
  font-size: 6.5rem;
  text-transform: none;
}
.page-intro--products .page-intro__heading:after,
.page-intro--locations .page-intro__heading:after {
  top: 1rem;
  position: relative;
}

.home .page-intro {
  min-height: 70rem;
}

.home .page-intro__inner .page-intro__kicker {
  padding: 1.6rem 1.6rem 1.2rem 1.6rem;
  font-size: 1.8rem;
}

.people-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.people-grid .people-grid-tile {
  flex: 0 0 33%;
}
@media only screen and (max-width: 1180px) {
  .people-grid .people-grid-tile {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 769px) {
  .people-grid .people-grid-tile {
    flex: 0 0 100%;
  }
}
.people-grid .people-grid-tile__inner {
  margin: 1rem;
  margin-bottom: 4rem;
}
.people-grid .people-grid-tile__image {
  height: 27rem;
  display: block;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
}
.people-grid .people-grid-tile__name {
  margin-bottom: 0;
  font-size: 2.4rem;
  text-transform: none;
}
.people-grid .people-grid-tile__role {
  font-weight: 500;
  margin-bottom: 1rem;
}
.people-grid .people-grid-tile__icons a {
  padding: 0.75rem;
  line-height: 1.4rem;
  display: block;
}
.people-grid .people-grid-tile__icons span {
  margin-left: 0.5rem;
}

.product-group-tiles {
  margin-bottom: 8rem;
}
.product-group-tiles__grid {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
}
.product-group-tiles__grid:after {
  content: "";
  flex-basis: 31%;
}
.product-group-tiles .product-group-tile {
  flex: 0 0 31%;
  box-sizing: border-box;
}
@media only screen and (max-width: 769px) {
  .product-group-tiles .product-group-tile {
    flex-basis: 100%;
  }
}
.product-group-tiles .product-group-tile__image {
  height: 27rem;
  display: block;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center;
  position: relative;
}
.product-group-tiles .product-group-tile__image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s all;
}
.product-group-tiles .product-group-tile__image:before {
  content: "";
  display: block;
  position: absolute;
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
  background: url("assets/images/icon-group-tile-yellow.png");
  background-size: contain;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transition: 0.8s opacity;
}
.product-group-tiles .product-group-tile__image:hover:after {
  opacity: 1;
}
.product-group-tiles .product-group-tile__image:hover:before {
  opacity: 1;
}
.product-group-tiles .product-group-tile__name {
  font-size: 2.4rem;
  font-weight: 800;
}
.product-group-tiles .product-group-tile__desc {
  color: #808080;
}
.product-group-tiles .product-group-tile__link {
  margin-bottom: 4rem;
}

.project-stages .project-stage {
  margin-bottom: 4rem;
}
.project-stages .project-stage__header {
  text-align: center;
}
.project-stages .project-stage__header h2:after {
  display: none;
}
.project-stages .project-stage__image {
  min-height: 90rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 6rem;
}
.project-stages .project-stage__subtitle {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  .project-stages .project-stage__subtitle {
    font-size: 2rem;
  }
}
.project-stages .project-stage__details {
  display: flex;
  flex-direction: column;
  max-width: 45rem;
  background: #ffd200;
  position: absolute;
  top: 4rem;
  margin-left: 4rem;
}
@media only screen and (max-width: 769px) {
  .project-stages .project-stage__details {
    max-width: 32rem;
  }
}
.project-stages .project-stage__details__head {
  padding: 2rem;
  flex: 0 0 50%;
  display: flex;
  box-sizing: border-box;
}
.project-stages .project-stage__details__head div:first-child {
  flex: 0 0 10%;
}
.project-stages .project-stage__details__content {
  box-sizing: border-box;
  padding: 0 2rem 2rem 2rem;
}
.project-stages .project-stage__details__content p {
  color: black;
}
.project-stages .project-stage__number {
  background: black;
  color: #fff;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 1rem;
}
.project-stages .project-stages-slider .slick-dots li button:before {
  background: grey;
}

.testimonial .testimonial-block,
.testimonial-carousel .testimonial-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}
.testimonial__content,
.testimonial-carousel__content {
  font-style: italic;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: -2rem;
}
.testimonial__content:before,
.testimonial-carousel__content:before {
  content: "”";
  font-size: 6rem;
  position: relative;
  top: 2rem;
}
.testimonial__cite,
.testimonial-carousel__cite {
  text-transform: uppercase;
  font-style: normal;
  margin: 2rem;
}
.testimonial__photo,
.testimonial-carousel__photo {
  margin: 2rem;
}
.testimonial__logo,
.testimonial-carousel__logo {
  margin: 2rem;
}

.text-image-feature--inner {
  max-width: 140rem;
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  flex-direction: row;
}
@media only screen and (max-width: 900px) {
  .text-image-feature--inner {
    flex-direction: column;
  }
}
.text-image-feature--order-image_first .text-image-feature--inner {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .text-image-feature--order-image_first .text-image-feature--inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 900px) {
  .text-image-feature--order-mobile-content_first .text-image-feature--inner {
    flex-direction: column-reverse;
  }
}
.text-image-feature:after {
  content: attr(data-vertical);
  position: absolute;
  bottom: -28rem;
  left: 100%;
  z-index: 3;
  display: block;
  text-transform: uppercase;
  font-size: 18rem;
  font-weight: 800;
  transform: rotate(-90deg);
  transform-origin: top left;
  color: #e4e5e8;
}
.text-image-feature--fill-none {
  background-color: transparent;
}
.text-image-feature--fill-white {
  background-color: #fff;
}
.text-image-feature--fill-light_grey {
  background-color: #f2f3f5;
}
.text-image-feature--fill-mid_grey {
  background-color: #e4e5e8;
}
.text-image-feature--fill-stone_grey {
  background-color: #e8e5df;
}
.text-image-feature--fill-dark_grey {
  background-color: #272726;
}
.text-image-feature--fill-black {
  background-color: #000;
}
.text-image-feature--fill-yellow {
  background-color: #ffd200;
}
.text-image-feature--fill-green {
  background-color: #005837;
}
.text-image-feature--fill-dark_grey p, .text-image-feature--fill-dark_grey h2, .text-image-feature--fill-dark_grey h3, .text-image-feature--fill-dark_grey h4, .text-image-feature--fill-dark_grey h5, .text-image-feature--fill-dark_grey h6, .text-image-feature--fill-dark_grey abbr, .text-image-feature--fill-dark_grey b, .text-image-feature--fill-dark_grey i, .text-image-feature--fill-black p, .text-image-feature--fill-black h2, .text-image-feature--fill-black h3, .text-image-feature--fill-black h4, .text-image-feature--fill-black h5, .text-image-feature--fill-black h6, .text-image-feature--fill-black abbr, .text-image-feature--fill-black b, .text-image-feature--fill-black i, .text-image-feature--fill-green p, .text-image-feature--fill-green h2, .text-image-feature--fill-green h3, .text-image-feature--fill-green h4, .text-image-feature--fill-green h5, .text-image-feature--fill-green h6, .text-image-feature--fill-green abbr, .text-image-feature--fill-green b, .text-image-feature--fill-green i {
  color: white;
}
.text-image-feature--fill-yellow h2:after {
  background: white !important;
}
.text-image-feature--fill-yellow .button {
  border-color: #1F252D !important;
  background: #1F252D !important;
  color: #fff !important;
}
.text-image-feature--fill-yellow .button:hover {
  border-color: white !important;
  background: white !important;
  color: #1F252D !important;
}
.text-image-feature .button {
  display: inline-block;
  margin-top: 2rem;
}
.text-image-feature h2 {
  font-size: 6.5rem;
  font-weight: 800;
  position: relative;
  margin-bottom: 4rem;
}
.text-image-feature h2:after {
  content: "";
  width: 5.5rem;
  height: 0.8rem;
  background: #ffd200;
  position: absolute;
  bottom: -2rem;
  left: 0;
}
.text-image-feature .column {
  flex: 0 0 50%;
}
.text-image-feature .column img {
  vertical-align: bottom;
  max-width: 100%;
  width: 48rem;
  height: 37.5rem;
}
.text-image-feature .column figure {
  width: 55rem;
  height: 40rem;
  background-size: cover;
}
@media only screen and (max-width: 900px) {
  .text-image-feature .column figure {
    width: 100%;
    height: 40rem;
    background-position: center;
  }
}
.text-image-feature .column--content {
  padding: 7rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-image-feature .column--image {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-image-feature .column li a {
  text-decoration: underline;
}
.text-image-feature--order-image_first .column--content {
  padding-left: 2rem;
}
@media only screen and (max-width: 900px) {
  .text-image-feature--order-image_first {
    margin: auto;
  }
  .text-image-feature--order-image_first img, .text-image-feature--order-image_first figure {
    left: auto;
    top: auto;
  }
  .text-image-feature--order-image_first .column--content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.text-image-feature--order-content_first .column--content {
  padding-right: 2rem;
}
@media only screen and (max-width: 900px) {
  .text-image-feature--order-content_first {
    margin: auto;
  }
  .text-image-feature--order-content_first img, .text-image-feature--order-content_first figure {
    right: auto;
    top: auto;
  }
  .text-image-feature--order-content_first .column--content {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.text-image-feature--image-stretch img, .text-image-feature--image-stretch figure {
  max-width: none !important;
}
@media only screen and (max-width: 900px) {
  .text-image-feature--image-stretch img, .text-image-feature--image-stretch figure {
    max-width: 100% !important;
  }
}
.text-image-feature--large .column--content p {
  font-size: 2.4rem;
  font-weight: 500;
}
.text-image-feature--large .column--content h2 {
  text-transform: uppercase;
}

.timeline {
  padding: 8rem 0rem;
  background-color: #2b2a2b;
  background-color: #4c4c4e;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(33, 33, 33, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.timeline .milestones {
  position: relative;
  z-index: 5;
  display: block;
}
@media only screen and (min-width: 1181px) {
  .timeline .milestones {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
  }
  .timeline .milestones:after {
    content: "";
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-right: 2px solid #ffd200;
    z-index: 1;
  }
}
.timeline .milestones--odd .milestone:last-child:before {
  display: none;
}
.timeline .milestones--odd .milestone:last-child:after {
  display: none;
}
.timeline .milestone {
  flex: 0 0 50rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1181px) {
  .timeline .milestone:before {
    content: "";
    width: 6rem;
    height: 2px;
    background: #ffd200;
    display: block;
    top: 3rem;
    right: -6rem;
    position: absolute;
  }
  .timeline .milestone:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: #ffd200;
    display: block;
    top: 2.25rem;
    right: -6.75rem;
    position: absolute;
  }
}
.timeline .milestone__icon {
  height: 6.4rem;
  width: 6.4rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 2rem;
}
.timeline .milestone__year {
  background: #ffd200;
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 800;
  display: inline-block;
  padding: 1.5rem 2rem 1rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.timeline .milestone__content {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #1F252D;
}
.timeline .milestone__heading {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 2rem 20rem 2rem 2rem;
  color: white;
  background-color: #686868;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  min-height: 6rem;
}
@media only screen and (min-width: 1181px) {
  .timeline .milestone:nth-child(odd) {
    margin-right: 6rem;
  }
  .timeline .milestone:nth-child(odd) .milestone__year {
    left: auto;
    right: 0;
  }
  .timeline .milestone:nth-child(even) {
    margin-top: 10rem;
    margin-left: 6rem;
  }
  .timeline .milestone:nth-child(even):before {
    left: -6rem;
    right: auto;
  }
  .timeline .milestone:nth-child(even):after {
    left: -6.75rem;
    right: auto;
  }
  .timeline .milestone:nth-child(even) .milestone__heading {
    padding-left: 20rem;
    padding-right: 2rem;
    text-align: right;
    align-items: self-end;
  }
}
@media only screen and (max-width: 1180px) {
  .timeline .milestone {
    padding: 2rem;
    margin-bottom: 0;
  }
  .timeline .milestone .milestone__image {
    position: absolute;
  }
  .timeline .milestone .milestone__heading {
    padding: 2rem 2rem 2rem 16rem;
  }
}

.square-content-panel__grid .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4rem;
  row-gap: 4rem;
}
@media only screen and (max-width: 1180px) {
  .square-content-panel__grid .wp-block-group__inner-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 4rem;
  }
}
@media only screen and (max-width: 769px) {
  .square-content-panel__grid .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.square-content-panel {
  background: #E7E5DE;
  display: flex;
  flex-direction: column;
}
.square-content-panel__image {
  background-size: cover;
  background-position: center;
  min-height: 25rem;
}
.square-content-panel__content {
  padding: 4rem 0rem;
  padding: 4rem;
  flex-direction: column;
  display: flex;
  flex: 1 0 auto;
  align-items: baseline;
  justify-content: space-between;
}
.square-content-panel__content p {
  line-height: 1.5;
  font-size: 1.8rem;
}
.square-content-panel__heading {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}
.square-content-panel__heading:after {
  display: none;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 769px) {
  html {
    font-size: 9px;
  }
}

body {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "UnitedSans", sans-serif;
  overflow-x: hidden;
  font-weight: 300;
  background: #fff;
}

.container {
  max-width: 140rem;
  margin: 0 auto;
}
.container--narrow {
  max-width: 116rem;
}

section {
  scroll-snap-align: start;
  position: relative;
}

main {
  overflow-x: hidden;
}

figure {
  padding: 0;
  margin: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
  height: 1px;
}
hr.wp-block-separator {
  border: none;
  border-bottom: 1px solid #ccc;
  height: 1px;
}

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

.error-404 {
  padding: 20rem 0;
  text-align: center;
}

.gallery-slider .slick-dots,
.project-stages-slider .slick-dots {
  box-sizing: border-box;
  text-align: right;
  padding: 2rem;
}
.gallery-slider .slick-dots li button:before,
.project-stages-slider .slick-dots li button:before {
  background: white;
  content: "";
  opacity: 1;
  height: 1.5rem;
  width: 1.5rem;
}
.gallery-slider .slick-dots li.slick-active button:before,
.project-stages-slider .slick-dots li.slick-active button:before {
  background: #ffd200;
}
.gallery-slider .slick-dotted.slick-slider,
.project-stages-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.gallery-slider .slick-dots,
.project-stages-slider .slick-dots {
  bottom: 1rem;
}
.gallery-slider .slick-dots,
.project-stages-slider .slick-dots {
  text-align: center;
}
.gallery-slider .slick-prev, .gallery-slider .slick-next,
.project-stages-slider .slick-prev,
.project-stages-slider .slick-next {
  z-index: 1000;
}
.gallery-slider .slick-prev:before, .gallery-slider .slick-next:before,
.project-stages-slider .slick-prev:before,
.project-stages-slider .slick-next:before {
  color: white;
}
.gallery-slider .slick-prev,
.project-stages-slider .slick-prev {
  left: -5rem;
}
.gallery-slider .slick-next,
.project-stages-slider .slick-next {
  right: -3rem;
}
.gallery-slider .slick-next:before,
.project-stages-slider .slick-next:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 2px solid black;
  display: block;
  transform-origin: top right;
  transform: rotate(45deg);
  border-left: none;
  border-bottom: none;
}
.gallery-slider .slick-prev:before,
.project-stages-slider .slick-prev:before {
  content: "";
  width: 6rem;
  height: 6rem;
  border: 2px solid black;
  display: block;
  transform-origin: top right;
  transform: rotate(45deg);
  border-right: none;
  border-top: none;
}
@media only screen and (max-width: 940px) {
  .gallery-slider .slick-prev, .gallery-slider .slick-next,
  .project-stages-slider .slick-prev,
  .project-stages-slider .slick-next {
    display: none !important;
  }
}

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