.trulygreen .container {
  scroll-margin-top: 140px;
}

.trulygreen .header-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #347a2d;
  padding: 10px 32px;
}

.trulygreen .site-header {
  margin-bottom: 140px;
}

.trulygreen .site-branding {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .trulygreen .site-branding a {
    width: 20%;
    max-width: 650px;
  }
}

@media only screen and (max-width: 768px) {
  .trulygreen .site-branding a {
    width: 30%;
  }
}

.trulygreen .logo.secondary {
  margin-left: 25px;
  max-width: 65%;
}

.trulygreen .logo.secondary {
  padding-left: 25px;
  border-left: 2px solid #347a2d;
}

.trulygreen footer {
  background-color: #255620 !important;
}

.trulygreen footer p, .trulygreen footer a {
  color: #fff;
  font-size: 12px;
  line-height: normal;
  margin: 20px;
  max-width: 500px;
}

.trulygreen footer .privacy {
  display: flex;
}

.trulygreen footer .privacy p {
  align-self: flex-end;
}

.trulygreen h1 {
  font-weight: 100;
  letter-spacing: 0px;
  color: #347a2d;
  border-bottom: 4px solid #F47929;
  width: fit-content;
  margin: 25px 0;
  scroll-margin-top: 20em;
}

.trulygreen h2 {
  text-align: left;
  font: normal normal bold 30px/26px sans-serif;
  letter-spacing: 0px;
  color: #343434;
}

.trulygreen p {
  font: normal normal normal 22px/26px sans-serif;
}

.trulygreen section {
  background: #EDEBEB 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  padding: 20px 35px;
  margin: 80px auto;
}

.trulygreen section img {
  border-radius: 22px;
  height: 100%;
}

.trulygreen section.hero {
  background: none;
  border-radius: none;
  padding: 0;
  margin: -100px 0 0;
  position: relative;
  z-index: 1;
}

.trulygreen section.hero .img-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 400px;
}

.trulygreen section.hero img {
  width: 100%;
  width: auto;
  height: 100%;
  min-height: 400px;
  min-width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.trulygreen section.hero .copy {
  position: absolute;
  width: 100%;
  top: 65%;
  transform: translateY(-50%);
}

.trulygreen section.hero .copy p {
  color: #fff;
  font-weight: 900;
  font-size: 4vw;
  line-height: normal;
  font-family: sans-serif;
}

.trulygreen section.hero .copy .big {
  text-align: right;
}

.trulygreen section.hero .copy .big p {
  font-size: 12vw;
  line-height: 0;
  margin-top: 45%;
}

@media only screen and (max-width: 992px) {
  .trulygreen section.hero .copy {
    padding-left: 40px;
  }
  .trulygreen section.hero .copy .big {
    text-align: left;
    margin: 0;
  }
  .trulygreen section.hero .copy .big p {
    margin: 8% 0 15px;
  }
}

.trulygreen section.about {
  background: none;
  border-radius: none;
}

.trulygreen section.about h1 {
  text-align: center;
  margin: 25px auto;
}

.trulygreen #employment .splide__arrows {
  position: relative;
}

.trulygreen .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trulygreen #thumbnail-carousel {
  margin-top: 26px;
  padding: 0 50px;
}

.trulygreen .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.trulygreen .video iframe,
.trulygreen .video object,
.trulygreen .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.privacy-policy article, .page-id-2 article {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
/*# sourceMappingURL=style.css.map */