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

.fl-section.alt-bg {
  background-color: #F4F2ED;
}
.fl-section.bg-green {
  background-color: #1B7A52;
}
.fl-section.bg-green h2, .fl-section.bg-green .fl-form-consent {
  color: #fff;
}
.fl-section.bg-green .button {
  background-color: #EE9A15;
}
.fl-section.bg-green .button:hover {
  background-color: #259B67;
}

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

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

h1 {
  font-weight: 800;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
}

/*-----Forms-----*/
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "greycliff-cf", sans-serif !important;
  display: block !important;
  padding: 1rem !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 solid #373737;
  margin: 0 !important;
  box-shadow: none !important;
  color: #373737;
}
.gform_wrapper .button {
  font-family: inherit;
}
.gform_wrapper .fl-form-consent {
  text-align: center;
}

.gform_confirmation_message * {
  color: #fff !important;
  text-align: center;
}

#green-perks-dialog .gform_confirmation_message * {
  color: #1B7A52 !important;
}

.fl-search__wrap {
  background-color: #1B7A52;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "greycliff-cf", sans-serif !important;
}
.fl-search__submit {
  background-color: #EE9A15;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #373737;
}

.button,
.button.gform_submit,
.header-cta a,
.fl-footer__phone-cta {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #1B7A52;
  border-radius: 0;
  border: solid #1B7A52 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button svg path,
.button.gform_submit svg path,
.header-cta a svg path,
.fl-footer__phone-cta svg path {
  fill: #fff;
}
.button:hover,
.button.gform_submit:hover,
.header-cta a:hover,
.fl-footer__phone-cta:hover {
  color: #fff;
  background-color: #EE9A15;
  border: solid #1B7A52 0;
}

.header-cta a {
  color: #fff !important;
}

.fl-location__year {
  color: #1B7A52;
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__nav .menu {
  column-gap: 1.5rem;
}
.fl-header__nav .menu li a {
  color: #373737;
  font-size: 1.8rem;
  font-weight: 400;
}
.fl-header__nav .menu li a:hover {
  color: #1B7A52;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #373737;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #1B7A52;
}
.fl-header__aux {
  padding: 0.75rem 1rem;
}
.fl-header__aux a {
  color: #fff;
  line-height: 2rem;
  font-size: 1.4rem;
}
.fl-header__aux span {
  margin-right: 5px;
  font-size: 1.4rem;
}
.fl-header__aux svg {
  top: calc(50% - 6px);
}
.fl-header__aux svg * {
  fill: #fff;
}
.fl-header__toggle span {
  background-color: #000;
}
.fl-header .header-cta a {
  padding-inline: 2rem !important;
  font-weight: 700 !important;
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__shim {
    height: 146px;
  }
  .fl-header__aux {
    border-bottom: 1px solid #ddd;
  }
  .fl-header__aux a {
    color: #373737;
  }
  .fl-header__aux svg * {
    fill: #1B7A52;
  }
  .fl-header__nav {
    justify-items: end;
    order: 3;
  }
}
@media (max-width: 1270px) and (min-width: 1200px) {
  .fl-header .site-container {
    padding-inline: 0;
  }
  .fl-header__nav .menu li a {
    font-size: 1.7rem;
  }
}
@media (max-width: 1199px) {
  .fl-header__nav {
    top: 137.5px;
    min-height: calc(100vh - 137.5px);
  }
  .fl-header__nav .menu {
    padding: 0;
    font-size: 1rem;
  }
  .fl-header__mobile-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__aux {
    border-bottom: 1px solid #999;
  }
  .fl-header__aux a {
    color: #373737;
  }
  .fl-header__aux svg * {
    fill: #1B7A52;
  }
  .fl-header__nav {
    top: 137.5px;
    min-height: calc(100vh - 137.5px);
  }
  .fl-header__nav .menu li a {
    color: #373737;
  }
  .fl-header__nav .menu li a:hover {
    color: #1B7A52;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #373737;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #1B7A52;
  }
  .fl-header__shim {
    height: 137.5px;
  }
}
@media (max-width: 480px) {
  .fl-header__aux {
    background-color: #000;
    border: none;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .fl-header__aux .site-container {
    padding-inline: 0;
  }
  .fl-header__aux a {
    color: #fff;
    background: #1B7A52;
  }
  .fl-header__aux span {
    font-size: 1.2rem;
  }
  .fl-header__aux svg * {
    fill: #fff;
  }
  .fl-header__shim {
    height: 100px;
  }
  .fl-header__nav {
    top: 100px;
  }
  .fl-header__inner .site-container {
    padding: 0;
  }
}

.fl-footer {
  background-color: #fff;
  padding: 3rem 0 0;
  border-top: 10px solid #1B7A52;
}
.fl-footer * {
  color: #373737;
}
.fl-footer h4 {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #373737;
}
.fl-footer__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.fl-footer__social svg,
.fl-footer__social svg * {
  fill: #1B7A52;
}
.fl-footer__social a:hover svg,
.fl-footer__social a:hover svg * {
  fill: #EE9A15;
}
.fl-footer__phone-cta {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #EE9A15;
  margin-top: 15px;
}
.fl-footer__phone-cta:hover {
  background-color: #1B7A52;
}
.fl-footer__bottom {
  padding: 1.5rem 0;
  border-top: 1px solid #999;
  margin-top: 3rem;
  font-size: 1.4rem;
}
.fl-footer__bottom p {
  margin: 0;
}
.fl-footer__bottom .site-container {
  display: flex;
  justify-content: space-between;
}
.fl-footer .fl-list--icons {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
}
.fl-footer .fl-list--icons a,
.fl-footer .fl-list--icons p {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fl-footer .fl-list--icons p {
  margin: 0;
}
.fl-footer .fl-list--icons svg {
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
}
.fl-footer .fl-list--icons svg path {
  fill: #1B7A52;
}
.fl-footer ul {
  font-size: 1.6rem;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: flex-start;
}

@media (max-width: 1360px) {
  .fl-footer__grid {
    gap: 7.5rem;
  }
  .fl-footer__logo {
    height: 13rem;
  }
}
@media (min-width: 1025px) {
  .fl-footer__grid {
    gap: 5rem;
  }
  .fl-footer__logo {
    height: 13rem;
  }
}
@media (max-width: 768px) {
  .fl-footer__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .fl-footer__grid > * {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
  .fl-footer__logo {
    height: 10rem;
  }
  .fl-footer__bottom .site-container {
    flex-direction: column;
    align-items: center;
  }
  .fl-footer .fl-list--unstyled {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .fl-footer {
    padding-bottom: 6.1rem;
  }
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: #1B7A52;
}
.fl-blog__item h3 {
  font-size: clamp(1.6rem, 1.9vw, 2.2rem);
  margin: 0;
}
.fl-blog__details {
  padding: 1.5rem 0;
}
.fl-blog__categories {
  margin-bottom: 0.5rem;
}
.fl-blog__search-submit {
  background-color: #1B7A52;
}
.fl-blog__thumbnail img {
  width: 100%;
}
.fl-blog__content .fl-section {
  padding: 2rem 0;
}

@media (min-width: 769px) {
  .fl-blog__body {
    gap: 6rem;
  }
  .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: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-contact .col__form {
  background: #1B7A52;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #1B7A52;
  color: #fff;
}
.fl-content-list__heading {
  color: #fff;
}
.fl-content-list__list {
  background-color: #1B7A52;
  padding: 3rem;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
.fl-content-list__list ul li {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.fl-content-list__list ul li img {
  height: 20px;
}
.fl-content-list__list span {
  display: inline-block;
  padding: 1rem 0;
  border-bottom: 0;
}

.fl-cta {
  color: #fff;
}
.fl-cta .button {
  background-color: #EE9A15;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: #c27c0e;
  color: #fff;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(27, 122, 82, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(27, 122, 82, 0.8);
}
.fl-cta--has-gradient {
  background: linear-gradient(to right, #1B7A52 0%, #373737 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #1B7A52;
}

.fl-featured-posts h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #1B7A52;
  display: block;
  margin: 8px auto 0;
}
.fl-featured-posts__bottom {
  padding: 2rem;
  background: #F4F2ED;
}
.fl-featured-posts__bottom .button--arrow {
  font-size: 2rem;
}
.fl-featured-posts__bottom .button--arrow:hover {
  color: #fff;
}

#green-perks-dialog header {
  margin-bottom: 2rem;
}
#green-perks-dialog textarea, #green-perks-dialog input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border: 1px solid #999 !important;
}
#green-perks-dialog .gform_wrapper .gfield--type-select label {
  margin-bottom: 0.5rem;
  display: block !important;
}
#green-perks-dialog .gform_wrapper .gfield--type-select select {
  border: 1px solid #999 !important;
}

.fl-hero hr {
  background: linear-gradient(to right, #1B7A52 0%, #259B67 100%) !important;
}
.fl-hero__content h4 {
  color: #fff;
}
.fl-hero__offer {
  background: rgba(255, 255, 255, 0.65);
}
.fl-hero__offer h4 {
  margin-bottom: 0.5rem;
}
.fl-hero__offer * {
  color: #373737 !important;
}
.fl-hero__review svg, .fl-hero__review svg * {
  fill: #fff;
}
.fl-hero__form .gform_wrapper ::placeholder, .fl-hero__sms .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button, .fl-hero__sms .gform_wrapper .gform_button {
  background-color: #EE9A15;
  align-self: center !important;
}
.fl-hero__form .gform_wrapper .gform_button:hover, .fl-hero__sms .gform_wrapper .gform_button:hover {
  background-color: #259B67;
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(27, 122, 82, 0.8);
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, #a6a6a6 0%, #d9d9d9 100%);
}
.fl-hero__cta {
  background: #1B7A52;
}
.fl-hero__cta--phone .fl-hero__icon {
  background: #EE9A15;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #166544;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 146px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 146px);
  }
}
@media (max-width: 480px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 100px);
  }
}

@media (min-width: 1025px) {
  .fl-hero--default .fl-hero__form {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .fl-hero--content-bg {
    padding: 5rem;
  }
  .fl-hero--content-bg .fl-hero__content {
    padding: 5rem;
  }
  .fl-hero .fl-hero__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .fl-hero .fl-hero__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .fl-hero--full-bleed .fl-hero__form {
    padding: 5rem 7.5rem;
  }
}
.fl-split-hero__form {
  background: #1B7A52;
}
.fl-split-hero__form .button {
  background-color: #EE9A15;
}
.fl-split-hero__form .fl-form-consent {
  margin-top: 8px;
}
.fl-split-hero__content h3 {
  color: #1B7A52;
}
.fl-split-hero__bottom {
  background-color: #F4F2ED;
}
.fl-split-hero .gform_wrapper .gform_button {
  align-self: center !important;
}
.fl-split-hero .gform_wrapper .gform_button:hover {
  background-color: #259B67;
}

.fl-section.bg-green .fl-icons-content__heading::after {
  background-color: #EE9A15;
}

.fl-icons-content__heading::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #1B7A52;
  display: block;
  margin: 8px auto 0;
}
.fl-icons-content--primary .fl-icons-content__item {
  background: #1B7A52;
}
.fl-icons-content--primary .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--primary .fl-icons-content__item .button {
  background-color: #EE9A15;
}
.fl-icons-content--primary .fl-icons-content__item .button:hover {
  background-color: #259B67;
}
.fl-icons-content--gray .fl-icons-content__item {
  background: #373737;
}
.fl-icons-content--gray .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--white .fl-icons-content__item {
  background-color: #fff;
}
.fl-icons-content--white .fl-icons-content__item .button {
  background-color: #EE9A15;
}
.fl-icons-content--white .fl-icons-content__item .button:hover {
  background-color: #1B7A52;
}

.fl-image-content h2 {
  text-align: center;
}
.fl-image-content h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #1B7A52;
  display: block;
  margin: 8px auto 0;
}
.fl-image-content__content .content-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fl-image-content__content .content-columns ul li::marker {
  color: #1B7A52;
}
.fl-image-content .fl-list--icons a,
.fl-image-content .fl-list--icons p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.fl-image-content .fl-list--icons img {
  margin-top: 5px;
}

.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "greycliff-cf", sans-serif;
  margin: 0;
}
.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 #F4F2ED;
}
.fl-locations--bg-contrast {
  background: #F4F2ED;
}

.fl-service-steps h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #1B7A52;
  display: block;
  margin: 8px 0 1.5em;
}
.fl-service-steps h2.text-center::after {
  margin: 8px auto 1.5em;
}
.fl-service-steps.circle {
  border-color: #259B67;
}
.fl-service-steps.circle .fl-service-steps__item {
  background-color: #1B7A52;
  color: #fff;
}
.fl-service-steps.circle .fl-service-steps__item * {
  color: #fff;
}
.fl-service-steps.circle .fl-service-steps__item h4 {
  margin: 0;
}
.fl-service-steps.circle .fl-service-steps__number {
  border-color: #259B67;
}
.fl-service-steps.accent .fl-service-steps__line {
  background: linear-gradient(to bottom, #1B7A52 0%, #0d3b28 100%);
}

.fl-services__item h3 {
  display: flex;
  align-items: center;
  gap: 11px;
}
.fl-services__item h3::before {
  content: "";
  width: 8px;
  height: 41px;
  background-color: #259B67;
  display: block;
}
.fl-text-editor--bg-contrast {
  background: #F4F2ED;
}
.fl-text-editor__heading::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #1B7A52;
  display: block;
  margin: 8px 0;
}
.fl-text-editor__heading.text-center::after {
  margin: 8px auto;
}
.fl-text-editor .gform_footer input {
  align-self: center !important;
}
.fl-text-editor .gform_footer .fl-form-consent {
  font-size: 1.5rem;
}
.fl-text-editor .fl-list--icons a,
.fl-text-editor .fl-list--icons p,
.fl-text-editor .fl-list--icons li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.fl-text-editor .fl-list--icons li {
  margin-bottom: 15px;
}
.fl-text-editor .fl-list--icons img {
  margin-top: 5px;
}

.fl-testimonial-carousel .site-container {
  position: relative;
}
.fl-testimonial-carousel__item {
  background: #fff;
  padding: 5rem 9rem;
  text-align: center;
}
.fl-testimonial-carousel__icon svg {
  fill: #FFAE21;
}
.fl-testimonial-carousel .fl-testimonials__name {
  color: #1B7A52;
}
.fl-testimonial-carousel .slider-controls {
  left: 0;
}
.fl-testimonial-carousel .slick-dots li.slick-active button:before {
  color: #1B7A52;
}
.fl-testimonial-carousel .slick-prev:before,
.fl-testimonial-carousel .slick-next:before {
  color: #1B7A52;
}
@media (max-width: 768px) {
  .fl-testimonial-carousel__item {
    padding: 2rem;
  }
  .fl-testimonial-carousel .slick-prev {
    left: 15%;
  }
  .fl-testimonial-carousel .slick-next {
    right: 15%;
  }
}

#specialty-services small {
  font-size: 1.2rem;
  line-height: 1.3;
}

.home .fl-hero h1 {
  font-size: clamp(3.2rem, 3.2vw, 4.8rem);
}

.fl-ty__content .button--deeplawn {
  background: #373737;
}
.fl-ty__content .button--deeplawn:hover {
  background: #EE9A15;
}

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