@charset "UTF-8";
/*!
Theme Name: Digital Interactive — Boilerplate
Theme URI: http://digitalinteractive.app
Author: Digital Interactive (Jeff Williams, Braden Witherwax)
Author URI: http://digitalinteractive.app
Description: Digital Interactive\'s Wordpress boilerplate. Keep creating awesome!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: DI
Tags:

This theme, like WordPress, is licensed under the GPL.

digitalinteractive is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
*:active, *:focus, *:hover {
  outline: none;
  -webkit-tap-highlight-color: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box;
  -webkit-tap-higlight-color: rgba(0, 0, 0, 0); }

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; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: 0; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  outline: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

/* *****************************************
		VARIABLES
******************************************** */
.row {
  position: relative;
  width: 100%;
  padding: 0px 5.2%;
  max-width: 100vw; }
  .row.no-margin {
    margin: 0; }
  .row.no-padding {
    padding: 0; }
  .row.no-side-padding {
    padding-left: 0;
    padding-right: 0; }
  .row.no-top-padding {
    padding-top: 0; }
  .row.no-bottom-padding {
    padding-bottom: 0; }
  @media screen and (max-width: 568px) {
    .row {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.full-bleed {
    padding: 0; }

.grid, .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 {
  display: grid;
  grid-gap: 40px; }
  .grid .col-8, .grid-1 .col-8, .grid-2 .col-8, .grid-3 .col-8, .grid-4 .col-8, .grid-5 .col-8, .grid-6 .col-8 {
    width: 75%; }
  .grid.no-gap, .no-gap.grid-1, .no-gap.grid-2, .no-gap.grid-3, .no-gap.grid-4, .no-gap.grid-5, .no-gap.grid-6 {
    grid-gap: 0; }

.flex, .flex-wrap {
  display: flex; }
  .flex-wrap {
    flex-wrap: wrap; }
  .flex.justify-center, .justify-center.flex-wrap {
    justify-content: center; }
  .flex.vert-center, .vert-center.flex-wrap {
    align-items: center; }

.grid-1 {
  grid-template-columns: repeat(1, 1fr); }

.grid-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid-5 {
  grid-template-columns: repeat(5, 1fr); }

.grid-6 {
  grid-template-columns: repeat(6, 1fr); }

@media screen and (max-width: 840px) {
  .grid-tablet-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-tablet-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-tablet-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-tablet-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-tablet-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-tablet-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media screen and (max-width: 568px) {
  .grid-mobile-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-mobile-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-mobile-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-mobile-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-mobile-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-mobile-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media screen and (max-width: 568px) {
  .hidden-mobile {
    display: none; } }

html {
  overflow-x: hidden; }

body {
  background: #f7f7f7;
  position: relative;
  overflow-x: hidden; }

* {
  font-family: "Helvetica", sans-serif; }

.page-template-default #main div.block:first-child,
.page-template-template-contact #main div.block:first-child {
  margin-top: 0; }

@font-face {}@font-face {}p, li, a, input, textarea, select {
  font-size: 18px;
  color: #585858; }

p, li, input, textarea, select, a {
  font-family: "Helvetica", sans-serif; }

p {
  line-height: 1.5; }

.floating + #content #primary {
  padding-top: 0; }

h1 {
  font-size: 44px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  color: #585858; }

h2 {
  font-size: 36px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  color: #585858; }

h3 {
  font-size: 24px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  color: #585858;
  margin-bottom: 10px; }

h4 {
  font-size: 12px;
  font-family: "Helvetica", sans-serif;
  font-weight: bold;
  color: #585858; }

h5 {
  font-size: 24px;
  font-family: "Helvetica", sans-serif;
  color: #585858;
  font-weight: bold; }

h6 {
  font-size: 20px;
  font-family: "Helvetica", sans-serif;
  color: #585858;
  font-weight: bold; }

@media screen and (max-width: 568px) {
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 30px; }
  p, li, a, input, textarea, select {
    font-size: 16px; } }

.capper, .capper-max {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto; }
  .capper-max {
    width: 1600px; }

#primary {
  padding-top: 120px; }

.home #primary {
  padding-top: 0; }

.loaded {
  transition: opacity 0.35s ease;
  opacity: 1; }

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

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

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

.vert-center {
  align-self: center; }

.bg-white {
  background: white; }

.bg-black {
  background: #585858; }

.color-white {
  color: white; }

.color-black {
  color: #585858; }

.no-padding {
  padding: 0; }
  .no-padding-sides {
    padding-left: 0;
    padding-right: 0; }
  .no-padding-top {
    padding-top: 0; }
  .no-padding-right {
    padding-right: 0; }
  .no-padding-bottom {
    padding-bottom: 0; }
  .no-padding-left {
    padding-left: 0; }

.overflow-hidden {
  overflow: hidden; }

.button, a.button {
  border: solid 1px white;
  padding: 14px 20px 10px;
  display: inline-block;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0px;
  min-width: 150px;
  transition: all 0.25s ease-in;
  text-decoration: none;
  transition: all .3s ease-out; }
  @media screen and (max-width: 568px) {
    .button, a.button {
      padding: 20px 46px 18px; } }

.circle-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%; }

#ieUnsupported {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 140px 30px;
  text-align: center;
  line-height: 1.4;
  display: none; }

.wpcf7-submit {
  margin-bottom: 10px !important;
  border: none;
  padding: 14px 30px;
  color: white;
  font-weight: bold; }

.wpcf7 {
  width: 650px;
  margin: 0 auto;
  max-width: 100%; }
  .wpcf7 h2 {
    text-align: center;
    margin-bottom: 30px; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    -webkit-appearance: none;
    padding: 18px 20px;
    outline: 0;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px; }
    .wpcf7 input::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
      font-size: 14px;
      color: #585858;
      font-weight: bold; }
  .wpcf7 select {
    -webkit-appearance: menulist; }
  .wpcf7 input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    background: white;
    padding: 0;
    margin-bottom: 0;
    margin-right: 8px;
    position: relative;
    top: 2px;
    border: 1px solid black;
    border-radius: 3px; }
  .wpcf7 input[type="submit"] {
    width: auto;
    margin: 30px 0 0;
    padding: 16px 60px; }
  .wpcf7 .flex, .wpcf7 .flex-wrap {
    justify-content: space-between;
    flex-wrap: wrap; }
    .wpcf7 .flex > span, .wpcf7 .flex-wrap > span {
      width: calc(50% - 5px); }
    @media screen and (max-width: 568px) {
      .wpcf7 .flex > span, .wpcf7 .flex-wrap > span {
        width: 100%; } }
  .wpcf7 .grid-2 {
    grid-gap: 10px; }

.wpcf7-mail-sent-ok {
  border: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-family: "Helvetica", sans-serif;
  color: green; }

.wpcf7-validation-errors {
  border: none !important;
  margin-top: -30px !important;
  font-family: "Helvetica", sans-serif;
  color: red;
  font-size: 11px;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.wpcf7-not-valid-tip {
  font-size: 12px;
  margin: 0px 0 10px; }

img.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.content-container ul,
.single-content-container ul {
  margin: 20px 0 20px 40px; }
  .content-container ul li:not(:last-of-type),
  .single-content-container ul li:not(:last-of-type) {
    margin-bottom: 10px; }

.content-container p:not(:last-child),
.single-content-container p:not(:last-child) {
  margin-bottom: 20px; }

.content-container em,
.single-content-container em {
  font-style: italic; }

.content-container h4, .content-container h5, .content-container h6,
.single-content-container h4,
.single-content-container h5,
.single-content-container h6 {
  margin-bottom: 10px; }

.circle-link {
  text-decoration: none;
  display: inline-block;
  align-items: center;
  position: relative;
  font-weight: bold;
  padding-right: 50px; }
  .circle-link a {
    text-decoration: none; }
  .circle-link.small svg {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 1px; }
  .circle-link.tiny {
    line-height: 1.0;
    font-size: 14px; }
    .circle-link.tiny svg {
      width: 14px;
      height: 14px;
      right: 25px;
      top: 0px; }
  .circle-link svg {
    position: absolute;
    right: 0px; }

.img-cover {
  object-fit: cover; }

.shadow {
  box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.08); }

.sideline {
  position: relative;
  width: 100px; }
  @media screen and (max-width: 840px) {
    .sideline {
      width: 100%;
      padding: 0 40px; } }
  @media screen and (max-width: 568px) {
    .sideline {
      padding: 0 30px; } }
  .sideline h2 {
    writing-mode: vertical-rl;
    transform: scale(-1); }
    @media screen and (max-width: 840px) {
      .sideline h2 {
        writing-mode: inherit;
        transform: none; } }

.slick-arrow {
  position: absolute;
  z-index: 100;
  cursor: pointer; }
  .slick-arrow img {
    width: 50px;
    height: 50px; }

.capper-pad {
  padding: 0 5.2%; }
  @media screen and (max-width: 568px) {
    .capper-pad {
      padding: 0 25px; } }

.slick-arrow {
  transition: opacity .2s ease-out; }

.slick-disabled, .slick-hidden {
  pointer-events: none;
  opacity: .2; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 80px 0; }
  .gallery img {
    margin: 0 !important; }
  .gallery.gallery-columns-1 .gallery-item {
    margin: 0 10px 20px;
    width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    margin: 0 10px 20px;
    width: calc(50% - 20px); }
  .gallery.gallery-columns-3 .gallery-item {
    margin: 0 10px 20px;
    width: calc(33.333% - 20px); }
  .gallery.gallery-columns-4 .gallery-item {
    margin: 0 10px 20px;
    width: calc(25% - 20px); }
  .gallery.gallery-columns-5 .gallery-item {
    margin: 0 10px 20px;
    width: calc(20% - 20px); }
  .gallery.gallery-columns-6 .gallery-item {
    margin: 0 10px 20px;
    width: calc(16.6667% - 20px); }
  .gallery.gallery-columns-7 .gallery-item {
    margin: 0 10px 20px;
    width: calc(14.29% - 20px); }
  .gallery.gallery-columns-8 .gallery-item {
    margin: 0 10px 20px !important;
    width: calc(12.5% - 20px); }
  .gallery.gallery-columns-9 .gallery-item {
    margin: 0 10px 20px;
    width: calc(11.11% - 20px); }
  @media screen and (max-width: 840px) {
    .gallery {
      margin: 40px 0; }
      .gallery .gallery-item {
        width: calc(50% - 20px) !important; } }
  @media screen and (max-width: 568px) {
    .gallery {
      display: block;
      margin: 40px 0; }
      .gallery .gallery-item {
        width: 100% !important;
        margin: 20px 0 !important; } }

.di-view-all {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin: 40px auto 0;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer; }

#vid-modal {
  background: rgba(0, 0, 0, 0.75);
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  top: 0;
  left: 0;
  position: fixed;
  transition: opacity .6s ease-out; }
  #vid-modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: initial; }
  #vid-modal iframe {
    width: 100%;
    height: 100%; }
  #vid-modal #vid-inner {
    width: 800px;
    height: 450px;
    left: 50%;
    top: 50%;
    position: absolute;
    max-width: calc(100% - 40px);
    transform: translate3d(-50%, calc(-50% + 40px), 0);
    transition: all .5s ease-out;
    opacity: 0; }
    #vid-modal #vid-inner.show {
      opacity: 1;
      transform: translate3d(-50%, -50%, 0); }
  #vid-modal .vid-close {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    left: calc(50% + 370px);
    top: calc(50% - 270px);
    cursor: pointer; }
    @media screen and (max-width: 850px) {
      #vid-modal .vid-close {
        left: initial;
        right: 20px; } }
    #vid-modal .vid-close span {
      display: block;
      width: 20px;
      height: 2px;
      top: 14px;
      left: 5px;
      background: white;
      position: relative; }
      #vid-modal .vid-close span:first-child {
        transform: rotate(-45deg); }
      #vid-modal .vid-close span:last-child {
        top: 12px;
        transform: rotate(45deg); }

.di-filter select, .di-filter input {
  font-size: 14px; }

header#masthead {
  position: fixed;
  background: #f7f7f7;
  z-index: 1200;
  width: 100%;
  transition: background .2s ease-out;
  left: 0;
  top: 0;
  padding-top: 37px;
  pointer-events: initial;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.2); }
  header#masthead .ham span {
    background: #585858; }
  header#masthead .site-branding {
    width: 220px;
    height: 100px; }
    header#masthead .site-branding img {
      object-fit: contain;
      width: 220px;
      height: 100px; }
  header#masthead.floating {
    background: transparent; }
    header#masthead.floating .site-branding {
      top: initial;
      position: relative;
      width: 220px;
      height: 100px; }
      header#masthead.floating .site-branding img {
        object-fit: contain;
        width: 220px;
        height: 100px; }
    header#masthead.floating .bottom-nav #site-navigation a {
      color: white; }
      header#masthead.floating .bottom-nav #site-navigation a:hover {
        color: #e6e6e6; }
    header#masthead.floating li.menu-item-has-children:after {
      content: "";
      position: absolute;
      display: block;
      background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 574' aria-labelledby='cmsi-ant-down-title'%3E %3Cpath fill='%23FFF' d='M1015 10q-10-10-23-10t-23 10L512 492 55 10Q45 0 32 0T9 10Q0 20 0 34t9 24l480 506q10 10 23 10t23-10l480-506q9-10 9-24t-9-24z'%3E %3C/path%3E %3C/svg%3E") !important;
      background-size: contain; }
    header#masthead.floating .ham span {
      background: white; }
  header#masthead.scrolling .ham span {
    background: #585858; }
  header#masthead.scrolling.up {
    pointer-events: initial;
    background: #f7f7f7; }
    header#masthead.scrolling.up .bottom-nav {
      opacity: 1; }
  header#masthead.scrolling.down {
    background: #f7f7f7; }
  header#masthead.scrolling .bottom-nav #site-navigation a {
    color: #585858; }
  header#masthead.scrolling li.menu-item-has-children:after {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 574' aria-labelledby='cmsi-ant-down-title'%3E %3Cpath fill='%23191919' d='M1015 10q-10-10-23-10t-23 10L512 492 55 10Q45 0 32 0T9 10Q0 20 0 34t9 24l480 506q10 10 23 10t23-10l480-506q9-10 9-24t-9-24z'%3E %3C/path%3E %3C/svg%3E") !important; }
  header#masthead .bottom-nav {
    padding: 10px 40px 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    transition: all .3s ease-out; }
    header#masthead .bottom-nav .site-branding {
      width: 220px;
      height: 100px;
      position: relative;
      top: -14px; }
      header#masthead .bottom-nav .site-branding.scrolling img:first-of-type {
        display: none !important;
        object-fit: contain;
        width: 220px;
        height: 100px; }
      header#masthead .bottom-nav .site-branding.scrolling img:last-of-type {
        display: block !important;
        object-fit: contain;
        width: 220px;
        height: 100px; }
    header#masthead .bottom-nav #site-navigation .top-mobile-bar {
      display: none; }
    header#masthead .bottom-nav #site-navigation ul {
      display: flex;
      justify-content: flex-end; }
    header#masthead .bottom-nav #site-navigation li {
      list-style-type: none;
      padding: 0 30px 10px;
      position: relative; }
      header#masthead .bottom-nav #site-navigation li:last-child {
        padding-right: 0; }
      header#masthead .bottom-nav #site-navigation li.menu-item-has-children:hover ul.sub-menu {
        display: block; }
      header#masthead .bottom-nav #site-navigation li.menu-item-has-children:hover:after {
        display: none; }
      header#masthead .bottom-nav #site-navigation li.menu-item-has-children:after {
        content: "";
        position: absolute;
        display: block;
        background-image: url("data:image/svg+xml,%3C?xml version='1.0' standalone='no'?%3E %3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 574' aria-labelledby='cmsi-ant-down-title'%3E %3Cpath fill='%23191919' d='M1015 10q-10-10-23-10t-23 10L512 492 55 10Q45 0 32 0T9 10Q0 20 0 34t9 24l480 506q10 10 23 10t23-10l480-506q9-10 9-24t-9-24z'%3E %3C/path%3E %3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 20;
        left: 50%;
        transform: translateX(-50%);
        top: calc(100% - 8px);
        width: 10px;
        height: 10px; }
    header#masthead .bottom-nav #site-navigation a {
      text-decoration: none;
      font-size: 15px;
      color: #585858;
      font-family: "Helvetica", sans-serif;
      font-weight: bold;
      transition: color .3s ease-out; }
      header#masthead .bottom-nav #site-navigation a:hover {
        color: #111; }
    header#masthead .bottom-nav #site-navigation ul.sub-menu {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      padding: 0;
      top: calc(100% - 1px);
      display: none;
      width: 150px; }
      header#masthead .bottom-nav #site-navigation ul.sub-menu:before {
        content: "";
        position: absolute;
        display: block;
        z-index: 20;
        left: 50%;
        transform: translateX(-50%);
        top: -12px;
        width: 0px;
        height: 0px;
        border: 6px solid transparent; }
      header#masthead .bottom-nav #site-navigation ul.sub-menu li {
        display: block;
        padding: 0 10px; }
        header#masthead .bottom-nav #site-navigation ul.sub-menu li a {
          display: block;
          padding: 8px 0px 6px;
          color: white !important;
          transition: color .2s ease-out;
          border-bottom: solid 1px rgba(0, 0, 0, 0.5); }
          header#masthead .bottom-nav #site-navigation ul.sub-menu li a:hover {
            color: #cccccc; }
        header#masthead .bottom-nav #site-navigation ul.sub-menu li:first-child a {
          padding-top: 10px; }
        header#masthead .bottom-nav #site-navigation ul.sub-menu li:last-child a {
          border: none;
          padding-bottom: 10px; }
    header#masthead .bottom-nav #site-navigation .mobile-menu-container {
      display: none; }
    @media screen and (max-width: 1180px) {
      header#masthead .bottom-nav #site-navigation {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 100vw;
        min-height: 450px;
        width: 100vw;
        height: 100vh;
        transition: opacity .4s ease-out;
        overflow-y: scroll; }
        header#masthead .bottom-nav #site-navigation.open {
          visibility: visible;
          opacity: 1;
          z-index: 100;
          left: 0;
          padding: 0px 30px 60px; }
          header#masthead .bottom-nav #site-navigation.open ul {
            display: block; }
          header#masthead .bottom-nav #site-navigation.open li {
            display: block;
            margin-bottom: 24px;
            transition: none;
            padding: 0 0px; }
          header#masthead .bottom-nav #site-navigation.open li a {
            font-size: 24px;
            color: white;
            transition: none; }
          header#masthead .bottom-nav #site-navigation.open .top-mobile-bar {
            display: block;
            background: white;
            display: flex;
            justify-content: space-between;
            position: relative;
            top: 0;
            left: -30px;
            width: 100vw;
            padding: 22px 30px 12px;
            margin-bottom: 60px; }
            header#masthead .bottom-nav #site-navigation.open .top-mobile-bar p {
              font-weight: bold; }
            header#masthead .bottom-nav #site-navigation.open .top-mobile-bar .close {
              position: relative;
              right: 0px;
              width: 28px;
              height: 28px;
              top: -3px;
              cursor: pointer; }
              header#masthead .bottom-nav #site-navigation.open .top-mobile-bar .close span {
                display: block;
                width: 28px;
                height: 1px;
                background: #585858;
                position: absolute;
                top: 13px; }
                header#masthead .bottom-nav #site-navigation.open .top-mobile-bar .close span:first-child {
                  transform: rotate(-45deg); }
                header#masthead .bottom-nav #site-navigation.open .top-mobile-bar .close span:last-child {
                  transform: rotate(45deg); }
          header#masthead .bottom-nav #site-navigation.open .mobile-menu-container {
            display: block; }
          header#masthead .bottom-nav #site-navigation.open .menu-top-floating-navigation-container {
            margin-top: 40px; }
            header#masthead .bottom-nav #site-navigation.open .menu-top-floating-navigation-container li {
              margin: 0;
              padding: 0;
              position: relative;
              left: -30px;
              width: 100vw;
              transition: none; }
              header#masthead .bottom-nav #site-navigation.open .menu-top-floating-navigation-container li a {
                display: block;
                padding: 40px 60px;
                z-index: 5;
                position: relative; }
              header#masthead .bottom-nav #site-navigation.open .menu-top-floating-navigation-container li .li-bg {
                position: absolute;
                z-index: 0;
                left: 0;
                top: 0;
                width: 100vw;
                height: 100%; }
        header#masthead .bottom-nav #site-navigation li.menu-item-has-children:after {
          display: none; }
        header#masthead .bottom-nav #site-navigation li.menu-item-has-children li {
          margin-bottom: 0;
          margin-left: 20px; }
          header#masthead .bottom-nav #site-navigation li.menu-item-has-children li a {
            font-size: 19px;
            padding-bottom: 4px;
            border: none; }
        header#masthead .bottom-nav #site-navigation ul.sub-menu {
          position: relative;
          left: 0;
          transform: none;
          width: initial; }
          header#masthead .bottom-nav #site-navigation ul.sub-menu:before {
            display: none; } }
    @media screen and (max-width: 568px) {
      header#masthead .bottom-nav {
        padding: 20px 30px; }
        header#masthead .bottom-nav .site-branding {
          top: 0;
          width: 180px;
          height: 81px; }
          header#masthead .bottom-nav .site-branding img {
            width: 180px;
            height: 81px;
            object-fit: contain; } }
  @media screen and (max-width: 1180px) {
    header#masthead {
      padding-top: 37px; } }

#menu-top-floating-navigation {
  width: 100%;
  position: fixed;
  z-index: 1300;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end; }
  #menu-top-floating-navigation li {
    list-style-type: none; }
    #menu-top-floating-navigation li.current-menu-item a {
      color: white !important; }
    #menu-top-floating-navigation li a {
      display: block;
      font-size: 15px;
      font-weight: bold;
      color: white;
      text-decoration: none;
      padding: 10px 30px; }
  @media screen and (max-width: 568px) {
    #menu-top-floating-navigation {
      justify-content: flex-start; }
      #menu-top-floating-navigation li {
        width: 50%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative; }
        #menu-top-floating-navigation li a {
          padding-left: 6px;
          padding-right: 6px;
          font-size: 11px; } }

@media screen and (max-width: 1180px) {
  #site-navigation.open .menu-top-floating-navigation-container ul li:after {
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    width: 24px;
    height: 24px;
    top: 40px;
    z-index: 20;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.935' height='31.935' viewBox='0 0 31.935 31.935'%3E %3Cpath class='btn_icon' d='M15.968,31.935A15.968,15.968,0,1,1,31.935,15.968,15.986,15.986,0,0,1,15.968,31.935ZM13.339,6.386,11.178,8.638l7.02,7.329L11.178,23.3l2.161,2.252,9.2-9.581Z' fill='%23fff' opacity='0.299'/%3E %3C/svg%3E"); } }

.ham {
  display: none; }
  @media screen and (max-width: 1180px) {
    .ham {
      display: block;
      position: relative;
      width: 32px;
      height: 24px;
      top: 8px;
      cursor: pointer; }
      .ham span {
        position: absolute;
        width: 24px;
        height: 1px;
        top: 2px; }
        .ham span:nth-child(2) {
          top: 8px; }
        .ham span:last-child {
          top: 14px; } }

footer#footer {
  padding: 60px 5.2%; }
  footer#footer .footer-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  footer#footer .footer-branding {
    width: 280px;
    margin-bottom: 40px; }
    footer#footer .footer-branding img {
      height: 150px;
      width: 220px;
      object-fit: contain;
      object-position: 0%;
      margin: 0px 0px 20px 0px; }
    footer#footer .footer-branding .address {
      font-size: 12px; }
    footer#footer .footer-branding .company-name {
      font-size: 14px;
      font-weight: 700; }
    footer#footer .footer-branding .address-item {
      padding: 15px 0; }
  footer#footer a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px; }
  footer#footer ul {
    list-style-type: none; }
  footer#footer li {
    display: inline-block;
    padding: 0 10px; }
    footer#footer li:first-child {
      padding-left: 0; }
  footer#footer .bottom-footer {
    display: flex;
    justify-content: space-between; }
    footer#footer .bottom-footer .copyright {
      margin-top: 40px;
      font-size: 12px; }
    footer#footer .bottom-footer .payment {
      font-size: 10px;
      margin-top: -140px; }
  footer#footer .social {
    display: flex;
    margin-top: 30px;
    align-items: baseline; }
    footer#footer .social a {
      display: block;
      width: 27px;
      margin: 0 8px; }
  footer#footer .cc-img {
    margin-top: 20px; }
  @media screen and (max-width: 568px) {
    footer#footer {
      padding: 40px 30px;
      flex-wrap: wrap; }
      footer#footer .footer-wrap {
        flex-wrap: wrap; }
      footer#footer li {
        display: block;
        padding: 14px 0 !important; }
      footer#footer .social {
        margin-bottom: 40px; }
      footer#footer .bottom-footer {
        flex-wrap: wrap-reverse; }
      footer#footer .cc-img {
        margin-bottom: 30px; }
      footer#footer .bottom-footer p {
        width: 100%;
        margin: 10px 0;
        text-align: left; }
      footer#footer .bottom-footer .payment {
        margin-top: 10px; } }

.block {
  margin: 140px 0; }
  @media screen and (max-width: 568px) {
    .block {
      margin: 60px 0; } }

.block-hero {
  position: relative;
  height: 100vh;
  max-height: 650px;
  margin-bottom: 220px; }
  .block-hero .hero-wrap {
    height: 100%;
    position: relative; }
  .block-hero .hero-img-wrap {
    height: 100vh;
    max-height: 650px; }
    .block-hero .hero-img-wrap img {
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .block-hero .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  .block-hero.less-margin {
    margin-bottom: 0px !important; }
  .block-hero .slick-arrow {
    position: absolute;
    z-index: 100;
    bottom: 120px;
    right: 80px;
    cursor: pointer; }
    .block-hero .slick-arrow svg {
      width: 50px;
      height: 50px; }
    .block-hero .slick-arrow.prev-arrow {
      bottom: 180px; }
  .block-hero.no-dots .slick-dots {
    display: none !important; }
  .block-hero .vid-btn {
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 60px;
    margin-top: 20px;
    font-weight: 600;
    opacity: 0;
    transition: opacity .3s ease-out; }
    .block-hero .vid-btn.show {
      opacity: 1; }
    .block-hero .vid-btn svg {
      position: absolute;
      right: -15px;
      width: 60px;
      height: 60px;
      top: -23px; }
    .block-hero .vid-btn svg polygon {
      transition: fill .3s ease-out; }
    .block-hero .vid-btn:hover svg polygon {
      fill: white; }
  .block-hero .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    z-index: 90;
    width: auto;
    text-align: center; }
    .block-hero .slick-dots li {
      display: inline-block;
      margin: 0 20px;
      border-bottom: solid 1px rgba(255, 255, 255, 0);
      transition: border-bottom .6s ease-out; }
      .block-hero .slick-dots li button {
        background: none;
        border: none;
        color: white;
        font-size: 15px;
        padding: 0 2px 5px; }
  .block-hero .inner-hero-track {
    position: relative;
    z-index: 0;
    height: 100%;
    overflow: hidden; }
    .block-hero .inner-hero-track .slick-slide {
      float: left; }
  .block-hero .content-container {
    position: absolute;
    left: 120px;
    top: 50%;
    width: 700px;
    max-width: calc(100% - 240px);
    transform: translateY(-50%);
    z-index: 95; }
    .block-hero .content-container h1, .block-hero .content-container p {
      text-align: left;
      color: white; }
    @media screen and (max-width: 840px) {
      .block-hero .content-container {
        max-width: calc(100% - 80px); } }
    @media screen and (max-width: 568px) {
      .block-hero .content-container {
        max-width: calc(100% - 60px);
        left: 30px; } }
  @media screen and (max-width: 840px) {
    .block-hero {
      margin-bottom: 0; } }
  @media screen and (max-width: 840px) {
    .block-hero {
      height: initial;
      max-height: initial; }
      .block-hero .content-container {
        top: 180px;
        transform: none; }
      .block-hero .slick-dots {
        bottom: 40px !important;
        text-align: left !important; }
        .block-hero .slick-dots li {
          margin: 0 8px !important; }
      .block-hero .slick-arrow {
        bottom: 34px !important;
        right: 90px !important; }
      .block-hero .next-arrow {
        right: 30px !important; } }
  .block-hero.block-hero-alt {
    height: 400px;
    max-height: initial;
    margin-bottom: 180px; }
    .block-hero.block-hero-alt .hero-img-wrap {
      height: 400px;
      position: relative; }
    .block-hero.block-hero-alt h1 {
      font-size: 36px; }
      .block-hero.block-hero-alt h1:last-child {
        margin-bottom: 0; }
    .block-hero.block-hero-alt .hero-vid-wrap {
      position: relative;
      z-index: 0;
      height: 400px;
      overflow: hidden; }
    .block-hero.block-hero-alt .content-container {
      top: initial;
      bottom: -80px;
      left: 0;
      width: 1060px;
      max-width: 100%;
      padding: 40px 80px;
      transform: none; }
      @media screen and (max-width: 840px) {
        .block-hero.block-hero-alt .content-container {
          padding: 40px; } }
      @media screen and (max-width: 568px) {
        .block-hero.block-hero-alt .content-container {
          padding: 40px 20px; } }
    @media screen and (max-width: 568px) {
      .block-hero.block-hero-alt {
        height: auto;
        margin-bottom: 60px; }
        .block-hero.block-hero-alt .hero-wrap {
          height: auto; }
        .block-hero.block-hero-alt .hero-img-wrap, .block-hero.block-hero-alt .hero-vid-wrap {
          height: 300px; }
        .block-hero.block-hero-alt .content-container {
          bottom: initial;
          width: 100%;
          padding: 40px 30px;
          position: relative; } }
  .block-hero .nav-containers {
    position: absolute;
    top: calc(100% - 80px);
    left: 0px;
    display: flex;
    width: 1200px;
    max-width: 100%; }
    .block-hero .nav-containers > a {
      padding: 30px 30px;
      position: relative;
      display: block;
      width: 33.3333%;
      text-decoration: none;
      backdrop-filter: brightness(1); }
    .block-hero .nav-containers .nav-container-icon {
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%); }
    .block-hero .nav-containers .nav-container {
      color: white;
      display: flex;
      flex-grow: 1;
      align-items: center;
      min-width: 33.333%; }
      .block-hero .nav-containers .nav-container .bg-block {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%; }
      .block-hero .nav-containers .nav-container .nav-container-content {
        width: calc(100% - 40px); }
      .block-hero .nav-containers .nav-container * {
        color: white;
        position: relative;
        z-index: 10; }
      .block-hero .nav-containers .nav-container h3 {
        margin-bottom: 10px; }
      .block-hero .nav-containers .nav-container p, .block-hero .nav-containers .nav-container li, .block-hero .nav-containers .nav-container a {
        font-size: 16px; }
      .block-hero .nav-containers .nav-container a {
        display: flex;
        text-decoration: none;
        align-items: center;
        text-decoration: none; }
    @media screen and (max-width: 840px) {
      .block-hero .nav-containers {
        flex-wrap: wrap;
        position: relative;
        top: 0; }
        .block-hero .nav-containers > a {
          width: 100%;
          padding-top: 40px;
          padding-bottom: 40px; } }

.block-hero .hero-vid-wrap {
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 5; }
  .block-hero .hero-vid-wrap iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .block-hero .hero-vid-wrap .hero-img-wrap {
    z-index: -1; }
  @media screen and (max-width: 840px) {
    .block-hero .hero-vid-wrap iframe {
      display: none; }
    .block-hero .hero-vid-wrap .hero-img-wrap {
      z-index: 8; } }

.block-hero-alt .hero-vid-wrap {
  width: 100vw;
  position: absolute;
  z-index: 5; }
  .block-hero-alt .hero-vid-wrap iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .block-hero-alt .hero-vid-wrap .hero-img-wrap {
    z-index: -1; }
  @media screen and (max-width: 840px) {
    .block-hero-alt .hero-vid-wrap iframe {
      display: none; }
    .block-hero-alt .hero-vid-wrap .hero-img-wrap {
      z-index: 8; } }

.blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8; }

.block-full-width-image-w-content, .block.block-split-calendar {
  padding: 80px 40px;
  position: relative;
  min-height: 450px; }
  @media screen and (max-width: 568px) {
    .block-full-width-image-w-content, .block.block-split-calendar {
      padding: 40px 30px;
      min-height: auto; } }
  .block-full-width-image-w-content .content-container, .block.block-split-calendar .content-container {
    position: relative;
    background: white;
    padding: 60px 80px;
    width: 50%; }
    @media screen and (max-width: 840px) {
      .block-full-width-image-w-content .content-container, .block.block-split-calendar .content-container {
        width: 100%; } }
    @media screen and (max-width: 568px) {
      .block-full-width-image-w-content .content-container, .block.block-split-calendar .content-container {
        padding: 60px 20px; } }
    .block-full-width-image-w-content .content-container h2, .block.block-split-calendar .content-container h2 {
      margin-bottom: 20px; }
    .block-full-width-image-w-content .content-container a, .block.block-split-calendar .content-container a {
      margin-top: 30px; }
  .block-full-width-image-w-content.bottom-left, .bottom-left.block.block-split-calendar {
    margin-bottom: 280px; }
    .block-full-width-image-w-content.bottom-left .content-container, .bottom-left.block.block-split-calendar .content-container {
      transform: translateY(200px); }
  .block-full-width-image-w-content.bottom-right, .bottom-right.block.block-split-calendar {
    margin-bottom: 280px; }
    .block-full-width-image-w-content.bottom-right .content-container, .bottom-right.block.block-split-calendar .content-container {
      left: 50%;
      transform: translateY(200px); }
      @media screen and (max-width: 840px) {
        .block-full-width-image-w-content.bottom-right .content-container, .bottom-right.block.block-split-calendar .content-container {
          left: 0; } }
  .block-full-width-image-w-content.top-left, .top-left.block.block-split-calendar {
    margin-top: 280px; }
    .block-full-width-image-w-content.top-left .content-container, .top-left.block.block-split-calendar .content-container {
      transform: translateY(-200px); }
  .block-full-width-image-w-content.top-right, .top-right.block.block-split-calendar {
    margin-top: 280px; }
    .block-full-width-image-w-content.top-right .content-container, .top-right.block.block-split-calendar .content-container {
      left: 50%;
      transform: translateY(-200px); }
      @media screen and (max-width: 840px) {
        .block-full-width-image-w-content.top-right .content-container, .top-right.block.block-split-calendar .content-container {
          left: 0; } }

.block-locations,
.block-products-grid,
.block-post-type-grid,
.block-video-grid,
.block-project-carousel {
  display: flex;
  position: relative;
  padding: 0 0 0 5.2%; }
  @media screen and (max-width: 840px) {
    .block-locations,
    .block-products-grid,
    .block-post-type-grid,
    .block-video-grid,
    .block-project-carousel {
      display: block;
      padding-left: 0; } }
  .block-locations > div:last-child,
  .block-products-grid > div:last-child,
  .block-post-type-grid > div:last-child,
  .block-video-grid > div:last-child,
  .block-project-carousel > div:last-child {
    position: relative;
    width: calc(100% - 100px); }
    @media screen and (max-width: 840px) {
      .block-locations > div:last-child,
      .block-products-grid > div:last-child,
      .block-post-type-grid > div:last-child,
      .block-video-grid > div:last-child,
      .block-project-carousel > div:last-child {
        width: 100%; } }

.block-video-grid {
  padding-left: 5.2%;
  padding-right: 5.2%; }
  .block-video-grid .grid-3 {
    grid-gap: 20px; }
  .block-video-grid .title-wrap {
    background: #FFF;
    padding: 20px 15px; }
    .block-video-grid .title-wrap p {
      font-weight: 600;
      line-height: 1.3; }
  .block-video-grid .video-outer-wrap {
    width: 100%;
    background: #FFF; }
  .block-video-grid .iframe-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden; }
  .block-video-grid .flex, .block-video-grid .flex-wrap {
    flex-wrap: wrap; }
  @media screen and (max-width: 840px) {
    .block-video-grid {
      padding: 0 5.2%; }
      .block-video-grid .sideline {
        padding-left: 0; } }
  @media screen and (max-width: 568px) {
    .block-video-grid {
      padding: 0 30px; }
      .block-video-grid .iframe-wrap {
        width: 100%; } }

.block-post-type-grid {
  padding: 0 5.2%;
  align-items: flex-start; }
  @media screen and (max-width: 840px) {
    .block-post-type-grid .sideline {
      padding: 0; } }
  @media screen and (max-width: 568px) {
    .block-post-type-grid {
      padding: 0 30px; }
      .block-post-type-grid .sideline {
        padding-left: 0; } }
  .block-post-type-grid .post-grid-card {
    text-decoration: none;
    position: relative;
    width: 100%;
    height: auto; }
    .block-post-type-grid .post-grid-card * {
      color: white; }
    .block-post-type-grid .post-grid-card p.circle-link {
      font-size: 14px;
      font-weight: bold;
      margin-top: 30px;
      position: absolute;
      bottom: 40px;
      left: 40px; }
    .block-post-type-grid .post-grid-card .post-grid-content {
      position: relative;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      padding: 60px 40px 100px; }
      .block-post-type-grid .post-grid-card .post-grid-content h3, .block-post-type-grid .post-grid-card .post-grid-content h4 {
        font-size: 20px; }
      .block-post-type-grid .post-grid-card .post-grid-content p {
        font-size: 16px; }
      .block-post-type-grid .post-grid-card .post-grid-content img {
        height: 40px;
        width: auto;
        margin-bottom: 24px; }
        .block-post-type-grid .post-grid-card .post-grid-content img.expand {
          height: 220px !important;
          width: calc(100% + 40px);
          object-fit: cover;
          max-width: inherit;
          margin-left: -20px; }
    .block-post-type-grid .post-grid-card.no-link .post-grid-content {
      padding: 60px 40px; }

@media screen and (max-width: 840px) {
  .block-locations {
    display: block; } }

.block-locations .locations-img-wrap {
  position: relative;
  overflow: hidden; }
  .block-locations .locations-img-wrap img {
    transform: scale(1);
    filter: grayscale(1);
    will-change: transform, filter;
    transition: filter .3s ease-out, transform .3s ease-out;
    z-index: 0; }
  .block-locations .locations-img-wrap:hover img {
    transform: scale(1.05);
    filter: grayscale(0); }
  @media screen and (max-width: 568px) {
    .block-locations .locations-img-wrap {
      display: flex;
      flex-wrap: wrap-reverse; }
      .block-locations .locations-img-wrap img {
        height: 100%;
        object-fit: cover;
        position: absolute; } }

.block-locations .content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58%;
  padding: 60px 40px;
  z-index: 10; }
  .block-locations .content-container * {
    color: white; }
  @media screen and (max-width: 840px) {
    .block-locations .content-container {
      width: 100%;
      top: 50%;
      padding: 40px 30px; } }
  @media screen and (max-width: 568px) {
    .block-locations .content-container {
      position: relative;
      margin-top: 240px;
      padding-bottom: 120px; } }

.block-locations .the-link {
  position: absolute;
  width: 42%;
  left: 58%;
  bottom: 80px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-locations .the-link .circle-link {
    color: white; }
  .block-locations .the-link .circle-link:after {
    background: rgba(255, 255, 255, 0.2) !important; }
  @media screen and (max-width: 840px) {
    .block-locations .the-link {
      position: absolute;
      left: initial;
      width: 100%;
      bottom: initial;
      left: 30px;
      bottom: 40px;
      display: block; } }

.block-two-column-links {
  grid-gap: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 80px);
  position: relative; }
  @media screen and (max-width: 840px) {
    .block-two-column-links {
      display: block; } }
  @media screen and (max-width: 568px) {
    .block-two-column-links {
      max-width: 100%; } }
  .block-two-column-links > div {
    position: relative;
    padding: 60px 60px; }
    .block-two-column-links > div h3 {
      font-size: 30px; }
    .block-two-column-links > div p {
      padding-right: 40px; }
    .block-two-column-links > div a {
      display: flex;
      width: 100%;
      text-decoration: none;
      cursor: initial;
      padding: 0;
      height: 100%;
      align-items: center;
      backdrop-filter: brightness(1); }
    .block-two-column-links > div.has-link {
      padding: 0; }
      .block-two-column-links > div.has-link a {
        cursor: pointer;
        padding: 60px 60px; }
    .block-two-column-links > div .bg-block {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      transform: translate3d(0, 0, 0); }
    @media screen and (max-width: 568px) {
      .block-two-column-links > div {
        padding: 40px 30px; }
        .block-two-column-links > div.has-link a {
          padding: 40px 30px; } }
  .block-two-column-links * {
    color: white; }
  .block-two-column-links .circle-btn {
    position: absolute;
    top: calc(50% - 10px);
    right: 40px; }

.block-text-overlay {
  display: flex;
  align-items: center; }
  .block-text-overlay > div:first-child {
    position: relative;
    width: 75%; }
    @media screen and (max-width: 840px) {
      .block-text-overlay > div:first-child {
        width: 100%; } }
  .block-text-overlay div.content-container {
    width: 40%;
    background: white;
    padding: 60px 60px;
    position: absolute;
    transform: translateX(-50%); }
    @media screen and (max-width: 840px) {
      .block-text-overlay div.content-container {
        width: calc(100% - 80px);
        transform: translate(-50%, 75%); } }
    @media screen and (max-width: 568px) {
      .block-text-overlay div.content-container {
        width: calc(100% - 40px); } }
    .block-text-overlay div.content-container p {
      margin-bottom: 20px; }
  .block-text-overlay.left div.content-container {
    left: 75%; }
    @media screen and (max-width: 840px) {
      .block-text-overlay.left div.content-container {
        left: 50%; } }
  .block-text-overlay.left > div:first-child {
    left: 0; }
  .block-text-overlay.right div.content-container {
    left: 25%; }
    @media screen and (max-width: 840px) {
      .block-text-overlay.right div.content-container {
        left: 50%; } }
  .block-text-overlay.right > div:first-child {
    left: 25%; }
    @media screen and (max-width: 840px) {
      .block-text-overlay.right > div:first-child {
        left: 0; } }
  @media screen and (max-width: 840px) {
    .block-text-overlay {
      flex-wrap: wrap;
      padding: 0 30px;
      margin: 140px 0; }
      .block-text-overlay div.content-container {
        position: relative;
        left: initial !important;
        transform: none;
        padding: 40px 30px;
        margin-top: 40px;
        width: 100%; } }
  @media screen and (max-width: 568px) {
    .block-text-overlay {
      margin: 60px 0; } }

.block-request-quote {
  padding: 60px 40px; }
  .block-request-quote * {
    color: white !important; }
  .block-request-quote .c-wrap {
    display: flex;
    justify-content: space-between;
    width: 800px;
    max-width: 100%; }
    @media screen and (max-width: 568px) {
      .block-request-quote .c-wrap {
        display: block; } }
    .block-request-quote .c-wrap > div:first-child {
      width: 60%; }
    .block-request-quote .c-wrap > div:last-child {
      width: 40%;
      text-align: right; }
      @media screen and (max-width: 840px) {
        .block-request-quote .c-wrap > div:last-child {
          margin-top: 40px; } }
  @media screen and (max-width: 568px) {
    .block-request-quote .c-wrap > div:first-child {
      width: 100%; }
    .block-request-quote .c-wrap > div:last-child {
      width: 100%;
      text-align: left; }
    .block-request-quote .button {
      width: 100%; } }

.block-content img, .block-content video, .block-content .iframe-wrap {
  margin: 80px auto; }

.block-content .gallery {
  display: flex;
  justify-content: center;
  margin: 80px 0;
  flex-wrap: wrap; }
  .block-content .gallery-columns-1 figure {
    width: calc(100% - 20px); }
  .block-content .gallery-columns-2 figure {
    width: calc(50% - 20px); }
  .block-content .gallery-columns-3 figure {
    width: calc(33.33333% - 20px); }
  .block-content .gallery-columns-4 figure {
    width: calc(25% - 20px); }
  .block-content .gallery-columns-5 figure {
    width: calc(20% - 20px); }
  .block-content .gallery-columns-6 figure {
    width: calc(16.66667% - 20px); }
  .block-content .gallery-columns-7 figure {
    width: calc(14.28571% - 20px); }
  .block-content .gallery-columns-8 figure {
    width: calc(12.5% - 20px); }
  .block-content .gallery img {
    margin: 0; }
  .block-content .gallery figure {
    margin: 0 10px; }
  @media screen and (max-width: 568px) {
    .block-content .gallery {
      display: block;
      margin: 40px 0; }
      .block-content .gallery figure {
        width: 100%;
        margin: 10px 0; } }

.block-content p img, .block-content p video, .block-content p .iframe-wrap {
  max-width: calc(100% + 350px);
  width: calc(100% + 350px);
  left: -175px;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .block-content p img, .block-content p video, .block-content p .iframe-wrap {
      max-width: calc(100% + 150px);
      width: calc(100% + 150px);
      left: -75px; } }
  @media screen and (max-width: 1170px) {
    .block-content p img, .block-content p video, .block-content p .iframe-wrap {
      max-width: 100%;
      width: 100%;
      left: initial; } }

.block-content .capper, .block-content .capper-max {
  width: 1050px;
  max-width: 100%; }

.block-content .iframe-wrap {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

@media screen and (max-width: 568px) {
  .block-content img, .block-content video, .block-content .iframe-wrap {
    margin: 40px auto; } }

.block-content iframe, .block-video-grid iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.block-products-grid .grid-3 {
  grid-gap: 10px; }

.block-products-grid a.product-grid-layout {
  padding-bottom: 100%;
  display: block;
  background: black;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0; }
  .block-products-grid a.product-grid-layout .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    background: #000;
    z-index: 5; }
  .block-products-grid a.product-grid-layout * {
    color: white; }
  .block-products-grid a.product-grid-layout .inner-pop {
    padding: 20px 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    z-index: 10;
    will-change: bottom;
    transition: all .25s ease-out; }
  .block-products-grid a.product-grid-layout .pop-up-title {
    margin-bottom: 10px;
    font-weight: bold; }
  .block-products-grid a.product-grid-layout .product-excerpt {
    font-size: 14px; }
  .block-products-grid a.product-grid-layout:hover .inner-pop {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0 !important; }
  .block-products-grid a.product-grid-layout img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.block-project-carousel {
  flex-wrap: wrap; }
  .block-project-carousel a {
    text-decoration: none; }
  .block-project-carousel .slick-arrow {
    position: absolute;
    bottom: -20px; }
    .block-project-carousel .slick-arrow svg {
      width: 50px;
      height: 50px; }
    .block-project-carousel .slick-arrow svg circle {
      transition: all .2s ease-out;
      fill: #f7f7f7; }
  .block-project-carousel .prev-arrow {
    right: 140px; }
  .block-project-carousel .next-arrow {
    right: 80px; }
  .block-project-carousel .project-track {
    position: relative;
    overflow: hidden;
    width: calc(100% - 100px); }
    @media screen and (max-width: 840px) {
      .block-project-carousel .project-track {
        width: 100%; } }
    .block-project-carousel .project-track .slick-list {
      padding-left: 0 !important; }
    .block-project-carousel .project-track .project-card {
      display: inline-block;
      margin-right: 40px;
      background: white;
      padding-bottom: 60px;
      position: relative;
      width: 100%; }
      .block-project-carousel .project-track .project-card h4 {
        margin-bottom: 10px; }
      .block-project-carousel .project-track .project-card p {
        font-size: 16px; }
      .block-project-carousel .project-track .project-card .img-wrap {
        height: 0;
        width: 100%;
        position: relative;
        padding-bottom: 62.25%;
        overflow: hidden; }
      .block-project-carousel .project-track .project-card img {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: grayscale(1);
        transform: scale(1);
        will-change: transform, filter;
        transition: filter .3s ease-out, transform .3s ease-out; }
      .block-project-carousel .project-track .project-card:hover img {
        filter: grayscale(0);
        transform: scale(1.05); }
      .block-project-carousel .project-track .project-card .project-card-content {
        padding: 40px 20px;
        white-space: normal; }
        .block-project-carousel .project-track .project-card .project-card-content h3 {
          transition: color .3s ease-out; }
      .block-project-carousel .project-track .project-card .circle-link {
        font-size: 14px;
        transition: color .3s ease-out; }
        .block-project-carousel .project-track .project-card .circle-link svg {
          top: 0px; }
    .block-project-carousel .project-track .circle-link {
      position: absolute;
      right: 20px;
      bottom: 40px; }
  .block-project-carousel .view-all {
    margin-top: 60px; }
    @media screen and (max-width: 840px) {
      .block-project-carousel .view-all {
        margin-top: 40px;
        padding-left: 40px; } }
    @media screen and (max-width: 568px) {
      .block-project-carousel .view-all {
        padding-left: 20px; } }
  .block-project-carousel .slick-slide a {
    display: flex;
    height: 100%; }
  .block-project-carousel .slick-track {
    display: flex; }
  @media screen and (max-width: 840px) {
    .block-project-carousel {
      padding-left: 40px; }
      .block-project-carousel .sideline {
        padding-left: 0; } }
  @media screen and (max-width: 568px) {
    .block-project-carousel {
      padding-left: 30px; }
      .block-project-carousel .project-card p {
        display: none; }
      .block-project-carousel .view-all {
        padding-left: 0; }
      .block-project-carousel .next-arrow {
        right: 20px !important; }
      .block-project-carousel .prev-arrow {
        right: 80px !important; } }

.block-contact {
  margin-bottom: 150px; }
  .block-contact .grid .left-col, .block-contact .grid-1 .left-col, .block-contact .grid-2 .left-col, .block-contact .grid-3 .left-col, .block-contact .grid-4 .left-col, .block-contact .grid-5 .left-col, .block-contact .grid-6 .left-col {
    position: relative; }
    .block-contact .grid .left-col .location-content, .block-contact .grid-1 .left-col .location-content, .block-contact .grid-2 .left-col .location-content, .block-contact .grid-3 .left-col .location-content, .block-contact .grid-4 .left-col .location-content, .block-contact .grid-5 .left-col .location-content, .block-contact .grid-6 .left-col .location-content {
      background: white;
      padding: 20px 30px;
      position: absolute;
      bottom: -60px;
      left: 80px; }
      .block-contact .grid .left-col .location-content a, .block-contact .grid-1 .left-col .location-content a, .block-contact .grid-2 .left-col .location-content a, .block-contact .grid-3 .left-col .location-content a, .block-contact .grid-4 .left-col .location-content a, .block-contact .grid-5 .left-col .location-content a, .block-contact .grid-6 .left-col .location-content a, .block-contact .grid .left-col .location-content p, .block-contact .grid-1 .left-col .location-content p, .block-contact .grid-2 .left-col .location-content p, .block-contact .grid-3 .left-col .location-content p, .block-contact .grid-4 .left-col .location-content p, .block-contact .grid-5 .left-col .location-content p, .block-contact .grid-6 .left-col .location-content p {
        font-size: 14px;
        text-decoration: none; }
      .block-contact .grid .left-col .location-content a, .block-contact .grid-1 .left-col .location-content a, .block-contact .grid-2 .left-col .location-content a, .block-contact .grid-3 .left-col .location-content a, .block-contact .grid-4 .left-col .location-content a, .block-contact .grid-5 .left-col .location-content a, .block-contact .grid-6 .left-col .location-content a {
        display: inline-block; }
      .block-contact .grid .left-col .location-content a, .block-contact .grid-1 .left-col .location-content a, .block-contact .grid-2 .left-col .location-content a, .block-contact .grid-3 .left-col .location-content a, .block-contact .grid-4 .left-col .location-content a, .block-contact .grid-5 .left-col .location-content a, .block-contact .grid-6 .left-col .location-content a, .block-contact .grid .left-col .location-content p.desc, .block-contact .grid-1 .left-col .location-content p.desc, .block-contact .grid-2 .left-col .location-content p.desc, .block-contact .grid-3 .left-col .location-content p.desc, .block-contact .grid-4 .left-col .location-content p.desc, .block-contact .grid-5 .left-col .location-content p.desc, .block-contact .grid-6 .left-col .location-content p.desc, .block-contact .grid .left-col .location-content .mb-20, .block-contact .grid-1 .left-col .location-content .mb-20, .block-contact .grid-2 .left-col .location-content .mb-20, .block-contact .grid-3 .left-col .location-content .mb-20, .block-contact .grid-4 .left-col .location-content .mb-20, .block-contact .grid-5 .left-col .location-content .mb-20, .block-contact .grid-6 .left-col .location-content .mb-20 {
        margin-bottom: 10px; }
      .block-contact .grid .left-col .location-content .small, .block-contact .grid-1 .left-col .location-content .small, .block-contact .grid-2 .left-col .location-content .small, .block-contact .grid-3 .left-col .location-content .small, .block-contact .grid-4 .left-col .location-content .small, .block-contact .grid-5 .left-col .location-content .small, .block-contact .grid-6 .left-col .location-content .small {
        font-size: 12px;
        font-weight: bold; }
  .block-contact .grid .right-col, .block-contact .grid-1 .right-col, .block-contact .grid-2 .right-col, .block-contact .grid-3 .right-col, .block-contact .grid-4 .right-col, .block-contact .grid-5 .right-col, .block-contact .grid-6 .right-col {
    padding: 120px 60px;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .block-contact .grid .right-col *, .block-contact .grid-1 .right-col *, .block-contact .grid-2 .right-col *, .block-contact .grid-3 .right-col *, .block-contact .grid-4 .right-col *, .block-contact .grid-5 .right-col *, .block-contact .grid-6 .right-col * {
      color: white;
      z-index: 10;
      position: relative; }
    .block-contact .grid .right-col .cont, .block-contact .grid-1 .right-col .cont, .block-contact .grid-2 .right-col .cont, .block-contact .grid-3 .right-col .cont, .block-contact .grid-4 .right-col .cont, .block-contact .grid-5 .right-col .cont, .block-contact .grid-6 .right-col .cont {
      width: 100%;
      max-width: 450px; }
    .block-contact .grid .right-col .button:hover, .block-contact .grid-1 .right-col .button:hover, .block-contact .grid-2 .right-col .button:hover, .block-contact .grid-3 .right-col .button:hover, .block-contact .grid-4 .right-col .button:hover, .block-contact .grid-5 .right-col .button:hover, .block-contact .grid-6 .right-col .button:hover {
      background: white;
      color: #585858 !important; }
    .block-contact .grid .right-col .flex, .block-contact .grid-1 .right-col .flex, .block-contact .grid-2 .right-col .flex, .block-contact .grid-3 .right-col .flex, .block-contact .grid-4 .right-col .flex, .block-contact .grid-5 .right-col .flex, .block-contact .grid-6 .right-col .flex, .block-contact .grid .right-col .flex-wrap, .block-contact .grid-1 .right-col .flex-wrap, .block-contact .grid-2 .right-col .flex-wrap, .block-contact .grid-3 .right-col .flex-wrap, .block-contact .grid-4 .right-col .flex-wrap, .block-contact .grid-5 .right-col .flex-wrap, .block-contact .grid-6 .right-col .flex-wrap {
      justify-content: space-between;
      flex-wrap: wrap; }
      .block-contact .grid .right-col .flex > a, .block-contact .grid-1 .right-col .flex > a, .block-contact .grid-2 .right-col .flex > a, .block-contact .grid-3 .right-col .flex > a, .block-contact .grid-4 .right-col .flex > a, .block-contact .grid-5 .right-col .flex > a, .block-contact .grid-6 .right-col .flex > a, .block-contact .grid .right-col .flex-wrap > a, .block-contact .grid-1 .right-col .flex-wrap > a, .block-contact .grid-2 .right-col .flex-wrap > a, .block-contact .grid-3 .right-col .flex-wrap > a, .block-contact .grid-4 .right-col .flex-wrap > a, .block-contact .grid-5 .right-col .flex-wrap > a, .block-contact .grid-6 .right-col .flex-wrap > a {
        width: calc(50% - 7px); }
    .block-contact .grid .right-col .full-width, .block-contact .grid-1 .right-col .full-width, .block-contact .grid-2 .right-col .full-width, .block-contact .grid-3 .right-col .full-width, .block-contact .grid-4 .right-col .full-width, .block-contact .grid-5 .right-col .full-width, .block-contact .grid-6 .right-col .full-width {
      width: 100%;
      margin-top: 14px !important; }
    .block-contact .grid .right-col .overlay, .block-contact .grid-1 .right-col .overlay, .block-contact .grid-2 .right-col .overlay, .block-contact .grid-3 .right-col .overlay, .block-contact .grid-4 .right-col .overlay, .block-contact .grid-5 .right-col .overlay, .block-contact .grid-6 .right-col .overlay {
      background: rgba(0, 0, 0, 0.75);
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .block-contact .grid .right-col .button, .block-contact .grid-1 .right-col .button, .block-contact .grid-2 .right-col .button, .block-contact .grid-3 .right-col .button, .block-contact .grid-4 .right-col .button, .block-contact .grid-5 .right-col .button, .block-contact .grid-6 .right-col .button {
      margin-top: 30px; }
    .block-contact .grid .right-col .operations, .block-contact .grid-1 .right-col .operations, .block-contact .grid-2 .right-col .operations, .block-contact .grid-3 .right-col .operations, .block-contact .grid-4 .right-col .operations, .block-contact .grid-5 .right-col .operations, .block-contact .grid-6 .right-col .operations {
      margin-top: 30px; }
    .block-contact .grid .right-col .social-find-us, .block-contact .grid-1 .right-col .social-find-us, .block-contact .grid-2 .right-col .social-find-us, .block-contact .grid-3 .right-col .social-find-us, .block-contact .grid-4 .right-col .social-find-us, .block-contact .grid-5 .right-col .social-find-us, .block-contact .grid-6 .right-col .social-find-us {
      margin-top: 30px; }
      .block-contact .grid .right-col .social-find-us a, .block-contact .grid-1 .right-col .social-find-us a, .block-contact .grid-2 .right-col .social-find-us a, .block-contact .grid-3 .right-col .social-find-us a, .block-contact .grid-4 .right-col .social-find-us a, .block-contact .grid-5 .right-col .social-find-us a, .block-contact .grid-6 .right-col .social-find-us a {
        text-decoration: none;
        margin-right: 5px; }
  @media screen and (max-width: 1100px) {
    .block-contact .grid .flex > a, .block-contact .grid-1 .flex > a, .block-contact .grid-2 .flex > a, .block-contact .grid-3 .flex > a, .block-contact .grid-4 .flex > a, .block-contact .grid-5 .flex > a, .block-contact .grid-6 .flex > a, .block-contact .grid .flex-wrap > a, .block-contact .grid-1 .flex-wrap > a, .block-contact .grid-2 .flex-wrap > a, .block-contact .grid-3 .flex-wrap > a, .block-contact .grid-4 .flex-wrap > a, .block-contact .grid-5 .flex-wrap > a, .block-contact .grid-6 .flex-wrap > a {
      width: 100% !important; }
    .block-contact .grid .button:nth-child(2), .block-contact .grid-1 .button:nth-child(2), .block-contact .grid-2 .button:nth-child(2), .block-contact .grid-3 .button:nth-child(2), .block-contact .grid-4 .button:nth-child(2), .block-contact .grid-5 .button:nth-child(2), .block-contact .grid-6 .button:nth-child(2) {
      margin-top: 15px; } }
  @media screen and (max-width: 840px) {
    .block-contact .grid .left-col, .block-contact .grid-1 .left-col, .block-contact .grid-2 .left-col, .block-contact .grid-3 .left-col, .block-contact .grid-4 .left-col, .block-contact .grid-5 .left-col, .block-contact .grid-6 .left-col, .block-contact .grid .right-col, .block-contact .grid-1 .right-col, .block-contact .grid-2 .right-col, .block-contact .grid-3 .right-col, .block-contact .grid-4 .right-col, .block-contact .grid-5 .right-col, .block-contact .grid-6 .right-col {
      min-height: 450px;
      padding-left: 30px;
      padding-right: 30px; }
    .block-contact .grid .left-col .location-content, .block-contact .grid-1 .left-col .location-content, .block-contact .grid-2 .left-col .location-content, .block-contact .grid-3 .left-col .location-content, .block-contact .grid-4 .left-col .location-content, .block-contact .grid-5 .left-col .location-content, .block-contact .grid-6 .left-col .location-content {
      bottom: 20px;
      left: 30px; } }
  @media screen and (max-width: 568px) {
    .block-contact .grid .left-col, .block-contact .grid-1 .left-col, .block-contact .grid-2 .left-col, .block-contact .grid-3 .left-col, .block-contact .grid-4 .left-col, .block-contact .grid-5 .left-col, .block-contact .grid-6 .left-col, .block-contact .grid .right-col, .block-contact .grid-1 .right-col, .block-contact .grid-2 .right-col, .block-contact .grid-3 .right-col, .block-contact .grid-4 .right-col, .block-contact .grid-5 .right-col, .block-contact .grid-6 .right-col {
      display: block; } }

.block-testimonials {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%; }
  .block-testimonials .testimonial-track {
    position: relative;
    background: white;
    width: 100%;
    overflow: hidden;
    padding: 70px 220px 64px 80px; }
  .block-testimonials .quote {
    position: absolute;
    z-index: 20;
    left: 90px;
    top: 30px; }
    .block-testimonials .quote svg {
      width: 30px; }
    .block-testimonials .quote.quote-end {
      left: initial;
      right: 0px;
      top: initial;
      bottom: 30px;
      transform: scale(-1); }
  .block-testimonials .slick-slide {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .block-testimonials .slick-slide p {
      font-size: 16px;
      font-weight: bold; }
    .block-testimonials .slick-slide h3 {
      margin-top: 40px;
      font-size: 16px; }
    .block-testimonials .slick-slide h4 {
      font-size: 14px;
      font-weight: normal; }
  .block-testimonials .project-card-content {
    pointer-events: none; }
  .block-testimonials .slick-dots {
    position: absolute;
    right: 75px;
    top: 60px; }
    .block-testimonials .slick-dots li {
      list-style-type: none;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #f1f1f1;
      margin: 12px 0;
      transform: scale(1);
      cursor: pointer; }
      .block-testimonials .slick-dots li.slick-active {
        transform: scale(1.3);
        background: #bbb; }
    .block-testimonials .slick-dots button {
      display: none; }
  .block-testimonials .slick-arrow {
    bottom: 60px; }
    .block-testimonials .slick-arrow svg {
      width: 50px;
      height: 50px; }
    .block-testimonials .slick-arrow svg circle {
      stroke: #585858;
      fill: white;
      transition: all .3s ease-out; }
    .block-testimonials .slick-arrow svg path {
      fill: #585858; }
  .block-testimonials .prev-arrow {
    right: 190px; }
  .block-testimonials .next-arrow {
    right: 130px; }
  @media screen and (max-width: 568px) {
    .block-testimonials .slick-dots {
      right: 20px; }
    .block-testimonials .quote {
      left: 40px;
      top: 20px; }
      .block-testimonials .quote svg {
        width: 36px; }
      .block-testimonials .quote.quote-end {
        bottom: 20px; }
    .block-testimonials .slick-slide h3 {
      margin-top: 20px; }
    .block-testimonials .testimonial-track {
      padding: 80px 30px 60px 30px; }
    .block-testimonials .prev-arrow {
      right: 120px; }
    .block-testimonials .next-arrow {
      right: 60px; }
    .block-testimonials .slick-arrow {
      bottom: 20px; } }

.block-two-column-sideline {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5.2%; }
  .block-two-column-sideline .right-content {
    width: calc(100% - 100px); }
    .block-two-column-sideline .right-content .intro {
      margin-bottom: 30px; }
    .block-two-column-sideline .right-content .left, .block-two-column-sideline .right-content .right {
      position: relative;
      padding: 40px; }
      .block-two-column-sideline .right-content .left *, .block-two-column-sideline .right-content .right * {
        color: white;
        font-weight: bold;
        z-index: 10;
        position: relative; }
      .block-two-column-sideline .right-content .left ul, .block-two-column-sideline .right-content .right ul {
        margin-left: 40px; }
      .block-two-column-sideline .right-content .left p:not(:last-of-type), .block-two-column-sideline .right-content .left li:not(:last-of-type), .block-two-column-sideline .right-content .right p:not(:last-of-type), .block-two-column-sideline .right-content .right li:not(:last-of-type) {
        margin-bottom: 20px; }
      .block-two-column-sideline .right-content .left .bg, .block-two-column-sideline .right-content .right .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5 !important; }
  @media screen and (max-width: 840px) {
    .block-two-column-sideline {
      padding: 0 5.2%; }
      .block-two-column-sideline .sideline {
        padding-left: 0; }
      .block-two-column-sideline .right-content {
        width: 100%; } }
  @media screen and (max-width: 568px) {
    .block-two-column-sideline {
      padding: 0 30px; } }

.block-calculator {
  padding: 0 5.2%; }
  .block-calculator .flex, .block-calculator .flex-wrap {
    justify-content: space-between; }
  .block-calculator .calc-sidebar {
    width: calc(30% - 20px); }
    .block-calculator .calc-sidebar li {
      list-style-type: none;
      padding: 16px 24px;
      color: white;
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
      transition: background .24s ease-out; }
      .block-calculator .calc-sidebar li:not(:last-child) {
        margin-bottom: 5px; }
      .block-calculator .calc-sidebar li svg {
        width: 20px;
        height: 20px; }
  .block-calculator form .grid-2 {
    margin-bottom: 30px;
    grid-gap: 80px; }
    .block-calculator form .grid-2 > div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .block-calculator form label {
    line-height: 1.3;
    width: 40px;
    color: #585858;
    font-weight: bold; }
    .block-calculator form label span.light {
      color: #585858;
      font-size: 13px;
      font-weight: normal; }
  .block-calculator form input {
    border: solid 1px #847E76;
    text-align: center;
    padding: 11px 20px;
    font-size: 24px;
    width: calc(100% - 80px) !important;
    transition: border .2s ease-out; }
    .block-calculator form input.error {
      border: solid 1px rgba(255, 0, 0, 0.5); }
    .block-calculator form input.valid {
      border: solid 1px #09AD68; }
  .block-calculator a.quote {
    padding: 18px 40px;
    font-weight: bold;
    border: none;
    color: white;
    height: auto;
    width: auto;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block; }
    .block-calculator a.quote:hover {
      color: white; }
  .block-calculator .result-section {
    margin-top: 46px;
    padding: 40px 30px;
    text-align: center;
    border-top: solid 1px #707070; }
    .block-calculator .result-section h2.answer {
      font-size: 62px;
      margin-bottom: 0; }
  .block-calculator .calc-content {
    position: relative;
    width: calc(70% - 20px);
    padding: 40px;
    background: white;
    min-height: 750px; }
    .block-calculator .calc-content p {
      margin-bottom: 30px; }
    .block-calculator .calc-content .calc-section {
      position: absolute;
      top: 60px;
      left: 60px;
      opacity: 0;
      width: calc(100% - 120px);
      height: calc(100% - 120px);
      z-index: 1;
      transition: opacity .3s linear; }
      .block-calculator .calc-content .calc-section.active {
        opacity: 1;
        z-index: 20;
        transition: opacity .4s linear .32s; }
    .block-calculator .calc-content input[type="radio"] {
      width: 18px !important;
      -webkit-appearance: none;
      position: relative;
      height: 18px;
      padding: 0 !important;
      margin-right: 10px;
      border-radius: 50%;
      margin-left: 0; }
    .block-calculator .calc-content .radios {
      margin-bottom: 30px; }
      .block-calculator .calc-content .radios label {
        position: relative;
        top: -3px;
        margin-right: 20px; }
    .block-calculator .calc-content input[type="submit"] {
      padding: 18px 40px;
      font-weight: bold;
      border: none;
      color: white;
      height: auto;
      width: auto;
      font-size: 16px; }
  @media screen and (max-width: 1050px) {
    .block-calculator .calc-content {
      min-height: 960px; }
    .block-calculator form .grid, .block-calculator form .grid-1, .block-calculator form .grid-2, .block-calculator form .grid-3, .block-calculator form .grid-4, .block-calculator form .grid-5, .block-calculator form .grid-6 {
      grid-template-columns: 1fr;
      grid-gap: 20px; }
    .block-calculator form .grid-2 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .block-calculator {
      padding: 0 30px; }
      .block-calculator .flex, .block-calculator .flex-wrap {
        flex-wrap: wrap; }
      .block-calculator .calc-sidebar, .block-calculator .calc-content {
        width: 100%; }
      .block-calculator .calc-content {
        padding: 40px 20px;
        margin-top: 20px;
        min-height: 880px; }
        .block-calculator .calc-content .calc-section {
          top: 40px;
          left: 20px;
          width: calc(100% - 40px); }
      .block-calculator .b-grid div:last-child label {
        display: none; }
      .block-calculator .b-grid div:last-child input {
        width: 100% !important; } }

.block-locations-finder {
  padding: 0 80px;
  position: relative; }
  .block-locations-finder #view-more-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 auto;
    padding: 35px 0; }
  .block-locations-finder #locationResults div:nth-child(n+10) {
    display: none; }
  .block-locations-finder .force-show div:nth-child(n+10) {
    display: block !important; }
  .block-locations-finder .grid-tablet-2 {
    grid-gap: 20px !important; }
    @media screen and (max-width: 1200px) {
      .block-locations-finder .grid-tablet-2 {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 768px) {
      .block-locations-finder .grid-tablet-2 {
        display: block; }
        .block-locations-finder .grid-tablet-2 .card:not(:last-child) {
          margin-bottom: 20px; } }
  .block-locations-finder .inputs {
    margin-bottom: 40px; }
  .block-locations-finder .spinner {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    border: 3px solid white;
    border-top: 3px solid;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 2s linear infinite; }
    @media screen and (max-width: 840px) {
      .block-locations-finder .spinner {
        left: calc(50% - 15px);
        top: 10px; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .block-locations-finder .maps {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    display: flex;
    margin-bottom: 0 !important; }
    .block-locations-finder .maps a {
      text-align: center;
      width: 50%;
      font-size: 14px;
      color: white;
      padding: 18px 10px;
      text-decoration: none;
      font-weight: bold; }
      .block-locations-finder .maps a:hover {
        color: white !important; }
    .block-locations-finder .maps a:first-of-type {
      background-color: darkgrey; }
    .block-locations-finder .maps a:last-of-type {
      background-color: grey; }
    .block-locations-finder .maps a.circle-link {
      position: relative; }
    .block-locations-finder .maps span.circle-link {
      display: inline;
      padding-left: 0 !important;
      padding-right: 25px !important;
      width: auto !important; }
      .block-locations-finder .maps span.circle-link:after {
        content: "";
        position: absolute;
        display: block;
        width: 18px;
        height: 18px;
        top: 0;
        right: 0;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.935' height='31.935' viewBox='0 0 31.935 31.935'%3E %3Cpath class='btn_icon' d='M15.968,31.935A15.968,15.968,0,1,1,31.935,15.968,15.986,15.986,0,0,1,15.968,31.935ZM13.339,6.386,11.178,8.638l7.02,7.329L11.178,23.3l2.161,2.252,9.2-9.581Z' fill='%23fff' opacity='1.0'/%3E %3C/svg%3E"); }
      @media screen and (max-width: 568px) {
        .block-locations-finder .maps span.circle-link {
          padding-right: 0 !important;
          text-align: center; }
          .block-locations-finder .maps span.circle-link:after {
            display: none; } }
  .block-locations-finder input[name="zip"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.9' height='15.9' viewBox='0 0 15.9 15.9'%3E %3Cpath id='Path_378' data-name='Path 378' d='M15.9,14.5l-3.3-3.3A6.847,6.847,0,0,0,14,7,6.957,6.957,0,0,0,7,0,6.957,6.957,0,0,0,0,7a6.957,6.957,0,0,0,7,7,6.847,6.847,0,0,0,4.2-1.4l3.3,3.3ZM2,7A4.951,4.951,0,0,1,7,2a4.951,4.951,0,0,1,5,5,4.951,4.951,0,0,1-5,5A4.951,4.951,0,0,1,2,7Z' fill='%23585858'/%3E %3C/svg%3E");
    background-color: white;
    background-repeat: no-repeat;
    background-position: 97% center; }
  .block-locations-finder div.button {
    border: none;
    padding-top: 12px;
    padding-bottom: 9px;
    min-width: initial;
    width: 100%;
    opacity: 1;
    pointer-events: auto; }
    .block-locations-finder div.button.disabled {
      pointer-events: none;
      opacity: 0.65; }
  .block-locations-finder .di-filter {
    padding-left: 0;
    padding-right: 0; }
    .block-locations-finder .di-filter select {
      background: white; }
    .block-locations-finder .di-filter > div:first-child {
      width: calc(28% - 30px); }
    .block-locations-finder .di-filter > div:nth-child(2) {
      width: calc(28% - 30px); }
    .block-locations-finder .di-filter > div:nth-child(3) {
      width: calc(28% - 30px); }
    .block-locations-finder .di-filter > div:last-child {
      width: calc(16% - 30px); }
    @media screen and (max-width: 1000px) {
      .block-locations-finder .di-filter > div {
        width: 100% !important;
        margin: 10px 0; } }
  .block-locations-finder .card {
    padding: 40px 30px 80px; }
    .block-locations-finder .card h3 {
      margin-bottom: 20px;
      font-size: 18px; }
    .block-locations-finder .card p {
      font-size: 16px; }
    .block-locations-finder .card > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 10px; }
      .block-locations-finder .card > div span:first-child {
        width: 35%; }
      .block-locations-finder .card > div span:last-child {
        width: 65%;
        padding-left: 10px;
        font-weight: bold; }
      @media screen and (max-width: 1200px) {
        .block-locations-finder .card > div span:first-child {
          width: 100%; }
        .block-locations-finder .card > div span:last-child {
          width: 100%;
          padding-left: 0; } }
  .block-locations-finder #locationResults {
    position: relative; }
  @media screen and (max-width: 900px) {
    .block-locations-finder {
      padding: 0px 30px 60px;
      margin: 40px 0; } }

.block-our-culture {
  margin: 140px 0 !important; }
  .block-our-culture.grid-2 {
    grid-gap: 80px;
    padding-right: 5.2% !important; }
    @media screen and (max-width: 840px) {
      .block-our-culture.grid-2 {
        grid-gap: 40px; }
        .block-our-culture.grid-2 > div:first-child {
          order: 1; } }
  @media screen and (max-width: 840px) {
    .block-our-culture {
      margin: 40px 0 !important; } }

.card {
  background: white;
  padding: 40px 30px 40px;
  position: relative; }

.block-two-column-image-content {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 568px) {
    .block-two-column-image-content {
      padding-left: 0;
      padding-right: 0; } }
  .block-two-column-image-content .grid-2 {
    grid-gap: 80px; }
    @media screen and (max-width: 1024px) {
      .block-two-column-image-content .grid-2 {
        grid-template-columns: 1fr; } }
  .block-two-column-image-content .image {
    position: relative;
    padding-bottom: 80%;
    overflow: hidden; }
    .block-two-column-image-content .image img {
      position: absolute;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .block-two-column-image-content .content-container {
    position: relative;
    padding: 60px 80px;
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-top: -60px;
    z-index: 10; }
    @media screen and (max-width: 1300px) {
      .block-two-column-image-content .content-container {
        padding: 40px 30px; } }
    @media screen and (max-width: 1024px) {
      .block-two-column-image-content .content-container {
        padding: 60px 40px; } }
    @media screen and (max-width: 568px) {
      .block-two-column-image-content .content-container {
        width: calc(100% - 40px);
        padding: 60px 20px;
        margin-left: 20px; } }

.block-image-content-overlap {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 568px) {
    .block-image-content-overlap {
      padding-left: 20px;
      padding-right: 20px; } }
  .block-image-content-overlap .wrapper {
    align-items: center; }
    @media screen and (max-width: 900px) {
      .block-image-content-overlap .wrapper {
        display: block; } }
  .block-image-content-overlap .image {
    position: relative;
    width: 50%;
    padding-bottom: 50%;
    margin-right: -100px; }
    @media screen and (max-width: 900px) {
      .block-image-content-overlap .image {
        width: calc(100% - 80px);
        margin-right: 40px;
        margin-left: 40px; } }
    .block-image-content-overlap .image img {
      position: absolute;
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .block-image-content-overlap .content-container {
    width: calc(50% + 100px);
    padding: 60px 80px 60px 180px;
    height: fit-content; }
    @media screen and (max-width: 900px) {
      .block-image-content-overlap .content-container {
        width: 100%;
        padding: 120px 40px 60px;
        margin-top: -60px; } }

.page-template-template-products-services .prod-cat,
.page-template-template-projects .prod-cat,
.page-template-template-blog .prod-cat,
.page-template-template-insights .prod-cat,
.page-template-template-join-our-team .prod-cat {
  text-transform: uppercase;
  margin-bottom: 8px; }
  .page-template-template-products-services .prod-cat strong,
  .page-template-template-projects .prod-cat strong,
  .page-template-template-blog .prod-cat strong,
  .page-template-template-insights .prod-cat strong,
  .page-template-template-join-our-team .prod-cat strong {
    font-size: 10px !important; }

.page-template-template-products-services .product-grid-wrap, .page-template-template-products-services .jobs-grid-wrap,
.page-template-template-projects .product-grid-wrap,
.page-template-template-projects .jobs-grid-wrap,
.page-template-template-blog .product-grid-wrap,
.page-template-template-blog .jobs-grid-wrap,
.page-template-template-insights .product-grid-wrap,
.page-template-template-insights .jobs-grid-wrap,
.page-template-template-join-our-team .product-grid-wrap,
.page-template-template-join-our-team .jobs-grid-wrap {
  padding: 0 5.2%;
  margin: 60px 0; }
  @media screen and (max-width: 1060px) {
    .page-template-template-products-services .product-grid-wrap, .page-template-template-products-services .jobs-grid-wrap,
    .page-template-template-projects .product-grid-wrap,
    .page-template-template-projects .jobs-grid-wrap,
    .page-template-template-blog .product-grid-wrap,
    .page-template-template-blog .jobs-grid-wrap,
    .page-template-template-insights .product-grid-wrap,
    .page-template-template-insights .jobs-grid-wrap,
    .page-template-template-join-our-team .product-grid-wrap,
    .page-template-template-join-our-team .jobs-grid-wrap {
      padding: 0 40px; } }
  @media screen and (max-width: 840px) {
    .page-template-template-products-services .product-grid-wrap, .page-template-template-products-services .jobs-grid-wrap,
    .page-template-template-projects .product-grid-wrap,
    .page-template-template-projects .jobs-grid-wrap,
    .page-template-template-blog .product-grid-wrap,
    .page-template-template-blog .jobs-grid-wrap,
    .page-template-template-insights .product-grid-wrap,
    .page-template-template-insights .jobs-grid-wrap,
    .page-template-template-join-our-team .product-grid-wrap,
    .page-template-template-join-our-team .jobs-grid-wrap {
      padding: 0 40px;
      margin: 30px 0; } }
  @media screen and (max-width: 568px) {
    .page-template-template-products-services .product-grid-wrap, .page-template-template-products-services .jobs-grid-wrap,
    .page-template-template-projects .product-grid-wrap,
    .page-template-template-projects .jobs-grid-wrap,
    .page-template-template-blog .product-grid-wrap,
    .page-template-template-blog .jobs-grid-wrap,
    .page-template-template-insights .product-grid-wrap,
    .page-template-template-insights .jobs-grid-wrap,
    .page-template-template-join-our-team .product-grid-wrap,
    .page-template-template-join-our-team .jobs-grid-wrap {
      padding: 0 30px; } }

.page-template-template-products-services .product-grid,
.page-template-template-projects .product-grid,
.page-template-template-blog .product-grid,
.page-template-template-insights .product-grid,
.page-template-template-join-our-team .product-grid {
  grid-gap: 40px; }
  .page-template-template-products-services .product-grid a,
  .page-template-template-projects .product-grid a,
  .page-template-template-blog .product-grid a,
  .page-template-template-insights .product-grid a,
  .page-template-template-join-our-team .product-grid a {
    text-decoration: none; }
  @media screen and (max-width: 1060px) {
    .page-template-template-products-services .product-grid,
    .page-template-template-projects .product-grid,
    .page-template-template-blog .product-grid,
    .page-template-template-insights .product-grid,
    .page-template-template-join-our-team .product-grid {
      grid-gap: 40px; } }
  @media screen and (max-width: 840px) {
    .page-template-template-products-services .product-grid,
    .page-template-template-projects .product-grid,
    .page-template-template-blog .product-grid,
    .page-template-template-insights .product-grid,
    .page-template-template-join-our-team .product-grid {
      grid-gap: 30px; } }

.page-template-template-products-services .product-card,
.page-template-template-projects .product-card,
.page-template-template-blog .product-card,
.page-template-template-insights .product-card,
.page-template-template-join-our-team .product-card {
  padding-bottom: 30px;
  position: relative; }
  .page-template-template-products-services .product-card .img-wrap,
  .page-template-template-projects .product-card .img-wrap,
  .page-template-template-blog .product-card .img-wrap,
  .page-template-template-insights .product-card .img-wrap,
  .page-template-template-join-our-team .product-card .img-wrap {
    position: relative;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    margin-bottom: 20px; }
    .page-template-template-products-services .product-card .img-wrap img,
    .page-template-template-projects .product-card .img-wrap img,
    .page-template-template-blog .product-card .img-wrap img,
    .page-template-template-insights .product-card .img-wrap img,
    .page-template-template-join-our-team .product-card .img-wrap img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: transform .3s ease-out;
      will-change: transform; }
    .page-template-template-products-services .product-card .img-wrap:hover img,
    .page-template-template-projects .product-card .img-wrap:hover img,
    .page-template-template-blog .product-card .img-wrap:hover img,
    .page-template-template-insights .product-card .img-wrap:hover img,
    .page-template-template-join-our-team .product-card .img-wrap:hover img {
      transform: scale(1.06); }
  .page-template-template-products-services .product-card .view-more,
  .page-template-template-projects .product-card .view-more,
  .page-template-template-blog .product-card .view-more,
  .page-template-template-insights .product-card .view-more,
  .page-template-template-join-our-team .product-card .view-more {
    position: absolute;
    bottom: 0px; }
  .page-template-template-products-services .product-card img,
  .page-template-template-projects .product-card img,
  .page-template-template-blog .product-card img,
  .page-template-template-insights .product-card img,
  .page-template-template-join-our-team .product-card img {
    margin-bottom: 20px; }
  .page-template-template-products-services .product-card h4,
  .page-template-template-projects .product-card h4,
  .page-template-template-blog .product-card h4,
  .page-template-template-insights .product-card h4,
  .page-template-template-join-our-team .product-card h4 {
    margin-bottom: 8px; }
  .page-template-template-products-services .product-card a,
  .page-template-template-projects .product-card a,
  .page-template-template-blog .product-card a,
  .page-template-template-insights .product-card a,
  .page-template-template-join-our-team .product-card a {
    text-decoration: none; }
    .page-template-template-products-services .product-card a.view-more,
    .page-template-template-projects .product-card a.view-more,
    .page-template-template-blog .product-card a.view-more,
    .page-template-template-insights .product-card a.view-more,
    .page-template-template-join-our-team .product-card a.view-more {
      display: inline-block;
      margin-top: 20px;
      font-size: 14px;
      line-height: 1.0; }
      .page-template-template-products-services .product-card a.view-more p,
      .page-template-template-projects .product-card a.view-more p,
      .page-template-template-blog .product-card a.view-more p,
      .page-template-template-insights .product-card a.view-more p,
      .page-template-template-join-our-team .product-card a.view-more p {
        font-size: 15px;
        font-weight: bold; }
  .page-template-template-products-services .product-card p,
  .page-template-template-projects .product-card p,
  .page-template-template-blog .product-card p,
  .page-template-template-insights .product-card p,
  .page-template-template-join-our-team .product-card p {
    font-size: 12px; }

.page-template-template-request-quote form input[type="submit"] {
  margin-top: 0 !important; }

.page-template-template-products-services .product-card,
.page-template-template-partners .product-card,
.page-template-template-projects .product-card {
  padding-bottom: 30px;
  background: white; }
  .page-template-template-products-services .product-card a.view-more,
  .page-template-template-partners .product-card a.view-more,
  .page-template-template-projects .product-card a.view-more {
    bottom: 20px;
    left: 20px; }

.page-template-template-products-services .product-grid,
.page-template-template-partners .product-grid,
.page-template-template-projects .product-grid {
  grid-auto-rows: 1fr; }
  .page-template-template-products-services .product-grid.grid-4,
  .page-template-template-partners .product-grid.grid-4,
  .page-template-template-projects .product-grid.grid-4 {
    grid-gap: 20px; }

.page-template-template-products-services .product-card .img-wrap,
.page-template-template-partners .product-card .img-wrap,
.page-template-template-projects .product-card .img-wrap {
  margin-bottom: 0; }

.page-template-template-products-services .prod-card-body,
.page-template-template-partners .prod-card-body,
.page-template-template-projects .prod-card-body {
  background: white;
  position: relative;
  padding: 20px 20px; }
  .page-template-template-products-services .prod-card-body .prod-company-list li,
  .page-template-template-partners .prod-card-body .prod-company-list li,
  .page-template-template-projects .prod-card-body .prod-company-list li {
    margin: 0px 0px 0px 10px;
    color: #cdcdcd;
    font-size: 10px; }
    .page-template-template-products-services .prod-card-body .prod-company-list li p,
    .page-template-template-partners .prod-card-body .prod-company-list li p,
    .page-template-template-projects .prod-card-body .prod-company-list li p {
      transform: translateY(1px); }

#job-search-wrap {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 5.2%; }
  @media screen and (max-width: 840px) {
    #job-search-wrap {
      padding: 0 30px;
      margin-bottom: 10px; } }
  #job-search-wrap input {
    width: 100%;
    padding: 8px 30px 8px 10px;
    border: none;
    font-weight: bold; }
  #job-search-wrap input[type="text"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.9' height='15.9' viewBox='0 0 15.9 15.9'%3E %3Cpath id='Path_378' data-name='Path 378' d='M15.9,14.5l-3.3-3.3A6.847,6.847,0,0,0,14,7,6.957,6.957,0,0,0,7,0,6.957,6.957,0,0,0,0,7a6.957,6.957,0,0,0,7,7,6.847,6.847,0,0,0,4.2-1.4l3.3,3.3ZM2,7A4.951,4.951,0,0,1,7,2a4.951,4.951,0,0,1,5,5,4.951,4.951,0,0,1-5,5A4.951,4.951,0,0,1,2,7Z' fill='%23585858'/%3E %3C/svg%3E");
    background-color: white;
    background-repeat: no-repeat;
    background-position: 97% center; }

.outer-filter-wrap {
  width: 1100px;
  max-width: 100%; }

.di-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 5.2%;
  margin-bottom: 40px; }
  .di-filter input {
    width: 100%;
    padding: 12px 30px 10px 10px;
    border: none;
    font-weight: bold; }
  .di-filter input[type="text"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.9' height='15.9' viewBox='0 0 15.9 15.9'%3E %3Cpath id='Path_378' data-name='Path 378' d='M15.9,14.5l-3.3-3.3A6.847,6.847,0,0,0,14,7,6.957,6.957,0,0,0,7,0,6.957,6.957,0,0,0,0,7a6.957,6.957,0,0,0,7,7,6.847,6.847,0,0,0,4.2-1.4l3.3,3.3ZM2,7A4.951,4.951,0,0,1,7,2a4.951,4.951,0,0,1,5,5,4.951,4.951,0,0,1-5,5A4.951,4.951,0,0,1,2,7Z' fill='%23585858'/%3E %3C/svg%3E");
    background-color: white;
    background-repeat: no-repeat;
    background-position: 95% center; }
  .di-filter div {
    width: calc(25% - 30px); }
  .di-filter > div {
    margin: 0 10px; }
    .di-filter > div:first-child {
      margin-left: 0;
      flex-grow: 1; }
    .di-filter > div:last-child {
      margin-right: 0; }
  .di-filter select {
    width: 100%;
    padding: 12px 30px 10px 10px;
    border: none;
    font-weight: bold; }
  @media screen and (max-width: 840px) {
    .di-filter {
      padding: 0 30px;
      margin-bottom: 0px; }
      .di-filter select {
        margin-bottom: 0px; }
      .di-filter > div {
        width: calc(50% - 8px);
        width: 100%;
        margin: 10px 0; } }

.job-opening-title {
  margin-bottom: 30px; }

.disclaimer {
  width: 1100px;
  margin: auto;
  max-width: 100%; }
  .disclaimer > div {
    padding: 0 5.2%; }
    @media screen and (max-width: 568px) {
      .disclaimer > div {
        padding: 0 30px; } }
  .disclaimer p {
    font-size: 14px; }

.block.companies {
  padding-top: 0 !important; }
  .block.companies a {
    text-decoration: none; }
  .block.companies .grid, .block.companies .grid-1, .block.companies .grid-2, .block.companies .grid-3, .block.companies .grid-4, .block.companies .grid-5, .block.companies .grid-6 {
    grid-gap: 20px; }
  .block.companies .post-grid-card {
    background: white !important;
    padding: 30px 20px; }
  .block.companies .post-grid-content {
    padding: 0 0 40px !important; }
    .block.companies .post-grid-content img {
      margin: 0 auto 30px;
      height: 130px !important; }
    .block.companies .post-grid-content h4 {
      font-size: 13px;
      font-weight: initial;
      margin-bottom: 5px; }
    .block.companies .post-grid-content .circle-link {
      position: absolute;
      bottom: 0px;
      left: 0; }
  .block.companies * {
    color: #585858 !important; }

.page-template-template-partners .di-filter > div:first-child {
  width: 300px;
  max-width: 100%;
  flex-grow: initial; }

.page-template-template-partners .product-grid-wrap {
  margin-bottom: 40px; }
  .page-template-template-partners .product-grid-wrap .grid-4 {
    grid-gap: 20px; }
  @media screen and (max-width: 840px) {
    .page-template-template-partners .product-grid-wrap {
      margin-top: 30px; } }

.page-template-template-partners .product-card {
  padding: 20px 20px 40px;
  position: relative; }
  .page-template-template-partners .product-card .img-wrap img {
    object-fit: cover;
    height: 106px;
    width: auto;
    margin: auto; }
    @media screen and (max-width: 568px) {
      .page-template-template-partners .product-card .img-wrap img {
        height: auto;
        width: 165px; } }
  .page-template-template-partners .product-card .prod-card-body {
    padding-left: 0;
    padding-right: 0; }
  .page-template-template-partners .product-card a.view-more {
    position: absolute; }

.products-filter div:nth-child(2),
.products-filter div:last-child, .project-filter div:nth-child(2),
.project-filter div:last-child {
  flex-grow: 1; }

.page-template-template-join-our-team .jobs-grid {
  grid-gap: 20px; }

.page-template-template-join-our-team .product-card {
  background: white;
  padding: 30px 20px 60px; }
  .page-template-template-join-our-team .product-card a.view-more {
    bottom: 20px; }

.single-product .block-content,
.single-post .block-content,
.single-project .block-content,
.single-insights .block-content {
  margin-top: 60px; }

.single-product h1,
.single-post h1,
.single-project h1,
.single-insights h1 {
  font-size: 40px; }

.single-product .block-hero,
.single-post .block-hero,
.single-project .block-hero,
.single-insights .block-hero {
  height: auto;
  padding: 0 80px;
  max-height: initial;
  margin-bottom: 60px; }
  .single-product .block-hero .hero-wrap,
  .single-post .block-hero .hero-wrap,
  .single-project .block-hero .hero-wrap,
  .single-insights .block-hero .hero-wrap {
    height: 0;
    padding-bottom: 53%; }
  .single-product .block-hero .hero-wrap img,
  .single-post .block-hero .hero-wrap img,
  .single-project .block-hero .hero-wrap img,
  .single-insights .block-hero .hero-wrap img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

.single-product .single-post-intro h1,
.single-post .single-post-intro h1,
.single-project .single-post-intro h1,
.single-insights .single-post-intro h1 {
  margin-top: 30px; }

.single-product .single-post-intro .single-intro-wrap,
.single-post .single-post-intro .single-intro-wrap,
.single-project .single-post-intro .single-intro-wrap,
.single-insights .single-post-intro .single-intro-wrap {
  display: flex;
  flex-wrap: wrap; }

.single-product .single-post-intro .single-stats,
.single-post .single-post-intro .single-stats,
.single-project .single-post-intro .single-stats,
.single-insights .single-post-intro .single-stats {
  width: 100%;
  padding-right: 40px; }
  .single-product .single-post-intro .single-stats .item-wrap,
  .single-post .single-post-intro .single-stats .item-wrap,
  .single-project .single-post-intro .single-stats .item-wrap,
  .single-insights .single-post-intro .single-stats .item-wrap {
    display: flex;
    align-items: flex-start; }
    .single-product .single-post-intro .single-stats .item-wrap:not(:last-child),
    .single-post .single-post-intro .single-stats .item-wrap:not(:last-child),
    .single-project .single-post-intro .single-stats .item-wrap:not(:last-child),
    .single-insights .single-post-intro .single-stats .item-wrap:not(:last-child) {
      margin-bottom: 10px; }
    .single-product .single-post-intro .single-stats .item-wrap .item-title, .single-product .single-post-intro .single-stats .item-wrap .item-desc,
    .single-post .single-post-intro .single-stats .item-wrap .item-title,
    .single-post .single-post-intro .single-stats .item-wrap .item-desc,
    .single-project .single-post-intro .single-stats .item-wrap .item-title,
    .single-project .single-post-intro .single-stats .item-wrap .item-desc,
    .single-insights .single-post-intro .single-stats .item-wrap .item-title,
    .single-insights .single-post-intro .single-stats .item-wrap .item-desc {
      font-size: 18px;
      line-height: 1.5; }
    .single-product .single-post-intro .single-stats .item-wrap .item-title,
    .single-post .single-post-intro .single-stats .item-wrap .item-title,
    .single-project .single-post-intro .single-stats .item-wrap .item-title,
    .single-insights .single-post-intro .single-stats .item-wrap .item-title {
      width: 22%;
      font-weight: normal; }
    .single-product .single-post-intro .single-stats .item-wrap .item-desc,
    .single-post .single-post-intro .single-stats .item-wrap .item-desc,
    .single-project .single-post-intro .single-stats .item-wrap .item-desc,
    .single-insights .single-post-intro .single-stats .item-wrap .item-desc {
      width: 78%;
      font-weight: bold;
      padding-left: 20px; }
    .single-product .single-post-intro .single-stats .item-wrap .single-content-container.item-desc,
    .single-post .single-post-intro .single-stats .item-wrap .single-content-container.item-desc,
    .single-project .single-post-intro .single-stats .item-wrap .single-content-container.item-desc,
    .single-insights .single-post-intro .single-stats .item-wrap .single-content-container.item-desc {
      font-weight: normal; }

.single-product .single-post-intro .single-description,
.single-post .single-post-intro .single-description,
.single-project .single-post-intro .single-description,
.single-insights .single-post-intro .single-description {
  width: 55%; }

.product-header {
  margin-top: 40px;
  padding-right: 0; }
  .product-header .button {
    margin-top: 30px; }
    .product-header .button:first-of-type {
      margin-right: 20px; }
  .product-header .abs-sideline {
    position: absolute;
    width: 20px;
    margin-left: -70px;
    top: 10px; }
    .product-header .abs-sideline h4 {
      writing-mode: vertical-rl;
      transform: scale(-1); }
    @media screen and (max-width: 1400px) {
      .product-header .abs-sideline {
        margin-left: -40px; } }
    @media screen and (max-width: 1000px) {
      .product-header .abs-sideline {
        margin-left: -35px; } }
    @media screen and (max-width: 840px) {
      .product-header .abs-sideline {
        position: relative;
        width: auto;
        top: initial;
        margin-left: 0; }
        .product-header .abs-sideline h4 {
          writing-mode: initial;
          transform: none; } }

@media screen and (max-width: 840px) {
  .product-header {
    padding-right: 30px; } }

@media screen and (max-width: 568px) {
  display: flex;
  flex-wrap: wrap-reverse;
  padding: 0 30px;
  > div {
    width: 100%; }
  .button {
    width: 100%; } }

.single-product-header .availability {
  margin: 23px 0px 0px 0px;
  text-transform: uppercase; }

.single-product-header .availability-list {
  margin: 20px 0px 0px 15px;
  list-style-type: '-  '; }
  .single-product-header .availability-list li {
    font-size: 14px; }

@media screen and (max-width: 960px) {
  .single-project .single-intro-wrap .single-stats .item-wrap {
    flex-wrap: wrap; }
    .single-project .single-intro-wrap .single-stats .item-wrap .item-title, .single-project .single-intro-wrap .single-stats .item-wrap .item-desc {
      width: 100%;
      padding-left: 0; } }

@media screen and (max-width: 568px) {
  .single-project .block-hero {
    padding: 30px;
    width: 100%; }
  .single-project .single-intro-wrap .single-stats {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px; }
  .single-project .single-intro-wrap .single-description {
    width: 100%; }
  .single-project .single-intro-wrap .single-stats .item-wrap .item-title, .single-project .single-intro-wrap .single-stats .item-wrap .item-desc {
    width: 100%;
    font-size: 12px; } }

.single-product-gallery {
  position: relative;
  overflow: hidden; }
  .single-product-gallery .display-grid {
    position: relative;
    padding-top: 0; }
    .single-product-gallery .display-grid .active-image {
      position: relative;
      padding-bottom: 68%;
      background: rgba(128, 128, 128, 0.3);
      will-change: opacity;
      backface-visibility: hidden;
      margin-bottom: 0px; }
    .single-product-gallery .display-grid .track-wrap {
      margin-top: 10px; }
    .single-product-gallery .display-grid .mask {
      height: 112px;
      position: relative;
      overflow: hidden; }
    .single-product-gallery .display-grid .track {
      padding-top: 0px;
      width: 100%;
      height: 78px;
      will-change: transform; }
    .single-product-gallery .display-grid .container {
      display: block;
      width: max-content;
      margin: 0 auto;
      min-width: 100%; }
    .single-product-gallery .display-grid .preview-image {
      position: relative;
      display: inline-block;
      height: 90px;
      width: 150px;
      top: -2px;
      margin-right: 6px;
      padding-right: 0;
      cursor: pointer;
      backface-visibility: hidden;
      filter: brightness(0.4); }
      .single-product-gallery .display-grid .preview-image .background {
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: transform 0.35s ease-in-out, opacity .35s ease-in-out; }
      .single-product-gallery .display-grid .preview-image:last-child {
        margin-right: 0; }
      .single-product-gallery .display-grid .preview-image.active {
        filter: brightness(0.8); }
        .single-product-gallery .display-grid .preview-image.active .background {
          transform: translate(-50%, -50%), scale(1.05); }
    .single-product-gallery .display-grid .arrow {
      width: 24px;
      height: 24px;
      cursor: pointer;
      position: absolute;
      border-radius: 50%;
      background-size: contain; }
      .single-product-gallery .display-grid .arrow.disable {
        cursor: initial;
        opacity: .15; }
    .single-product-gallery .display-grid .prev {
      left: 16px;
      bottom: 56px; }
    .single-product-gallery .display-grid .next {
      bottom: 56px;
      right: 16px; }

.single-insights .intro, .single-post .intro {
  margin: 40px auto;
  padding: 0 5.2%;
  max-width: 1050px; }
  @media screen and (max-width: 568px) {
    .single-insights .intro, .single-post .intro {
      padding: 0 25px; } }
  .single-insights .intro h1, .single-post .intro h1 {
    margin-bottom: 8px; }
  .single-insights .intro .insight-date, .single-post .intro .insight-date {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 10px; }

.single-insights #main > div:nth-child(2), .single-post #main > div:nth-child(2) {
  margin-top: 60px; }

.single-insights .content-container img, .single-insights .content-container video, .single-insights .content-container iframe,
.single-post .content-container img,
.single-post .content-container video,
.single-post .content-container iframe {
  left: 0;
  width: 100%;
  max-width: 100%; }

.single-insights .content-container img:first-child,
.single-post .content-container img:first-child {
  margin-top: 40px !important; }

.browser-adjustments-IE {
  /* Two Column Image Content */
  /* About Project */
  /* Product Single */
  /* Project Single */
  /* Product Single */
  /* Hero Images */
  /* Carousel Cards */
  /* Block Image Content */
  /* Block Two Column Image */
  /* Product & Services Block */
  /* Project Cards */ }
  .browser-adjustments-IE .sideline h2 {
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    display: inline-block;
    position: relative;
    white-space: nowrap; }
  .browser-adjustments-IE .block-two-column-image-content .image img {
    width: auto;
    max-width: inherit; }
  .browser-adjustments-IE .grid, .browser-adjustments-IE .grid-1, .browser-adjustments-IE .grid-2, .browser-adjustments-IE .grid-3, .browser-adjustments-IE .grid-4, .browser-adjustments-IE .grid-5, .browser-adjustments-IE .grid-6, .browser-adjustments-IE .grid-2 {
    display: flex;
    flex-wrap: wrap; }
    .browser-adjustments-IE .grid a.product-grid-layout, .browser-adjustments-IE .grid-1 a.product-grid-layout, .browser-adjustments-IE .grid-2 a.product-grid-layout, .browser-adjustments-IE .grid-3 a.product-grid-layout, .browser-adjustments-IE .grid-4 a.product-grid-layout, .browser-adjustments-IE .grid-5 a.product-grid-layout, .browser-adjustments-IE .grid-6 a.product-grid-layout, .browser-adjustments-IE .grid-2 a.product-grid-layout {
      padding-bottom: 30%; }
  .browser-adjustments-IE .grid-4 > a, .browser-adjustments-IE .grid-4 > div {
    width: calc(25% - 40px);
    margin: 10px 20px; }
  .browser-adjustments-IE .grid-3 > a, .browser-adjustments-IE .grid-3 > div {
    width: calc(33.33% - 40px);
    margin: 10px 20px; }
    @media screen and (max-width: 840px) {
      .browser-adjustments-IE .grid-3 > a, .browser-adjustments-IE .grid-3 > div {
        width: 100%;
        margin: 10px 0; } }
  .browser-adjustments-IE .grid-2 > a, .browser-adjustments-IE .grid-2 > div {
    width: calc(50% - 40px);
    margin: 10px 20px; }
    @media screen and (max-width: 840px) {
      .browser-adjustments-IE .grid-2 > a, .browser-adjustments-IE .grid-2 > div {
        width: 100%;
        margin: 10px 0; } }
  .browser-adjustments-IE .grid-2 > div.job-card, .browser-adjustments-IE .grid-3 > div.job-card, .browser-adjustments-IE .grid-4 > div.job-card {
    padding-bottom: 60px; }
  .browser-adjustments-IE .product-header .abs-sideline h4 {
    margin-top: 10px;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    display: inline-block;
    position: relative;
    white-space: nowrap; }
  .browser-adjustments-IE .single-product .single-post-intro .single-stats .item-wrap {
    display: block; }
  .browser-adjustments-IE .single-product-gallery .display-grid .preview-image {
    width: calc(25% - 10px); }
  .browser-adjustments-IE .single-product-gallery .display-grid .mask {
    height: inherit;
    overflow: auto; }
  .browser-adjustments-IE .single-product-gallery .display-grid .track {
    height: inherit; }
  .browser-adjustments-IE .single-product-gallery .display-grid .arrow {
    display: none; }
  .browser-adjustments-IE .block-hero .hero-img-wrap {
    overflow: hidden; }
    .browser-adjustments-IE .block-hero .hero-img-wrap img {
      height: auto;
      width: 100%;
      max-width: none; }
  .browser-adjustments-IE .block-project-carousel .project-track .project-card img {
    width: auto;
    max-width: none;
    min-width: 100%; }
  .browser-adjustments-IE .block-image-content-overlap .image {
    overflow: hidden; }
    .browser-adjustments-IE .block-image-content-overlap .image img {
      width: auto;
      max-width: none;
      min-width: 100%; }
  .browser-adjustments-IE .block-two-column-image-content .image img {
    width: auto;
    max-width: none;
    min-width: 100%; }
  .browser-adjustments-IE .block-products-grid a.product-grid-layout img {
    width: auto;
    max-width: none;
    min-width: 100%; }
  .browser-adjustments-IE .page-template-template-products-services .product-card .img-wrap img, .browser-adjustments-IE .page-template-template-projects .product-card .img-wrap img, .browser-adjustments-IE .page-template-template-blog .product-card .img-wrap img, .browser-adjustments-IE .page-template-template-insights .product-card .img-wrap img, .browser-adjustments-IE .page-template-template-join-our-team .product-card .img-wrap img {
    width: auto;
    max-width: none;
    min-width: 100%; }
  .browser-adjustments-IE .block-two-column-sideline .right-content .intro {
    padding-left: 25px; }

.block-cta-button {
  margin: -70px 0; }
  .block-cta-button .content-container {
    display: flex;
    justify-content: center; }
  .block-cta-button a.button {
    padding: 20px 48px;
    border: 3px solid transparent; }
    .block-cta-button a.button.primary-color {
      background-color: var(--primary-color); }
      .block-cta-button a.button.primary-color:hover {
        background-color: transparent;
        color: var(--primary-color);
        border-color: var(--primary-color); }
    .block-cta-button a.button.secondary-color {
      background-color: var(--secondary-color); }
      .block-cta-button a.button.secondary-color:hover {
        color: var(--secondary-color);
        background-color: transparent;
        border-color: var(--secondary-color); }

.block.block-shortcode {
  padding: 0 5%; }
  .block.block-shortcode .content-container {
    display: flex;
    justify-content: center; }

.block.block-split-calendar {
  display: flex; }
  .block.block-split-calendar .di-custom-scroll {
    overflow: visible !important; }
  .block.block-split-calendar .calendar {
    width: 50%; }
  @media screen and (max-width: 1540px) {
    .block.block-split-calendar {
      display: block; }
      .block.block-split-calendar .calendar, .block.block-split-calendar .content-container {
        width: 100%; }
      .block.block-split-calendar .content-container {
        margin-top: 80px; } }
  @media screen and (max-width: 760px) {
    .block.block-split-calendar .di-custom-scroll {
      overflow-x: scroll !important; } }

