html {
  scroll-behavior: smooth;
}
@media (min-width: 600px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  color: #3A3A3A;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat", sans-serif;
}

h1, .h1 {
  font-size: 2.8125rem;
  line-height: 3.4rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h2, .h2 {
  color: #879B85;
  font-size: 1.875em;
  font-weight: 400;
}

h3, .h3 {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.4375em;
  line-height: 2rem;
}

p {
  font-size: 1.125rem;
  line-height: 1.9375em;
}

.parallax {
  position: relative;
  will-change: transform;
  transition: transform 0.1s ease-out;
}

.page-template-default .fadein {
  opacity: 0;
  transform: translateY(20px); /* optional: slight up movement */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.page-template-default .fadein.visible {
  opacity: 1;
  transform: translateY(0);
}

.editor-styles-wrapper .fadein .block-editor-block-list__block.fadein {
  opacity: 1 !important;
  transform: none !important;
}

picture img {
  max-width: 100%;
}

.padded {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 600px) {
  .padded {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 600px) {
  .padded-desktop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 600px) {
  .padded-mobile {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.padded-top {
  padding-top: 4rem;
}
@media (max-width: 600px) {
  .padded-top {
    padding-top: 2.5rem;
  }
}

@media (max-width: 600px) {
  .padded-top-mobile {
    padding-top: 2.5rem;
  }
}

.padded-bottom {
  padding-bottom: 4rem;
}
@media (max-width: 600px) {
  .padded-bottom {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 600px) {
  .padded-bottom-mobile {
    padding-bottom: 2.5rem;
  }
}

.padded-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .padded-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.padded-top-sm {
  padding-top: 1.5rem;
}
@media (max-width: 600px) {
  .padded-top-sm {
    padding-top: 1rem;
  }
}

.padded-bottom-sm {
  padding-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .padded-bottom-sm {
    padding-bottom: 1rem;
  }
}

.center {
  text-align: center;
}

@media (max-width: 600px) {
  .center-small {
    text-align: center;
  }
}

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

@media (min-width: 600px) {
  .right-medium {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 600px) {
  .center-vertically {
    align-content: center;
    align-items: center;
  }
}

.middle {
  align-self: center;
}

@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .medium-up {
    display: none !important;
  }
}

html[data-whatintent=mouse] .nav-link:focus-visible,
html[data-whatintent=mouse] .navbar-toggler:focus,
html[data-whatintent=touch] .nav-link:focus-visible,
html[data-whatintent=touch] .navbar-toggler:focus {
  box-shadow: none;
}

.unstyled-content {
  padding: 1.75rem;
}
@media (min-width: 600px) {
  .unstyled-content {
    padding: 1.5rem 4rem;
  }
}

.wp-block-image.is-style-rounded-corners {
  border-radius: 18px;
  overflow: hi;
}

.show-for-sr {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

header .wp-block-group > .wp-block-group,
header .wp-block-group .wp-block-group.is-layout-contrained {
  width: 100%;
  margin: 0;
  padding: 0;
}
header .header-row {
  align-items: center;
}
@media (min-width: 600px) {
  header .header-row {
    align-items: flex-end;
  }
}
header .header-row .wp-block-group {
  padding: 40px 80px;
  background-color: #879B85;
  width: 70%;
}
@media (min-width: 600px) and (max-width: 1024px) {
  header .header-row .wp-block-group {
    width: 60%;
  }
}
@media (max-width: 600px) {
  header .header-row .wp-block-group {
    width: 90%;
    padding: 35px;
  }
  header .header-row .wp-block-group img {
    width: 207px;
  }
}
header .header-row nav {
  padding-right: 30px;
  padding-left: 30px;
  width: 30%;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  header .header-row nav {
    padding-bottom: 30px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  header .header-row nav {
    width: 40%;
  }
}
@media (max-width: 600px) {
  header .header-row nav {
    width: 10%;
  }
  header .header-row nav button svg {
    width: 30px;
    height: 30px;
  }
}
header .header-row nav ul {
  justify-content: space-between;
}
header .header-row nav li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
  position: relative;
  box-shadow: inset 0 0 0 0 #EBE8DB;
  color: #3A3A3A;
  padding: 0 0.25rem;
  margin: 0 -0.25rem;
}
header .header-row nav li a:hover, header .header-row nav li a:focus {
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #EBE8DB;
}
@media (min-width: 600px) {
  header .header-row #mobile {
    display: none;
  }
}

main {
  padding-left: 0;
  padding-right: 0;
  width: 1600px;
  margin: 0 auto;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  /*
  @include breakpoint(medium) {
    &:before {
      content: '';
      width: 1px;
      height: 100%;
      background-color: $ghost;
      z-index: -1;
      left: 30%;
      top: 0;
      display: block;
      position: absolute;

    }
    &:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: $ghost;
      z-index: -1;
      left: 70%;
      top: 0;
      position: absolute;

    }
  }
  */
}
main.has-global-padding {
  padding-left: 0;
  padding-right: 0;
}

.content-row, .content-wrapper .has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}

form .wpforms-field {
  margin-bottom: 0.5rem;
}
form label {
  font-size: 1.125rem;
  line-height: 1.9375em;
  font-weight: 400 !important;
  margin-bottom: 0.5rem;
}
form label .wpforms-required-label {
  opacity: 0;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form textarea {
  font-size: 1.125rem;
  line-height: 1.9375em;
  padding: 10px;
  border: 1px #d0c9aa solid;
}
form input[type=submit],
form button.wpforms-submit {
  appearance: none;
  border: 0;
  background-color: #879B85;
  color: #EBE8DB;
  font-size: 1.125rem;
  line-height: 1.9375em;
  font-family: "Montserrat", sans-serif;
  padding: 15px;
  transition: all 0.35s ease-in-out;
}
form input[type=submit]:hover, form input[type=submit]:focus,
form button.wpforms-submit:hover,
form button.wpforms-submit:focus {
  background-color: #EBE8DB;
  color: #3A3A3A;
}

footer .footer-container {
  padding-top: 0;
  padding: 0;
}
footer .footer-container .footer-row {
  align-items: center;
  gap: 0;
}
@media (max-width: 600px) {
  footer .footer-container .footer-row .logo-area {
    padding: 1.5rem;
  }
  footer .footer-container .footer-row .logo-area img {
    max-width: 315px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  footer .footer-container .footer-row .logo-area {
    padding-left: 60px;
  }
  footer .footer-container .footer-row .logo-area .wp-block-image img {
    width: 230px;
  }
}
@media (min-width: 1025px) {
  footer .footer-container .footer-row .logo-area {
    padding-left: 85px;
  }
  footer .footer-container .footer-row .logo-area .wp-block-image img {
    width: 263px;
  }
}
footer .footer-container .footer-row .footer-right {
  background-color: #879B85;
  padding: 30px;
  gap: 2rem;
  display: flex;
  justify-content: flex-start;
}
footer .footer-container .footer-row .footer-right p, footer .footer-container .footer-row .footer-right a {
  color: #EBE8DB;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
}
footer .footer-container .footer-row .footer-right .linkedin {
  width: 28px;
}
@media (max-width: 600px) {
  footer .footer-container .footer-row .footer-right .linkedin {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  footer .footer-container .footer-row .footer-right {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  footer .footer-container .footer-row .footer-right {
    width: 65%;
    padding: 60px 60px;
  }
}
@media (min-width: 1025px) {
  footer .footer-container .footer-row .footer-right {
    width: 70%;
    padding: 60px 60px;
  }
  footer .footer-container .footer-row .footer-right .wp-block-image {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
footer .copyright {
  margin-top: 1.2rem;
  font-size: 0.8125em;
  line-height: 1rem;
}
footer .copyright p {
  font-size: 0.8125em;
  line-height: 1rem;
}
footer .copyright nav {
  margin-left: 0.25rem;
}
footer .copyright nav a {
  font-size: 0.8125em;
  line-height: 1rem;
  text-decoration: underline;
}
@media (max-width: 600px) {
  footer .copyright {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 600px) {
  footer .copyright {
    padding-left: calc(30% + 56px);
    font-size: 1.125rem;
    line-height: 1.9375em;
  }
}

.home-hero {
  position: relative;
}
.home-hero .wp-block-image {
  position: relative;
  z-index: 1;
}
.home-hero .wp-block-heading {
  position: absolute;
  z-index: 2;
  padding-left: 24px;
  top: 45px;
  max-width: 80%;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .home-hero .wp-block-heading {
    font-size: 2.4rem;
    line-height: 2.8rem;
    top: 60px;
    display: block;
    padding-left: 60px;
    max-width: 560px;
  }
}
@media (min-width: 1025px) {
  .home-hero .wp-block-heading {
    top: 160px;
    display: block;
    padding-left: 100px;
    max-width: 560px;
  }
}

@media (min-width: 600px) {
  .wp-block-columns.investigations h2 {
    margin-bottom: 95px;
  }
}
.wp-block-columns.investigations .copy-area {
  padding: 1.5rem;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.investigations .copy-area {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.investigations .copy-area {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 80px;
    padding-bottom: 0;
  }
}
.wp-block-columns.investigations .image-area {
  padding-top: 1.5rem;
}
.wp-block-columns.investigations .image-area figure {
  position: relative;
}
.wp-block-columns.investigations .image-area figure img {
  position: relative;
  z-index: 1;
}
.wp-block-columns.investigations .image-area figure:before {
  content: "";
  position: absolute;
  display: block;
  border: 1px #879B85 solid;
  z-index: 0;
}
@media (max-width: 600px) {
  .wp-block-columns.investigations .image-area figure {
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .wp-block-columns.investigations .image-area figure:before {
    top: -15px;
    left: -15px;
    z-index: 2;
    height: 47px;
    width: 47px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.investigations .image-area figure:before {
    width: 58px;
    height: 58px;
    bottom: -25px;
    left: -25px;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.investigations .image-area figure:before {
    width: 74px;
    height: 74px;
    bottom: -35px;
    left: -35px;
  }
}
@media (min-width: 600px) {
  .wp-block-columns.compliance {
    padding-top: 90px;
  }
}
.wp-block-columns.compliance .copy-area {
  padding: 1.5rem;
}
@media (max-width: 600px) {
  .wp-block-columns.compliance .copy-area {
    order: 1;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.compliance .copy-area {
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.compliance .copy-area {
    padding-left: 100px;
    padding-right: 150px;
    padding-top: 100px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.compliance .image-area {
    padding-top: 1.5rem;
    order: 2;
  }
  .wp-block-columns.compliance .image-area figure {
    width: calc(100% - 1.5rem);
  }
}
@media (min-width: 600px) {
  .wp-block-columns.consulting {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.wp-block-columns.consulting .copy-area {
  padding: 1.5rem;
}
@media (min-width: 600px) {
  .wp-block-columns.consulting .copy-area {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.consulting .copy-area {
    padding-top: 40px;
    padding-left: 100px;
    padding-right: 80px;
    padding-bottom: 0;
  }
}
.wp-block-columns.consulting .image-area {
  padding-top: 2rem;
}
@media (min-width: 600px) {
  .wp-block-columns.consulting .image-area {
    padding-top: 100px;
  }
}
.wp-block-columns.consulting .image-area figure {
  position: relative;
}
.wp-block-columns.consulting .image-area figure img {
  position: relative;
  z-index: 1;
}
.wp-block-columns.consulting .image-area figure:before {
  content: "";
  position: absolute;
  display: block;
  width: 74px;
  height: 74px;
  border: 1px #879B85 solid;
  z-index: 0;
}
@media (max-width: 600px) {
  .wp-block-columns.consulting .image-area figure {
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .wp-block-columns.consulting .image-area figure:before {
    top: -15px;
    left: -15px;
    z-index: 2;
    height: 47px;
    width: 47px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.consulting .image-area figure:before {
    width: 58px;
    height: 58px;
    bottom: -15px;
    left: -15px;
  }
}
@media (min-width: 600px) {
  .wp-block-columns.consulting .image-area figure:before {
    top: -35px;
    left: -35px;
  }
}
.wp-block-columns.about-section .copy-area {
  padding: 1.5rem;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.about-section .copy-area {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.about-section .copy-area {
    padding-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 0;
  }
}
.wp-block-columns.about-section .image-area {
  padding-top: 1.5rem;
}
.wp-block-columns.about-section .image-area figure {
  position: relative;
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.about-section .image-area figure {
    margin-right: 25px;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.about-section .image-area figure {
    margin-right: 35px;
  }
}
.wp-block-columns.about-section .image-area figure img {
  position: relative;
  z-index: 1;
}
.wp-block-columns.about-section .image-area figure:before {
  content: "";
  position: absolute;
  display: block;
  border: 1px #879B85 solid;
  z-index: 0;
}
@media (max-width: 600px) {
  .wp-block-columns.about-section .image-area figure {
    width: calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .wp-block-columns.about-section .image-area figure:before {
    top: -15px;
    left: -15px;
    height: 47px;
    width: 47px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .wp-block-columns.about-section .image-area figure:before {
    width: 58px;
    height: 58px;
    top: -25px;
    right: -25px;
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.about-section .image-area figure:before {
    width: 74px;
    height: 74px;
    top: -35px;
    right: -35px;
  }
}

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