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

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
}

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

.fl-search__wrap {
  background-color: #a9d063;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "Poppins", sans-serif !important;
}
.fl-search__field {
  border: none;
}
.fl-search__submit {
  background-color: #191919;
  color: #fff;
}
.fl-search__submit:hover {
  background-color: #ffc215;
}

.button, .button.gform_submit {
  padding: 0.8rem 2.4rem;
  color: #000;
  background-color: #a9d063;
  border-radius: 0.8rem;
  border: solid #a9d063 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover, .button.gform_submit:hover {
  color: #000;
  background-color: #ffc215;
  border: solid #a9d063 0;
}

.fl-location__year {
  color: #a9d063;
}
.fl-location__form {
  background: #eee;
}
.fl-location__social li a svg:hover {
  fill: #ffc215;
}
.fl-location__social li a svg:hover * {
  fill: #ffc215;
}

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

.fl-header {
  z-index: 50;
  background-color: #191919;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__nav .menu li a {
  color: #fff;
  font-size: 1.8rem;
}
.fl-header__nav .menu li a:hover {
  color: #a9d063;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #191919;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #191919;
}
.fl-header__not-a-link {
  color: #fff;
}
.fl-header__not-a-link:hover {
  color: #a9d063;
}
.fl-header__aux {
  padding: 0.75rem 0;
  background: #a9d063;
}
.fl-header__aux a {
  color: #000;
  line-height: 2rem;
}
@media (min-width: 481px) {
  .fl-header__aux a {
    font-size: 1.4rem;
  }
}
.fl-header__aux svg * {
  fill: #000;
}
.fl-header__toggle span {
  background-color: #fff;
}
.fl-header__cta--mobile {
  font-size: 1.4rem;
  color: #fff;
}
.fl-header__phone-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fl-header__phone-cta span {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  color: #191919;
  transform: translateY(-1px);
}
.fl-header__phone-button {
  background: #fff;
  color: #191919 !important;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 1200px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 10rem;
  }
  .fl-header__shim {
    height: 165px;
  }
  .fl-header__mobile-wrap {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .fl-header__nav > ul.menu li a {
    font-size: 1.7rem;
  }
}
@media (max-width: 1199px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__nav {
    top: 145px;
    min-height: calc(100vh - 145px);
  }
  .fl-header__nav .menu li a {
    color: #191919;
    font-weight: 600;
  }
  .fl-header__nav .menu li a:hover {
    color: #a9d063;
  }
  .fl-header__nav .menu li .sub-menu li a {
    font-weight: 300;
    color: #191919;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #191919;
  }
  .fl-header__aux .site-container {
    padding-inline: 1.5rem;
    justify-content: center;
  }
  .fl-header__shim {
    height: 145px;
  }
  .fl-header__mobile-wrap {
    display: flex;
    gap: 30px;
  }
  .fl-header__phone-cta span, .fl-header__phone-cta a {
    color: #191919 !important;
  }
}

@media (max-width: 480px) {
  .fl-header__aux {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__nav {
    top: 100px;
  }
  .fl-header__shim {
    height: 100px;
  }
  .fl-header__ctas {
    align-items: center;
  }
  .fl-header__ctas a {
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
  }
  .fl-header span, .fl-header a {
    color: #191919;
  }
}
.fl-footer {
  background-color: #191919;
  padding: 3rem 0;
}
.fl-footer * {
  color: #fff;
}
.fl-footer__grid {
  display: grid;
  gap: 3rem;
}
.fl-footer__branding {
  align-items: center;
  gap: 2rem !important;
}
.fl-footer__branding > img {
  height: 52px;
}
.fl-footer__social {
  justify-content: center;
  margin-bottom: 1rem;
}
.fl-footer__social svg, .fl-footer__social svg * {
  fill: #a9d063;
}
.fl-footer__social a:hover svg, .fl-footer__social a:hover svg * {
  fill: #fff;
}
.fl-footer .fl-list--unstyled li {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
}
.fl-footer .fl-list--unstyled.menu {
  column-count: 2;
}
.fl-footer .fl-list--unstyled a {
  text-decoration: none;
}
.fl-footer .fl-list--unstyled a:hover {
  text-decoration: underline;
}
.fl-footer__icon-list li {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.fl-footer__icon-list span, .fl-footer__icon-list a {
  display: inline-block;
}
.fl-footer__icon-list svg, .fl-footer__icon-list svg * {
  fill: #a9d063 !important;
  width: 18px;
  height: auto;
}
.fl-footer__bottom {
  padding-top: 3rem;
  border-top: 1px solid #333;
}

@media (min-width: 1025px) {
  .fl-footer__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7.5rem;
  }
  .fl-footer__grid > * {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
  }
  .fl-footer__logo {
    height: 16rem;
  }
}
@media (max-width: 768px) {
  .fl-footer {
    text-align: center;
  }
  .fl-footer .fl-list--unstyled li {
    gap: 0.75rem;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .fl-footer .fl-list--unstyled.menu {
    display: flex;
    flex-wrap: wrap;
    column-count: 1;
    justify-content: center;
  }
  .fl-footer .fl-list--unstyled.menu > li {
    width: 50%;
  }
  .fl-footer__logo {
    height: 8rem;
  }
}
@media (max-width: 480px) {
  .fl-footer {
    padding-bottom: 8.6rem;
  }
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #a9d063 0%, #85b135 100%);
}
.fl-blog__item h3 {
  font-size: clamp(1.9rem, 2vw, 2.4rem);
}
.fl-post__banner {
  padding: 5rem 0;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.5);
}
.fl-post__banner h1 {
  margin: 0;
  color: #fff;
}
.fl-post h2 {
  margin-top: 5rem;
}

@media (min-width: 769px) {
  .fl-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media (min-width: 1025px) {
  .fl-post__banner {
    padding: 7.5rem 0;
  }
}
@media (min-width: 1361px) {
  .fl-blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fl-accordion__item {
  padding: 0;
}
.fl-accordion span {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
}
.fl-accordion__thumb {
  padding: 2rem;
  background: #a9d063;
}
.fl-accordion__panel {
  padding: 2rem;
  background: #eee;
}

.fl-contact .col__form {
  background: #a9d063;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #a9d063;
  color: #fff;
}
.fl-cta {
  color: #fff;
}
.fl-cta .button {
  background-color: #a9d063;
  color: #000;
}
.fl-cta .button:hover {
  background-color: #ffc215;
  color: #000;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(25, 25, 25, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(25, 25, 25, 0.8);
}
.fl-cta--gradient {
  background: linear-gradient(to right, #a9d063 0%, #85b135 100%);
}
.fl-cta--gradient .button {
  background: #191919;
  color: #fff;
}
.fl-cta--gradient .button:hover {
  background: #fff;
  color: #191919;
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #a9d063;
}

.fl-featured-posts__top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.fl-featured-posts__bottom {
  padding-top: 1rem;
  background: #fff;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.fl-gp__cta--1 .button {
  background: #191919;
  color: #fff;
}
.fl-gp__cta--1 .button:hover {
  background: #ffc215;
  color: #191919;
}

.fl-hero__offer {
  background: rgba(255, 255, 255, 0.75);
}
.fl-hero__review {
  max-width: 390px;
}
.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  color: #fff;
  background-color: #191919;
  align-self: center !important;
}
.fl-hero__form .gform_wrapper .gform_button:hover {
  background-color: #fff;
  color: #191919;
}
.fl-hero__form .gform_wrapper .gform_footer {
  justify-content: center;
}
.fl-hero__form .gform_wrapper .gform_footer .fl-form-consent {
  text-align: center;
}
.fl-hero__form > p {
  color: #000;
}
.fl-hero__content hr {
  background: linear-gradient(to right, #a9d063 0%, #ffc215 100%);
}
.fl-hero__options h4 {
  color: #191919;
}
.fl-hero__cta {
  background: #a9d063;
  color: #191919;
  border-color: #191919;
}
.fl-hero__cta svg * {
  stroke: #191919;
}
.fl-hero__cta .fl-hero__icon {
  border-color: #191919;
}
.fl-hero__cta--phone .fl-hero__icon {
  background: #fff;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #93c43c;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 165px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 145px);
  }
}
@media (max-width: 480px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 100px);
  }
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(169, 208, 99, 0.8);
  padding: 3rem;
}

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

.fl-service-steps.circle {
  border-color: #a9d063;
}
.fl-service-steps.circle .fl-service-steps__item * {
  color: #fff;
}
.fl-service-steps.circle .fl-service-steps__number {
  border-color: #a9d063;
}
.fl-service-steps.accent .fl-service-steps__line {
  background: linear-gradient(to bottom, #a9d063 0%, #85b135 100%);
}

.fl-services__grid {
  gap: 3rem;
}
.fl-services__item {
  background: #a9d063;
  color: #000;
  padding: 3rem;
  border-radius: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
}
.fl-services__item img {
  filter: invert(100%);
}
.fl-services__item h4 {
  margin: 0;
}
.fl-services .button {
  place-self: center;
  background: #191919;
  color: #fff;
}
.fl-services .button:hover {
  color: #191919;
  background: #fff;
}

.fl-text-editor--bg-contrast {
  background: #eee;
}

.fl-service__cta.fl-cta {
  background: #eee;
}
.fl-service__cta.fl-cta h2 {
  color: #191919;
}
.fl-service__cta.fl-cta p {
  color: #191919;
}
.fl-service__cta.fl-cta .site-container {
  flex-direction: column;
  gap: 20px;
}
.fl-service__cta.fl-cta .site-container * {
  margin: 0;
}
.fl-service__cta.fl-cta .site-container .button {
  margin-top: 5px;
  place-self: start;
}

.fl-faq__cta .fl-cta__content {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: flex-start;
}
.fl-faq__cta .fl-cta__content .button {
  place-self: start;
}
.fl-faq__cta .fl-cta__content * {
  margin: 0;
}
.fl-faq__cta .site-container {
  display: block;
}

.fl-ty__content .button {
  color: #fff !important;
}
.fl-ty__content .button--deeplawn {
  background: #191919;
}
.fl-ty__content .button--deeplawn:hover {
  background: #ffc215;
}

.fl-ty__step.complete .fl-ty__icon span {
  background: #fff;
}
.fl-ty__step.complete svg {
  fill: #a9d063;
}