.site-container {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1360px) {
  .site-container {
    padding-inline: 2rem;
  }
}
@media (max-width: 480px) {
  .site-container {
    padding-inline: 2rem;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}
.site-container--x-narrow {
  max-width: 600px;
}

body {
  font-family: "droid-sans", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  color: #111;
}

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

h2 {
  color: #00593B;
}

h5 {
  font-family: "droid-sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-size: 16px;
}

blockquote {
  border-left: 0.75rem solid #f77618;
}

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

.fl-search__wrap {
  background-color: #00593B;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "droid-sans", sans-serif !important;
}
.fl-search__submit {
  background-color: #f77618;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #f77618;
}

.button, .button.gform_submit {
  padding: 0.7rem 2.8rem 0.9rem;
  color: #fff;
  background-color: #f77618 !important;
  border-radius: 20px !important;
  border: solid #f77618 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: #cb5a07 !important;
  border: solid #f77618 0;
}
.button.button--light, .button.gform_submit.button--light {
  background-color: #fff !important;
  color: #f77618;
}
.button.button--light:hover, .button.gform_submit.button--light:hover {
  background-color: #00593B !important;
  color: #fff;
}
.button.button--dark, .button.gform_submit.button--dark {
  background-color: #00593B !important;
  color: #fff;
}
.button.button--dark:hover, .button.gform_submit.button--dark:hover {
  background-color: #fff !important;
  color: #00593B;
}

.fl-location__year {
  color: #00593B;
}
.fl-location__form {
  background: #00593B;
}
.fl-location__form h3 {
  color: #fff;
}

.ygt-landing__form {
  padding: 3rem 0;
}
.ygt-landing__form h2 {
  color: #fff;
  text-align: center;
}
.ygt-landing__form .button {
  padding-inline: 3rem !important;
}
.ygt-landing h1 {
  color: #f77618;
}
.ygt-landing .fl-image-content .button--dark:hover {
  background-color: #f77618 !important;
  color: #fff;
}

@media (min-width: 1025px) {
  .ygt-landing {
    padding-top: 5rem;
  }
  .ygt-landing__form {
    padding: 5rem 0;
    background: #00593B;
  }
  .ygt-landing__form .button {
    place-self: center;
  }
}
.single-landing-page .fl-footer__cta {
  display: none;
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__nav .menu li a {
  color: #111;
  font-size: 1.8rem;
}
.fl-header__nav .menu li a:hover {
  color: #00593B;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #111;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #00593B;
}
.fl-header__aux {
  padding: 0.75rem 0;
  background: #00593B;
}
.fl-header__aux a {
  color: #fff;
  line-height: 2rem;
  font-size: 1.4rem;
}
.fl-header__aux svg * {
  fill: #fff;
}
.fl-header__toggle span {
  background-color: #000;
}
.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.2rem;
  color: #fff;
}
.fl-header__ctas {
  align-items: center;
}
.fl-header__ctas * {
  color: #fff;
}
.fl-header__phone-button {
  background: #f77618;
  color: #fff !important;
  padding: 0.4rem 1.5rem 0.6rem;
  border-radius: 15px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.fl-header__phone-button:hover {
  background: #cb5a07;
  color: #fff !important;
}
.fl-header__phone-button:hover svg * {
  fill: #fff !important;
}
.fl-header__phone-button svg {
  transform: translateY(-1px);
}
.fl-header__phone-button svg * {
  fill: #fff;
}
@media (min-width: 1200px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__shim {
    height: 145px;
  }
  .fl-header__mobile-wrap {
    display: none;
  }
}
@media (max-width: 1199px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 6rem;
  }
  .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: #111;
  }
  .fl-header__nav .menu li a:hover {
    color: #00593B;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #111;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #111;
  }
  .fl-header__aux .site-container {
    padding-inline: 1.5rem;
    justify-content: space-between;
  }
  .fl-header__shim {
    height: 125px;
  }
  .fl-header__mobile-wrap {
    display: flex;
    gap: 30px;
  }
  .fl-header__phone-cta a {
    color: #111 !important;
  }
}

@media (max-width: 480px) {
  .fl-header__shim {
    height: 80px;
  }
  .fl-header__aux {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #111;
  }
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__nav {
    top: 80px;
  }
  .fl-header__phone-cta {
    gap: 10px;
  }
  .fl-header__phone-cta a {
    color: #111;
  }
  .fl-header__ctas a {
    background-color: #00593B;
  }
}
.fl-footer {
  background-color: #fff;
  font-size: 1.6rem;
}
.fl-footer__cta {
  background-color: #f77618;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
}
.fl-footer__cta .site-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.fl-footer__cta .site-container * {
  margin: 0;
}
.fl-footer__cta .site-container .button {
  place-self: center;
}
.fl-footer__cta h2 {
  color: #fff;
}
.fl-footer * {
  color: #111;
}
.fl-footer__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.fl-footer__nav ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.fl-footer__locations {
  display: grid;
  font-size: 1.3rem;
  gap: 3rem;
}
.fl-footer__locations strong {
  color: #f77618;
}
.fl-footer__top {
  padding: 3rem 0;
}
.fl-footer__bottom {
  font-size: 12px;
}
.fl-footer__bottom .site-container {
  padding: 20px;
  border-top: 1px solid #eee;
}
.fl-footer h4 {
  color: #00593B;
  margin: 0;
}

@media (min-width: 769px) {
  .fl-footer__cta {
    padding: 5rem 0;
  }
  .fl-footer__locations {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-footer__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 5rem;
  }
  .fl-footer__grid > * {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
    align-items: start;
    flex: 1;
  }
  .fl-footer__logo {
    height: 8rem;
  }
  .fl-footer__locations {
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .fl-footer__grid {
    gap: 7.5rem;
  }
  .fl-footer__three {
    flex: 2 !important;
  }
}
@media (max-width: 768px) {
  .fl-footer__one, .fl-footer__two {
    width: calc(50% - 15px);
  }
  .fl-footer__three {
    width: 100%;
  }
  .fl-footer__locations {
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-footer__logo {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .fl-footer {
    padding-bottom: 45px;
  }
}
.fl-blog__categories {
  padding: 1rem 0 1.5rem;
  justify-content: end;
  text-transform: uppercase;
}
.fl-blog__item h3 {
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  margin: 0.5rem 0 0;
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #00593B 0%, #000d08 100%);
}

.ygt-post__thumbnail {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}
.ygt-post__content {
  padding-bottom: 5rem;
}

@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: #eee;
  padding: 2rem;
}
.fl-accordion h3 {
  color: #00593B;
}

.ygt-areas-served .fl-image-content__content {
  padding: 3rem;
}
.ygt-areas-served__list {
  padding-left: 0;
  margin-bottom: 0;
  column-count: 2;
  list-style: none;
}
.ygt-areas-served__list a {
  color: #f77618;
}
.ygt-areas-served__list h5 {
  margin: 0;
}
.ygt-areas-served .fl-image-content__grid {
  flex-direction: column;
}

@media (min-width: 1025px) {
  .ygt-areas-served .fl-image-content__grid {
    flex-direction: row;
  }
  .ygt-areas-served .fl-image-content__content {
    padding: 3rem 7.5rem;
  }
}
@media (max-width: 1024px) {
  .ygt-areas-served .fl-image-content__image {
    margin-bottom: 0;
  }
  .ygt-areas-served .fl-image-content__content {
    padding-bottom: 3.5rem;
  }
}
.fl-contact .col__form {
  background: #00593B;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #00593B;
  color: #fff;
}
.fl-content-list__heading {
  color: #00593B;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "droid-serif", serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #00593B;
  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: #f77618;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: #d55e07;
  color: #fff;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(17, 17, 17, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(17, 17, 17, 0.8);
}
.fl-cta--has-gradient {
  background: linear-gradient(to right, #00593B 0%, #f77618 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #00593B;
}

.fl-green-perks .table__item h3 {
  font-size: 2.2rem;
}

.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  background-color: #111;
}
.fl-hero__offer {
  background: rgba(255, 255, 255, 0.75);
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(0, 89, 59, 0.8);
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, #63a108 0%, #00593B 100%);
}

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

.fl-homepage-hero__cta, .fl-hero__cta {
  background: #00593B;
}
.fl-homepage-hero__cta:hover .fl-hero__icon, .fl-hero__cta:hover .fl-hero__icon {
  background: #00402a;
}
.fl-homepage-hero__cta--phone, .fl-hero__cta--phone {
  background-color: #00593B;
}
.fl-homepage-hero__flyout, .fl-homepage-hero .flyout-inner, .fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 145px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-homepage-hero__flyout, .fl-homepage-hero .flyout-inner, .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 125px);
  }
}
@media (max-width: 480px) {
  .fl-homepage-hero__flyout, .fl-homepage-hero .flyout-inner, .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 80px);
  }
}
.fl-homepage-hero__form form textarea, .fl-homepage-hero__form form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .fl-homepage-hero__sms form textarea, .fl-homepage-hero__sms form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .fl-hero__form form textarea, .fl-hero__form form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .fl-hero__sms form textarea, .fl-hero__sms form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  border: 2px solid #eee !important;
}
.fl-homepage-hero__form form .fl-form-consent, .fl-homepage-hero__sms form .fl-form-consent, .fl-hero__form form .fl-form-consent, .fl-hero__sms form .fl-form-consent {
  color: #111;
}
.fl-homepage-hero h3, .fl-hero h3 {
  color: #00593B;
}
.fl-homepage-hero .flyout-link, .fl-hero .flyout-link {
  color: #00593B;
}
.fl-homepage-hero .lawn-widget div.text-center, .fl-hero .lawn-widget div.text-center {
  color: #00593B !important;
}

.fl-hero__cta--phone .fl-hero__icon {
  background-color: #f77618;
}

.flyout-close {
  background-color: #00593B;
}
.flyout-close:hover {
  background: #00402a;
}

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

.fl-offers__item h3 {
  color: #f77618;
}

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

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

#referral-form {
  background: #00593B;
}
#referral-form h2 {
  color: #fff;
}
#referral-form .gform_heading {
  display: none;
}
#referral-form .gform_footer .button {
  place-self: start;
  padding-inline: 24px;
}

.perimeter-about ul br {
  display: none;
}

.fl-green-perks .fl-cta__heading {
  color: #fff;
}

.fl-cancellation-wrap .fl-form-consent {
  color: #111 !important;
}
.fl-cancellation-wrap .button {
  place-self: start !important;
}

.fl-ty__content .button {
  color: #fff !important;
}
.fl-ty__content .button--deeplawn {
  background: #00593B !important;
}
.fl-ty__content .button--deeplawn:hover {
  background: #cb5a07 !important;
}

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