/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
:root {
  --color-primary: #0052a1;
  --color-accent: #ffd300;
}

:root {
  --display-font: "agenda-one", sans-serif;
  --body-font: "agenda-one", sans-serif;
  --color-gray: #999;
  --color-light: #fff;
  --color-light2: #FFFAF4;
  --color-light3: #F2F6F2;
  --color-dark: #2C2C2C;
  --text-color: #595959;
  --color-primary: #0052a1;
  --color-secondary: #4d9c22;
  --header-bg-color: #fff;
  --header-text-color: #666;
  --header-aux-bg: #111;
  --header-aux-color: #fff;
  --body-bg-color: #fff;
  --body-bg-color-secondary: #FFFAF4;
  --body-bg-color-accent: #F2F6F2;
  --body-bg-color-dark: #111;
  --body-bg-color-darkest: #000;
  --btn-primary-bg-color: var(--color-primary, #0052a1);
  --btn-primary-color: #fff;
  --btn-border-radius: 4px;
  --btn-call-color: #fff;
  --btn-call-bg: #4d9c22;
  --btn-quote-color: #fff;
  --btn-quote-bg: #0052a1;
  --reviews-bar-bg: #0052a1;
  --reviews-grid-bg: #FFFAF4;
  --reviews-grid-item-bg: #fff;
  --banner-gradient-1: rgba(255, 217, 152, .59);
  --banner-gradient-2: rgba(255, 155, 89, .39);
  --banner-color: #111;
  --cards-heading-color: #fff;
  --cards-bg-color: #0052a1;
  --cards-btn-primary-color: #fff;
  --cards-btn-primary-bg: #0052a1;
  --cards-btn-secondary-color: #111;
  --cards-btn-secondary-bg: #fff;
  --tab-cards-btn-color: #111;
  --tab-cards-btn-bg: #fff;
  --tab-cards-btn-active-color: #fff;
  --tab-cards-btn-active-bg: #111;
  --steps-bg: #F2F6F2;
  --steps-circle-bg: #0052a1;
  --locations-bg: #FFFAF4;
  --locations-icon-color: var(--color-dark);
  --locations-heading-color: var(--color-dark);
  --media-text-border-color: #0052a1;
  --field-borders: #CBCBCB;
  --quote-body-bg: #FFFAF4;
  --gp-stars-color: #4d9c22;
}

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

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

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

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

h1, h2 {
  color: #0052a1;
}

a {
  text-decoration: underline;
}

/*-----Forms-----*/
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "agenda-one", 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 .fl-form-consent {
  font-size: 1rem;
}
.gform_wrapper .gform_footer .button {
  font-family: "agenda-one", sans-serif;
}

.fl-search__wrap {
  background-color: #0052a1;
}
.fl-search__heading {
  color: #fff;
}
.fl-search__form * {
  font-family: "agenda-one", sans-serif !important;
}
.fl-search__submit {
  background-color: #0052a1;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(30, 30, 30, 0.25);
}
.fl-search__submit:hover {
  background-color: #4d9c22;
}

.button, .button.gform_submit {
  padding: 0.8rem 1.6rem;
  color: #fff;
  background-color: #0052a1;
  border-radius: 0;
  border: solid #0052a1 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: #002b55;
  border: solid #0052a1 0;
}
.button.button--alt, .button.gform_submit.button--alt {
  background: #ffd300;
  color: #111;
}
.button.button--alt:hover, .button.gform_submit.button--alt:hover {
  background: #111;
  color: #fff;
}
.button.button--dark, .button.gform_submit.button--dark {
  background: #002b55;
  background: #FFFAF4;
  color: #111;
}
.button.button--dark:hover, .button.gform_submit.button--dark:hover {
  background: #111;
  color: #fff;
}

.fl-location__year {
  color: #0052a1;
}
.fl-location__icon svg * {
  fill: #0052a1;
}
.fl-location__details h3 {
  color: #0052a1;
}
@media (min-width: 769px) {
  .fl-location__areas-served--many .fl-list li {
    margin-right: 2rem;
  }
}
.fl-location__form h3 {
  color: #0052a1;
}
.fl-location__form .gform_button {
  background: #0052a1 !important;
  place-self: start;
}
html {
  scroll-padding: var(--header-height);
}

body > header {
  z-index: 50;
  background-color: #fff;
}
body > header__alert {
  background-color: #eee;
}
body > header nav .menu li a, body > header nav .menu li .fl-header__not-a-link {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
body > header nav .menu li a:hover, body > header nav .menu li .fl-header__not-a-link:hover {
  color: #0052a1;
  text-decoration: none;
}
body > header nav .menu li .sub-menu {
  background-color: #fff;
}
body > header nav .menu li .sub-menu li {
  line-height: 1.15;
}
body > header nav .menu li .sub-menu li a {
  font-size: 1.5rem;
  color: #111;
}
body > header nav .menu li .sub-menu li a:hover {
  color: #0052a1;
}
body > header__aux {
  padding: 0.75rem 0;
  background: #0052a1;
}
body > header__aux a {
  background-color: #ffd300;
  color: #111;
  line-height: 1;
  font-size: 1.4rem;
}
body > header__aux a:hover {
  background: #4d9c22;
  color: #fff;
}
body > header__aux svg * {
  fill: #000;
}
body > header__toggle span {
  background-color: #000;
}
@media (min-width: 1361px) {
  body > header__locations:hover ul {
    column-count: 2;
    min-width: 300px;
    transform: translateX(-25%);
  }
}
@media (min-width: 1025px) {
  body > header__inner {
    padding: 1rem;
  }
  body > header__logo {
    height: 8rem;
  }
  body > header__shim {
    height: var(--header-height);
  }
}
@media (max-width: 1360px) {
  body > header__nav {
    top: var(--header-height);
  }
}
@media (max-width: 1024px) {
  body > header__inner {
    padding: 1rem;
  }
  body > header__logo {
    height: 5rem;
  }
  body > header__aux .site-container {
    justify-content: space-between;
  }
  body > header__nav {
    top: var(--header-height);
    min-height: calc(100vh - var(--header-height));
  }
  body > header__nav .menu li a {
    color: #111;
  }
  body > header__nav .menu li a:hover {
    color: #0052a1;
  }
  body > header__nav .menu li .sub-menu li a {
    color: #111;
  }
  body > header__nav .menu li .sub-menu li a:hover {
    color: #111;
  }
  body > header__shim {
    height: var(--header-height);
  }
}
@media (max-width: 480px) {
  body > header__shim {
    height: var(--header-height);
  }
  body > header__aux {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #111;
  }
  body > header__aux .site-container {
    justify-content: center;
  }
  body > header__nav {
    top: var(--header-height);
  }
  body > header__phone-cta {
    gap: 10px;
  }
  body > header__phone-cta a {
    color: #111;
  }
  body > header__ctas a {
    padding: 0.75rem 1rem;
  }
  body > header__phone-button {
    font-size: 1.2rem !important;
  }
}

footer nav a {
  text-decoration: none;
}
footer nav a:hover {
  text-decoration: none;
  color: var(--color-secondary);
}

.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #0052a1 0%, #002b55 100%);
}
.fl-blog__item-link {
  aspect-ratio: 5/4;
}
.fl-blog__categories {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.fl-blog h3 {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.35;
}

@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: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion__item {
  background-color: #FFFAF4;
  padding: 2rem;
}
.fl-accordion__item.is-active .fl-accordion__close {
  top: 20px;
}
.fl-accordion h3 {
  color: inherit;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
}

.fl-contact .col__form {
  background: #0052a1;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #0052a1;
  color: #fff;
}
.fl-content-list__heading {
  color: #0052a1;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "agenda-one", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #0052a1;
  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 #FFFAF4;
}

.fl-cta {
  color: #fff;
}
.fl-cta h2 {
  color: #fff;
}
.fl-cta .button {
  background-color: #ffd300;
  color: #111;
}
.fl-cta .button:hover {
  background-color: #4d9c22;
  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, #0052a1 0%, #4d9c22 100%);
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #0052a1;
}

.fl-double-callout.no-top-padding {
  padding-top: 0;
}
@media (min-width: 1025px) {
  .fl-double-callout.extra-bottom-padding {
    padding-bottom: 10rem;
  }
}

.fl-featured-posts h3 {
  font-weight: 700;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  color: #111;
}
.fl-featured-posts__inner {
  padding: 2rem 2rem 3rem;
  background: #0052a1;
  color: #fff;
}
.fl-featured-posts .fl-blog__date, .fl-featured-posts b {
  color: #FFFAF4;
}
.fl-featured-posts__top {
  aspect-ratio: 5/4;
}
.fl-featured-posts__bottom {
  background: #FFFAF4;
}

.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  background-color: #ffd300 !important;
  color: #111 !important;
}
.fl-hero__form .gform_wrapper .gform_button:hover {
  background-color: #ffd300 !important;
  color: #fff !important;
}
.fl-hero__form .fl-hero__se-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
}
.fl-hero__form .fl-hero__se-wrap .button {
  cursor: pointer;
  text-align: center;
  padding: 1rem 1.5rem;
}
.fl-hero__offer {
  background: rgba(255, 255, 255, 0.82);
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(0, 82, 161, 0.8);
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, rgba(255, 211, 0, 0.5) 0%, #ffd300 100%);
}
.fl-hero__cta {
  background: #0052a1;
}
.fl-hero__cta--phone .fl-hero__icon {
  background: #4d9c22;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #003d78;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - var(--header-height));
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - var(--header-height));
  }
}
@media (max-width: 480px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - var(--header-height));
  }
}

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

.fl-icons-content--photos .fl-icons-content__item {
  gap: 0;
}
.fl-icons-content--photos .fl-icons-content__bottom {
  padding: 2rem 3rem 3rem;
}

.fl-image-content__buttons a.button:nth-of-type(2) {
  background: #ffd300;
  color: #111;
}
.fl-image-content__buttons a.button:nth-of-type(2):hover {
  background: #002b55;
  color: #fff;
}

.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "agenda-one", 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 #FFFAF4;
}
.fl-locations--bg-contrast {
  background: #FFFAF4;
}
.fl-locations .fl-locations__item svg, .fl-locations .fl-locations__item svg * {
  fill: #0052a1;
}

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

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

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

.fl-ty__step.complete h4 {
  color: #0052a1;
}
.fl-ty__step.complete .fl-ty__icon span {
  background: #fff;
  border-color: #0052a1;
}
.fl-ty__step.complete svg {
  fill: #0052a1;
}

.review-section .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.review-section .col-lg-4 > div {
  background: #FFFAF4;
  padding: 3rem 3rem 0;
}
.review-section .bt-testimonial-grid-title {
  color: #0052a1;
  margin-bottom: 1rem;
}
.review-section .bt-testimonial-address {
  color: #777;
}
.review-section .bt-rattings .fa-star {
  color: goldenrod;
}
.review-section .bt-avater-circle {
  text-align: center;
}
.review-section .bt-avater-circle img {
  max-height: 8rem;
  margin-inline: auto;
  transform: translateY(25%);
}

.morecontent span {
  display: none;
}

@media (min-width: 1025px) {
  .home .fl-hero__form {
    margin-top: 6rem;
    padding: 3rem 5rem 4rem;
  }
}
@media (max-width: 1024px) {
  .review-section .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .review-section .row {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=style.css.map*/