:root {
  --color-primary: #007270;
  --color-accent: #fff;
}

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

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

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

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

/*-----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 #333;
  margin: 0 !important;
  box-shadow: none !important;
  color: #333;
}
.gform_wrapper textarea::placeholder, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  font-size: 1.5rem;
  color: #999;
}
.gform_wrapper .button {
  font-family: "soleil", sans-serif !important;
}

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

.button, .button.gform_submit {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #007270;
  border-radius: 0;
  border: solid #007270 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: rgb(0, 37.5, 36.8421052632);
  border: solid #007270 0;
}

.fl-location__year {
  color: #007270;
}
.fl-location__form {
  background: #007270;
  color: #fff;
}
.fl-location__form form .gform_button {
  background-color: #fff;
  color: #007270;
}
.fl-location__form form .gform_button:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header.nav-open .fl-header__nav {
  top: 0;
}
@media (max-width: 1360px) {
  .fl-header.nav-open .fl-header__nav {
    padding-top: 155px;
  }
}
.fl-header.nav-open .fl-header__logo {
  position: relative;
  z-index: 2;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__not-a-link {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.fl-header__nav .menu {
  column-gap: 1.5rem;
}
.fl-header__nav .menu li a {
  cursor: pointer;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.fl-header__nav .menu li a:hover {
  color: #007270;
}
.fl-header__nav .menu li.nav-button a {
  padding: 0.8rem 2rem;
  background-color: #003f7f;
  font-weight: 400;
  color: #fff;
}
.fl-header__nav .menu li.nav-button a:hover {
  background-color: #007270;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #007270;
}
.fl-header__nav .menu li .sub-menu li a {
  font-size: 1.6rem;
  color: #fff;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #cccccc;
}
.fl-header__nav .menu li .sub-menu li .sub-menu {
  display: none;
}
.fl-header__nav .menu li .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
  left: 100%;
  top: -1.4rem;
  background-color: #003f7f;
}
.fl-header__nav .menu li .sub-menu li.menu-item-has-children:hover .sub-menu li a {
  font-size: 14px;
}
.fl-header__nav .menu li--aux a {
  color: #fff;
}
.fl-header__aux {
  padding: 0.5rem 0;
  background: #007270;
  color: #fff;
}
.fl-header__aux a {
  color: #fff;
  line-height: 2rem;
  font-size: 1.3rem;
}
.fl-header__aux svg * {
  fill: #fff;
}
.fl-header__aux__wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.fl-header__toggle span {
  background-color: #000;
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__shim {
    height: 140px;
  }
}
@media (max-width: 1199px) {
  .fl-header__nav {
    overflow: auto;
    height: 100%;
  }
  .fl-header__nav .menu li.mobile-only {
    display: block;
  }
  .fl-header__nav .menu li.active .menu-item-has-children:hover .sub-menu {
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    background-color: #007270 !important;
  }
  .fl-header__nav .menu li.active .menu-item-has-children .sub-menu {
    position: relative;
    margin-top: 0.5rem;
    left: 0;
    background-color: #007270;
    padding-left: 2rem;
    padding-bottom: 0;
    border-bottom: none !important;
  }
  .fl-header__nav .menu li.active .menu-item-has-children .sub-menu li {
    padding-bottom: 0.6rem;
  }
  .fl-header__nav .menu li.active .menu-item-has-children .sub-menu li a {
    font-size: 14px !important;
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 1rem;
  }
  .fl-header__logo {
    height: 6rem;
  }
  .fl-header__aux .site-container {
    justify-content: space-between;
  }
  .fl-header__nav {
    top: 120px;
    min-height: calc(100vh - 120px);
  }
  .fl-header__nav .menu li a {
    color: #333;
  }
  .fl-header__nav .menu li a:hover {
    color: #007270;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #fff;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #fff;
  }
  .fl-header__shim {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .fl-header__shim {
    height: 80px;
  }
  .fl-header__aux {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    color: #007270;
  }
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__ctas a {
    background: #333;
    color: #fff;
  }
  .fl-header__ctas a svg, .fl-header__ctas a svg * {
    fill: #007270;
  }
}

body > footer .brand .logo {
  max-width: none;
  max-height: 8rem;
  filter: brightness(0) invert(1);
}
body > footer nav li {
  margin-bottom: 1rem;
}
body > footer nav a {
  text-decoration: underline;
  font-size: 16px;
}
body > footer nav a:hover {
  text-decoration: none;
}
body > footer .below-fold {
  font-size: 1.3rem;
}

.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #007270 0%, rgb(0, 37.5, 36.8421052632) 100%);
}
@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(3, 1fr);
    gap: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion__item {
  background-color: #003f7f;
  padding: 1.5rem;
}
.fl-accordion h3 {
  color: inherit;
}

.fl-contact .col__form {
  background: #007270;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #fff;
  color: #333;
  align-self: center !important;
}
.fl-contact .col__form input[type=submit]:hover {
  background-color: #eee;
}

.fl-content-list__heading {
  color: #007270;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "soleil", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #007270;
  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: 10px;
}
.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: #007270;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: #fff;
  color: #007270;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(51, 51, 51, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(51, 51, 51, 0.8);
}
.fl-cta--has-gradient {
  background: linear-gradient(to right, #007270 0%, #007270 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #007270;
}

.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  background-color: #007270;
}
.fl-hero__form .gform_wrapper .gform_button:hover {
  background-color: rgb(0, 37.5, 36.8421052632);
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(0, 114, 112, 0.8);
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, rgb(165.75, 165.75, 165.75) 0%, rgb(216.75, 216.75, 216.75) 100%);
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 140px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 120px);
  }
}
.fl-hero__cta--phone .fl-hero__icon {
  background-color: #003f7f;
}
.fl-hero__cta--phone .fl-hero__icon:hover {
  background-color: #007270;
}
.fl-hero__cta .fl-hero__icon:hover {
  background-color: #007270;
}

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

.fl-icons-content--primary .fl-icons-content__item {
  background: #007270;
}
.fl-icons-content--primary .button {
  background-color: #fff;
  color: #333;
}
.fl-icons-content--primary .button:hover {
  background-color: #cccccc;
}
.fl-icons-content--transparent .fl-icons-content__item {
  box-shadow: 5px 15px 15px 0 rgba(0, 0, 0, 0.15);
}

.fl-image-content--contain .fl-image-content__image img {
  object-fit: contain;
}

.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-logo-grid__logo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
}
.fl-logo-grid__logo-grid img {
  width: 100%;
}
@media (max-width: 1024px) {
  .fl-logo-grid__logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .fl-logo-grid__logo-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.fl-locations--bg-contrast {
  background: #eee;
}
.fl-locations__item:hover h4 {
  color: #007270;
}

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

.fl-text-editor--bg-contrast {
  background: #eee;
}
.fl-text-editor p:last-of-type {
  margin-bottom: 0;
}
.fl-text-editor .fl-button-wrapper {
  justify-content: center;
}
.fl-text-editor iframe {
  width: 100%;
}

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

.fl-ty__content .button--deeplawn {
  background: #333;
}
.fl-ty__content .button--deeplawn:hover {
  background: #007270;
}

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

.ee-cancel-form-wrap {
  background: #007270;
}
.ee-cancel-form-wrap ::placeholder {
  color: #000 !important;
  opacity: 0.75 !important;
}
.ee-cancel-form-wrap .gform_button {
  background: #003f7f;
}
.ee-cancel-form-wrap .gform_button:hover {
  background: #fff;
  color: #007270;
}