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

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

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

h1 {
  font-family: "Patua One", serif;
}

h2,
h3,
h4 {
  font-family: "PT Sans", sans-serif;
}

/*-----Forms-----*/
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Syne", sans-serif !important;
  display: block !important;
  padding: 1rem !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 solid #000;
  margin: 0 !important;
  box-shadow: none !important;
  color: #000;
}
.gform_wrapper .gform_footer input.gform_button,
.gform_wrapper.gravity-theme .gform_footer input.gform_button {
  align-self: center;
}

.fl-search__wrap {
  background-color: #cc0b00;
}
.fl-search__heading {
  color: #FFF;
}
.fl-search__form * {
  font-family: "Syne", sans-serif !important;
}
.fl-search__submit {
  background-color: #cc0b00;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #000;
}

.button,
.button.gform_submit,
.header-cta a {
  padding: 0.8rem 1.6rem;
  color: #FFF;
  background-color: #cc0b00;
  border-radius: 0;
  border: solid #cc0b00 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  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,
.header-cta a:hover {
  color: #FFF;
  background-color: #800700;
  border: solid #cc0b00 0;
}
.button svg path,
.button.gform_submit svg path,
.header-cta a svg path {
  fill: #FFF;
}

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

.fl-location__year {
  color: #cc0b00;
}
.fl-location__form {
  background-color: #cc0b00;
}
.fl-location__form * {
  color: #FFF;
}
.fl-location__form .button {
  background: #000;
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__aux {
  border-bottom: 1px solid #EDEDED;
}
.fl-header__aux svg path {
  fill: #cc0b00;
}
.fl-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fl-header__inner .site-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.fl-header__nav .menu li a, .fl-header__nav .menu li .fl-header__not-a-link {
  color: #000;
  font-size: 1.7rem;
  font-weight: 500;
  text-transform: uppercase;
}
.fl-header__nav .menu li a:hover, .fl-header__nav .menu li .fl-header__not-a-link:hover {
  color: #cc0b00;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #000;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #000;
}
.fl-header__toggle span {
  background-color: #000;
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .fl-header .site-container {
    padding-inline: 1rem;
    max-width: 100%;
  }
  .fl-header__nav > ul.menu {
    column-gap: 1.25rem;
  }
  .fl-header__nav > ul.menu > li > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1199px) {
  .fl-header__nav {
    top: 132px;
    min-height: calc(100vh - 132px);
  }
  .fl-header__nav .menu {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__shim {
    height: 140px;
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__nav {
    top: 132px;
    min-height: calc(100vh - 132px);
  }
  .fl-header__nav .menu li a {
    color: #000;
  }
  .fl-header__nav .menu li a:hover {
    color: #cc0b00;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #000;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #000;
  }
  .fl-header__shim {
    height: 132px;
  }
}

@media (max-width: 480px) {
  .fl-header__shim {
    height: 100px;
  }
  .fl-header__aux {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #FFF;
  }
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__ctas a {
    background: #000;
    color: #FFF;
  }
  .fl-header__ctas a svg, .fl-header__ctas a svg * {
    fill: #cc0b00;
  }
}
.fl-footer {
  background-color: #FFF;
}
.fl-footer * {
  color: #000;
}
.fl-footer h4 {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #000;
}
.fl-footer__grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}
.fl-footer__social svg,
.fl-footer__social svg * {
  fill: #cc0b00;
}
.fl-footer__social a:hover svg,
.fl-footer__social a:hover svg * {
  fill: #e51937;
}
.fl-footer__X svg path:last-of-type {
  fill: #FFF;
}
.fl-footer__border {
  height: 10px;
  background: linear-gradient(to right, #cc0b00 0%, #850902 100%);
}
.fl-footer__top {
  padding: 3rem 0;
}
.fl-footer__bottom {
  padding: 1.5rem 0;
  text-align: center;
  border-top: 1px solid #F3EFE6;
}
.fl-footer__bottom p {
  margin: 0;
}
.fl-footer__logo {
  height: 13rem;
}
.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: #cc0b00;
}

@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: center;
    align-items: center;
  }
  .fl-footer__logo {
    height: auto;
  }
  .fl-footer__top .site-container {
    display: grid;
    gap: 75px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .fl-footer__logo {
    height: 8rem;
  }
}
@media (max-width: 480px) {
  .fl-footer {
    padding-bottom: 5.7rem;
  }
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #cc0b00 0%, #800700 100%);
}
.fl-blog__categories a {
  color: #cc0b00;
  font-size: 16px;
}

@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 {
  display: grid;
  row-gap: 1rem;
}
.fl-accordion__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F3EFE6;
  padding: 1.5rem 2rem;
}
.fl-accordion__thumb {
  font-size: 1.8rem;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .fl-accordion {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
  }
}
.fl-contact .col__form {
  background: #cc0b00;
}
.fl-contact .col__form h3 {
  color: #FFF;
}
.fl-contact .col__form p {
  color: #FFF;
}
.fl-contact .col__form input[type=submit] {
  background-color: #000;
  color: #FFF;
}
.fl-content-list__heading {
  color: #cc0b00;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #cc0b00;
  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 #F3EFE6;
}

.fl-cta {
  color: #FFF;
}
.fl-cta .button {
  background-color: #000;
  color: #FFF;
}
.fl-cta .button:hover {
  background-color: black;
  color: #FFF;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(204, 11, 0, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(204, 11, 0, 0.8);
}
.fl-cta--gradient {
  background: linear-gradient(to right, #cc0b00 0%, #850902 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #cc0b00;
}

.fl-hero__content hr {
  background: linear-gradient(to right, #e51937 0%, #cc0b00 100%);
}
.fl-hero__offer {
  background: rgba(255, 255, 255, 0.75);
}
.fl-hero__review {
  max-width: 420px;
}
.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  background-color: #000;
}
.fl-hero--translucent .fl-hero__form {
  place-self: center;
}
.fl-hero__cta {
  background: #cc0b00;
}
.fl-hero__cta--phone .fl-hero__icon {
  background: #cc0b00;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #b30a00;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 140.59px);
  background: #FFF;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 140.59px);
  }
}
@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(204, 11, 0, 0.8);
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content hr {
  background: linear-gradient(to right, #fafafa 0%, white 100%);
}

@media (min-width: 1025px) {
  .fl-hero--content-bg {
    padding: 5rem;
  }
  .fl-hero--content-bg .fl-hero__content {
    padding: 5rem;
  }
  .fl-hero__form {
    align-items: center;
  }
  .fl-hero__form .gform_footer {
    justify-content: center;
  }
}
.fl-split-hero__form {
  background: #cc0b00;
}
.fl-split-hero__form .button {
  background-color: #000;
}
.fl-split-hero__content h3 {
  color: #cc0b00;
}
.fl-split-hero__bottom {
  background-color: #F3EFE6;
}

.fl-icons-content--primary .fl-icons-content__item {
  background: #cc0b00;
}
.fl-icons-content--primary .button {
  background: #000;
}
.fl-icons-content--primary .button:hover {
  background: #FFF;
  color: #000;
}

.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "PT Sans", 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 #F3EFE6;
}
.fl-locations--bg-contrast {
  background: #F3EFE6;
}

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

.chinch-bug img {
  height: 30px;
}

.fl-text-editor--bg-contrast {
  background: #cc0b00;
}
.fl-text-editor--bg-contrast .fl-text-editor__heading {
  color: #FFF;
}
.fl-text-editor--bg-contrast .button,
.fl-text-editor--bg-contrast .button.gform_submit {
  background-color: #000;
}
.fl-text-editor--bg-contrast .button:hover,
.fl-text-editor--bg-contrast .button.gform_submit:hover {
  background-color: #FFF;
  color: #000;
}
.fl-text-editor .fl-list--icons a,
.fl-text-editor .fl-list--icons p {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.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 8rem;
  text-align: center;
}
.fl-testimonial-carousel__icon svg {
  height: 15px;
  fill: #FFAE21;
}
.fl-testimonial-carousel .slick-dots li {
  width: 12px;
}
.fl-testimonial-carousel .slick-dots li button:before {
  opacity: 0.5;
}

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

.fl-ty__content .button {
  color: #FFF !important;
}
.fl-ty__content .button--deeplawn {
  background: #000;
}
.fl-ty__content .button--deeplawn:hover {
  background: #800700;
}

.fl-ty__step.complete .fl-ty__icon span {
  background: #FFF;
}
.fl-ty__step.complete svg {
  fill: #cc0b00;
}