.background-contrast {
  background-color: #fff;
}

.fl-section.alt-bg {
  background-color: #eee;
}

body {
  font-family: "roboto", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3 {
  font-family: "jost", sans-serif !important;
}

/*-----Forms-----*/
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "roboto", sans-serif !important;
  display: block !important;
  padding: 1rem !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 solid #333;
  margin: 0 !important;
  box-shadow: none !important;
  color: #333;
}

.fl-search__wrap {
  background-color: #07864e;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "roboto", sans-serif !important;
}
.fl-search__submit {
  background-color: #07864e;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #0c1225;
}

.button, .button.gform_submit {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #07864e;
  border-radius: 0;
  border: solid #07864e 0;
  font-size: 18px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover, .button.gform_submit:hover {
  color: #fff;
  background-color: rgb(3.2021276596, 61.2978723404, 35.6808510638);
  border: solid #07864e 0;
}

.fl-location__year {
  color: #07864e;
}

html {
  scroll-padding: calc(120px + 6rem);
}
@media (max-width: 1024px) {
  html {
    scroll-padding: calc(100px + 6rem);
  }
}

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__call-cta {
  color: #fff;
}
.fl-header__call-cta a {
  background: #fff;
  color: #07864e !important;
}
.fl-header__call-cta a svg * {
  fill: #07864e;
}
.fl-header__nav {
  top: 120px;
}
.fl-header__nav .menu li a {
  font-family: "jost", sans-serif;
  cursor: pointer;
  color: #333;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.fl-header__nav .menu li a:hover {
  color: #07864e;
}
.fl-header__nav .menu li .fl-header__not-a-link {
  font-family: "jost", sans-serif;
  color: #333;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #333;
  text-transform: none;
  font-weight: 400;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #07864e;
}
.fl-header__nav .menu li.menu-button a {
  padding: 0.8rem 2rem;
  color: #fff;
  background-color: #07864e;
  font-size: 1.6rem;
  font-family: "jost", sans-serif;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.fl-header__nav .menu li.menu-button a:hover {
  color: #fff;
  background-color: rgb(3.2021276596, 61.2978723404, 35.6808510638);
}
.fl-header__aux {
  padding: 0.5rem 0;
  background: #07864e;
}
.fl-header__aux .location-numbers {
  display: flex;
  justify-content: flex-end;
  column-gap: 2rem;
}
.fl-header__aux .location-numbers > div {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  column-gap: 0.5rem;
}
.fl-header__aux .location-numbers > div .number a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
}
.fl-header__aux a {
  color: #000;
  line-height: 2rem;
  font-size: 1.4rem;
}
.fl-header__aux svg * {
  fill: #000;
}
.fl-header__toggle span {
  background-color: #000;
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1.5rem;
  }
  .fl-header__logo {
    height: 5rem;
  }
  .fl-header__shim {
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 4rem;
  }
  .fl-header__aux .site-container {
    justify-content: space-between;
  }
  .fl-header__nav {
    top: 100px;
    min-height: calc(100vh - 100px);
  }
  .fl-header__nav .menu li a {
    color: #333;
  }
  .fl-header__nav .menu li a:hover {
    color: #07864e;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #333;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #333;
  }
  .fl-header__shim {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .fl-header__ctas span > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

body > footer {
  background-color: #333;
  color: white;
  font-size: 16px;
}
@media (min-width: 769px) {
  body > footer > .site-container {
    gap: 4rem;
  }
}
body > footer h4 {
  text-transform: uppercase;
}
body > footer section.brand {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body > footer section.brand .logo {
  width: 250px;
}
body > footer section.brand p {
  margin: 0;
}
body > footer .social-link-list {
  color: #07864e;
  font-size: 3rem;
}
body > footer .social-link-list a:hover {
  color: #fff;
}
body > footer .icon-list svg {
  color: #07864e;
}
body > footer .footer-areas {
  padding-left: 4rem;
}
body > footer .footer-areas li {
  position: relative;
}
body > footer .footer-areas li::before {
  content: "";
  border: 1px solid #07864e;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
}
body > footer .footer-areas li::after {
  content: "";
  background-color: #07864e;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
}

.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #07864e 0%, rgb(3.2021276596, 61.2978723404, 35.6808510638) 100%);
}
@media (min-width: 769px) {
  .fl-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 1361px) {
  .fl-blog__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion__item {
  background-color: #07864e;
  padding: 1.5rem;
}
.fl-accordion h3 {
  color: #fff;
}

.fl-contact .col__form {
  background: #07864e;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #07864e;
  color: #fff;
}
.fl-content-list__heading {
  color: #07864e;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "jost", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #07864e;
  font-size: 3.2rem;
  font-weight: 700;
}
.fl-content-list__list ul li {
  gap: 1.5rem;
  display: flex;
  align-items: center;
}
.fl-content-list__list ul li img {
  height: 20px;
}
.fl-content-list__list span {
  display: inline-block;
  padding: 1rem 0;
  border-bottom: 2px solid #eee;
}

.fl-cta {
  color: #fff;
}
.fl-cta .button {
  background-color: #0c1225;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: black;
  color: #fff;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(51, 51, 51, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(51, 51, 51, 0.8);
}
.fl-cta--has-gradient {
  background: linear-gradient(to right, #07864e 0%, #0c1225 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #07864e;
}

.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  background-color: #07864e;
  align-self: center !important;
}
.fl-hero__form .gform_wrapper .gform_button:hover {
  background-color: rgb(3.2021276596, 61.2978723404, 35.6808510638);
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(7, 134, 78, 0.8);
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, rgb(165.75, 165.75, 165.75) 0%, rgb(216.75, 216.75, 216.75) 100%);
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 120px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 100px);
  }
}
.fl-hero__cta--phone .fl-hero__icon {
  background-color: #07864e;
}
.fl-hero__cta--phone .fl-hero__icon:hover {
  background-color: rgb(9.5319148936, 182.4680851064, 106.2127659574);
}
.fl-hero__cta--form .fl-hero__icon:hover {
  background-color: rgb(9.5319148936, 182.4680851064, 106.2127659574);
}

@media (min-width: 1025px) {
  .fl-hero--content-bg {
    padding: 5rem;
  }
  .fl-hero--content-bg .fl-hero__content {
    padding: 5rem;
  }
}
.fl-split-hero__form {
  background: #07864e;
}
.fl-split-hero__content h3 {
  color: #07864e;
}
.fl-split-hero__bottom {
  background-color: #eee;
}

.fl-icons-content--primary .fl-icons-content__item {
  background: #07864e;
}
.fl-icons-content__bottom {
  justify-content: flex-start;
}

.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "jost", sans-serif;
}
.fl-list-section__list li {
  gap: 1.5rem;
  display: flex;
  align-items: center;
}
.fl-list-section__list li img {
  height: 20px;
}
.fl-list-section span {
  display: inline-block;
  padding: 1rem;
  border-bottom: 2px solid #eee;
}
.fl-locations--bg-contrast {
  background: #eee;
}

.fl-service-steps.circle {
  border-color: #07864e;
}
.fl-service-steps.circle .fl-service-steps__item * {
  color: #fff;
}
.fl-service-steps.circle .fl-service-steps__number {
  border-color: #07864e;
}
.fl-service-steps.accent .fl-service-steps__line {
  background: linear-gradient(to bottom, #07864e 0%, rgb(3.2021276596, 61.2978723404, 35.6808510638) 100%);
}

.fl-text-editor--bg-contrast {
  background: #eee;
}
.fl-text-editor .fl-button-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}

.fl-testimonial-carousel__item {
  background: #eee;
}
.fl-testimonial-carousel__icon svg {
  fill: #07864e;
}
.fl-testimonial-carousel .slick-dots li.slick-active button:before {
  color: #07864e;
}
.fl-testimonial-carousel .slick-prev:before, .fl-testimonial-carousel .slick-next:before {
  color: #07864e;
}