:root {
  --cds-button-font-family: bold;
  --cds-button-font-size: 15px;
  --cds-button-label-color: #000000;
  --cds-button-background-color: #98AC71;
  --cds-button-border-color: #98AC71;
  --cds-button-hover-background-color: #6C8240;
  --cds-button-hover-label-color: #000000;
  --cds-button-hover-border-color: #6C8240;
  --cds-button-border-radius: 26px;
}

._img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

._centered {
  text-align: center;
}

._image-center {
  margin: 0 auto;
  display: block;
}
@media (min-width: 1230px) {
  ._image-center {
    margin: inherit;
  }
}

._smaller-text {
  font-size: 0.75rem;
  font-weight: 500;
}

._muted-text {
  opacity: 0.5;
}

._bolder-text {
  font-weight: 500;
}

@media (min-width: 768px) {
  ._bigger-text {
    font-size: 1.235rem;
    line-height: 1.6;
  }
}

._justify-between {
  justify-content: space-between;
}

._align-center {
  align-items: center;
}

._hide-xs {
  display: none !important;
}
@media (min-width: 768px) {
  ._hide-xs {
    display: block !important;
  }
}

@media (min-width: 768px) {
  ._hide-sm-up {
    display: none !important;
  }
}

._hide-xs-sm {
  display: none !important;
}
@media (min-width: 992px) {
  ._hide-xs-sm {
    display: block !important;
  }
}

@media (min-width: 992px) {
  ._hide-md-up {
    display: none !important;
  }
}

[x-cloak] {
  display: none !important;
}

[data-validate-for] {
  flex: 0 0 100%;
  color: red;
}

html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

svg {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}
@media (min-width: 992px) and (max-width: 1229px) {
  html {
    font-size: 100%;
  }
}

body {
  box-sizing: border-box;
  color: #000000;
  font-family: regular, sans-serif;
  background-color: #F5F5F5;
  font-size: 1rem;
  min-height: 100%;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  overflow-x: hidden;
}

.error {
  color: red;
}

.h2.with-line {
  margin-bottom: 50px;
  margin-top: 25px;
}

.stats-section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .stats-section {
    margin-bottom: 70px;
  }
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  background: #6C8240;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .stats-row {
    flex-wrap: nowrap;
  }
}

.stats-col {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  text-align: center;
  padding: 35px 35px 8px 35px;
  font-family: bold, sans-serif;
}
@media (min-width: 992px) {
  .stats-col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (max-width: 991px) {
  .stats-col:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 67px;
    background: rgba(255, 255, 255, 0.13);
  }
}
@media (min-width: 992px) {
  .stats-col:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 67px;
    background: rgba(255, 255, 255, 0.13);
  }
}

.stats-title {
  font-size: 50px;
  line-height: 1.1;
  margin-top: 19px;
  margin-bottom: 5px;
}

.stats-subtitle {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 0;
}
@media (min-width: 992px) {
  .stats-subtitle {
    white-space: nowrap;
  }
}

.cards-slider-intro {
  margin-bottom: 25px;
}

.cards-slider-section {
  padding-top: 40px;
  margin-bottom: 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cards-slider-section {
    padding-top: 70px;
    margin-bottom: 90px;
  }
}
.cards-slider-section::before {
  content: "";
  position: absolute;
  background: #F5F5F5;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  height: 45%;
}
.cards-slider-section .swiper-notification {
  position: absolute;
}

.cards-slider-wrapper {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .cards-slider-wrapper {
    padding-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
  }
}
@media (min-width: 1230px) {
  .cards-slider-wrapper {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cards-slider-wrapper .swiper-slide {
  height: auto;
}

.cards-slider-item.swiper-slide {
  background-color: #F5F5F5;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cards-slider-item.swiper-slide {
    width: 289px;
  }
}
@media (min-width: 992px) {
  .cards-slider-item.swiper-slide {
    width: 289px;
  }
}
.cards-slider-item.swiper-slide .swiper-notification {
  position: absolute;
}

.cards-slider-content {
  text-align: center;
  padding: 24px 24px 19px 24px;
}

.cards-slider-title {
  color: #6C8240;
  font-size: 20px;
  font-family: bold;
  margin-bottom: 25px;
}

.cards-slider-description {
  padding: 0 0 25px;
}
.cards-slider-description p {
  margin: 0;
}

.cards-slider-prev, .cards-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

@media (max-width: 991px) {
  .cards-slider-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .cards-slider-prev {
    left: 10px;
  }
}
@media (min-width: 1230px) {
  .cards-slider-prev {
    left: 40px;
  }
}
.cards-slider-prev:after {
  content: "prev";
  font-family: swiper-icons;
}

@media (max-width: 991px) {
  .cards-slider-next {
    display: none;
  }
}
@media (min-width: 992px) {
  .cards-slider-next {
    right: 10px;
  }
}
@media (min-width: 1230px) {
  .cards-slider-next {
    right: 40px;
  }
}
.cards-slider-next:after {
  content: "next";
  font-family: swiper-icons;
}

.overflow-slider-section {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .overflow-slider-section {
    margin-bottom: 70px;
  }
}
.overflow-slider-section .wrapper {
  position: static;
}

.overflow-slider-back {
  border-radius: 10px;
  background: #6C8240;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .overflow-slider-back {
    margin-right: 100px;
  }
}
.overflow-slider-back.-gallery {
  padding: 60px 30px 130px;
}
@media (min-width: 992px) {
  .overflow-slider-back.-gallery {
    padding: 65px 46% 40px 45px;
    min-height: 660px;
  }
}
@media (min-width: 1230px) {
  .overflow-slider-back.-gallery {
    padding: 80px 46% 80px 60px;
    min-height: 685px;
  }
}
.overflow-slider-back.-video {
  padding: 60px 30px 25px;
}
@media (max-width: 991px) {
  .overflow-slider-back.-video {
    border-radius: 10px 10px 0 0;
  }
}
@media (min-width: 992px) {
  .overflow-slider-back.-video {
    padding: 115px 480px 90px 70px;
  }
}
.overflow-slider-back p:not(:first-of-type) {
  margin-top: 0;
}

.overflow-slider-title {
  color: #fff;
  font-family: bold, sans-serif;
  line-height: 1.1;
  font-size: 40px;
}
@media (min-width: 992px) {
  .overflow-slider-title {
    font-size: 48px;
  }
}
@media (min-width: 1230px) {
  .overflow-slider-title {
    font-size: 54px;
  }
}
.overflow-slider-title small {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 30px;
}
@media (min-width: 1230px) {
  .overflow-slider-title small {
    font-size: 36px;
  }
}

.overflow-slider-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .overflow-slider-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    height: 75%;
  }
}
.overflow-slider-wrapper.-video {
  width: 100%;
}
@media (min-width: 992px) {
  .overflow-slider-wrapper.-video {
    max-width: 50%;
  }
}
@media (min-width: 1230px) {
  .overflow-slider-wrapper.-video {
    margin-left: 40px;
    width: 42%;
    max-width: 550px;
  }
}
.overflow-slider-wrapper.-video div {
  padding-bottom: 56%;
  height: 0;
}
.overflow-slider-wrapper.-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .overflow-slider-wrapper.-video iframe {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .overflow-slider-wrapper.-with-gradient {
    margin-top: -90px;
  }
}
@media (min-width: 992px) {
  .overflow-slider-wrapper.-with-gradient {
    width: calc(50% + 40px);
    overflow: hidden;
    padding-left: 40px;
    left: calc(50% - 40px);
  }
}
@media (min-width: 992px) {
  .overflow-slider-wrapper.-with-gradient::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #6C8240;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .overflow-slider-wrapper.-with-gradient::after {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0) 100%);
    z-index: 10;
  }
}
.overflow-slider-wrapper .swiper-slide {
  width: 280px;
}
@media (min-width: 511px) {
  .overflow-slider-wrapper .swiper-slide {
    width: 320px;
  }
}
@media (min-width: 1230px) {
  .overflow-slider-wrapper .swiper-slide {
    width: 498px;
  }
}
.overflow-slider-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.overflow-slider-wrapper .swiper-notification {
  position: absolute;
}

.overflow-slider-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: auto;
}

.overflow-slider-caption {
  padding: 20px;
  background: #F8F8F8;
  border-radius: 0 0 10px 10px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .overflow-slider-caption {
    padding: 40px;
  }
}

.overflow-slider-item-title {
  font-family: bold, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .overflow-slider-item-title {
    font-size: 26px;
  }
}

.overflow-slider-prev, .overflow-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

@media (max-width: 991px) {
  .overflow-slider-prev {
    display: none;
  }
}
@media (min-width: 992px) {
  .overflow-slider-prev {
    left: 0;
    color: #fff;
  }
}
.overflow-slider-prev:after {
  content: "prev";
  font-family: swiper-icons;
}

@media (max-width: 991px) {
  .overflow-slider-next {
    display: none;
  }
}
@media (min-width: 992px) {
  .overflow-slider-next {
    right: 8px;
    z-index: 11;
  }
}
.overflow-slider-next:after {
  content: "next";
  font-family: swiper-icons;
}

.overflow-swiper-pagination {
  text-align: center;
  margin-top: 15px;
}

.swiper-button-disabled {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #6C8240;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
}

.quote-section {
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
  color: #fff;
  padding: 30px;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .quote-section {
    min-height: 450px;
    padding: 40px;
    margin-bottom: 80px;
  }
}
.quote-section::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.quote-section > * {
  position: relative;
}

.case-study-quote {
  font-family: italic, sans-serif;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-quote-author {
  font-family: bold, sans-serif;
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.form-group {
  padding-bottom: 20px;
  position: relative;
}
.form-group ::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3803921569);
  font-family: bold, sans-serif;
}
.form-group :-moz-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3803921569);
  font-family: bold, sans-serif;
}
.form-group ::-moz-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3803921569);
  font-family: bold, sans-serif;
}
.form-group :-ms-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3803921569);
  font-family: bold, sans-serif;
}
.fc--contact-form-wrapper .form-group label {
  margin: 0;
}

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #fff;
  font-size: 1rem;
  padding: 16px 36px;
  color: #000000;
  font-family: regular, sans-serif;
  border-radius: 26px;
}
.form-control:focus {
  outline: none;
  border-color: #98AC71;
}
.form-control[disabled] {
  background: #ffffff;
}

.secondname {
  display: none !important;
}

[data-validate-for=confidence] {
  position: relative;
  top: 10px;
  color: red;
}

.fc--contact-form-section {
  display: flex;
  flex-wrap: wrap;
}

.fc--contact-form-pic {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: url(../themes/forest-carbon-new/assets/images/form-bg.jpg) no-repeat bottom center/cover;
}
@media (min-width: 992px) {
  .fc--contact-form-pic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .fc--contact-form-pic {
    display: none;
  }
}

.fc--contact-form-wrapper {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background: #6C8240;
  color: #fff;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .fc--contact-form-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .fc--contact-form-wrapper {
    padding: 100px 0;
  }
}
.fc--contact-form-wrapper .case-studies-h2 {
  color: #fff;
}
.fc--contact-form-wrapper .half-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .fc--contact-form-wrapper .half-wrapper {
    padding-left: 40px;
    padding-right: 15px;
  }
}
@media (min-width: 1230px) {
  .fc--contact-form-wrapper .half-wrapper {
    padding-left: 60px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .fc--contact-form-wrapper .fc--button-default {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .fc--contact-form-wrapper span {
    width: 100%;
  }
}

@media (min-width: 1230px) {
  .half-wrapper {
    width: 600px;
  }
}

#case-study-form {
  margin-top: 0;
}

.results-slider-section {
  padding-top: 25px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .results-slider-section {
    padding-top: 40px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .results-slider-section {
    padding-top: 70px;
    margin-bottom: 90px;
  }
}
.results-slider-section::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 72px;
  left: 0;
  right: 0;
  border-bottom: 5px dashed #98AC71;
}
@media (min-width: 1230px) {
  .results-slider-section::before {
    left: 0;
  }
}

@media (min-width: 992px) {
  .results-intro-wrapper {
    width: 50%;
  }
}

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

.results-year-circle {
  border-radius: 50%;
  border: 5px solid #98AC71;
  background: #6C8240;
  color: #fff;
  line-height: 90px;
  width: 90px;
  height: 90px;
  font-size: 21px;
  font-family: bold, sans-serif;
  text-align: center;
  display: inline-block;
}

.results-slider-prev, .results-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}

.results-slider-prev {
  display: none;
}
@media (min-width: 992px) {
  .results-slider-prev {
    display: inherit;
    left: 20px;
  }
}
@media (min-width: 1230px) {
  .results-slider-prev {
    left: -20px;
  }
}
.results-slider-prev:after {
  content: "prev";
  font-family: swiper-icons;
}

.results-slider-next {
  display: none;
}
@media (min-width: 992px) {
  .results-slider-next {
    display: inherit;
    right: 20px;
  }
}
@media (min-width: 1230px) {
  .results-slider-next {
    right: -20px;
  }
}
.results-slider-next:after {
  content: "next";
  font-family: swiper-icons;
}

@media (min-width: 1230px) {
  .wrapper.swiper-wrapper {
    width: 1160px;
    padding: 0;
  }
}

.results-slider-wrapper {
  position: relative;
  padding-top: 25px;
  padding-left: 30px;
}
.results-slider-wrapper .swiper-notification {
  position: absolute;
}
@media (max-width: 991px) {
  .results-slider-wrapper .swiper-wrapper.wrapper {
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.results-slider-item {
  position: relative;
  z-index: 2;
  width: 320px;
  flex: 0 0 320px;
}
@media (min-width: 768px) {
  .results-slider-item {
    width: 375px;
    flex: 0 0 375px;
  }
}
.results-slider-item img {
  border-radius: 10px;
  width: 100%;
}

.cta-section {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .cta-section {
    min-height: 350px;
    padding: 70px 30px;
  }
}

.cta-text {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

.centered-embed iframe {
  display: block;
  margin: 0 auto;
}

.embed-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.fc--button {
  font-family: var(--cds-button-font-family);
  border-radius: var(--cds-button-border-radius);
  line-height: 1;
  text-align: center;
  border: 1px solid var(--cds-button-border-color);
  text-decoration: none;
  color: var(--cds-button-label-color);
  background: var(--cds-button-background-color);
  transition: all 0.15s ease;
  display: inline-block;
  cursor: pointer;
  padding: 18px 30px;
  font-size: var(--cds-button-font-size);
  min-width: 200px;
}
.fc--button:hover {
  border-color: var(--cds-button-hover-border-color);
  color: var(--cds-button-hover-label-color);
  background: var(--cds-button-hover-background-color);
  transition: all 0.15s ease;
}

.fc--button-default {
  --cds-button-border-color: #443E2E;
  --cds-button-label-color: #ffffff;
  --cds-button-background-color: #443E2E;
  --cds-button-hover-border-color: #ffffff;
  --cds-button-hover-label-color: #443E2E;
  --cds-button-hover-background-color: #ffffff;
  font-family: var(--cds-button-font-family);
  border-radius: var(--cds-button-border-radius);
  line-height: 1;
  text-align: center;
  border: 1px solid var(--cds-button-border-color);
  text-decoration: none;
  color: var(--cds-button-label-color);
  background: var(--cds-button-background-color);
  transition: all 0.15s ease;
  display: inline-block;
  cursor: pointer;
  padding: 18px 30px;
  font-size: var(--cds-button-font-size);
  margin-top: 0;
}
.fc--button-default:hover {
  border-color: var(--cds-button-hover-border-color);
  color: var(--cds-button-hover-label-color);
  background: var(--cds-button-hover-background-color);
  transition: all 0.15s ease;
}

.fc--row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .fc--row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .fc--row {
    margin-bottom: 70px;
  }
}
.fc--row:nth-of-type(odd) .fc--col-md-6-pic {
  padding-right: 40px;
}
.fc--row:nth-of-type(even) .fc--col-md-6-pic {
  padding-left: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  .fc--row:nth-of-type(even) .fc--col-md-6-pic {
    order: 2;
  }
}

.fc--col-md-6-pic {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .fc--col-md-6-pic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .fc--col-md-6-pic {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fc--col-md-6-pic {
    padding-bottom: 40px;
  }
}
.fc--col-md-6-pic img {
  border-radius: 17px;
}

.fc--col-md-6-info {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .fc--col-md-6-info {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .fc--col-md-6-info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fc--col-md-6-info p:not(:first-of-type) {
  margin-top: 0;
}

.fc--col-md-3 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .fc--col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.case-studies-h2 {
  color: #000000;
  font-size: 40px;
}
@media (min-width: 992px) {
  .case-studies-h2 {
    font-size: 48px;
    padding-bottom: 15px;
  }
}
.case-studies-h2.-centered {
  text-align: center;
}
.case-studies-h2.-centered::before {
  left: 50%;
  margin-left: -25px;
}

.case-study-title {
  font-size: 50px;
  line-height: 1.05;
  color: #fff;
}
@media (min-width: 992px) {
  .case-study-title {
    font-size: 70px;
    line-height: 1;
  }
}
.case-study-title + p {
  color: #fff;
}

.case-study-introtext {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.intro-subtitle {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .intro-subtitle {
    font-size: 34px;
    margin-top: 15px;
  }
}

.intro-logo-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.intro-logo {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 210px;
  min-width: 150px;
  align-self: center;
  max-height: 200px;
}

.case-study-content {
  padding-top: 30px;
  background-color: #fff;
}
@media (min-width: 1230px) {
  .case-study-content {
    padding-top: 70px;
  }
}
.case-study-content > div {
  overflow: hidden;
}
@media (min-width: 992px) {
  .case-study-content .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .case-study-content .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.map-wide-section {
  height: 375px;
  width: 100%;
}
.map-wide-section #map_canvas {
  height: 100%;
}

@media (min-width: 1230px) {
  .case-study-page .header-background {
    min-height: calc(100vh - 57px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.case-study-page .header-background .wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.cc-sign-up {
  padding-top: 0;
  padding-bottom: 20px;
}
.cc-sign-up input[type=checkbox] {
  width: 20px;
  height: 22px;
  background: #6C8240;
  bottom: -2px;
}
.cc-sign-up input[type=checkbox]:after {
  margin-top: -1px;
  color: #ffffff;
}

.cases-promo-section {
  background: #6C8240;
  border-radius: 15px 15px 0 0;
  color: #fff;
  margin-top: 100px;
}
.cases-promo-section .fc--col-md-6-info {
  align-items: center;
  padding: 60px 0;
  z-index: 2;
}
.cases-promo-section .fc--col-md-6-pic {
  padding: 0 !important;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cases-promo-section .fc--button {
  color: #fff;
}
.cases-promo-section .fc--button:hover {
  background: #000000;
}
.cases-promo-section .case-studies-h2 {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
}
.cases-promo-section .case-studies-h2:before {
  display: none;
}
.cases-promo-section .case-studies-h2 span {
  font-family: serif;
}
.cases-promo-section .case-studies-h2 + p {
  margin-top: 0;
}

.species-mix-section {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .species-mix-section {
    margin-bottom: 70px;
  }
}
