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

.fl-section.alt-bg {
  background-color: #eee;
}
.fl-section.bg-primary {
  background-color: #006a36;
}
.fl-section.bg-primary * {
  color: #fff;
}
.fl-section.bg-primary .button {
  background-color: #72226d;
}
.fl-section .fl-list--icons {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.fl-section .fl-list--icons li {
  margin-bottom: 15px;
}
.fl-section .fl-list--icons a,
.fl-section .fl-list--icons p,
.fl-section .fl-list--icons li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.fl-section .fl-list--icons img {
  margin-top: 5px;
}

body {
  font-family: "soleil", sans-serif;
  font-weight: 300;
}

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

/*-----Forms-----*/
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "soleil", 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 .gform_button {
  font-family: "soleil", sans-serif !important;
  font-size: 1.5rem !important;
}

.button,
.header-cta > a,
.gform_button {
  display: inline-block;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.fl-form-consent {
  text-align: center;
}

.fl-search__wrap {
  background-color: #006a36;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "soleil", sans-serif !important;
}
.fl-search__submit {
  background-color: #72226d;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #421540;
}

.button,
.button.gform_submit,
.header-cta a {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #006a36;
  border-radius: 0;
  border: solid #006a36 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,
.header-cta a:hover {
  color: #fff;
  background-color: #72226d;
  border: solid #006a36 0;
}

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

.fl-location__year {
  color: #006a36;
}
.fl-location__form {
  background: #006a36;
}
.fl-location__form-content {
  color: #fff;
  margin-bottom: 1rem;
}
.fl-location__form .button {
  background-color: #72226d;
}
.fl-location__form .fl-form-consent {
  color: #fff;
  font-size: 1rem;
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header .header-cta a {
  padding-inline: 2rem !important;
  background-color: #e09f25;
}
.fl-header .header-cta a:hover {
  background-color: #b8811a;
}
.fl-header__nav .menu li a, .fl-header__nav .menu li .fl-header__not-a-link {
  color: #191919;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.fl-header__nav .menu li a:hover, .fl-header__nav .menu li .fl-header__not-a-link:hover {
  color: #006a36;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.5rem;
  color: #191919;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #006a36;
}
.fl-header__aux {
  padding: 0.75rem 0;
  background: #421540;
  color: #fff;
}
.fl-header__aux a, .fl-header__aux span {
  line-height: 1;
}
.fl-header__aux a {
  color: #421540;
  background: #fff;
}
.fl-header__aux svg * {
  fill: #421540;
}
.fl-header__aux .fl-header__phone-cta span {
  margin-right: 5px;
}
.fl-header__toggle span {
  background-color: #006a36;
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .fl-header__nav .menu {
    column-gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .fl-header__nav {
    top: 156px;
    min-height: calc(100vh - 139px);
  }
  .fl-header__nav .menu {
    padding: 0;
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 10rem;
  }
  .fl-header__shim {
    height: 159px;
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__aux .site-container {
    justify-content: space-between;
  }
  .fl-header__nav {
    top: 139px;
    min-height: calc(100vh - 139px);
  }
  .fl-header__nav .menu li a {
    color: #191919;
  }
  .fl-header__nav .menu li a:hover {
    color: #006a36;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #191919;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #191919;
  }
  .fl-header__shim {
    height: 139px;
  }
}
@media (max-width: 480px) {
  .fl-header__shim {
    height: 100px;
  }
  .fl-header__aux {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

.fl-footer {
  background-color: #fff;
  padding: 3rem 0 0;
  border-top: 8px solid #006a36;
}
.fl-footer h4 {
  margin-bottom: 0;
}
.fl-footer * {
  color: #191919;
}
.fl-footer a.button {
  color: #fff;
  margin-bottom: 15px;
}
.fl-footer a.button svg * {
  fill: #fff;
}
.fl-footer__grid {
  display: grid;
  gap: 3rem;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
}
.fl-footer__grid > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: flex-start;
}
.fl-footer__grid ul {
  margin: 0;
}
.fl-footer__social {
  justify-content: center;
  margin-bottom: 1.5rem;
}
.fl-footer__social svg,
.fl-footer__social svg * {
  fill: #006a36;
}
.fl-footer__social a:hover svg,
.fl-footer__social a:hover svg * {
  fill: #72226d;
}
.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 .menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 1360px) {
  .fl-footer__logo {
    height: 12rem;
  }
}
@media (min-width: 1025px) {
  .fl-footer__logo {
    height: 12rem;
  }
}
@media (max-width: 768px) {
  .fl-footer__logo {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .fl-footer {
    padding-bottom: 35px;
  }
  .fl-footer__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #72226d 0%, #080308 100%);
}
.fl-blog__categories a {
  color: #006a36;
  text-transform: capitalize;
  font-size: 1.4rem;
}
.fl-blog__thumbnail img {
  width: 100%;
}
.fl-blog__title {
  margin-bottom: 1.5rem;
}
.fl-blog__text .fl-section {
  padding: 2.5rem 0;
}

@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: 1360px) {
  .fl-blog__text .site-container {
    padding-inline: 0;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
@media (max-width: 480px) {
  .fl-blog__text .site-container {
    padding-inline: 0;
  }
}
.fl-accordion {
  display: grid;
  row-gap: 1rem;
}
.fl-accordion__item {
  background-color: #eee;
  padding: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fl-accordion__thumb {
  color: #191919;
  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: #006a36;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #006a36;
  color: #fff;
}
.fl-content-list h2::after {
  content: "";
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
  width: 10rem;
  height: 0.5rem;
  margin: 1.5rem 0;
  display: block;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "soleil", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #006a36;
  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: 14px;
}
.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: #e09f25;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: #b8811a;
  color: #fff;
}
.fl-cta--stacked .button {
  margin-top: 1.5rem;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 106, 54, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(0, 106, 54, 0.8);
}
.fl-cta--gradient {
  background: linear-gradient(to right, #421540 0%, #72226d 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #006a36;
}
.fl-cta .gform_wrapper {
  margin-top: 1.5rem !important;
}
.fl-cta .gform_heading {
  display: none;
}
.fl-cta .gform_wrapper.gravity-theme #field_submit input,
.fl-cta .gform_wrapper.gravity-theme .gform_footer input {
  align-self: center;
}

.fl-hero__inner .content {
  font-weight: 400;
}
.fl-hero__inner .button {
  background-color: #72226d;
}
.fl-hero__inner .button:hover {
  background-color: #4b1647;
}
.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  background-color: #72226d;
  align-self: center !important;
}
.fl-hero__form .gform_wrapper .gform_button:hover {
  background-color: #421540;
}
.fl-hero__cta {
  background: #006a36;
}
.fl-hero__cta--phone .fl-hero__icon {
  background: #72226d;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #005129;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 159px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 139px);
  }
}
@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 {
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, #862880 0%, #a3349e 100%);
}

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

.fl-icons-content__heading::after {
  content: "";
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
  width: 10rem;
  height: 0.5rem;
  margin: 1.5rem auto;
  display: block;
}
.fl-icons-content--primary .fl-icons-content__item {
  background: #006a36;
}
.fl-icons-content--primary .fl-icons-content__item .button {
  background-color: #72226d;
}
.fl-icons-content--primary .fl-icons-content__item .button:hover {
  background-color: #421540;
}
.fl-icons-content.text-left .fl-list--icons {
  text-align: left;
}

@media (min-width: 1361px) {
  .fl-icons-content__grid--4 {
    gap: 0.5rem;
    grid-template-columns: 25% auto auto auto;
  }
}
.fl-image-content__content h2::after {
  content: "";
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
  width: 10rem;
  height: 0.5rem;
  margin: 1.5rem 0;
  display: block;
}
.fl-image-content.bio .fl-image-content__grid {
  justify-content: center;
}

@media (min-width: 1025px) {
  .fl-image-content.bio .fl-image-content__grid {
    gap: 33px;
  }
  .fl-image-content.bio .fl-image-content__grid > div {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .fl-image-content.bio .fl-image-content__image {
    aspect-ratio: auto;
  }
}
.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "soleil", 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-video-content.bg-primary .fl-video-content__media--has-video {
  outline-color: #fff;
}
.fl-video-content .site-container {
  align-items: center;
}
.fl-video-content__media--has-video iframe {
  width: 100%;
  height: 100%;
}
.fl-video-content__content h2::after {
  content: "";
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
  width: 10rem;
  height: 0.5rem;
  margin: 1.5rem 0;
  display: block;
}
.fl-video-content__content h4 {
  color: #006a36;
}
.fl-video-content__content .button {
  align-self: baseline;
}

.fl-service-callout__topheading {
  color: #006a36;
}
.fl-service-callout__separator {
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
}
.fl-service-callout.pb-0 {
  padding-bottom: 0;
}
.fl-service-callout.no-gradient .fl-service-callout__gradient {
  display: none;
}

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

.fl-services__item h4 {
  color: #72226d;
}
.fl-services__item img {
  height: 66px;
}

.fl-text-editor--bg-contrast {
  background: #eee;
}
.fl-text-editor__heading::after {
  content: "";
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
  width: 10rem;
  height: 0.5rem;
  margin: 1.5rem 0;
  display: block;
}
.fl-text-editor__heading.text-center::after {
  margin: 1.5rem auto;
}
.fl-text-editor__heading.has-subheading::before {
  content: "";
  background: linear-gradient(to right, #72226d 0%, #421540 100%);
  width: 10rem;
  height: 0.5rem;
  margin: 1.5rem 0;
  display: block;
}
.fl-text-editor__heading.has-subheading::after {
  content: none;
}
.fl-text-editor__heading.has-subheading.text-center::before {
  margin: 1.5rem auto;
}
.fl-text-editor .fl-subheading--alt {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #006a36;
}
.fl-text-editor .grid-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.fl-testimonial-carousel * {
  color: #191919 !important;
}
.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: 38px;
  fill: #e09f25;
}
.fl-testimonial-carousel .slider-control {
  left: 0;
}
.fl-testimonial-carousel .slick-dots li.slick-active button:before {
  color: #e09f25;
}
.fl-testimonial-carousel .slick-prev:before,
.fl-testimonial-carousel .slick-next:before {
  color: #006a36;
  opacity: 1;
}

@media (max-width: 1024px) {
  .fl-testimonial-carousel__item {
    padding: 5rem 6rem;
  }
}
@media (max-width: 768px) {
  .slick-prev {
    left: 11%;
  }
  .slick-next {
    right: 11%;
  }
}
@media (max-width: 480px) {
  .slick-prev {
    left: 19%;
  }
  .slick-next {
    right: 19%;
  }
}
.fl-ty__content .button {
  color: #fff !important;
}
.fl-ty__content .button--deeplawn {
  background: #191919;
}
.fl-ty__content .button--deeplawn:hover {
  background: #001e0f;
}

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

.gq-cancel-form-wrap {
  background: #006a36;
}
.gq-cancel-form-wrap ::placeholder {
  color: #191919;
  opacity: 0.75;
}
.gq-cancel-form-wrap .gform_button {
  background: #72226d;
  color: #fff;
}
.gq-cancel-form-wrap .gform_button:hover {
  background: #191919;
}