/* COLORS */
/* 24px */
/* 32px */
/* 64px */
/* 96px */
/* 128px */
/* 160px */
/* fonts */
.lexend {
  font-family: "Lexend", sans-serif;
}
.cormorant {
  font-family: "Cormorant", serif;
}
.text-body {
  font-size: 16px;
  margin-bottom: 5vh;
}
.image-white {
  filter: brightness(0) invert(1);
  width: 18px;
  height: 20px;
  align-self: center;
  /* margin-bottom: 5px; */
}
.text-center {
  text-align: center;
}
.textarea {
  width: 100%;
  margin-top: 5vh;
  background-color: #eee;
  overflow: hidden;
  height: 60vh;
  max-height: 60vh;
  border: 1px solid #ccc;
  overflow-y: auto;
  padding: 15px;
}
.body, .body p {
  font-size: 16px;
  font-weight: 200;
  font-family: "Lexend", sans-serif;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.body-large, .body-large p {
  font-size: 18px;
  font-weight: 200;
  font-family: "Lexend", sans-serif;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.body-xl, .body-xl p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.focus-image-right {
  width: calc(50% - 100px);
  margin-left: 100px;
}
.focus-image-left {
  width: calc(50% - 100px);
  margin-right: 100px;
}
.headline, .headline p {
  font-size: 14px;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.subheading, .subheading p {
  font-size: 20px;
  font-weight: 300;
  font-family: "Lexend", sans-serif;
  line-height: 175%;
  letter-spacing: 0.05em;
}
.inactive {
  display: none;
  /* height: 0vh !important; */
}
.h1, .h1 p {
  font-size: 88px;
  font-weight: 600;
  font-family: "Cormorant", serif;
}
.h2, .h2 p, .news-article-page article h2 {
  font-size: 64px;
  font-weight: 600;
  font-family: "Cormorant", serif;
}
.h3, .h3 p, .news-article-page article h3 {
  font-size: 48px;
  font-weight: 500;
  font-family: "Cormorant", serif;
}
.h4, .h4 p, .news-article-page article h4 p {
  font-size: 40px;
  font-weight: 400;
  font-family: "Cormorant", serif;
}
.h5, .h5 p, .news-article-page article h5 p {
  font-size: 32px;
  font-weight: 400;
  font-family: "Cormorant", serif;
}
.h6, .h6 p, .news-article-page article h6 p {
  font-size: 28px;
  font-weight: 600;
  font-family: "Cormorant", serif;
}
.h7, .h7 p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Cormorant", serif;
}
.h8, .h8 p {
  font-size: 18px;
  font-weight: 500;
  font-family: "Cormorant", serif;
}
body {
  font-style: normal;
  font-family: "Lexend", sans-serif;
}
a, a:hover, a:focus, a:active {
  /* text-decoration: none; */
  color: inherit;
}
.link-border-white:hover {
  color: #ffffff;
}
p {
  line-height: 1.25;
}
p, ul, li {
  font-size: 1.25vh;
  font-weight: 300;
  line-height: 1.5;
}
.contact-section__item {
    padding: 0;
  }
@media (min-width: 1650px) {
      .contact-section__item:first-of-type {
        display: flex;
        justify-content: flex-end;
      }

        .contact-section__item:first-of-type > div {
          padding-left: 0;
        }
    }
.contact-section__item > div {
      padding: 4rem 1.5rem;
      margin-bottom: 0;
    }
@media (min-width: 768px) {
.contact-section__item > div {
        padding: 5.625rem 6rem;
        max-width: 720px;
        margin-bottom: 3vh
    }
      }
.contact-section__item > div p {
        width: 100%;
        font-size: 1.5rem;
      }
@media (min-width: 1024px) {
.contact-section__item > div p { 
            font-size: 2rem
      }
        }
.contact-section__item a {
      display: inline-flex;
      align-items: center;
    }
footer {
  background-color: #f0f1f1;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
footer {
    padding: 88px 6rem 40px 6rem;
    display: flex;
    flex-direction: column;
    align-items: center
}
  }
footer .footer-wrapper {
    width: 100%;
    max-width: 1440px;
  }
footer img {
    height: 2.5vh;
  }
footer .footer-detail {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 3.5rem 0;
  }
@media (min-width: 768px) {
footer .footer-detail {
      flex-direction: row;
      justify-content: space-between
  }
    }
footer .footer-detail .footer-headline {
      display: none;
    }
@media (min-width: 1024px) {
footer .footer-detail .footer-headline {
        display: block
    }
      }
footer .footer-detail .contact-details {
      margin-bottom: 1rem;
    }
footer .footer-detail .contact-details a {
        font-size: 1.125rem;
        font-weight: 400;
      }
footer .footer-detail .contact-details a[href^="mailto:"] {
          text-decoration: none;
        }
footer .footer-detail .contact-details a[href^="tel:"] {
          font-size: 14px;
          font-family: Lexend, sans-serif;
          font-weight: 300;
          text-decoration: none;
        }
footer .footer-detail .legal-ctas .navButton {
        font-size: 14px;
        line-height: 3;
        text-decoration: none;
        padding-bottom: 7.5px;
        border-bottom: 1px solid black;
        margin-bottom: 3rem;
      }
footer .copyright {
    margin-top: 0;
  }
.flourish {
  display: flex;
  flex-direction: row;
  align-self: center;
  opacity: 1;
  height: 15px;
  width: 100%;
  margin-top: 0;
}
.flourish .line {
    align-self: center;
    height: 7.5px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #b1b7b3;
    margin-bottom: 6.5px;
    margin-left: 0;
    margin-top: 0;
  }
.flourish .ellipse {
    align-self: center;
    display: inline-flex;
    position: static;
    height: 15px;
    width: 15px;
    border: 1px solid #b1b7b3;
    border-radius: 50%;
  }
.hero .hero-background {
    background-position-x: center;
    height: 90vh;
  }
@media (min-width: 1024px) {
.hero .hero-background {
      height: 75vh
  }
    }
.hero .hero-text-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
.hero .hero-text-wrapper p {
      max-width: 830px;
    }
.hero .hero-text-wrapper .page-intro p {
        font-size: 1.13rem;
      }
.page-headline {
  animation: 0.4s ease 0s normal forwards 1 appearFromBelow;
  -webkit-animation: 0.4s ease 0s normal forwards 1 appearFromBelow;
  margin-bottom: 3vh;
  font-family: "Cormorant", serif;
}
/* page */
.page-headline p {
  color: white;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.25rem;
}
.page-intro {
  opacity: 0;
  animation: 0.4s ease 0.4s normal forwards 1 appearFromBelow;
}
.page-intro p {
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .page-headline {
    width: 80vw;
  }

  .page-headline p {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1.5px;
  }

  .page-intro {
    font-family: "Lexend", sans-serif;
    width: 60vw;
  }

  .page-intro p {
    font-size: 24px;
  }
}
header {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-family: "Lexend";
  padding: 1rem 1.5rem;
  margin-bottom: 8vh;
  position: absolute;
  width: 100%;
  z-index: 10;
}
header .nav-logo {
    height: 25px;
  }
header .nav-logo svg {
      vertical-align: unset;
    }
header .nav-logo#mobile {
    display: none;
  }
header.open {
    background-color: #363636;
  }
header.open div.nav-logo {
      display: none;
    }
header.open .nav-logo#mobile {
      display: inline;
    }
header.theme-light #hamburger-closed {
      color: #676f69;
    }
header.theme-light #hamburger-open {
      color: #ffffff;
    }
header.theme-light .underline-nav.active {
      border-color: black !important;
    }
header.theme-light .underline-nav::after {
      background: black !important;
    }
@media (min-width: 992px) {
header.theme-light {
      color: black
  }
    }
header .nav-wrapper__outer {
    width: 100%;
    font-size: normal;
    line-height: normal;
  }
/* &.desktop {
      display: none;

      @media (min-width: 1024px) {
        display: block;
      }
    }

    &.mobile {
      display: block;

      @media (min-width: 1024px) {
        display: none;
      }
    } */
header .nav-wrapper__outer #mobileNav {
      margin-right: 0;
      display: flex;
      justify-content: flex-end;
      position: relative;
    }
header .nav-wrapper__outer #mobileNav #hamburger-open {
        text-decoration: none;
      }
header .nav-wrapper__outer #mobileNav #hamburger-closed {
        text-decoration: none;
      }
header .nav-wrapper__outer .nav-wrapper__inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }
header .nav-wrapper__outer .nav-wrapper__inner .nav-icon {
        display: flex;
        align-items: center;

        /* .nav-logo {
          margin: 0;
          height: 2.5vh;
        } */
      }
header .nav-wrapper__outer .nav-wrapper__inner .navigation {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
      }
/* I don't think this rule does anything */
header .nav-wrapper__outer .nav-wrapper__inner .navigation a:not(.bttn) {
          -webkit-text-decoration: underline solid transparent;
                  text-decoration: underline solid transparent;
          margin-left: 2vw;
          text-align: center;
          letter-spacing: 0.1vw;
          height: 100%;
        }
header .nav-wrapper__outer .nav-wrapper__inner .navigation .underline-nav::after {
          content: "";
          display: block;
          width: 0;
          height: 2px;
          background: white;
          transition: width 0.3s;
        }
header .nav-wrapper__outer .nav-wrapper__inner .navigation .underline-nav:hover::after {
          /* border-bottom: 1px solid white; */
          width: 100%;
          /* text-decoration: underline solid white !important; */
        }
header .nav-wrapper__outer .nav-wrapper__inner .navigation .underline-nav.active {
          border-bottom: solid 1px white;
        }
header .nav-wrapper__outer .nav-wrapper__inner .navigation #nav-border {
          border: solid white 0.1rem;
          padding: 10px 1.5rem;
          margin-right: 0;
          transition: background-color 0.5s ease-out, border-color 0.5s ease-in,
            background-color 0.5s ease-out, color 0.5s ease-in;
        }
header .nav-wrapper__outer .nav-wrapper__inner .navigation #nav-border:hover {
          background-color: #ffffff;
          border-color: #000;
          color: #000;
        }
header #hamburger-nav {
    transition: height 0.5s ease;
    height: 50vh;
    z-index: 3;
    border: none;
    width: 100%;
  }
header #hamburger-nav a {
      display: block;
      margin-bottom: 0.65rem;
    }
header #hamburger-nav a:first-of-type {
      margin-top: 1.15rem;
    }
header #hamburger-nav a.inactive {
      display: none;
    }
.video-iframe {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1.5rem 1.5rem 2rem 1.5rem;
}
@media (min-width: 1024px) {
.video-iframe {
    margin: 3rem 6rem 6rem 6rem
}
  }
.video-iframe .section-headline {
    display: flex;
    white-space: nowrap;
    align-self: center;
    width: 100%;
    max-width: 1440px;
    margin-bottom: 3rem;
  }
.video-iframe .section-headline .bullet-image {
      padding: 0;
    }
.video-iframe .section-headline h1 {
      font-family: "Lexend", sans-serif;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: .05rem;
      margin: 0 0 0 1rem;
    }
.video-iframe > .content-wrapper {
    width: 100%;
    max-width: 1440px;
  }
.video-iframe > .content-wrapper h2 {
      font-family: Cormorant, serif;
      margin-bottom: 2rem;
    }
@media (min-width: 1024px) {
.video-iframe > .content-wrapper h2 {
        margin-bottom: 2.75rem
    }
      }
.video-iframe > .content-wrapper iframe {
      width: 100%;
      aspect-ratio: 16/9;
    }
.video-iframe > .content-wrapper p.disclaimer {
      margin-top: 2rem;
      font-family: "Lexend", sans-serif;
      font-weight: 300;
      font-size: 0.75rem;
      line-height: 1.25rem;
      letter-spacing: 0.05rem;
      color: #676f69;
    }
.contact-page .team-background {
    background-position-x: 46%;
  }
.contact-page ~ footer .footer-detail {
    padding-top: 1rem;
  }
/* Contact Form */
.contact {
  position: absolute;
  top: 0;
  height: 100%;
  padding-top: 15.5rem;
}
.contact-input {
  display: block;
  margin: 2rem 0;
  width: 100%;
  background-color: #ecf0ed;
  border: none;
}
/* .contact-section {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  } */
.contact-background {
  height: 60vh;
}
.contact-details div {
  margin: 0 0 2vh 0;
}
footer .footer-detail .contact-details .headline {
  font-weight: 400;
}
.contact-multiuse {
  position: absolute;
  top: 5vh;
  background-color: white;
  z-index: 2;
  margin-left: 45vw;
  padding-bottom: 5rem;
  width: 35vw;
  padding-top: 3rem;
}
#contact-thanks {
  position: absolute;
  background-color: white;
  z-index: 2;
  margin-left: 45vw;
  margin-top: -55vh;
  padding-bottom: 3rem;
  width: 35vw;
  padding-top: 3rem;
}
#contact-form {
  position: absolute;
  background-color: white;
  z-index: 2;
  margin-left: 45vw;
  margin-top: -55vh;
  padding-bottom: 5rem;
  width: 35vw;
  padding-top: 3rem;
}
#black-text p {
  color: black;
  font-size: 42px;
}
#contact-form input, #contact-form textarea, .contact-multiuse input, .contact-multiuse textarea {
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid grey;
  padding-bottom: 1vh;
  padding-top: 1vh;
  padding-left: 1vh;
  margin-bottom: 2vh;
  width: 100%;
  font-size: 14px;
  resize: none;
}
#contact-form textarea, .contact-multiuse textarea {
  height: 20vh;
}
#contact-form button, .contact-multiuse button {
  background-color: #474b52;
  width: 60%;
  color: white;
  padding-top: 1vh;
  padding-bottom: 1vh;
}
#message {
  resize: vertical;
}
/* .contact-page ~ footer .footer-detail {
  padding-top: 1rem;
} */
.video-wrapper {
  position: relative;
  width: 100%;
}
.video-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.24),
      rgba(0, 0, 0, 0.24)
    ),
    linear-gradient(
      126.86deg,
      rgba(15, 23, 46, 0.35) 14.41%,
      rgba(19, 45, 26, 0.35) 89.05%
    );
}
.our-mission.section3 {
  font-family: "Lexend", sans-serif;
  margin-bottom: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-mission.section3 > div {
    display: flex;
    flex-direction: column;
  }
@media (min-width: 1024px) {
.our-mission.section3 > div {
      flex-direction: row;
      margin-top: 6rem;
      margin-left: 6rem;
      max-width: 1440px
  }
    }
@media (min-width: 1583px) {
.our-mission.section3 > div { 
      margin-left: 0
  }
    }
.our-mission.section3 > div .section-text {
      margin: 0 1.5rem 3.5rem 1.5rem;
    }
@media (min-width: 768px) {
.our-mission.section3 > div .section-text {
        word-wrap: break-word;
        margin: 6rem
    }
      }
@media (min-width: 1024px) {
.our-mission.section3 > div .section-text { 
        margin-left: 0
    }
      }
.our-mission.section3 > div .section-text a {
        display: inline-flex;
      }
.our-mission.section3 > div .block-image-container {
      padding-right: 0;
      padding-left: 0;
    }
.our-mission.section3 > div .block-image-container .block-image {
        width: 100%;
      }
@media (min-width: 1024px) {
.our-mission.section3 > div .block-image-container .block-image {
          width: 50vw
      }
        }
@media (min-width: 1280px) {
.our-mission.section3 > div .block-image-container .block-image {
          width: 683px
      }
        }
.our-approach.section5 {
  padding: 3rem 1.5rem;
  background-color: #262a28;
  color: white;
}
@media (min-width: 1024px) {
.our-approach.section5 {
    padding: 5.125rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: center
}
  }
.our-approach.section5 .approach-wrapper {
    width: 100%;
    max-width: 1440px;
  }
.our-approach.section5 .bullet-point {
    padding-left: 0;
    margin-left: 65px;
    max-width: calc(100vw - 65px);
  }
/* .green-bullet {
    margin-bottom: 48px;
  } */
.our-approach.section5 .heading {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
  }
@media (min-width: 1024px) {
.our-approach.section5 .heading {
      flex-direction: row
  }
    }
.our-approach.section5 .heading h1 {
      margin-bottom: 3rem;
      font-size: 48px;
    }
@media (min-width: 1024px) {
.our-approach.section5 .heading h1 {
        margin-bottom: 0;
        font-size: 64px
    }
      }
.our-approach.section5 .heading .flourish {
      align-self: flex-start;
      width: 55vw;
    }
@media (min-width: 1024px) {
.our-approach.section5 .heading .flourish {
        align-self: center;
        align-items: center;
        width: 23vw;
        max-width: 500px;
        margin-left: 1rem
    }
      }
.our-approach.section5 .heading .flourish .line {
        height: 7.5px;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #fff;
        margin-bottom: 6.5px;
        margin-left: 0;
        margin-top: 0;
      }
.our-approach.section5 .heading .flourish .ellipse {
        display: inline-flex;
        position: static;
        height: 15px;
        width: 15px;
        border: 1px solid #fff;
        border-radius: 50%;
      }
.our-approach.section5 .approaches-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

    /* .approach-container:hover {
      background-color: #484e48 10%;
    } */
  }
@media (min-width: 1024px) {
.our-approach.section5 .approaches-container {
      flex-direction: row
  }
    }
.our-approach.section5 .approaches-container .approach-container {
      display: inline-block;
      overflow: hidden;
      background-color: #262a28;
      color: white;
      min-height: 20vh;
      word-break: normal;
      padding: 0;
      width: 100%;
      margin-top: 1rem;
    }
@media (min-width: 1024px) {
.our-approach.section5 .approaches-container .approach-container {
        max-width: 276px
    }
        .our-approach.section5 .approaches-container .approach-container.approaches-2 {
          margin-right: 1.5rem;
          margin-left: 3rem;
        }

        .our-approach.section5 .approaches-container .approach-container.approaches-3 {
          margin-right: 3rem;
          margin-left: 1.5rem;
        }
      }
.our-approach.section5 .approaches-container .approach-container .approach-header h2 {
          font-size: 2rem;
        }
@media (min-width: 1024px) {
.our-approach.section5 .approaches-container .approach-container .approach-header h2 {
            font-size: 2.5rem
        }
          }
.our-approach.section5 .approaches-container .approach-container .approach-body p {
          font-size: 1rem;
          line-height: 3rem;
          letter-spacing: 0.025rem;
        }
@media (min-width: 1024px) {
.our-approach.section5 .approaches-container .approach-container .approach-body p {
            line-height: 1.75rem
        }
          }
.our-approach.section5 .approaches-cta a {
      display: inline-flex;
    }
.our-advantage {
  margin: 3.5rem 0;
}
@media (min-width: 1024px) {
.our-advantage {
    margin: 4rem 0 6rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: center
}
  }
@media (min-width: 1500px) {
.our-advantage {
    margin: 4rem 6rem
}
  }
@media (min-width: 1024px) {
.our-advantage .section6 {
      max-width: 1440px
  }
    }
.our-advantage .section6 .container {
      padding-left: 0;
    }
.our-advantage .section6 .our-advantage__header--desktop {
        display: none;
      }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage__header--desktop {
          display: block
      }
        }
.our-advantage .section6 .our-advantage__header--mobile {
        display: inline-flex;
        margin: 0 1.5rem 2.75rem 1.5rem;
      }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage__header--mobile {
          display: none;
          margin-bottom: 2.5rem
      }
        }
.our-advantage .section6 .our-advantage__header--mobile .green-bullet {
          margin: 0;
          font-weight: 400;
        }
.our-advantage .section6 .our-advantage-content {
      display: flex;
      justify-content: space-between;
      flex-direction: column-reverse;
    }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage-content {
        flex-direction: row
    }
      }
.our-advantage .section6 .our-advantage-content h3 {
        font-size: 2rem;
        margin-bottom: 0.75rem;
      }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage-content h3 {
          font-size: 3rem;
          margin-bottom: 1.25rem
      }
        }
.our-advantage .section6 .our-advantage-content p {
        font-size: 1rem;
        color: #676f69;
        font-weight: 300;
        line-height: 2.5rem;
        letter-spacing: 0.025rem;
        margin-bottom: 4rem;
      }
.our-advantage .section6 .our-advantage-content p:last-of-type {
          margin-bottom: 0;
        }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage-content p {
          font-size: 1.125rem;
          line-height: 2rem;
          letter-spacing: 0.05rem;
          margin-bottom: 6rem
      }
        }
.our-advantage .section6 .our-advantage-content .image-container {
        max-width: 100%;
        margin-bottom: 3.5rem;
      }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage-content .image-container {
          align-self: center;
          margin-bottom: 0
      }
        }
.our-advantage .section6 .our-advantage-content .image-container img {
          width: 100%;
        }
.our-advantage .section6 .our-advantage-content .advantage-header {
        margin: 0 1.5rem 1rem 1.5rem;
      }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage-content .advantage-header {
          margin-left: 0;
          margin-right: 0
      }
        }
.our-advantage .section6 .our-advantage-content .advantage-body {
        margin: 0 1.5rem 4rem 1.5rem;
      }
@media (min-width: 1024px) {
.our-advantage .section6 .our-advantage-content .advantage-body {
          margin-left: 0;
          margin-right: 0
      }
        }
.our-team > div {
    padding: 0;
  }
.our-team > div > .bio-wrapper {
      display: flex;
      flex-direction: column;
    }
@media (min-width: 1024px) {
.our-team > div > .bio-wrapper {
        flex-direction: row
    }
      }
.our-team > div > .bio-wrapper .team-image {
        max-width: 680px;
      }
@media (min-width: 1024px) {
.our-team > div > .bio-wrapper .team-image {
          min-width: 30vw
      }
        }
.our-team > div > .bio-wrapper .employee-short-bio {
        padding: 0 1.5rem;
      }
@media (min-width: 1024px) {
.our-team > div > .bio-wrapper .employee-short-bio {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 0;
          margin-left: 6rem;
          margin-right: 6rem
      }
        }
.our-team > div > .bio-wrapper .employee-short-bio a {
          max-width: -moz-min-content;
          max-width: min-content;
          white-space: nowrap;
          display: inline-flex;
        }
@media (max-width: 991px) {
  .section6 {
    margin-left: 0;
    margin-right: 0;
  }

    .section6 .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .section6 .green-bullet {
      margin-left: 40px;
      max-width: 70vw;
    }
}
@media (max-width: 719px) {
  .section6 {
    margin: 0;
  }
}
@media (max-width: 719px) {
  .employee-short-bio {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .employee-short-bio {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.approach-circle {
  position: absolute;
  color: white;
  right: -8.5px;
  bottom: -15px;
  z-index: 4;
}
.approach-intro p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 1vh;
}
.our-target-industries {
  margin: 4rem 0 0 0;
}
@media (min-width: 1024px) {
.our-target-industries {
    margin: 2.5rem 6rem 0 6rem
}
  }
.our-target-industries .industries-wrapper {
    display: flex;
    flex-direction: column;
  }
@media (min-width: 768px) {
.our-target-industries .industries-wrapper {
      flex-direction: row
  }
    }
@media (min-width: 1280px) {
.our-target-industries .industries-wrapper {
      justify-content: center
  }
    }
.our-target-industries .industries-wrapper .quote-container {
      padding: 3rem 1.5rem;
      background-color: #f0f1f1;
      flex-direction: row;
      max-width: 600px;
    }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .quote-container {
        padding: 5rem 3.75rem;
        min-width: 435px
    }
      }
.our-target-industries .industries-wrapper .quote-container hr.eyebrow {
        color: #549865;
        opacity: 1;
        height: 5px;
        margin: 0;
      }
.our-target-industries .industries-wrapper .quote-container .quote-text {
        margin: 2rem 0;
      }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .quote-container .quote-text {
          margin: 3rem 0 2.5rem 0
      }
        }
.our-target-industries .industries-wrapper .quote-container .quote-text p {
          font-family: "Cormorant", serif;
          font-size: 1.5rem;
          line-height: 1.9rem;
          margin-bottom: 0;
        }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .quote-container .quote-text p {
            font-size: 2rem;
            line-height: 3rem
        }
          }
@media (min-width: 1135px) {
.our-target-industries .industries-wrapper .quote-container .quote-text p {
            font-size: 2.5rem;
            line-height: 3.25rem
        }
          }
.our-target-industries .industries-wrapper .quote-container .quote-text p strong {
            font-weight: 800;
            color: #212836;
          }
.our-target-industries .industries-wrapper .quote-container .quote-citation {
        font-weight: 300;
        text-align: right;
        padding: 0;
      }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .quote-container .quote-citation {
          margin-top: 3vh
      }
        }
.our-target-industries .industries-wrapper .quote-container .quote-citation p {
          margin-bottom: 0;
        }
.our-target-industries .industries-wrapper .industry-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: -moz-min-content;
      max-width: min-content;
      min-height: 344px;
      background-color: #ffffff;
      margin: 4rem 1.5rem 0 1.5rem;
      padding: 0;
    }
@media (min-width: 768px) {
.our-target-industries .industries-wrapper .industry-container {
        margin-top: 2rem
    }
      }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .industry-container {
        margin: 1.5rem 0 0 2rem;
        min-height: 488px
    }
      }
@media (min-width: 1135px) {
.our-target-industries .industries-wrapper .industry-container {
        margin-left: 6.75rem
    }
      }
.our-target-industries .industries-wrapper .industry-container h2 {
        white-space: nowrap;
      }
.our-target-industries .industries-wrapper .industry-container ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        margin-left: 1rem;
        padding: 0;
      }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .industry-container ul {
          margin-left: 3.5rem;
          margin-bottom: 0.5rem
      }
        }
.our-target-industries .industries-wrapper .industry-container ul .industry-item {
          margin-bottom: 0;
          display: flex;
          align-items: center;
          max-width: -moz-min-content;
          max-width: min-content;
          white-space: nowrap;
        }
.our-target-industries .industries-wrapper .industry-container ul .industry-item .industry-container-image {
            margin-right: 1rem;
          }
@media (min-width: 1024px) {
.our-target-industries .industries-wrapper .industry-container ul .industry-item .industry-container-image {
              margin-right: 3rem
          }
            }
.our-target-industries .industries-wrapper .industry-container ul .industry-item p {
            margin: 0;
            font-size: 1.75rem;
          }
@media (min-width: 768px) {
.our-target-industries .industries-wrapper .industry-container ul .industry-item p {
              font-size: 2rem
          }
            }
@media (min-width: 1135px) {
.our-target-industries .industries-wrapper .industry-container ul .industry-item p {
              font-size: 2.5rem
          }
            }
.innovation-engines {
  background: linear-gradient(#ffffff, #838885);
}
.innovation-engines > div {
    margin: 4rem 1.5rem 0 1.5rem;
  }
.innovation-engines > div .innovations-container {
      display: flex;
      flex-direction: column;
      margin-bottom: 4rem;
    }
@media (min-width: 1024px) {
.innovation-engines > div .innovations-container {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 4.5rem
    }
      }
.innovation-engines > div .innovations-container .innovation-container {
        background-color: white;
        margin-bottom: 2rem;
        padding: 40px 24px 0 24px;
        max-width: 100%;
      }
.innovation-engines > div .innovations-container .innovation-container > h2 {
          font-size: 1.75rem;
          font-family: Cormorant, serif;
        }
.innovation-engines > div .innovations-container .innovation-container > p {
          font-size: 1rem;
          letter-spacing: 0.025rem;
          font-weight: 300;
          line-height: 2.5rem;
        }
.innovation-engines > div .innovations-container .innovation-container.desktop {
          display: none;
        }
@media (min-width: 1024px) {
.innovation-engines > div .innovations-container .innovation-container.desktop {
            display: block
        }
          }
.innovation-engines > div .innovations-container .innovation-container.mobile {
          display: block;
        }
@media (min-width: 1024px) {
.innovation-engines > div .innovations-container .innovation-container.mobile {
            display: none
        }
          }
.innovation-engines h1 {
    color: #262a28;
    margin-bottom: 4.5rem;
    text-align: center;
    font-family: "Cormorant";
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.1rem;
  }
.innovation-engines .innovation-engines__cta > div > a {
    margin-bottom: 4rem;
    font-size: 14px;
    letter-spacing: 0.11rem;
    display: flex;
    align-items: center;
  }
.what-sets-us-apart {
  margin: 4rem 0 0 0;
}
@media (min-width: 1024px) {
.what-sets-us-apart {
    margin-top: 8.5rem
}
  }
@media (min-width: 1500px) {
.what-sets-us-apart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
  }
.what-sets-us-apart > .wrapper {
    max-width: 1500px;
  }
.what-sets-us-apart > .wrapper h1 {
      margin-left: 1.5rem;
      margin-bottom: 2.75rem;
      font-family: "Cormorant";
      font-style: normal;
      font-weight: 500;
      font-size: 2.5rem;
      line-height: 110%;
      color: #262a28;
    }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper h1 {
        font-size: 4rem;
        margin-bottom: 0
    }
      }
.what-sets-us-apart > .wrapper .module {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 2.75rem;
    }
.what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper {
          margin: 0 1.5rem 2.75rem 1.5rem;
        }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper {
            margin: 7.75rem 0 9rem 12.75rem;
            max-width: 30.75rem
        }
          }
.what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper .eyebrow {
            opacity: 1;
            height: 5px;
            width: 2rem;
            margin-top: 0;
            margin-bottom: 2rem;
          }
.what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper h2 {
            font-family: Cormorant, serif;
            color: #262a28;
            font-size: 1.75rem;
            font-weight: 500;
            margin-bottom: 1rem;
          }
.what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper p {
            color: #676f69;
            font-size: 16px;
            font-family: Lexend, sans-serif;
            font-weight: 300;
            line-height: 2.5rem;
            letter-spacing: 0.025rem;
            margin: 0;
          }
.what-sets-us-apart > .wrapper .module .image-wrapper {
        text-align: right;
      }
.what-sets-us-apart > .wrapper .module img {
        width: 100%;
        max-width: 588px;
      }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module img {
          width: 80%
      }
        }
.what-sets-us-apart > .wrapper .module img#right {
        margin: 2.75rem 0;
      }
/* &.module-1 {
        .focus-animate-1 {
          margin-left: 1.5rem;

          @media (min-width: 1024px) {
            margin-left: 0;
          }
        }
      } */
.what-sets-us-apart > .wrapper .module.module-2, .what-sets-us-apart > .wrapper .module.module-3 {
        flex-direction: column;
      }
.what-sets-us-apart > .wrapper .module.module-2 {
        margin-bottom: 0;
      }
.what-sets-us-apart > .wrapper .module.module-2 .image-wrapper {
          margin-bottom: 2.75rem;
          text-align: start;
        }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module.module-2 .image-wrapper {
            margin-bottom: 2.75rem
        }
          }
.what-sets-us-apart > .wrapper .module.module-2 .image-wrapper img {
            margin-top: 2.75rem;
          }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module.module-2 .image-wrapper img {
              margin-top: 0
          }
            }
.what-sets-us-apart > .wrapper .module.module-2 .module-wrapper {
          text-align: right;
        }
.what-sets-us-apart > .wrapper .module.module-2 .module-wrapper .text-wrapper {
            text-align: left;
          }
.what-sets-us-apart > .wrapper .module.module-2 .module-wrapper .text-wrapper .eyebrow {
              margin-top: 0;
            }
.what-sets-us-apart > .wrapper .module.module-2 .module-wrapper .image-wrapper {
            text-align: end;
            margin-bottom: 0;
          }
.what-sets-us-apart > .wrapper .module.module-3 {
        margin-bottom: 0;

      }
.what-sets-us-apart > .wrapper .module.module-3 .text-wrapper {
          margin-top: 0;
          margin-bottom: 0;
          padding-bottom: 2.75rem;
        }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module.module-3 .text-wrapper {
            padding-bottom: 0
        }
          }
.what-sets-us-apart > .wrapper .module.module-3 .text-wrapper .eyebrow {
            margin-top: 0;
          }
.what-sets-us-apart > .wrapper .module.module-3 img#right {
          margin-bottom: 0;
        }
.what-sets-us-apart > .wrapper .module.module-4 {
        margin-bottom: 0;
      }
@media (min-width: 1140px) {
.what-sets-us-apart > .wrapper .module.module-4 {
          margin-bottom: 10rem
      }
        }
@media (min-width: 1280px) {
.what-sets-us-apart > .wrapper .module.module-4 {
          margin-bottom: 15rem
      }
        }
.what-sets-us-apart > .wrapper .module.module-4 .image-wrapper img#left {
            margin-top: 2.75rem;
          }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module.module-4 .image-wrapper img#left {
              position: relative;
              top: -10rem
          }
            }
@media (min-width: 1140px) {
.what-sets-us-apart > .wrapper .module.module-4 .image-wrapper img#left {
              margin-top: 0;
              position: absolute;
              top: -17.5rem
          }
            }
@media (min-width: 1024px) {
.what-sets-us-apart > .wrapper .module.module-4 > .module-wrapper > .text-wrapper {
              margin: 0 12.75rem 0 0
          }
            }
@media screen and (max-width: 1024px){
.what-sets-us-apart > .wrapper .module.module-3, .what-sets-us-apart > .wrapper .module.module-4 {
          margin-top: 2.75rem
        
      }
        }
.industry-section p {
  color: white !important;
  text-align: center;
}
/* .innovation-engines > div {
  margin: 4rem 1.5rem 0 1.5rem;
}

.innovation-engines h1 {
  color: #262a28;
  margin-bottom: 4.5rem;
  text-align: center;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.1rem;
}

.innovation-engines__cta > div > a {
  margin-bottom: 4rem;
  font-size: 14px;
  letter-spacing: 0.11rem;
} */
@media (min-width: 1024px) {
  .innovation-engines {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
  }

  .innovation-engines > div {
    margin: 4.5rem 1.5rem 0 1.5rem;
    width: 100%;
    max-width: 1400px;
  }

  .innovation-engines h1 {
    margin-bottom: 4.5rem;
    font-size: 3rem;
    line-height: 100%;
  }

  /* .innovations-container {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 4.5rem;
  } */

  .innovation-container {
    width: 23%;
    margin: 0 0.5rem;
    padding: 40px 35px 0 35px;
    max-width: 280px;
  }

    .innovation-container > div > img {
      height: 50px;
      width: 50px;
    }

    .innovation-container > h2 {
      height: 77px;
      font-size: 2rem;
      font-weight: 400;
      line-height: 42px;
    }

    .innovation-container > p {
      font-size: 1rem;
      letter-spacing: 0.025rem;
      font-weight: 300;
      line-height: 1.75rem;
    }
      .what-sets-us-apart > .wrapper h1 {
        margin-left: 96px;
        font-style: normal;
        font-weight: 600;
        font-size: 4rem;
      }

      .what-sets-us-apart > .wrapper .module {
        display: flex;
        justify-content: space-between;
        margin-bottom: 7.5rem;
      }

        .what-sets-us-apart > .wrapper .module.module-1, .what-sets-us-apart > .wrapper .module.module-2, .what-sets-us-apart > .wrapper .module.module-3, .what-sets-us-apart > .wrapper .module.module-4 {
          flex-direction: row;
        }

          .what-sets-us-apart > .wrapper .module.module-1 img, .what-sets-us-apart > .wrapper .module.module-2 img, .what-sets-us-apart > .wrapper .module.module-3 img, .what-sets-us-apart > .wrapper .module.module-4 img {
            width: 41vw;
          }

        .what-sets-us-apart > .wrapper .module .module-wrapper {
          margin-right: 4rem;
        }
            .what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper .eyebrow {
              opacity: 1;
              height: 5px;
              width: 2rem;
              margin-top: 0;
              margin-bottom: 2rem;
            }

            .what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper h2 {
              font-size: 2.5rem;
              font-weight: 400;
              color: #262a28;
              margin-bottom: 2rem;
            }

            .what-sets-us-apart > .wrapper .module .module-wrapper .text-wrapper p {
              font-size: 18px;
              line-height: 2rem;
              letter-spacing: 0.05rem;
            }

        .what-sets-us-apart > .wrapper .module .image-wrapper {
          text-align: start;
        }

        .what-sets-us-apart > .wrapper .module img#right {
          margin-top: 4rem;
        }
          .what-sets-us-apart > .wrapper .module.module-2 .module-wrapper, .what-sets-us-apart > .wrapper .module.module-4 .module-wrapper {
            margin-left: 4rem;
            margin-right: 0;
          }

        .what-sets-us-apart > .wrapper .module.module-2 {
          margin-bottom: 1.3rem;
        }

          .what-sets-us-apart > .wrapper .module.module-2 .image-wrapper {
            margin-top: 1rem;
          }

          .what-sets-us-apart > .wrapper .module.module-2 .module-wrapper {
            text-align: right;
            margin-left: 4rem;
          }

            .what-sets-us-apart > .wrapper .module.module-2 .module-wrapper .text-wrapper {
              text-align: left;
              margin: 0 12.75rem 15rem 0;
            }

              .what-sets-us-apart > .wrapper .module.module-2 .module-wrapper .text-wrapper .eyebrow {
                margin-top: 0;
              }

        .what-sets-us-apart > .wrapper .module.module-3 {
          margin-bottom: 7.75rem;
        }

          .what-sets-us-apart > .wrapper .module.module-3 .text-wrapper {
            margin-top: 0;
            margin-bottom: 0;
          }

            .what-sets-us-apart > .wrapper .module.module-3 .text-wrapper .eyebrow {
              margin-top: 0;
            }

          .what-sets-us-apart > .wrapper .module.module-3 img#right {
            margin-top: 10.8rem;
          }
          .what-sets-us-apart > .wrapper .module.module-4 .image-wrapper {
            position: relative;
            width: 41vw;
          }
}
@media (max-width: 576px) {
  .industry-container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .our-target-industries .container {
    padding-left: 0;
    padding-right: 0;
  }

  .industry-container .green-bullet {
    font-size: 13px;
  }

  .industry-container {
    padding-left: 0;
    margin-left: 2vw;
    width: calc(50% - 2vw);
  }
}
@media (min-width: 1024px) {
.news-page {
    width: 100%
}
  }
.news-page .image-white {
    filter: none;
  }
.news-page .underline-nav.active {
    border-color: black;
  }
.news-page .underline-nav::after {
    background: black;
  }
.news-page > section:first-of-type {
    height: 72px;
  }
@media (min-width: 1024px) {
      .news-page > section:first-of-type:first-of-type {
        height: 104px;
      }

      .news-page > section:first-of-type header {
        /* padding: 1.875rem 6rem; */
      }
    }
.news-page__news {
    /* margin: 3rem 6rem; */
    margin: 3.5rem 1.5rem;
  }
@media (min-width: 1024px) {
.news-page__news {
      margin: 3rem 6rem;
      display: flex;
      flex-direction: column;
      align-items: center
  }
    }
.news-page__news .content-wrapper {
      max-width: 1440px;
    }
.news-page__news .content-wrapper h1, .news-page__news .content-wrapper h2 {
        font-family: Cormorant, serif;
      }
.news-page__news .content-wrapper h1 {
        font-size: 4rem;
        font-weight: 600;
        margin: 0;
      }
.news-page__news .content-wrapper .news-filter.dropdown {
        margin: 1.5rem 0 3.5rem 0;
        max-width: 100%;
      }
@media (min-width: 1024px) {
.news-page__news .content-wrapper .news-filter.dropdown {
          margin: 2.625rem 0 2.625rem 0
      }
        }
.news-page__news .content-wrapper .news-filter.dropdown > a {
          background-color: #676f69;
          border-radius: 0;
          font-weight: 300;
          line-height: 1.75rem;
          letter-spacing: 0.025rem;
          white-space: normal;
          text-align: left;
        }
.news-page__news .content-wrapper .news-filter.dropdown > .dropdown-menu > li > .dropdown-item {
          font-size: 1rem;
          max-width: 100%;
          white-space: normal;
        }
.news-page__news .content-wrapper .news-listing {
        display: flex;
        flex-direction: column;
        padding: 3.125rem 0;
        border-top: 1px solid #b1b7b3;
      }
.news-page__news .content-wrapper .news-listing:last-of-type {
          padding-bottom: 0px;
        }
@media (min-width: 1024px) {
.news-page__news .content-wrapper .news-listing:last-of-type {
            border-bottom: 1px solid #b1b7b3;
            padding-bottom: 3.125rem
        }
          }
.news-page__news .content-wrapper .news-listing > h2 {
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 2rem;
          margin-bottom: 0.5rem;
        }
@media (min-width: 1024px) {
.news-page__news .content-wrapper .news-listing > h2 {
            font-size: 2.5rem;
            line-height: 3.25rem;
            margin-bottom: 1rem
        }
          }
.news-page__news .content-wrapper .news-listing > span {
          font-family: Lexend, sans-serif;
          font-size: 1rem;
          font-weight: 300;
          letter-spacing: 0.025rem;
          color: #676f69;
          margin-bottom: 1.5rem;
        }
.news-page__news .content-wrapper .news-listing > a {
          max-width: -moz-max-content;
          max-width: max-content;
          color: #162340;
          font-size: 0.875rem;
          font-weight: 400;
          text-decoration: none;
          letter-spacing: 0.11rem;
          padding-bottom: 1rem;
          border-bottom: 1px solid #162340;
        }
.news-article-page > .nav-wrapper {
    min-height: 72px;
  }
.news-article-page > .nav-wrapper > header {
      position: absolute;
      transition: background-color 0.5s ease;
    }
@media (min-width: 1024px) {
.news-article-page > .nav-wrapper > header {
        margin-bottom: 0;
        position: static
        /* padding: 1.875rem 6rem; */
    }
      }
.news-article-page > .nav-wrapper > header .underline-nav.active {
          border-color: black;
        }
.news-article-page > .nav-wrapper > header .underline-nav::after {
          background: black;
        }
@media (min-width: 1024px) {
.news-article-page > main {
      display: flex;
      flex-direction: column;
      align-items: center
  }
    }
.news-article-page > main .title-wrapper {
      width: 100vw;
      background-color: #f0f1f1;
      padding: 2rem 1.5rem;
    }
@media (min-width: 1024px) {
.news-article-page > main .title-wrapper {
        padding: 3.5rem 17rem
    }
      }
.news-article-page > main .title-wrapper > h1 {
        margin-bottom: 1rem;
        font-family: Cormorant, serif;
        font-size: 1.75rem;
        font-weight: 500;
        line-height: 2rem;
      }
@media (min-width: 1024px) {
.news-article-page > main .title-wrapper > h1 {
          margin-bottom: 1.5rem;
          font-size: 3rem;
          line-height: 3.3rem;
          max-width: 1440px
      }
        }
.news-article-page > main .title-wrapper > span {
        color: #676f69;
        font-family: Lexend, sans-serif;
        font-size: 0.75rem;
        font-weight: 300;
        line-height: 1rem;
        letter-spacing: 0.025rem;
      }
@media (min-width: 1024px) {
.news-article-page > main .title-wrapper > span {
          font-size: 1rem;
          line-height: 1.75rem;
          max-width: 1440px
      }
        }
.news-article-page > main > article {
      margin: 3rem 1.5rem;
    }
@media (min-width: 1024px) {
.news-article-page > main > article {
        margin: 4rem 17rem;
        padding: 0;
        font-size: 18px;
        font-weight: 300;
        line-height: 2.5rem;
        letter-spacing: 0.05rem
    }
      }
.news-article-page > main > article .logo-container {
        margin-bottom: 2rem;
      }
.news-article-page > main > article .logo-container > svg, .news-article-page > main > article .logo-container > img {
          width: 156px;
        }
@media (min-width: 1024px) {
.news-article-page > main > article .logo-container > svg, .news-article-page > main > article .logo-container > img {
            width: 208px
        }
          }
.news-article-page > main > article > figure {
        display: block; 
        width: 100%;

      }
.news-article-page > main > article > figure img {
          max-width: 100%;
        }
.news-article-page > main > article > p, .news-article-page > main > article > ul li, .news-article-page > main > article > ol li {
        color: #676f69;
        font-family: Lexend, sans-serif;
        font-size: 1rem;
        font-weight: 300;
        line-height: 2.5rem;
        letter-spacing: 0.025rem;
      }
.news-article-page > main > article > p.small, .news-article-page > main > article > ul li.small, .news-article-page > main > article > ol li.small {
          font-size: .75rem;
          line-height: 1.125rem;
        }
@media (min-width: 1024px) {
.news-article-page > main > article > p, .news-article-page > main > article > ul li, .news-article-page > main > article > ol li {
          font-size: 1.2rem;
          letter-spacing: 0.05rem
      }
        }
.news-article-page > main .link-wrapper {
      padding-top: 1rem;
      margin-bottom: 5rem;
    }
@media (min-width: 1024px) {
.news-article-page > main .link-wrapper {
        padding: 0;
        margin: 0 17rem 4rem 17rem
    }
      }
.news-article-page > main .link-wrapper > a {
        margin: 2rem 1.5rem;
        text-decoration: none;
        padding-bottom: 1rem;
        border-bottom: 1px solid #162340;
        display: inline-flex;
        align-items: center;
      }
@media (min-width: 1024px) {
.news-article-page > main .link-wrapper > a {
          margin: 0
      }
        }
.news-article-page > main .link-wrapper > a svg {
          transform: rotate(180deg);
        }
.team-members, .team-section2 {
  margin-top: 125px;
}
.team-container {
  max-width: calc(100% - 10rem);
}
.team-container .team-section {
    display: none;
    margin-bottom: 1rem;
  }
.team-container .team-section.active {
      display: flex;
      
    }
@media (min-width: 1024px) {
.team-container .team-section {
      margin-bottom: 60px
  }
    }
.team-container .employee {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 2rem;
  }
.team-container .employee .employee-container {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      border: 0; 
      background: transparent;
    }
.team-container .employee .employee-container .team-text {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
      }
@media (min-width: 1024px) {
.team-container .employee .employee-container .team-text {
          margin-bottom: 2rem
      }
        }
.team-container .employee .employee-container .team-text .team-text__title {
          margin-bottom: 0;
        }
.team-header {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
.team-header {
    display: flex;
    margin-bottom: 50px
}
  }
.team-header > h2 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 2rem;
  }
@media (min-width: 1024px) {
.team-header > h2 {
      margin-bottom: 0
  }
    }
.team-header .flourish {
    width: 55vw;
  }
@media (min-width: 1024px) {
.team-header .flourish {
      width: 65vw;
      margin-left: 1rem
  }
    }
.team-categories {
  display: flex; justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem;

}
@media (max-width: 1024px) {
.team-categories {
    display: block

}
  }
.team-text__name, .team-text__title {
  font-size: 18px;
  font-weight: 600;
}
.employee-container .team-text__title {
  font-size: 1rem;
  font-weight: 300;
}
.team-image {
  overflow: hidden;
  margin-bottom: 1rem;
}
.employee {
  cursor: pointer;
}
.employee[data-category="none-selected"] {
    display: none;
  }
.team-members[data-selected="all"] .employee[data-category="advisors-regional-partners"] {
      display: none;
    }
.team-members[data-selected="investment-team"] .employee:not([data-category="investment-team"]) {
    display: none;
  }
.team-members[data-selected="firm-operations"] .employee:not([data-category="firm-operations"]) {
    display: none;
  }
.team-members[data-selected="firm-administration"] .employee:not([data-category="firm-administration"]) {
    display: none;
  }
.team-members[data-selected="advisors-regional-partners"] .employee:not([data-category="advisors-regional-partners"]) {
    display: none;
  }
.team-categories button {
    display: block; 
    font-size: 1rem;
    font-weight: 300;
    font-family: "Lexend", sans-serif;
    line-height: 175%;
    position: relative;
    padding: 0; 
    border: 0;
    background: transparent;
    overflow: hidden;
  }
.team-categories button:after {
      display: block; width: 100%; height: 2px;
      position: absolute; bottom: 0; left: -100%;
      background-color: #000;
      content: "";
      transition: left 0.3s;
    }
.team-categories button.active:after, .team-categories button:hover:after {
        left: 0;
      }
/* .team-image img {
  transition: transform 0.75s ease;
}

.team-image:hover img {
  transform: scale(1.1);
} */
/* Modal */
.modal-dialog {
  max-width: 100%;
}
@media (min-width: 1024px) {
.modal-dialog {
    max-width: 85vw
}
  }
/* .modal-body {
    padding-bottom: 1rem;
  } */
.modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
  }
/* padding: 0.5rem; */
@media (min-width: 1024px) {
.modal-dialog .modal-content {
      flex-direction: row;
      padding: 3rem;
      margin-bottom: 6rem
  }
    }
.modal-dialog .modal-content .click-tag {
      color: #ffffff;
      cursor: pointer;
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
    }
@media (min-width: 1024px) {
.modal-dialog .modal-content .click-tag {
        color: #676f69
    }
      }
.modal-dialog .modal-content #large-profile {
      align-self: flex-start;
      max-width: 100%;
    }
@media (min-width: 1024px) {
.modal-dialog .modal-content #large-profile {
        width: 350px;
        margin-top: 0.5rem
    }
      }
.modal-dialog .modal-content .text-block {
      margin: 0 1rem 1rem 1rem;

      /* #long-description {
        font-size: 16px;
        border: none;
        white-space: pre-line;
      } */

      /* #long-description br {
        display: none;
      } */
    }
@media (min-width: 1024px) {
.modal-dialog .modal-content .text-block {
        margin-left: 3rem
    }
      }
.modal-dialog .modal-content .text-block #name {
        font-family: Cormorant, serif;
        font-size: 2rem;
        margin-bottom: 0;
      }
@media (min-width: 1024px) {
.modal-dialog .modal-content .text-block #name {
          font-size: 2.5rem;
          line-height: normal
      }
        }
.modal-dialog .modal-content .text-block #title {
        color: #676f69;
        font-family: Lexend, sans-serif;
        font-size: 1.25rem;
      }
.modal-dialog .modal-content .text-block .expertise {
        color: #549865;
      }
.modal-dialog .modal-content .text-block #long-description p {
          color: #515451;
          font-size: 1rem;
          line-height: 1.75rem;
          letter-spacing: 0.025rem;

        }
.modal-dialog .modal-content .text-block #long-description p br {
            height: 10px;
          }
@media (max-width: 1000px) {
  .team-members, .team-section2 {
    margin-top: 75px;
  }
}
@media (min-width: 1024px) {
  .team-container .employee {
    width: 25%;
    margin-bottom: 0;
  }

  .team-header {
    font-weight: 400;
  }
}
.portfolio-companies {
  margin: 0 1.5rem 0 1.5rem;
  padding: 2.25rem 0 2.25rem 0;
}
@media (min-width: 1024px) {
.portfolio-companies {
    margin: 0 6rem 0 6rem;
    padding: 6.25rem 0 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center
}
  }
.portfolio-companies .companies-wrapper {
    max-width: 1440px;
  }
.portfolio-companies .companies-wrapper > .heading {
      display: flex;
      justify-content: baseline;
      padding-bottom: 0.5rem;
    }
.portfolio-companies .companies-wrapper > .heading > img {
        align-self: center;
        padding-bottom: 0;
      }
.portfolio-companies .companies-wrapper > .heading > h1 {
        font-family: "Lexend", sans-serif;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0.05rem;
        display: inline;
        margin: 0;
      }
.portfolio-companies .companies-wrapper .company {
      max-width: 1140px;
      display: flex;
      flex-direction: column;
      margin-top: 2rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid #b1b7b3;
    }
@media (min-width: 768px) {
.portfolio-companies .companies-wrapper .company {
        margin: 2.25rem 0 0 50px
    }
      }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company {
        flex-direction: row;
        margin-top: 4rem;
        margin-left: 0;
        padding-bottom: 87px
    }
      }
.portfolio-companies .companies-wrapper .company:last-of-type {
        border-bottom: none;
      }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company:last-of-type {
          border-bottom: 1px solid #b1b7b3
      }
        }
.portfolio-companies .companies-wrapper .company > img {
        width: 200px;
        align-self: flex-start;
        margin-bottom: 2rem;
      }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company > img {
          margin-bottom: 0;
          margin-top: 5px
      }
        }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper {
          margin-left: 3rem
      }
        }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > h3 {
          font-family: "Cormorant", serif;
          font-size: 2rem;
          margin-bottom: 1rem;
        }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > h3 {
            font-size: 3rem;
            margin-bottom: 0
        }
          }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div {
          display: flex;
          flex-direction: column;
        }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div {
            flex-direction: row;
            margin-top: 2.25rem
        }
          }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > .bio {
            max-width: 540px;
            min-width: 225px;
            font-size: 16px;
            line-height: 40px;
            letter-spacing: 0.025rem;
            color: #515451;
            margin-bottom: 2rem;
          }
@media (min-width: 768px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > .bio {
              min-width: 450px
          }
            }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > .bio {
              width: 540px;
              max-width: 540px;
              min-width: 540px;
              font-size: 16px;
              line-height: 27px;
              letter-spacing: 0.025rem
          }
            }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > aside {
            margin-bottom: 1rem;
          }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > aside {
              margin-top: 5px;
              margin-bottom: 0;
              margin-left: 3.75rem
          }
            }
@media (min-width: 1280px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > aside { 
              min-width: -moz-max-content; 
              min-width: max-content
          }
            }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > aside > p {
              display: flex;
              font-size: 16px;
              line-height: 27px;
              letter-spacing: 0.025em;
              color: #515451;
            }
@media (min-width: 1024px) {
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > aside > p {
                display: block
            }
              }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > div > aside > p > span:first-child {
                font-weight: 700;
                margin-right: 16px;
              }
.portfolio-companies .companies-wrapper .company .company-info-wrapper > a {
            text-decoration: none;
            color: #162340;
            border-bottom: 1px solid #162340;
            padding-bottom: 1rem;
            display: inline-block;
        }
.guiding-principles {
  margin-top: 10vh;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
.guiding-principles {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10vh;
    margin-left: 6rem;
    margin-right: 6rem
}
  }
/* * {
    border: 1px solid red;
  } */
.guiding-principles .wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
@media (min-width: 1024px) {
.guiding-principles .wrapper {
      width: 100%;
      max-width: 1440px;
      margin-left: 6rem;
      margin-right: 6rem
  }
    }
.guiding-principles .wrapper .guiding-principles__heading {
      max-width: 100%;
      margin-bottom: 2rem;
    }
.guiding-principles .wrapper .guiding-principles__heading h3 {
        color: #262a28;
        font-family: "Cormorant";
        font-style: normal;
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.25rem;
      }
.guiding-principles .wrapper .guiding-principles__heading p {
        color: #515451;
        font-family: "Lexend";
        font-style: normal;
        font-weight: 300;
        font-size: 1rem;
        line-height: 2.5rem;
        letter-spacing: 0.025rem;
      }
@media (min-width: 1024px) {
        .guiding-principles .wrapper .guiding-principles__heading h3 {
          font-size: 3rem;
          line-height: normal;
        }

        .guiding-principles .wrapper .guiding-principles__heading p {
          font-size: 1.125rem;
          line-height: 2rem;
          letter-spacing: 0.05rem;
        }
      }
.guiding-principles .wrapper .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
@media (min-width: 1024px) {
.guiding-principles .wrapper .content {
        flex-direction: row
    }
      }
.guiding-principles .wrapper .content .flourish {
        max-width: 155px;
        margin-bottom: 2rem;
        align-self: flex-start;
      }
@media (min-width: 1024px) {
.guiding-principles .wrapper .content .flourish {
          max-width: 21.5vw
      }
        }
.guiding-principles .wrapper .content .text-wrapper .text-item {
          display: flex;
          flex-direction: column;
          margin-bottom: 3rem;
        }
.guiding-principles .wrapper .content .text-wrapper .text-item .section3-text-header {
            color: #262a28;
            font-family: "Cormorant";
            font-style: normal;
            font-weight: 400;
            font-size: 1.5rem;
            line-height: 2rem;
          }
.guiding-principles .wrapper .content .text-wrapper .text-item .section3-text-body {
            color: #676f69;
            font-family: "Lexend";
            font-style: normal;
            font-weight: 300;
            font-size: 1rem;
            line-height: 2.5rem;
            letter-spacing: 0.025rem;
            margin-bottom: 0;
          }
.guiding-principles .wrapper .content .text-wrapper .text-item:last-child {
            margin-bottom: 0;
          }
@media (min-width: 1024px) {
.guiding-principles .wrapper .content .text-wrapper {
          margin-left: 3rem
      }

          .guiding-principles .wrapper .content .text-wrapper .text-item {
            flex-direction: row;
            justify-content: space-between;
          }

            .guiding-principles .wrapper .content .text-wrapper .text-item .section3-text-header {
              min-width: 324px;
              width: 100%;
              max-width: 324px;
              margin-right: 3rem;
              font-size: 2rem;
              line-height: 2.625rem;
            }

            .guiding-principles .wrapper .content .text-wrapper .text-item .section3-text-body {
              line-height: 1.6875rem;
              min-width: 250px;
              max-width: 492px;
            }
        }
@media (max-width: 991px) {
  .who-hr {
    margin-bottom: 5vh;
  }
}
.stakeholders-over-shareholders.who-section4 a {
      display: inline-flex;
      align-items: center;
    }
.who-section5 {
  margin: 2rem 0;
}
@media (min-width: 1024px) {
.who-section5 {
    margin: 6rem 0;
    display: flex;
    flex-direction: column;
    align-items: center
}
  }
.who-section5__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
@media (min-width: 1024px) {
.who-section5__wrapper {
      padding-left: 0;
      padding-right: 0;
      margin: 0 6rem;
      max-width: 1440px
  }
    }
.who-section5__wrapper .heading {
      margin-bottom: 2rem;
    }
.who-section5__wrapper .commitments {
      max-width: 100%;
    }
.who-section5__wrapper .commitments .commitment-container {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 2.25rem;
      }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-container {
          flex-direction: row;
          margin-bottom: 8rem
      }
        }
.who-section5__wrapper .commitments .commitment-container:last-of-type {
          margin-bottom: 2rem;
        }
.who-section5__wrapper .commitments .commitment-container > div {
          max-width: 828px;
        }
.who-section5__wrapper .commitments .commitment-container > div .who-commitment-header {
            font-size: 2rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
          }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-container > div .who-commitment-header {
              font-size: 3rem
          }
            }
.who-section5__wrapper .commitments .commitment-container > div .who-commitment-body {
            font-size: 1rem;
            line-height: 2.5rem;
            letter-spacing: 0.025em;
            margin-bottom: 2.5rem;
            font-weight: 300;
          }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-container > div .who-commitment-body {
              font-size: 18px;
              line-height: 2rem;
              margin-bottom: 5vh
          }
            }
/* display: flex;
            justify-content: space-between;
            flex-direction: column;
            margin-left: 2rem;
            margin-bottom: 2rem;

            &:last-of-type {
              margin-bottom: 0;
            }

            @media (min-width: 1024px) {
              flex-direction: row;
              margin-left: 0;
            } */
.who-section5__wrapper .commitments .commitment-container > div .industry-initiatives img {
              max-width: 100%;
            }
.who-section5__wrapper .commitments .commitment-container > div .industry-initiatives p {
              color: #676f69;
              font-weight: 300;
              font-size: 16px;
              line-height: 2.5rem;
              letter-spacing: 0.025em;
            }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-container > div .industry-initiatives p {
                font-size: 18px;
                line-height: 2rem;
                letter-spacing: 0.05em
            }
              }
.who-section5__wrapper .commitments .commitment-container aside {
          display: flex;
          flex-direction: column;
          max-width: 276px;
          margin-left: 1.5rem;
          margin-right: 1.5rem;
        }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-container aside {
            margin-left: 3rem;
            margin-right: 0;
            max-width: -moz-min-content;
            max-width: min-content
        }
          }
.who-section5__wrapper .commitments .commitment-container aside > span {
            color: #676f69;
            text-align: center;
            font-family: "Cormorant";
            font-size: 18px;
            line-height: 1.5rem;
            letter-spacing: 0.025em;
          }
.who-section5__wrapper .commitments .commitment-container aside > img {
            width: 192px;
            align-self: center;
            margin-bottom: 1rem;
          }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-container aside > img {
              width: 192px;
              align-self: center;
              margin-bottom: 0
          }
            }
.who-section5__wrapper .commitments .commitment-disclaimer {
        font-size: 0.75rem;
        line-height: 1.25rem;
        color: #676f69;
        margin-top: 94px;
      }
@media (min-width: 1024px) {
.who-section5__wrapper .commitments .commitment-disclaimer {
          margin-top: 0
      }
        }
@keyframes appearFromBelow {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 
.icon {
    font-family: "Anicons Color", sans-serif;
    font-variation-settings: "TIME" 1;
    transition: font-variation-settings 0.4s ease;
 }
 .icon:active {
    font-family: "Anicons Color", sans-serif;
    font-variation-settings: "TIME" 100;
 } */
/* #hamburger {
    width: 30px
} */
/* a:hover {
  text-decoration: underline;
} */
/* a:active {
  text-decoration: underline;
} */
.principle-elipse {
  position: absolute;
  height: 15px;
  top: 14px;
  left: 82%;
}
.grey-background {
  height: 0;
  background-color: #4d5055;
}
/* Section */
.section1 {
  height: 100vh;
  width: 100vw;
}
.section-link {
  text-decoration: none !important;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.who-image-container {
  height: 90vh;
}
.who-page-headline p {
  font-size: 100px;
}
.who-page-headline {
  position: relative;
  left: 5vw;
  width: 50vw;
}
.who-section1 {
  width: 100vw;
}
.who-image {
  position: relative;
}
.who-image-1 {
  position: absolute;
  top: 40vh;
  left: 10vw;
}
.who-image-2 {
  position: absolute;
  left: 35vw;
  top: 18vh;
}
.who-image-3 {
  position: absolute;
  left: 70vw;
  top: 50vh;
}
.who-image-4 {
  position: absolute;
  left: 80vw;
  top: 23vh;
}
.section2 {
  background-color: #1d222c;
  color: white;
  margin-top: -20vh;
  padding-top: 10vh;
  padding-left: 8rem;
  padding-bottom: 10vh;
  margin-bottom: 10vh;
  margin-left: 32%;
  width: 68%;
  opacity: 0;
  animation: 0.4s ease 0.8s normal forwards 1 appearFromBelow;
  -webkit-animation: 0.4s ease 0.8s normal forwards 1 appearFromBelow;
}
.who-section2 {
  background-color: #1d222c;
  width: 75vw;
  margin-left: 12.5vw;
  color: white;
  margin-top: -15vh;
  padding: 7vh 12.5rem 5vh 12.5rem;
  text-align: center;
}
.who-section2 p {
  font-size: 28px;
  letter-spacing: 1px;
}
.who-section6 {
  margin-bottom: 10vh;
}
.who-section6-info {
  margin: 10vh 2rem;
  width: calc(50% - 4rem);
}
.who-hr {
  padding-top: 5px;
}
.who-hr hr {
  width: 85%;
}
.circle-icon {
  height: 12px;
  width: 12px;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  padding-bottom: -20px;
  margin-left: 82%;
}
.sectionHeadline {
  font-size: 3vh;
  margin-bottom: 2rem;
}
.section4 {
  height: 70vh;
  background-color: rgb(38, 43, 40);
}
.advantage-image {
  max-width: 100%;
  width: 100%;
  /* margin-top: 20px !important; */
}
.home-advantage-image {
  width: 100%;
}
.approach-body {
  font-size: 18px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 60px;
}
.approach-header {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 44px;
  font-family: "Cormorant", serif;
}
.section-headline {
  font-size: 38px;
  margin-bottom: 3vh;
  margin-top: 3vh;
}
.green-bullet {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  font-family: "Lexend", sans-serif;
}
.bullet-image {
  padding-bottom: 3px;
  padding-right: 16px;
}
/* .green-bullet::before {
    content: "▪";
    margin-right: 10px;
    font-size: 20px;
    color: #549865;
} */
#text {
  padding-bottom: -10px;
}
.bullet-point {
  display: list-item;
  margin-bottom: 2vh;
  font-size: 14px;
  margin-left: 26px;
  font-family: "Lexend", sans-serif;
}
.section-headline {
  font-family: "Cormorant", serif;
}
.bullet-point ::marker {
  color: #56a36a;
  content: "☞";
}
.home-section1 {
  margin-left: 5vw;
  /* padding-top: 15vh; */
  padding-top: 16.5rem;
  width: 85%;
}
.team-section1 {
  margin-left: 5vw;
  padding-top: 10vh;
  width: 85%;
}
.team-section3 {
  background-color: #19233e;
  color: white;
}
.team-section3 a {
  font-size: 16px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  text-decoration: none;
}
.team-background {
  height: 75vh;
}
.approach-background {
  height: 75vh;
}
.link-border-black {
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  text-decoration: none;
  text-decoration: none;
}
.link-border-black:hover {
  text-decoration: none;
}
.link-border-white {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  text-decoration: none;
  text-decoration: none;
}
.link-border-white:hover {
  text-decoration: none;
}
.center-content {
  display: grid;
  place-items: center;
}
/* Padding */
.no-side-padding {
  padding-left: 0;
  padding-right: 0;
}
.pad-10 {
  padding: 10px;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-top {
  padding-top: 5.625rem;
}
.pad-top-light {
  padding-top: 1.15rem;
}
.pad-top-none {
  padding-top: 0;
}
.pad-left {
  padding-left: 3rem;
}
.pad-left-light {
  padding-left: 1.15rem;
}
.pad-left-none {
  padding-left: 0;
}
.pad-right {
  padding-right: 3rem;
}
.pad-right-none {
  padding-right: 0;
}
.pad-bottom {
  padding-bottom: 5.625rem;
}
.pad-bottom-light {
  padding-bottom: 1vh;
}
.pad-bottom-none {
  padding-bottom: 0;
}
/* Margin */
.no-side-margin {
  margin-left: 0;
  margin-right: 0;
}
.margin-top {
  margin-top: 3vh;
}
.margin-top-heavy {
  margin-top: 6vh;
}
.margin-bottom {
  margin-bottom: 3vh;
}
.margin-bottom-header {
  margin-bottom: 32px;
}
.margin-bottom-heavy {
  margin-bottom: 6vh;
}
.margin-bottom-light {
  margin-bottom: 2vh;
}
.margin-bottom-extra-light {
  margin-bottom: 1vh;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-left {
  margin-left: 5rem;
}
.margin-left-light {
  margin-left: 1.15rem;
}
.margin-left-none {
  margin-left: 0;
}
.margin-right {
  margin-right: 5rem;
}
.margin-right-light {
  margin-right: 1.15rem;
}
.margin-right-none {
  margin-right: 0;
}
.white-text {
  color: white;
}
/* text-decoration */
.text-decoration-none {
  text-decoration: none;
}
/* Width */
.full-width {
  width: 100%;
  max-width: 100%;
}
/* Background */
.background-no-repeat {
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100vh;
    width: 100vw; */
}
/* Border */
/* .border-right-white {
} */
.place-items-center {
  display: grid;
  place-items: center;
}
/* Links */
/* .link-underline { text-decoration: underline; } */
.block-text {
  font-size: 16px;
  font-family: "Lexend", sans-serif;
}
/* Font Color */
.light-grey {
  color: #848991;
}
@media (max-width: 1480px) {
  /* .who-image-1 {
  } */

  /* .who-image-2 {
  } */

  .who-image-3 {
    left: 75vw;
  }

  .who-image-4 {
    left: 82vw;
  }
}
@media (max-width: 1390px) {
  .approach-background {
    height: 85vh;
  }
}
@media (max-width: 1270px) {
  /* .who-image-1 {
  } */

  /* .who-image-2 {
  } */

  .who-image-3 {
    left: 80vw;
  }

  .who-image-4 {
    left: 85vw;
  }
}
@media (max-width: 1170px) {
  .who-page-headline {
    max-width: 50vw;
  }

  .who-image-1 {
    left: 5vw;
  }

  .who-image-2 {
    left: 32vw;
  }

  .who-image-3 {
    left: 79vw;
  }

  .who-image-4 {
    left: 82vw;
  }
}
@media (max-width: 1080px) {
  #contact-form {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }

  .who-page-headline {
    max-width: 50vw;
    left: 10vw;
  }

  .who-page-headline p {
    font-size: 44px !important;
  }

  .who-image-1 {
    left: 3vw;
  }

  .who-image-2 {
    left: auto;
    right: 0;
  }

  .who-image-3 {
    left: 32vw;
    top: 30vh;
  }

  .who-image-4 {
    left: 32vw;
    top: 52vh;
  }
}
@media (max-width: 991px) {
  .commitment-container {
    width: auto;
    margin-left: 0;
  }

  .nav-icon {
    padding-top: 0px;
  }

  .quote-container {
    padding: 2vh 1rem;
  }

  .pad-left-mobile-none {
    padding-left: 0;
  }

  .principle-elipse {
    position: absolute;
    top: 14px;
    left: 83.5%;
  }

  .apart-hr {
    margin-bottom: 5vh;
  }

  .approach-background {
    height: 120vh;
  }

  .advantage-image {
    margin-top: 20px !important;
  }

  .imformational-image {
    width: 46vw;
  }

  /* .innovation-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  } */

  .who-image-container {
    height: 160vh;
  }

  .who-section2 {
    margin-right: 0;
    right: 0;
    margin-left: 5vw;
    width: 95vw;
    padding: 7vh 15vw 7vh 15vw;
    text-align: left;
  }

  .who-section2 p {
    font-size: 42px;
  }

  .who-page-headline {
    max-width: 50vw;
    left: 10vw;
  }

  .who-page-headline p {
    font-size: 50px !important;
  }

  .who-image-1 {
    left: 0;
    top: 60vh;
    width: 50vw;
  }

  .who-image-1 img {
    width: 100%;
  }

  .who-image-2 {
    left: auto;
    right: 0;
    width: 60vw;
    height: 60vw;
    top: 30vh;
  }

  .who-image-2 img {
    width: 100%;
  }

  .who-image-3 {
    left: 22vw;
    top: 105vh;
    width: 240px;
  }

  .who-image-3 img {
    width: 100%;
  }

  .who-image-4 {
    left: 62vw;
    top: 85vh;
    width: 240px;
  }

  .who-image-4 img {
    width: 100%;
  }

  .contact-multiuse {
    top: 0;
    position: relative;
    max-width: 100vw;
    width: 100vw;
    margin-left: 0;
    padding-top: 5vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .who-section6-info {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 5vh;
  }

  section .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .team-section1 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 880px) {
  .who-image-1 {
    left: 0;
    top: 60vh;
    width: 50vw;
  }

  .who-image-2 {
    left: auto;
    right: 0;
    width: 60vw;
    height: 60vw;
    top: 30vh;
  }

  .who-image-3 {
    left: 10vw;
    top: 98vh;
    width: 240px;
  }

  .who-image-4 {
    left: 56vw;
    top: 75vh;
    width: 240px;
  }
}
@media (max-width: 750px) {
  .who-image-container {
    height: 125vh;
  }

  .who-image-1 {
    left: 0;
    top: 45vh;
    width: 50vw;
  }

  .who-image-2 {
    left: auto;
    right: 0;
    width: 60vw;
    height: 60vw;
    top: 22vh;
  }

  .who-image-3 {
    left: 10vw;
    top: 80vh;
    width: 25vw;
  }

  .who-image-4 {
    left: 60vw;
    top: 60vh;
    width: 25vw;
  }
}
@media (max-width: 719px) {
  #contact-form {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 685px) {
  .who-image-container {
    height: 115vh;
  }

  .who-page-headline {
    max-width: 100%;
    width: 100%;
  }

  .who-image-1 {
    left: 0;
    top: 45vh;
    width: 50vw;
  }

  .who-image-2 {
    left: auto;
    right: 0;
    width: 60vw;
    height: 60vw;
    top: 24vh;
  }

  .who-image-3 {
    left: 10vw;
    top: 75vh;
    width: 25vw;
  }

  .who-image-4 {
    left: 60vw;
    top: 55vh;
    width: 25vw;
  }
}
@media (max-width: 576px) {
  .pad-bottom-mobile {
    padding-bottom: 40px;
  }

  .approach-section3 {
    padding-top: 0;
  }
      .approach-section3 div h1 {
        padding: 0 3rem;
      }

  /* .quote-container {
  } */

  .connect-headline {
    padding-left: 0;
  }

  .approach-section3 .container {
    padding-right: 0;
    padding-left: 0;
  }

  .home-section1 {
    padding: 3vh 0;
    margin-top: 15vh;
  }

  .team-background {
    height: 110vh;
  }

  .approach-background {
    height: 110vh;
  }

  .grey-background {
    height: 50vh;
  }

  .mobile-full-width {
    width: 100vw;
    margin-left: 0;
  }

  .mobile-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-text {
    margin-bottom: 100px;
  }

  .section2 {
    padding-top: 4vh;
    padding-right: 75px;
    padding-bottom: 4vh;
    padding-left: 70px;
    width: 90vw;
    letter-spacing: 1.5px;
    margin-bottom: 10vh;
    margin-left: 10vw;
  }

  .green-bullet {
    margin-bottom: 3vh;
  }

  .green-bullet::before {
    font-size: 25px;
  }

  .section2 .section-headline {
    font-size: 28px;
  }

  .section2 .block-text {
    font-size: 16px;
  }

  /* .section3 .section-headline {
  } */

  /* 
    .section5 .green-bullet {
        margin-left: 40px;
        margin-bottom: 5vh;
        max-width: calc(100% - 40px);
    } */

  /* .approaches-1 {
        padding-left: 30px !important;
        max-width: 100vw !important;
        margin-left: 0 !important;
        margin-right: 6vw !important;
    }

    .approaches-2 {
        margin-left: 4vw !important;
        margin-right: 0vw !important;
    }

    .approaches-3 {
        margin-left: 0 !important;
        margin-right: 6vw !important;
    }

    .approaches-4 {
        margin-left: 4vw !important;
        margin-right: 0vw !important;
    } */

  .bullet-point {
    font-size: 14px;
  }

  .team-container {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% - 20px);
  }

  .advantage-image {
    max-width: 100%;
    width: 100%;
    margin-top: 20px !important;
  }

  .who-image-container {
    height: 100vh;
  }

  .who-image-1 {
    left: 0;
    top: 35vh;
    width: 50vw;
  }

  .who-image-2 {
    left: auto;
    right: 0;
    width: 60vw;
    height: 60vw;
    top: 22vh;
  }

  .who-image-3 {
    left: 15vw;
    top: 62vh;
    width: 30vw;
  }

  .who-image-4 {
    left: 60vw;
    top: 50vh;
    width: 30vw;
  }

  .body, .body p {
    font-size: 16px;
    font-weight: 200;
    font-family: "Lexend", sans-serif;
    line-height: 175%;
    letter-spacing: 0.05em;
  }

  .body-large, .body-large p {
    font-size: 18px;
    font-weight: 200;
    font-family: "Lexend", sans-serif;
    line-height: 175%;
    letter-spacing: 0.05em;
  }

  .body-xl, .body-xl p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Lexend", sans-serif;
    line-height: 175%;
    letter-spacing: 0.05em;
  }

  .headline, .headline p {
    font-size: 14px;
    font-weight: 300;
    font-family: "Lexend", sans-serif;
    line-height: 175%;
    letter-spacing: 0.05em;
  }

  .subheading, .subheading p {
    font-size: 20px;
    font-weight: 300;
    font-family: "Lexend", sans-serif;
    line-height: 175%;
    letter-spacing: 0.05em;
  }

  .h1, .h1 p {
    font-size: 44px;
    font-weight: 600;
    font-family: "Cormorant", serif;
  }

  .h2, h2 p {
    font-size: 64px;
    font-weight: 600;
    font-family: "Cormorant", serif;
  }

  .h3, .h3 p {
    font-size: 36px;
    font-weight: 500;
    font-family: "Cormorant", serif;
  }

  .h4, .h4 p {
    font-size: 40px;
    font-weight: 400;
    font-family: "Cormorant", serif;
  }

  .approach-h4, .approach-h4 p {
    font-family: "Cormorant", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 130.02%;
    /* or 52px */
    /* neutral-700 */
    color: #262a28;
  }

  .h5, .h5 p {
    font-size: 32px;
    font-weight: 400;
    font-family: "Cormorant", serif;
  }

  .h6, .h6 p {
    font-size: 28px;
    font-weight: 600;
    font-family: "Cormorant", serif;
  }

  .h7, .h7 p {
    font-size: 18px;
    font-weight: 600;
    font-family: "Cormorant", serif;
  }

  .h8, .h8 p {
    font-size: 18px;
    font-weight: 500;
    font-family: "Cormorant", serif;
  }

  .h3-large, .h3-large p {
    font-size: 44px;
  }

  /* .industry-contianer {
        width: 100%;
        max-width: 100%;
    } */

  .margin-left-mobile-lower-width {
    max-width: calc(100% - 30px);
  }

  .margin-left-mobile {
    margin-left: 30px;
  }

  .margin-left-mobile-heavy {
    margin-left: 40px;
  }

  .margin-bottom-mobile {
    margin-bottom: 30px;
  }

  .margin-top-mobile {
    margin-top: 30px;
  }
}
.neutral-100, .neutral-100, p {
  color: #ffffff;
}
.neutral-200, .neutral-200, p {
  color: #f0f1f1;
}
.neutral-300, .neutral-300, p {
  color: #d6d9d7;
}
.neutral-400, .neutral-400, p {
  color: #b1b7b3;
}
.neutral-500, .neutral-500, p {
  color: #676f69;
}
.neutral-600, .neutral-600, p {
  color: #515451;
}
.neutral-700, .neutral-700, p {
  color: #262a28;
}
.accent-green {
  color: #549865;
}
/* background colors */
.light-grey-background {
  background-color: "grey";
}
.cc-color-override-1880607043 .cc-btn {
  background-color: #64966A !important;
}