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

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

body {
  font-family: "inter-variable", sans-serif;
  font-weight: 400;
  font-variation-settings: "slnt" 0, "wght" 400;
  letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "montserrat", sans-serif;
}

h1, h2 {
  font-weight: 700;
  letter-spacing: 0.02em;
}

h3 {
  text-transform: uppercase;
}

/*-----Forms-----*/
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "inter-variable", 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: #017740;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "inter-variable", sans-serif !important;
}
.fl-search__submit {
  background-color: #017740;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #f1d2a9;
}

.button, .gform_wrapper .button.gform_submit {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #017740;
  border-radius: 0;
  border: solid #017740 0;
  font-size: 18px;
  font-family: "montserrat", sans-serif !important;
  font-weight: 600;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover, .gform_wrapper .button.gform_submit:hover {
  color: #fff;
  background-color: #002b17;
  border: solid #017740 0;
}

.fl-location__year {
  color: #017740;
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
}
.fl-header__alert {
  background-color: transparent;
  color: #fff;
}
.fl-header__ctas {
  color: #fff;
}
.fl-header__ctas span a {
  margin-left: 0;
}
.fl-header__ctas svg {
  top: calc(50% - 8px);
}
.fl-header__nav .menu li a {
  cursor: pointer;
  color: #333;
  font-size: 1.8rem;
}
.fl-header__nav .menu li a:hover {
  color: #017740;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
  column-count: 2;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #333;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #017740;
}
.fl-header__nav .menu li .sub-menu li > .sub-menu {
  left: 21px;
  position: relative;
  box-shadow: none;
  padding: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}
.fl-header__nav .menu li .sub-menu li > .sub-menu li a {
  font-size: 14px;
}
.fl-header__nav .menu li.menu-button a {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #017740;
  font-size: 18px;
  -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: #002b17;
}
.fl-header__aux {
  padding: 0.75rem 0;
  background: #017740;
}
.fl-header__aux__wrapper {
  display: flex;
  justify-content: flex-end;
}
.fl-header__aux a {
  color: #fff;
  line-height: 2rem;
  font-size: 1.4rem;
}
.fl-header__aux svg * {
  fill: #fff;
}
.fl-header__call-cta a:hover {
  color: #f1d2a9;
}
.fl-header__call-cta a:hover svg * {
  fill: #f1d2a9;
}
.fl-header__toggle span {
  background-color: #000;
}
@media (min-width: 1361px) {
  .fl-header nav > ul > li > .sub-menu {
    min-width: 430px;
  }
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 9rem;
  }
  .fl-header__shim {
    height: 155px;
  }
}
@media (max-width: 1199px) {
  .fl-header__nav .menu li .sub-menu {
    column-count: 2;
  }
  .fl-header__nav .menu li .sub-menu li .sub-menu {
    margin-top: 0;
    flex-direction: column;
    display: flex !important;
  }
  .fl-header__nav {
    top: 155px;
    min-height: calc(100vh - 155px);
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 6rem;
  }
  .fl-header__aux__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .fl-header__aux .site-container {
    justify-content: space-between;
  }
  .fl-header__nav {
    top: 125px;
    min-height: calc(100vh - 125px);
  }
  .fl-header__nav .menu li a {
    color: #333;
  }
  .fl-header__nav .menu li a:hover {
    color: #017740;
  }
  .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__nav .menu li .sub-menu li > .sub-menu {
    margin-top: 0;
    border-bottom: none;
  }
  .fl-header__shim {
    height: 125px;
  }
}
@media (max-width: 480px) {
  .fl-header__shim {
    height: 80px;
  }
  .fl-header__aux {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    color: #017740;
  }
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__ctas {
    color: #017740;
  }
  .fl-header__ctas a {
    background: #333;
    color: #fff;
  }
  .fl-header__ctas a svg, .fl-header__ctas a svg * {
    fill: #017740;
  }
  .fl-header__nav .menu {
    margin-inline: 0;
  }
  .fl-header__nav .menu li .sub-menu li > .sub-menu {
    left: 14px;
  }
  .fl-header__nav .menu li .sub-menu li > .sub-menu li a {
    padding: 0 2rem;
  }
}

.fl-footer {
  background-color: #0b3d2c;
  padding: 3rem 0;
}
.fl-footer * {
  color: #fff;
}
.fl-footer__grid {
  display: grid;
  gap: 3rem;
  font-family: "montserrat", sans-serif;
}
.fl-footer__grid > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.fl-footer__grid strong {
  font-weight: 700;
}
.fl-footer__grid h4 {
  text-transform: uppercase;
}
.fl-footer__grid .connect ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  list-style: none;
}
.fl-footer__grid .connect a {
  text-decoration: none;
  font-size: 16px;
  display: flex;
  column-gap: 12px;
  text-align: left;
}
.fl-footer__grid .connect a span {
  transition: all 0.2s ease;
}
.fl-footer__grid .connect a:hover span {
  transition: all 0.2s ease;
  color: #f1d2a9;
}
.fl-footer__grid .connect a svg {
  width: 16px;
}
.fl-footer__grid .connect a svg * {
  fill: #f1d2a9;
}
.fl-footer__grid .logo-social {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.fl-footer__grid .hours {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
}
.fl-footer__grid .hours__item {
  font-size: 16px;
}
.fl-footer__grid .hours__item p {
  margin: 0;
}
.fl-footer__grid .nav {
  align-items: center;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .fl-footer__grid .nav {
    align-items: flex-start;
  }
}
.fl-footer__social svg,
.fl-footer__social svg * {
  fill: #fff;
}
.fl-footer__social a:hover svg,
.fl-footer__social a:hover svg * {
  fill: #f1d2a9;
}
.fl-footer__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 16px;
}
.fl-footer__nav ul li {
  position: relative;
}
.fl-footer__nav ul li::before {
  content: "";
  border: 1px solid #f1d2a9;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
}
.fl-footer__nav ul li::after {
  content: "";
  background-color: #f1d2a9;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
}
.fl-footer__nav ul li a {
  text-decoration: none;
}
.fl-footer__nav ul li a:hover {
  color: #f1d2a9;
}
.fl-footer__X svg g path:nth-of-type(2) {
  fill: #333;
}
.fl-footer .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  margin-top: 5rem;
  font-family: "montserrat", sans-serif;
  font-size: 16px;
  border-top: 1px solid rgba(241, 210, 169, 0.5);
}
.fl-footer .bottom a {
  text-decoration: none;
  margin: 0 0 0 1rem;
}
.fl-footer .bottom a:hover {
  color: #f1d2a9;
}

@media (min-width: 1025px) {
  .fl-footer__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 7.5rem;
  }
  .fl-footer__grid .logo-social {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
  }
  .fl-footer__grid .hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .fl-footer__grid .hours__item {
    font-size: 16px;
  }
  .fl-footer__grid .hours__item p {
    margin: 0;
  }
  .fl-footer__grid .nav {
    align-items: flex-start;
    align-self: flex-start;
  }
  .fl-footer__grid > * {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }
  .fl-footer__logo {
    height: 12rem;
  }
}
@media (max-width: 1024px) {
  .fl-footer__grid {
    gap: 3rem;
  }
}
@media (max-width: 1024px) and (min-width: 481px) {
  .fl-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .fl-footer .connect ul {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .fl-footer {
    padding-bottom: 8rem;
  }
  .fl-footer .bottom {
    flex-direction: column;
    row-gap: 1rem;
    padding-top: 2rem;
    margin-top: 2rem;
  }
  .fl-footer__logo {
    height: 6rem;
  }
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #017740 0%, #002b17 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: 5.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion__item {
  background-color: #0b3d2c;
  padding: 2rem;
  color: #fff;
  font-size: 1.6rem;
}
.fl-accordion__item svg * {
  fill: #fff;
}
.fl-accordion h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}

.fl-contact .col__form {
  background: #017740;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #017740;
  color: #fff;
}
.fl-content-list__heading {
  color: #017740;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #017740;
  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: #fff;
  color: #017740;
}
.fl-cta .button:hover {
  background-color: #f1d2a9;
  color: #0b3d2c;
}
.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, #017740 0%, #0b3d2c 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #017740;
}

.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__cta {
  background: #017740;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #015e32;
}
.fl-hero__cta--phone {
  background-color: #017740;
}
.fl-hero__offer {
  background: rgba(255, 255, 255, 0.7);
}
.fl-hero__bullets .list {
  padding-left: 1.5rem;
  margin: 1.5rem 0;
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(1, 119, 64, 0.8);
  padding: 3rem;
}
.fl-hero .fl-hero__cta--phone .fl-hero__icon {
  border-color: #f1d2a9;
}
.fl-hero .fl-hero__cta--phone .fl-hero__icon svg path {
  stroke: #f1d2a9;
}
.fl-hero hr {
  background: linear-gradient(to right, #a6a6a6 0%, #d9d9d9 100%);
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 155px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 125px);
  }
}

@media (min-width: 1025px) {
  .fl-hero--content-bg {
    padding: 5rem;
  }
  .fl-hero--content-bg .fl-hero__content {
    padding: 5rem;
  }
}
@media (max-width: 480px) {
  .fl-hero__offer {
    padding: 2rem;
  }
  .fl-hero__offer p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .fl-review__content {
    font-size: 1.6rem;
  }
}
.fl-split-hero__form {
  background: #017740;
}
.fl-split-hero__content h3 {
  color: #017740;
}
.fl-split-hero__bottom {
  background-color: #eee;
}

.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "montserrat", 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: #017740;
}
.fl-service-steps.circle .fl-service-steps__item * {
  color: #fff;
}
.fl-service-steps.circle .fl-service-steps__number {
  border-color: #017740;
}
.fl-service-steps.accent .fl-service-steps__line {
  background: linear-gradient(to bottom, #017740 0%, #002b17 100%);
}

.fl-text-editor--bg-contrast {
  background: rgba(241, 210, 169, 0.35);
}
.fl-text-editor h3 {
  color: #017740;
}

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

.fl-html-section__wrapper #uael-table {
  width: 100%;
}

.fl-html-section__wrapper #uael-table thead {
  background-color: #017740;
  color: #fff;
}

.fl-html-section__wrapper #uael-table thead th {
  padding: 1rem;
}

.fl-html-section__wrapper #uael-table tbody tr {
  text-align: center;
}

.fl-html-section__wrapper #uael-table tbody tr:nth-last-of-type(odd) {
  background-color: #e9f2ea;
}

.fl-html-section__wrapper #uael-table tbody tr td {
  padding: 1rem;
}

.fl-gp-table h3 {
  font-size: clamp(1.8rem, 2vw, 2.1rem);
}

.fl-ty__content .button--deeplawn {
  background: #f1d2a9;
}
.fl-ty__step.complete .fl-ty__icon span {
  background: #fff;
}
.fl-ty__step.complete svg {
  fill: #017740;
}

.rg-cancel-form-wrap {
  background: #017740;
}
.rg-cancel-form-wrap .gform_button {
  background-color: #fff;
  color: #017740;
}
.rg-cancel-form-wrap .gform_button:hover {
  background-color: #f1d2a9;
  color: #017740;
}

.refer-friend-hero .fl-split-hero__bottom {
  background: #f1d2a9;
}