/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
:root {
  --display-font: "jost", sans-serif;
  --body-font: "roboto", sans-serif;
  --color-gray: #999;
  --color-light: #fff;
  --color-light2: #FFFAF4;
  --color-light3: #F2F6F2;
  --color-dark: #2c2c2c;
  --text-color: #595959;
  --color-primary: #07864e;
  --color-secondary: #2c2c2c;
  --header-bg-color: #fff;
  --header-text-color: #666;
  --header-aux-bg: #333;
  --header-aux-color: #fff;
  --body-bg-color: #fff;
  --body-bg-color-secondary: #FFFAF4;
  --body-bg-color-accent: #F2F6F2;
  --body-bg-color-dark: #333;
  --body-bg-color-darkest: #2c2c2c;
  --btn-primary-bg-color: var(--color-primary, #07864e);
  --btn-primary-color: #fff;
  --btn-border-radius: 4px;
  --btn-call-color: #fff;
  --btn-call-bg: #2c2c2c;
  --btn-quote-color: #fff;
  --btn-quote-bg: #07864e;
  --reviews-bar-bg: #789D64;
  --reviews-grid-bg: #FFFAF4;
  --reviews-grid-item-bg: #fff;
  --banner-gradient-1: rgba(255, 217, 152, .59);
  --banner-gradient-2: rgba(255, 155, 89, .39);
  --banner-color: #333;
  --cards-heading-color: #fff;
  --cards-bg-color: #07864e;
  --cards-btn-primary-color: #fff;
  --cards-btn-primary-bg: #07864e;
  --cards-btn-secondary-color: #333;
  --cards-btn-secondary-bg: #fff;
  --tab-cards-btn-color: #333;
  --tab-cards-btn-bg: #fff;
  --tab-cards-btn-active-color: #fff;
  --tab-cards-btn-active-bg: #333;
  --steps-bg: #F2F6F2;
  --steps-circle-bg: #07864e;
  --locations-bg: #FFFAF4;
  --locations-icon-color: var(--color-dark);
  --locations-heading-color: var(--color-dark);
  --media-text-border-color: #07864e;
  --field-borders: #CBCBCB;
  --quote-body-bg: #FFFAF4;
  --gp-stars-color: #2c2c2c;
}

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

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

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;
}
@media (max-width: 641px) {
  .gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    line-height: initial !important;
  }
}

.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: #2c2c2c;
}

.button, .button.gform_submit {
  padding: 0.8rem 2rem;
  color: #fff;
  background-color: #07864e;
  border-radius: 0;
  border: solid #07864e 0;
  font-size: 1.7rem;
  font-family: "jost", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -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: #033d24;
  border: solid #07864e 0;
}

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

.fl-header, body > header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert, body > header__alert {
  background-color: #eee;
}
.fl-header__call-cta, body > header__call-cta {
  color: #fff;
}
.fl-header__call-cta a, body > header__call-cta a {
  background: #fff;
  color: #07864e !important;
}
.fl-header__call-cta a svg *, body > header__call-cta a svg * {
  fill: #07864e;
}
.fl-header__nav, body > header__nav {
  top: var(--header-height);
}
.fl-header .menu li a, body > header .menu li a {
  font-family: "jost", sans-serif;
  cursor: pointer;
  color: #2c2c2c;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.fl-header .menu li a:hover, body > header .menu li a:hover {
  color: #07864e;
}
.fl-header .menu li .fl-header__not-a-link, body > header .menu li .fl-header__not-a-link {
  font-family: "jost", sans-serif;
  color: #2c2c2c;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}
.fl-header .menu li .sub-menu, body > header .menu li .sub-menu {
  background-color: #fff;
}
.fl-header .menu li .sub-menu li a, body > header .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #333;
  text-transform: none;
  font-weight: 400;
}
.fl-header .menu li .sub-menu li a:hover, body > header .menu li .sub-menu li a:hover {
  color: #07864e;
}
.fl-header .menu li.menu-button a, body > header .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 .menu li.menu-button a:hover, body > header .menu li.menu-button a:hover {
  color: #fff;
  background-color: #033d24;
}
.fl-header .aux-section, body > header .aux-section {
  background: #2c2c2c;
}
.fl-header__aux, body > header__aux {
  padding: 0.5rem 0;
  background: #07864e;
}
.fl-header__aux .location-numbers, body > header__aux .location-numbers {
  display: flex;
  justify-content: flex-end;
  column-gap: 2rem;
}
.fl-header__aux .location-numbers > div, body > 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, body > header__aux .location-numbers > div .number a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
}
.fl-header__aux a, body > header__aux a {
  color: #2c2c2c;
  line-height: 2rem;
  font-size: 1.4rem;
}
.fl-header__aux svg *, body > header__aux svg * {
  fill: #2c2c2c;
}
.fl-header__toggle span, body > header__toggle span {
  background-color: #000;
}
@media (min-width: 1025px) {
  .fl-header__inner, body > header__inner {
    padding: 1.5rem;
  }
  .fl-header__logo, body > header__logo {
    height: 5rem;
  }
  .fl-header__shim, body > header__shim {
    height: var(--header-height);
  }
}
@media (max-width: 1024px) {
  .fl-header__inner, body > header__inner {
    padding: 1rem;
  }
  .fl-header__logo, body > header__logo {
    height: 4rem;
  }
  .fl-header__aux .site-container, body > header__aux .site-container {
    justify-content: space-between;
  }
  .fl-header__nav, body > header__nav {
    top: 100px;
    min-height: calc(100vh - var(--header-height));
  }
  .fl-header__nav .menu li a, body > header__nav .menu li a {
    color: #333;
  }
  .fl-header__nav .menu li a:hover, body > header__nav .menu li a:hover {
    color: #07864e;
  }
  .fl-header__nav .menu li .sub-menu li a, body > header__nav .menu li .sub-menu li a {
    color: #333;
  }
  .fl-header__nav .menu li .sub-menu li a:hover, body > header__nav .menu li .sub-menu li a:hover {
    color: #333;
  }
  .fl-header__shim, body > header__shim {
    height: var(--header-height);
  }
}
@media (max-width: 480px) {
  .fl-header__ctas span > a, body > header__ctas span > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

body > footer {
  background-color: #2c2c2c;
  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%, #033d24 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(2, 1fr);
    gap: 5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion__item {
  background-color: #07864e;
  padding: 2rem;
  color: #fff;
}
.fl-accordion h3 {
  color: #07864e;
}
.fl-accordion h3 svg {
  fill: #07864e;
}

.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 #FFFAF4;
}

.fl-cta {
  color: #fff;
}
.fl-cta .button {
  background-color: #2c2c2c;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: #131313;
  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%, #2c2c2c 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #07864e;
}

.fl-featured-posts__item {
  box-shadow: 0.5px 0.5px 5px 0 #777;
}

.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: #033d24;
}
.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, #a6a6a6 0%, #d9d9d9 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: #0ab66a;
}
.fl-hero__cta--form .fl-hero__icon:hover {
  background-color: #0ab66a;
}
.fl-hero__offer {
  background: rgba(255, 255, 255, 0.68);
}
.fl-hero__label {
  font-family: "jost", sans-serif;
}

@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: #FFFAF4;
}

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

.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 #FFFAF4;
}
.fl-locations--bg-contrast {
  background: #FFFAF4;
}

.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%, #033d24 100%);
}

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

.fl-testimonial-carousel__item {
  background: #FFFAF4;
}
.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;
}

.home-icons .fl-icons-content__top {
  padding: 3.5rem 3.5rem 0;
}
.home-icons .fl-icons-content__bottom {
  padding: 0 3.5rem 3.5rem;
}

.home-text h3 {
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .home-text h3 {
    font-size: 1.9rem;
  }
}

/*# sourceMappingURL=style.css.map*/