@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: #18342e;
  background: #ffffff;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.eyebrow,
.hero-copy .eyebrow,
.brand-text {
  font-family: "DM Sans", "Lato", Helvetica, Arial, sans-serif;
}

a {
  color: #1f5d43;
}

a:hover,
a:focus {
  color: #163e2f;
  text-decoration: none;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

.navbar-transparent {
  border: 0;
  background: transparent;
  margin-bottom: 0;
  min-height: 78px;
}

.navbar-transparent .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-transparent .navbar-header {
  position: relative;
  flex: 0 0 auto;
  padding-top: 6px;
  padding-left: 18px;
  padding-right: 24px;
  margin-right: 24px;
}

.navbar-transparent .navbar-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.6);
}

.navbar-transparent .navbar-collapse {
  position: static;
  flex: 1 1 auto;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.navbar-transparent .navbar-nav {
  float: none;
  display: flex;
  align-items: center;
  margin: 0;
}

.navbar-transparent .navbar-nav>li {
  float: none;
  display: block;
  vertical-align: top;
}

.navbar-transparent .navbar-nav>li>a {
  color: #fff;
  font-weight: 600;
  padding-top: 18px;
  padding-bottom: 8px;
  font-size: 19px;
  letter-spacing: 0;
  white-space: nowrap;
}

.navbar-transparent .navbar-nav>li>a:hover,
.navbar-transparent .navbar-nav>li>a:focus {
  color: #1f5d43;
}

.navbar-text.header-contact {
  position: static;
  margin: 0;
  padding: 18px 18px 0 22px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.2px;
  flex: 0 0 auto;
  margin-left: auto;
  font-weight: 700;
}

.brand-mark,
.footer-brand {
  display: inline-flex;
  gap: 10px;
  height: auto;
  padding: 2px 0 0;
}

.site-logo {
  display: block;
  width: auto;
  height: 70px;
  max-width: 380px;
}

.site-logo-footer {
  height: auto;
  width: 90%;
}

.hero-section {
  position: relative;
  min-height: calc(100vh);
  height: calc(100vh);
  max-height: none;
  padding-top: 92px;
  overflow: hidden;
  background-color: #444;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-carousel {
  z-index: 0;
  overflow: hidden;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

/* neutralize Bootstrap's left-based positioning; the actual slide is driven by transform below */
#hero-carousel .carousel-inner>.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: transform 0.9s ease-in-out;
  backface-visibility: hidden;
  will-change: transform;
}

#hero-carousel .carousel-inner>.item.next,
#hero-carousel .carousel-inner>.item.active.right {
  transform: translateX(100%);
}

#hero-carousel .carousel-inner>.item.prev,
#hero-carousel .carousel-inner>.item.active.left {
  transform: translateX(-100%);
}

#hero-carousel .carousel-inner>.item.next.left,
#hero-carousel .carousel-inner>.item.prev.right {
  transform: translateX(0);
}

.hero-carousel .item img {
  transform: scale(1.01);
}

.hero-slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 300px clamp(40px, 9vw, 170px) 0;
}

.hero-control {
  z-index: 2;
  width: 6%;
  background-image: none !important;
  opacity: 0.5;
}

.hero-control:hover,
.hero-control:focus {
  opacity: 0.9;
}

.hero-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}


.hero-control.left {
  background: linear-gradient(90deg, rgba(17, 29, 26, 0.22), transparent);
}

.hero-control.right {
  background: linear-gradient(270deg, rgba(17, 29, 26, 0.22), transparent);
}

.hero-copy {
  max-width: 40%;
  color: #fff;
  padding: 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #343937;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}

.hero-copy .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.hero-copy h1 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 66px;
  line-height: 1.02;
  font-weight: 800;
}

.hero-copy p {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.btn-hero {
  margin-top: 22px;
  border: 0;
  border-radius: 999px;
  background: #1f5d43;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(15, 39, 29, 0.28);
}

.btn-hero:hover,
.btn-hero:focus {
  background: #174b35;
}

.hero-bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}

.hero-bottom-wave img {
  display: block;
  width: 100%;
}

.stats-section,
.content-section {
  background: #ffffff;
}

.tagline-section {
  position: relative;
  z-index: 3;
  background: #ffffff;
  padding: 34px 0 0;
}

.tagline-row {
  display: flex;
  flex-wrap: wrap;
}

.tagline-item {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 6px 14px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: 700;
  color: #1f5d43;
  border-right: 1px solid rgba(24, 52, 46, 0.14);
}

.tagline-item:last-child {
  border-right: 0;
}

.section-divider {
  margin: 40px 0 0;
  border: 0;
  border-top: 1px solid #444;
}

.content-section {
  padding: 60px 0;
}

.section-heading {
  margin-bottom: 32px;
}

.section-heading h2 {
  margin: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.25;
  color: #16241f;
}

.section-heading.text-center h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.full-width h2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-left h2 {
  max-width: 560px;
}

.section-heading.less-margin-bottom {
  margin-bottom: 16px;
}

.practice-grid {
  margin-top: 30px;
}

.practice-card {
  text-align: left;
  margin-bottom: 26px;
  padding: 10px 28px 14px;
  border-right: 1px solid rgba(24, 52, 46, 0.35);
}

.practice-card:last-child {
  border-right: 0;
}

.practice-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.practice-icon {
  display: block;
  height: 52px;
  width: auto;
  flex: 0 0 auto;
}

.practice-card h4 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
  color: #24413b;
}

.practice-card .section-link {
  display: block;
  text-align: right;
}

.small-link {
  font-size: 15px;
  margin-top: 0;
}

.section-link-wrap {
  margin-top: 10px;
}

.section-link {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 12px;
}

.who-section,
.people-section,
.insights-section {
  background: #ffffff;
}

.people-section {
  position: relative;
  overflow: hidden;
}

.people-section .row.vertical-center {
  position: relative;
  z-index: 1;
}

.people-section p {
  font-size: 27px;
}

.people-section .col-left {
  padding: 20px 0;
}

.people-bottom-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 2;
  line-height: 0;
  pointer-events: none;
}

.people-bottom-wave img {
  display: block;
  width: 100%;
  height: auto;
}

.lead-copy {
  font-size: 27px;
  line-height: 1.2;
  color: #444;
  max-width: 560px;
}

.lead-copy-center {
  max-width: 100%;
  margin: 0 auto;
}

.awards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
  color: #234d42;
  font-weight: 700;
}

.awards-row-center {
  justify-content: center;
  align-items: center;
  gap: 34px;
}

.awards-row-center img {
  height: 129px;
  width: auto;
}

.awards-row span {
  padding: 10px 0;
  border-bottom: 1px solid rgba(24, 52, 46, 0.14);
}

.people-photo-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1.25 / 1;
}

.people-photo-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.people-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  transform: translateX(100%);
  transition: transform 0.8s ease-in-out;
}

.people-photo.active {
  transform: translateX(0);
}

.people-photo.prev {
  transform: translateX(-100%);
}

.people-controls {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.people-control {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(24, 52, 46, 0.15);
  background: #fff;
  color: #1f5d43;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}

.people-control:hover,
.people-control:focus {
  background: #1f5d43;
  color: #fff;
}

.story-badges {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 6px 24px;
  border-left: 1px solid #444;
}

.story-item {
  padding: 6px 24px 24px;
}

.story-item-divider {
  border-left: 1px solid #444;
}

.story-badge-img {
  height: auto;
  width: 80%;
  margin: auto;
}

.story-item h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #18342e;
}

.stories-section>.container>.row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.stories-section>.container>.row>[class*="col-"] {
  float: none;
}

.insight-list {
  list-style: none;
  margin: 0 20px;
  padding: 0;
}

.insight-list li {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #444;
}

.insight-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.insight-date {
  display: block;
  font-size: 14px;
  color: #7a8884;
  margin-bottom: 6px;
}

.insight-list a {
  display: block;
  color: #16241f;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6;
}

.insights-border {
  border-left: 1px solid #444;
  border-right: 1px solid #444;
}

.newsletter-box {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 14px 30px rgba(22, 36, 31, 0.05);
}

.newsletter-box h3 {
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  color: #16241f;
}

.newsletter-form .form-control {
  height: 46px;
  border-radius: 999px 0 0 999px;
  border-color: rgba(24, 52, 46, 0.18);
  box-shadow: none;
}

.btn-newsletter {
  width: 54px;
  height: 46px;
  border-radius: 0 999px 999px 0;
  border: 0;
  background-color: #1E563F;
  border-color: #1E563F;
}

.btn-newsletter:hover,
.btn-newsletter:focus {
  background-color: #17432e;
  border-color: #17432e;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 14px 0 0;
  font-size: 14px;
  color: #667872;
  font-weight: 400;
}

.site-footer {
  padding: 40px 0 30px;
  color: rgba(255, 255, 255, 0.88);
  background: linear-gradient(180deg, #1f5d43 0%, #18342e 100%);
}

.site-footer .brand-text,
.site-footer a,
.site-footer p,
.site-footer li,
.site-footer h4 {
  color: rgba(255, 255, 255, 0.92);
}

.footer-top h4 {
  margin-top: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-divider {
  margin: 34px 0 24px;
  border: 0;
  border-top: 1px solid #fff;
}

.footer-bottom {
  font-size: 15px;
}

.footer-bottom p {
  margin: 0 0 8px;
}

.footer-address {
  line-height: 1.6;
}

.footer-label {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.social-icons a:hover,
.social-icons a:focus {
  background: rgba(255, 255, 255, 0.28);
}

.vertical-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* Responsive rules - laptop/tablet landscape */
@media (max-width: 1199px) {
  .hero-copy h1 {
    font-size: 54px;
  }

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

  .section-heading h2 {
    font-size: 32px;
  }

  .section-heading-left h2 {
    max-width: 100%;
  }

  .navbar-transparent .navbar-nav>li>a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-text.header-contact {
    font-size: 16px;
  }
}

/* Responsive rules - tablet */
@media (max-width: 991px) {
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    width: 100%;
    z-index: 30;
  }

  .navbar-transparent {
    min-height: 72px;
  }

  .navbar-transparent .container {
    flex-wrap: wrap;
  }

  .navbar-transparent .navbar-header {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 0;
  }

  .navbar-transparent .navbar-header::after {
    display: none;
  }

  .navbar-transparent .navbar-toggle {
    margin-right: 0;
    border-color: rgba(255, 255, 255, 0.9);
    background: transparent;
  }

  .navbar-transparent .navbar-toggle:hover,
  .navbar-transparent .navbar-toggle:focus,
  .navbar-transparent .navbar-toggle.collapsed:hover,
  .navbar-transparent .navbar-toggle.collapsed:focus {
    background: transparent;
  }

  .navbar-transparent .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }

  .navbar-transparent .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    order: 3;
    background: transparent;
  }

  .navbar-transparent .navbar-nav {
    width: 100%;
  }

  .navbar-transparent .navbar-nav>li>a {
    color: #ffffff;
  }

  .hero-section {
    min-height: calc(107vh);
    height: calc(107vh);
    padding-top: 0;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    padding: 80px 0 100px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .tagline-item {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 52, 46, 0.12);
  }

  .tagline-item.tagline-even {
    border-left: 1px solid rgba(24, 52, 46, 0.12);
  }

  .practice-card {
    border-right: 1px solid rgba(24, 52, 46, 0.12);
  }

  .practice-card:last-child {
    border-right: 0;
  }

  .newsletter-box {
    margin-top: 24px;
  }
}

/* Responsive rules - mobile */
@media (max-width: 767px) {
  .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    width: 100%;
    z-index: 30;
  }

  .navbar-transparent {
    min-height: 66px;
  }

  .navbar-transparent .navbar-header {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-transparent .navbar-brand {
    padding-left: 0;
  }

  .navbar-transparent .navbar-toggle {
    margin-top: 14px;
    margin-right: 0;
    padding: 9px 10px;
    background: transparent;
  }

  .navbar-transparent .navbar-toggle:hover,
  .navbar-transparent .navbar-toggle:focus,
  .navbar-transparent .navbar-toggle.collapsed:hover,
  .navbar-transparent .navbar-toggle.collapsed:focus {
    background: transparent;
  }

  .site-logo {
    height: 56px;
    max-width: 260px;
  }

  .navbar-text.header-contact {
    display: none;
  }

  .navbar-transparent .container {
    display: block;
  }

  .navbar-transparent .navbar-nav {
    display: block;
  }

  .navbar-transparent .navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #ffffff;
  }

  .navbar-transparent .navbar-collapse {
    display: none !important;
    background: transparent;
  }

  .navbar-transparent .navbar-collapse.in,
  .navbar-transparent .navbar-collapse.collapsing {
    display: block !important;
  }

  .hero-copy h1 {
    font-size: 34px;
    line-height: 0.98;
  }

  .hero-copy {
    max-width: 80%;
  }

  .hero-copy p {
    font-size: 16px;
    line-height: 1.45;
  }

  .section-heading h2,
  .newsletter-box h3 {
    font-size: 28px;
  }

  .content-section {
    padding: 54px 0;
  }

  .tagline-section {
    padding: 20px 0 0;
  }

  .tagline-item {
    padding: 12px 30px;
  }

  .practice-card {
    border-right: 0;
  }

  .story-item {
    text-align: center;
    padding-right: 0;
  }

  .story-badges {
    flex-direction: row;
    justify-content: center;
    border-left: 0;
    padding: 6px 0 24px;
  }

  .story-item-divider {
    border-left: 0;
  }
}