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

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

body {
  font-family: "elza-text", sans-serif;
  font-weight: 400;
  color: #393931;
}

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

h1 {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0E3974;
}

h2 {
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #0E3974;
}

.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
  padding: 0.5em;
  background: #e8e8e8;
  font-size: 14px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  body {
    font-size: 1.7rem;
  }
}
/*-----Forms-----*/
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "elza-text", sans-serif !important;
  display: block !important;
  padding: 1rem !important;
  width: 100% !important;
  border-radius: 0 !important;
  border: 0 solid #393931;
  margin: 0 !important;
  box-shadow: none !important;
  color: #393931;
}

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

.button,
.button.gform_submit,
.button.gform_button {
  padding: 0.8rem 2rem 0.6rem;
  color: #fff;
  background-color: #0E3974;
  border-radius: 0;
  border: solid #0E3974 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  letter-spacing: 0.3rem;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
.button.gform_submit:hover,
.button.gform_button:hover {
  color: #fff;
  background-color: #061730;
  border: solid #0E3974 0;
}

.button.gform_button:hover {
  color: #ff9d10 !important;
  background-color: #fff !important;
}

.fl-location__year {
  color: #0E3974;
}

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

.fl-header {
  z-index: 50;
  background-color: #fff;
}
.fl-header__alert {
  background-color: #eee;
}
.fl-header__call-cta {
  color: #fff;
  line-height: 1;
}
.fl-header__ctas span {
  color: #fff;
}
.fl-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fl-header__nav .menu {
  column-gap: 0.5rem;
}
.fl-header__nav .menu li a, .fl-header__nav .menu li .fl-header__not-a-link {
  color: #0E3974;
  font-size: 2.1rem;
  font-family: "din-condensed", sans-serif;
  padding: 0.9rem;
}
.fl-header__nav .menu li a:hover, .fl-header__nav .menu li .fl-header__not-a-link:hover {
  color: #ff9d10;
}
.fl-header__nav .menu li .sub-menu {
  background-color: #fff;
}
.fl-header__nav .menu li .sub-menu li a {
  text-transform: initial;
  font-size: 1.9rem;
  color: #393931;
  padding-inline: 1rem;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  color: #ff9d10;
}
.fl-header__aux {
  padding: 0.8rem 0 0.7rem;
  background: #0E3974;
}
.fl-header__aux a {
  color: #fff;
  line-height: 1;
  font-size: 1.4rem;
}
.fl-header__aux svg * {
  fill: #fff;
  height: 13px;
  top: calc(50% - 7px);
}
.fl-header__toggle span {
  background-color: #0E3974;
}
@media (min-width: 1025px) {
  .fl-header__inner {
    padding: 1rem 2rem;
  }
  .fl-header__logo {
    height: 8rem;
  }
  .fl-header__shim {
    height: 139px;
  }
}
@media (min-width: 1200px) and (max-width: 1260px) {
  .fl-header__nav .menu li a, .fl-header__nav .menu li .fl-header__not-a-link {
    font-size: 1.9rem;
  }
}
@media (max-width: 1024px) {
  .fl-header__inner {
    padding: 0.75rem 2rem;
  }
  .fl-header__logo {
    height: 5rem;
  }
  .fl-header .fl-header__aux {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .fl-header .fl-header__aux .site-container {
    justify-content: space-between;
  }
}
@media (max-width: 1024px) and (min-width: 481px) {
  .fl-header .fl-header__aux .site-container span > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-header__nav {
    top: 99px;
    min-height: calc(100vh - 99px);
  }
  .fl-header__nav .menu {
    padding: 1rem 0;
  }
  .fl-header__nav .menu li a {
    color: #0E3974;
  }
  .fl-header__nav .menu li a:hover {
    color: #ff9d10;
  }
  .fl-header__nav .menu li .sub-menu li a {
    color: #393931;
  }
  .fl-header__nav .menu li .sub-menu li a:hover {
    color: #ff9d10;
  }
  .fl-header__shim {
    height: 99px;
  }
}
@media (max-width: 480px) {
  .fl-header__nav {
    top: 65px;
    min-height: calc(100vh - 65px);
  }
  .fl-header__shim {
    height: 65px;
  }
  .fl-header__aux {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #111;
    color: #fff;
  }
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__ctas a {
    background: #fff;
    color: #0E3974;
  }
  .fl-header__ctas a svg {
    transform: translateY(-2px);
  }
  .fl-header__ctas a svg, .fl-header__ctas a svg * {
    fill: #ff9d10;
  }
}

.fl-footer {
  background-color: #fff;
  padding: 3rem 0 0;
  border-top: 4px solid #0E3974;
}
.fl-footer * {
  color: #393931;
}
.fl-footer__grid {
  display: grid;
  gap: 3rem;
}
.fl-footer__top {
  padding-bottom: 2rem;
}
.fl-footer__bottom {
  border-top: 1px solid #666;
  padding: 10px 0;
  font-size: 14px;
}
.fl-footer__bottom p {
  margin: 0;
}
.fl-footer .fl-list--icons li {
  margin: 10px 0;
}
.fl-footer .fl-list--icons li p,
.fl-footer .fl-list--icons li a {
  display: flex;
  align-items: start;
  column-gap: 1rem;
  margin: 0;
}
.fl-footer .fl-list--icons li p svg,
.fl-footer .fl-list--icons li a svg {
  width: 20px;
}
.fl-footer .fl-list--icons li p svg path,
.fl-footer .fl-list--icons li a svg path {
  fill: #0E3974;
}
.fl-footer__social svg {
  fill: #0E3974;
}
.fl-footer__social a:hover svg {
  fill: #ff9d10 !important;
  color: #ff9d10 !important;
}

@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;
  }
  .fl-footer__logo {
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .fl-footer__logo {
    height: 6rem;
  }
}
@media (max-width: 480px) {
  .fl-footer {
    padding-bottom: 5rem;
  }
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #0E3974 0%, #061730 100%);
}
.fl-blog__categories a {
  color: #ff9d10;
  text-transform: capitalize;
}

@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: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__grid {
    gap: 3rem;
  }
}
.fl-accordion {
  display: grid;
  row-gap: 1rem;
}
.fl-accordion__item {
  background-color: #eee;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fl-accordion__thumb {
  color: #393931;
  font-size: 1.8rem;
  font-weight: 700;
}
.fl-accordion h3 {
  color: #0E3974;
}
@media (min-width: 1025px) {
  .fl-accordion {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
  }
}

.fl-contact .col__form {
  background: #0E3974;
}
.fl-contact .col__form h3 {
  color: #fff;
}
.fl-contact .col__form p {
  color: #fff;
}
.fl-contact .col__form input[type=submit] {
  background-color: #0E3974;
  color: #fff;
}
.fl-content-list__heading {
  color: #0E3974;
}
.fl-content-list__list ul {
  font-size: 2rem;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
}
.fl-content-list__list ul ::marker {
  color: #0E3974;
  font-size: 3.2rem;
  font-weight: 700;
}
.fl-content-list__list ul li {
  gap: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #eee;
}
.fl-content-list__list ul li img {
  height: 20px;
}
.fl-content-list__list span {
  display: inline-block;
  padding: 1rem 0;
}

.fl-cta {
  color: #fff;
}
.fl-cta .button {
  background-color: #ff9d10;
  color: #fff;
}
.fl-cta .button:hover {
  background-color: #dc8200;
  color: #fff;
}
.fl-cta--has-bg {
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(14, 57, 116, 0.8);
  box-shadow: inset 1px 1px 1px 9999px rgba(14, 57, 116, 0.8);
}
.fl-cta--has-bg h2 {
  color: #ff9d10;
}
.fl-cta--has-gradient {
  background: linear-gradient(to right, #0E3974 0%, #051d3e 100%);
}
.fl-cta--has-gradient h2 {
  color: #ff9d10;
}
.fl-cta:not(.fl-cta--has-bg-image) {
  background-color: #0E3974;
}

.fl-featured-posts .button {
  background: #ff9d10;
  color: #fff;
}
.fl-featured-posts .button:hover {
  background: #fff;
  color: #0E3974;
}

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

.fl-hero__form .gform_wrapper ::placeholder {
  font-size: 1.2rem;
}
.fl-hero__form .gform_wrapper .gform_button {
  place-self: center;
  align-self: center !important;
  background-color: #ff9d10;
}
.fl-hero__cta {
  background: #0E3974;
  color: #fff;
  border-color: #fff;
  font-family: "din-condensed", sans-serif;
}
.fl-hero__cta .fl-hero__icon {
  border-color: #fff;
}
.fl-hero__cta--phone .fl-hero__icon {
  background: #ff9d10;
}
.fl-hero__cta:hover .fl-hero__icon {
  background: #092346;
}
.fl-hero__flyout, .fl-hero .flyout-inner {
  min-height: calc(100vh - 139px);
  background: #fff;
}
@media (max-width: 1360px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 99px);
  }
}
@media (max-width: 480px) {
  .fl-hero__flyout, .fl-hero .flyout-inner {
    min-height: calc(100vh - 99px);
  }
}
.fl-hero--content-bg {
  padding: 3rem;
}
.fl-hero--content-bg .fl-hero__content {
  background: rgba(14, 57, 116, 0.8);
  padding: 3rem;
}
.fl-hero hr {
  background: linear-gradient(to right, #11448b 0%, #1e71e4 100%);
}

@media (min-width: 1025px) {
  .fl-hero--content-bg {
    padding: 5rem;
  }
  .fl-hero--content-bg .fl-hero__content {
    padding: 5rem;
  }
}
@media (max-width: 480px) {
  .fl-hero__offer {
    padding: 2rem;
  }
  .fl-hero__offer p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .fl-review__content {
    font-size: 1.6rem;
  }
}
.fl-split-hero__form {
  background: #0E3974;
}
.fl-split-hero__content h3 {
  color: #0E3974;
}
.fl-split-hero__bottom {
  background-color: #eee;
}

.fl-icons-content--white .fl-icons-content__item {
  background: #fff;
}
.fl-icons-content__heading {
  margin-bottom: 4rem;
}
.fl-icons-content--primary .fl-icons-content__item {
  background: #0E3974;
}
.fl-icons-content--primary .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--primary .fl-icons-content__item .button {
  background-color: #ff9d10;
  color: #fff;
}
.fl-icons-content--primary .fl-icons-content__item .button:hover {
  background-color: #fff;
  color: #ff9d10;
}

@media (max-width: 768px) {
  .fl-icons-content__heading {
    margin-bottom: 3rem;
  }
}
.fl-list-section__list {
  font-size: 2.2rem;
  font-family: "din-condensed", 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-service-steps.circle .fl-service-steps__item {
  background-color: #0E3974;
}
.fl-service-steps.circle .fl-service-steps__item * {
  color: #fff;
}
.fl-service-steps.circle .fl-service-steps__number {
  border-color: #fff;
}
.fl-service-steps.accent .fl-service-steps__line {
  background: linear-gradient(to bottom, #0E3974 0%, #061730 100%);
}
.fl-service-steps.accent .fl-service-steps__innerwrap {
  color: #0E3974;
}

.fl-services__item h3 {
  color: #0E3974;
}
.fl-services__item h4 {
  color: #0E3974;
}

.fl-text-editor--bg-contrast {
  background: #0E3974;
  color: #fff;
}
.fl-text-editor--bg-contrast h2 {
  color: #ff9d10;
}

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

.gi-refer-friend .gform_wrapper .gform_footer .button.gform_button {
  background: #ff9d10;
  color: #0E3974;
}
.gi-refer-friend .gform_wrapper .gform_footer .button.gform_button:hover {
  background: #fff;
}

.fl-ty__content .button--deeplawn {
  background: #ff9d10;
}
.fl-ty__content .button--deeplawn:hover {
  background: #393931;
}

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

.gi-cancel-form-wrap ::placeholder {
  color: #393931 !important;
  opacity: 0.75 !important;
}
.gi-cancel-form-wrap .gform_button {
  background: #ff9d10;
  color: #fff;
}
.gi-cancel-form-wrap .gform_button:hover {
  background: #393931;
}