@charset "UTF-8";
.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  transform: translateY(-50%);
  padding: 30px;
  background: rgba(0, 0, 0, 0.9);
  max-width: 600px;
  z-index: 15;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: #264361;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #777;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #264361;
  opacity: 0.75;
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
}

.object-fit-contain img {
  object-fit: contain !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-portrait-up {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hide-tablet-up {
    display: none !important;
  }
}
@media (min-width: 1361px) {
  .hide-laptop-up {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-tablet-down {
    display: none !important;
  }
}
.last {
  margin-right: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.site-container {
  max-width: 1300px;
  margin: auto;
}
@media (max-width: 1360px) {
  .site-container {
    padding-inline: 2rem;
  }
}
@media (max-width: 480px) {
  .site-container {
    padding-inline: 2rem;
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}
.site-container--x-narrow {
  max-width: 600px;
}

.fl-section {
  padding: 8rem 0;
}
.fl-section.no-top-padding {
  padding-top: 0;
}
.fl-section.light-top-padding {
  padding-top: 5rem;
}
.fl-section.lots-of-top-padding {
  padding: 10rem 0;
}
.fl-section.no-bottom-padding {
  padding-bottom: 0;
}
.fl-section.light-bottom-padding {
  padding-bottom: 5rem;
}
.fl-section.lots-of-bottom-padding {
  padding-bottom: 10rem;
}

@media (max-width: 1024px) {
  .fl-section {
    padding: 4rem 0;
  }
  .fl-section.light-top-padding {
    padding-top: 3rem;
  }
  .fl-section.lots-of-top-padding {
    padding: 5rem 0;
  }
  .fl-section.light-bottom-padding {
    padding-bottom: 3rem;
  }
  .fl-section.lots-of-bottom-padding {
    padding-bottom: 5rem;
  }
  .no-top-padding-mobile {
    padding-top: 0;
  }
  .no-bottom-padding-mobile {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .fl-section {
    padding: 3rem 0;
  }
  .fl-section.light-bottom-padding {
    padding-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .fl-section {
    padding: 2rem 0;
  }
  .fl-section.light-bottom-padding {
    padding-bottom: 2rem;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: "articulat-cf", sans-serif;
}

img, a > svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.button--primary {
  padding: 0.625rem 1.5rem;
  background-color: #4B85C4;
  border: 1px solid #4B85C4;
  transition: all 0.35s ease;
  color: #fff;
}
.button--primary:hover {
  background-color: #8FB2D8;
  border: 1px solid #8FB2D8;
  transition: all 0.35s ease;
  color: #264361;
}
.button--secondary {
  padding: 0.625rem 1.5rem;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.35s ease;
  color: #fff;
}
.button--secondary:hover {
  background-color: #8FB2D8;
  border: 1px solid #8FB2D8;
  transition: all 0.35s ease;
  color: #264361;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

h1, h2, h3 {
  line-height: 1.25;
  font-family: "freight-big-pro", serif;
}

h1 {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family: "freight-big-pro", serif;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.55;
}
p.xl {
  font-size: 1.25rem;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  margin: 3rem 0;
  padding: 3rem;
  background: #E0E3E6;
  font-size: 1.9rem;
}
blockquote * {
  margin: 0;
}

.fl-list--unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

@media (min-width: 769px) {
  .fl-list--two-column {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper.gravity-theme .gform_fields, .gform_wrapper.gform-theme .gform_fields {
  grid-column-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container--name, .gform_wrapper.gform-theme .gform_fields .ginput_container--name {
  column-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_container_address span,
.gform_wrapper.gravity-theme .gform_fields .ginput_full:not(:last-of-type), .gform_wrapper.gform-theme .gform_fields .ginput_container_address span,
.gform_wrapper.gform-theme .gform_fields .ginput_full:not(:last-of-type) {
  margin-bottom: 0 !important;
  flex-basis: calc(50% - 1rem) !important;
  flex-grow: 0;
  flex-shrink: 0;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_complex, .gform_wrapper.gform-theme .gform_fields .ginput_complex {
  column-gap: 2rem !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_complex .gf_clear_complex, .gform_wrapper.gform-theme .gform_fields .ginput_complex .gf_clear_complex {
  display: none !important;
}
.gform_wrapper.gravity-theme .gform_fields .ginput_complex span, .gform_wrapper.gform-theme .gform_fields .ginput_complex span {
  margin-bottom: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  display: block !important;
  padding: 1rem !important;
  width: 100% !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.gform_wrapper select {
  font-family: inherit !important;
}
.gform_wrapper .ginput_address_city,
.gform_wrapper .ginput_address_state,
.gform_wrapper .ginput_address_zip,
.gform_wrapper .ginput_address_country {
  inline-size: calc(50% - 10px) !important;
}
.gform_wrapper .gform-grid-col {
  padding-inline: 0 !important;
}
.gform_wrapper .gform-grid-row {
  row-gap: 2rem !important;
}
.gform_wrapper .gform_fields {
  row-gap: 2rem !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-address label, .gform_wrapper .gfield--type-address legend,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-email legend,
.gform_wrapper .gfield--type-name label,
.gform_wrapper .gfield--type-name legend,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-phone legend,
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-text legend,
.gform_wrapper .gfield--type-textarea label,
.gform_wrapper .gfield--type-textarea legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  flex-direction: column;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .button {
  margin-top: 2rem !important;
  -webkit-appearance: none !important;
  cursor: pointer;
  margin-bottom: 2rem !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_wrapper .fl-form-consent {
  font-size: 0.7rem;
  line-height: 1.3;
}
.gform_wrapper .fl-form-consent a {
  text-decoration: underline;
}

.gform_confirmation_message * {
  font: 400 4.5rem/4.3rem "articulat-cf", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #264361 !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
@media (max-width: 480px) {
  .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0rem !important;
  }
}
.fl-search__grid {
  display: flex;
}
.fl-search__field {
  -webkit-appearance: none;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-right: none;
  height: 40px;
  width: calc(100% - 110px);
  font-size: 1.8rem;
}
.fl-search__submit {
  border: none;
  font-size: 1.8rem;
  position: relative;
  width: 110px;
  height: 40px;
  line-height: 1;
}
.fl-search__submit:hover {
  cursor: pointer;
}

.error404 .fl-section {
  padding-top: 0;
}
.error404__hero {
  position: relative;
  z-index: -1;
  margin-bottom: 32px;
}
.error404__hero img {
  width: 100%;
  object-fit: cover;
  max-height: 52vh;
  border-radius: 0;
}
.error404__hero::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: top center;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}

.button, .gform_button.button {
  text-decoration: none !important;
  display: inline-block;
}
.fl-button-wrapper {
  display: flex;
  gap: 20px;
}
.fl-location__contact li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.fl-location__icon svg {
  width: 12px;
  position: relative;
  top: 1px;
}
.fl-location__icon.fl-location__pin svg {
  top: 2px;
  width: 10px;
  margin-right: 2px;
}
.fl-location__year {
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}
.fl-location__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.fl-location__areas-served ul {
  padding-left: 1.7rem;
}
.fl-location__areas-served--many ul {
  column-count: 2;
}
.fl-location__areas-served--many ul li {
  margin-right: 2rem;
}
.fl-location__services ul {
  padding-left: 1.7rem;
}
.fl-location__services a {
  text-decoration: underline;
}
.fl-location .fl-footer__social {
  justify-content: left;
}
.fl-location .site-container--flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
}
.fl-location h1 {
  margin-bottom: 1rem;
}
.fl-location__map {
  position: relative;
  height: 400px;
}
.fl-location__map .acf-map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fl-location__form {
  padding: 3rem;
}
.fl-location__form .gform_footer {
  justify-content: center;
  padding-bottom: 0 !important;
}

@media (min-width: 769px) {
  .fl-location__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  .fl-location__grid--max-areas .fl-location__areas-served {
    grid-column: 1/3;
  }
}
@media (min-width: 1025px) {
  .fl-location__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
  .fl-location__grid--max-areas {
    grid-template-columns: repeat(4, 1fr);
  }
  .fl-location__grid--max-areas .fl-location__areas-served {
    grid-column: 3/5;
  }
  .fl-location .site-container--flex {
    flex-direction: row;
    gap: 7.5rem;
  }
  .fl-location__contact {
    width: 45%;
  }
  .fl-location__map {
    width: 55%;
  }
  .fl-location__form {
    padding: 5rem;
    background: #E0E3E6;
  }
  .fl-location__form .gform_button {
    place-self: start;
  }
}
@media (max-width: 768px) {
  .fl-location__areas-served--many ul {
    column-count: 1;
  }
  .fl-location__areas-served--many ul li {
    margin-right: 0;
  }
}
.fl-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "articulat-cf", sans-serif;
  z-index: 10;
  transition: all 0.2s ease;
}
.fl-header.narrow {
  background-color: rgba(38, 67, 97, 0.975);
  transition: all 0.2s ease;
}
.fl-header.narrow .fl-header__inner {
  padding: 1rem;
  transition: all 0.2s ease;
}
.fl-header.narrow .fl-header__logo {
  max-width: 105px;
  transition: all 0.2s ease;
}
.fl-header__inner {
  padding: 2rem 0;
  transition: all 0.2s ease;
}
.fl-header__inner .site-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fl-header__nav .menu {
  display: flex;
  column-gap: 3.5rem;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 1250px) {
  .fl-header__nav .menu {
    column-gap: 1.75rem;
  }
}
.fl-header__nav .menu > li > a,
.fl-header__nav .menu > li .fl-header__not-a-link {
  color: #fff;
  padding-right: 0.5rem;
}
.fl-header__nav .menu > li.nav-button {
  padding: 0.625rem 1.5rem;
  border: 1px solid #fff;
  transition: all 0.35s ease;
}
.fl-header__nav .menu > li.nav-button a {
  transition: all 0.35s ease;
}
.fl-header__nav .menu > li.nav-button:hover {
  background-color: #8FB2D8;
  border: 1px solid #8FB2D8;
  transition: all 0.35s ease;
}
.fl-header__nav .menu > li.nav-button:hover a {
  color: #264361;
  transition: all 0.35s ease;
}
.fl-header__nav .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.fl-header__nav .menu li a {
  text-transform: capitalize;
  color: #fff;
  transition: all 0.1s ease;
}
.fl-header__nav .menu li a:hover {
  color: #B1C8E1;
  transition: all 0.3s ease;
}
.fl-header__nav .menu li svg {
  transition: all 0.3s ease;
}
.fl-header__nav .menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -7px;
  transform: translateY(20px);
  padding: 2rem;
  list-style: none;
  background-color: #264361;
  z-index: -10;
  min-width: 200px;
  transition: all 0.1s ease;
}
.fl-header__nav .menu li .sub-menu li {
  padding-bottom: 1rem;
}
.fl-header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
}
.fl-header__nav .menu li .sub-menu li a {
  line-height: 1.2;
  display: block;
}
.fl-header__nav .menu li .sub-menu li a:hover {
  text-decoration: none;
  color: #B1C8E1;
}
.fl-header__nav .menu li:hover svg {
  transition: all 0.4s ease;
  transform: rotate(180deg);
}
.fl-header__nav .menu li:hover svg * {
  fill: #B1C8E1;
}
.fl-header__nav .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(40px);
  transition: all 0.3s ease;
}
.fl-header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  height: 24px;
  width: 30px;
}
.fl-header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 15px;
  margin: 0.4rem 0;
  transition: all 0.2s ease;
  position: relative;
  background-color: #fff;
}
.fl-header__toggle span:first-of-type {
  margin-top: 0.2rem;
}
.fl-header #site-link {
  flex: none;
}
.fl-header a {
  text-decoration: none !important;
}
.fl-header.nav-open .fl-header__nav {
  top: 0;
}
.fl-header.nav-open .fl-header__logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .fl-header {
    overflow: hidden;
  }
  .fl-header__logo {
    max-width: 155px;
    transition: all 0.2s ease;
  }
  .fl-header__toggle {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .fl-header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
  }
  .fl-header__toggle.nav-open span:first-of-type {
    transform: rotate(45deg) translate(7px, 6px);
  }
  .fl-header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .fl-header__toggle.nav-open span:last-of-type {
    transform: rotate(-45deg) translate(-3px, 4px);
  }
  .fl-header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    left: 0;
    padding: 0;
    transition: all 0.2s ease-out;
    height: 100vh;
  }
  .fl-header__nav .menu {
    padding: 3rem 0;
    display: block;
    margin-inline: 1rem;
  }
  .fl-header__nav .menu li {
    padding-bottom: 1rem;
    display: block;
  }
  .fl-header__nav .menu li.nav-button {
    display: inline-flex;
    margin-left: 2rem;
  }
  .fl-header__nav .menu li.nav-button a {
    margin: 0;
    padding: 0;
  }
  .fl-header__nav .menu li a,
  .fl-header__nav .menu li .fl-header__not-a-link {
    min-width: 125px;
    padding-inline: 2rem;
    display: inline-block;
    margin-bottom: 0.8rem;
  }
  .fl-header__nav .menu li a:hover svg,
  .fl-header__nav .menu li .fl-header__not-a-link:hover svg {
    transform: none;
  }
  .fl-header__nav .menu li svg {
    position: absolute;
    right: 0;
    top: 3.5px;
    cursor: pointer;
    margin-right: 2rem;
    display: inline-block;
    fill: #264361 !important;
    transform: none;
    width: 24px;
    height: 24px;
  }
  .fl-header__nav .menu li svg * {
    transform-origin: center;
  }
  .fl-header__nav .menu li .sub-menu {
    position: relative;
    transform: translateX(0);
    width: 100%;
    margin-top: 0rem;
    display: none;
    top: 0;
    padding: 0 0 1rem 1rem;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    border-bottom: none;
    transition: none !important;
  }
  .fl-header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .fl-header__nav .menu li .sub-menu li a {
    font-size: 0.9rem;
    margin: 0;
  }
  .fl-header__nav .menu li:hover .sub-menu {
    display: none;
    transform: none !important;
  }
  .fl-header__nav .menu li:hover svg {
    transform: none !important;
  }
  .fl-header.nav-open .fl-header__nav {
    transform: translate(0, 0);
    transition: all 0.3s ease-out;
    background: #264361;
  }
  .fl-header.nav-open .fl-header__nav .menu {
    padding-top: 185px;
  }
}
@media (max-width: 768px) {
  .fl-header__aux .site-container {
    justify-content: center;
  }
  .fl-header__login {
    display: none;
  }
  .fl-header__ctas {
    justify-content: center;
  }
  .fl-header__ctas a,
  .fl-header__ctas span {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .fl-header .fl-header__aux {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .fl-header.narrow .fl-header__inner {
    padding: 1rem 0;
  }
  .fl-header .fl-header__nav .menu li a {
    padding-inline: 1rem;
  }
  .fl-header .fl-header__logo {
    max-width: 130px;
  }
  .fl-header .fl-header__toggle span {
    margin: 0.425rem 0;
  }
  .fl-header.nav-open .fl-header__nav .menu {
    padding-top: 155px;
  }
  .fl-header.nav-open .fl-header__toggle span:last-of-type {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .fl-header__ctas {
    gap: 1.5rem;
  }
  .fl-header__ctas a,
  .fl-header__ctas span {
    display: inline-block;
    font-size: 1.2rem;
  }
  .fl-header__ctas a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.fl-footer {
  background-color: #264361;
  padding: 3.5rem 0 5rem 0;
}
.fl-footer__logos {
  display: flex;
  justify-content: space-between;
}
.fl-footer__info {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.fl-footer__info .contact-social {
  display: flex;
  column-gap: 2.5rem;
}
.fl-footer__info .contact-social .contact {
  position: relative;
}
.fl-footer__info .contact-social .contact::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90%;
  right: 0;
  top: 50%;
  transform: translate(1.25rem, -50%);
  background-color: #fff;
}
.fl-footer__info .contact-social .phone,
.fl-footer__info .contact-social .address {
  display: flex;
  column-gap: 0.5rem;
}
.fl-footer__info .copy {
  align-self: flex-end;
}
.fl-footer__info a {
  transition: all 0.3s ease;
  text-decoration: none;
}
.fl-footer__info a:hover {
  text-decoration: none;
  color: #4B85C4;
  transition: all 0.3s ease;
}
.fl-footer__social {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.fl-footer__social li {
  display: block;
}
.fl-footer__social li a {
  display: block;
}
.fl-footer__social li a svg {
  width: 34px;
  height: auto;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  fill: #fff;
}
.fl-footer__social li a:hover svg {
  fill: #4B85C4;
}
@media (max-width: 768px) {
  .fl-footer {
    padding: 2.5rem 0 3.5rem 0;
  }
  .fl-footer__logos {
    flex-direction: column;
    align-self: center;
    row-gap: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
  }
  .fl-footer__logos * {
    text-align: center;
    max-width: 220px;
  }
  .fl-footer__info {
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
  .fl-footer__info .copy {
    align-self: center;
  }
}

.fl-blog__banner {
  padding: 11rem 0 6rem;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.6);
  box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.6);
}
.fl-blog__banner h1 {
  color: #fff;
  margin: 0;
}
.fl-blog__heading {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.fl-blog .fl-vertical-accent {
  width: 10px;
  height: 70px;
  background: linear-gradient(to bottom, #264361 0%, #101d2a 100%);
}
.fl-blog__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 2rem;
}
.fl-blog__body {
  display: flex;
  flex-direction: column;
}
.fl-blog__content a {
  text-decoration: underline;
}
.fl-blog__item {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.fl-blog__item-link {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.fl-blog__item-link img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fl-blog__sidebar h4 {
  margin-top: 5rem;
  font-size: 1.7rem;
  text-transform: uppercase;
}
.fl-blog__sidebar li {
  margin-bottom: 1rem;
  color: #666;
}
.fl-blog__date {
  font-style: oblique;
  color: #555555;
  font-size: 0.875rem;
}
.fl-blog__search-form {
  display: flex;
}
.fl-blog__search-form * {
  font-family: inherit !important;
}
.fl-blog__search-field {
  border-radius: 0;
  border: 1px solid #222;
  border-right: none;
  padding: 1rem;
  width: calc(100% - 40px);
}
.fl-blog__search-submit {
  background-color: #222;
  width: 40px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
}
.fl-blog__pagination {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.fl-blog__pagination a {
  display: block;
  text-decoration: none !important;
}

.fl-post__banner {
  padding: 11rem 0 5rem;
  position: relative;
}
.fl-post__banner h1 {
  z-index: 1;
  color: #fff;
  position: relative;
}
.fl-post__banner::after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}

@media (min-width: 1025px) {
  .fl-blog__body {
    flex-direction: row;
    gap: 7.5rem;
  }
  .fl-blog__body aside {
    position: sticky;
    top: 160px;
    align-self: start;
  }
  .fl-blog__grid-wrapper, .fl-blog__content {
    width: 70%;
  }
  .fl-blog__sidebar {
    width: 30%;
  }
  .fl-blog__pagination {
    margin-bottom: 0;
  }
  .fl-blog__wrapper {
    max-width: 1300px;
    margin: auto;
  }
}
@media (max-width: 1360px) and (min-width: 1025px) {
  .fl-blog__body {
    gap: 0.5rem;
  }
}
@media (max-width: 1360px) and (min-width: 1025px) {
  .fl-blog__body {
    gap: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .fl-blog__banner {
    padding: 8.5rem 0 3rem;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.6);
    box-shadow: inset 1px 1px 1px 9999px rgba(0, 0, 0, 0.6);
  }
  .fl-blog__banner h1 {
    color: #fff;
    margin: 0;
  }
  .fl-blog__sidebar {
    padding: 5rem 0;
    background: #E0E3E6;
  }
  .fl-blog__sidebar h4 {
    margin-top: 3rem;
  }
  .fl-blog__wrapper.fl-section {
    padding-bottom: 0;
  }
  .fl-post__banner {
    padding: 6.5rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .fl-blog__banner {
    padding: 7rem 0 3rem;
  }
  .fl-blog__categories {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0.5rem;
  }
  .fl-blog__categories a {
    margin: 0.5rem 0;
  }
  .fl-blog__grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .fl-blog__banner {
    padding: 5rem 0 3rem;
  }
}
.fl-portfolio-grid {
  padding: 1rem;
  column-count: 3;
  column-gap: 1rem;
}

@media (max-width: 1024px) {
  .fl-portfolio-grid {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .fl-portfolio-grid {
    column-count: 1;
  }
}
.fl-portfolio-grid * {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.fl-portfolio-grid__item {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
}

.fl-portfolio-grid__item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.fl-accordion {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.fl-accordion__item {
  padding: 2rem;
}
.fl-accordion__item.is-active .fl-accordion__close {
  transform: rotate(180deg);
}
.fl-accordion__thumb {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}
.fl-accordion__close {
  display: inline-block;
  position: relative;
  transform: rotate(0deg);
  transition: transform 0.2s ease-out;
  height: 20px;
}
.fl-accordion__panel {
  margin: 0;
  padding-top: 1.5rem;
  display: none;
}

.fl-contact {
  background-position: center;
  background-size: cover;
}
.fl-contact__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fl-contact__grid .col {
  width: 100%;
  padding: 3rem 0;
}
.fl-contact__grid .col__form {
  padding-top: 0;
}
.fl-contact__grid .col__form input, .fl-contact__grid .col__form textarea {
  font-family: "articulat-cf", sans-serif;
}
.fl-contact__grid .col__form input[type=submit] {
  display: inline-block;
  border-radius: 0;
  padding: 1rem 3rem;
  text-decoration: none;
  margin-top: 1.5rem;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  text-transform: uppercase;
  font-size: 1.25rem;
  border: none;
  background: #264361;
  color: #fff;
  align-self: center !important;
}
.fl-contact__grid .col__form input[type=submit]:hover {
  background-color: #4B85C4;
}

@media (min-width: 1025px) {
  .fl-contact__grid {
    flex-direction: row;
    gap: 6rem;
  }
  .fl-contact__grid .col {
    padding: 5rem 0;
  }
  .fl-contact__grid .col__content {
    width: 50%;
  }
  .fl-contact__grid .col__form {
    width: 50%;
  }
  .fl-contact__grid .col__form form {
    width: 100%;
  }
}
.fl-content-list__grid {
  display: grid;
  gap: 3rem;
}
.fl-content-list__list ul {
  font-size: 1.25rem;
}
.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: 0.5rem 0;
}

@media (min-width: 1025px) {
  .fl-content-list h2 {
    margin-bottom: 56px;
  }
  .fl-content-list__grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7.5rem;
  }
  .fl-content-list__grid--reverse {
    grid-auto-flow: dense;
    direction: rtl;
  }
  .fl-content-list__heading {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .fl-content-list--vcenter .fl-content-list__content,
  .fl-content-list--vcenter .fl-content-list__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .fl-content-list h2 {
    margin-bottom: 32px;
  }
  .fl-content-list h3 {
    font-size: 2.4rem;
  }
  .fl-content-list__grid {
    gap: 2rem;
  }
  .fl-content-list__grid--reverse {
    display: ltr;
  }
  .fl-content-list__list span {
    padding: 0.25rem 0;
    font-size: 18px;
  }
  .fl-content-list__list ul {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .fl-content-list {
    padding: 2rem 0;
  }
  .fl-content-list__grid {
    gap: 1rem;
  }
  .fl-content-list h2 {
    margin-bottom: 24px;
  }
}
.fl-cta {
  padding: 5rem 0;
  position: relative;
  background-position: center;
  background-size: cover;
}
.fl-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #264361;
  opacity: 0.8;
  z-index: 0;
}
.fl-cta .button {
  padding-inline: 3.2rem;
}
.fl-cta .to-top {
  position: absolute;
  cursor: pointer;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  border-radius: 8px;
  padding-top: 2.5px;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
}
.fl-cta__content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.fl-cta__content.home p {
  max-width: 380px;
  margin: 0 auto 30px;
}
.fl-cta__button-wrap {
  position: relative;
  z-index: 1;
}
.fl-cta--has-gradient {
  background: linear-gradient(to right, #264361 0%, #4B85C4 100%);
}
.fl-cta--centered {
  text-align: center;
}
.fl-cta--centered.is-homepage {
  padding: 7rem 0 9rem;
}
.fl-cta--centered .fl-cta__subheading {
  margin-bottom: 3rem;
}
.fl-cta:not(.fl-cta--centered):not(.fl-cta--stacked) .site-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fl-cta:not(.fl-cta--centered):not(.fl-cta--stacked) .fl-cta__button-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.fl-cta:not(.fl-cta--centered):not(.fl-cta--stacked) .button {
  place-self: center;
}
.fl-cta .fl-cta__subheading--no-cta {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .fl-cta {
    padding: 4rem 0 5rem;
  }
}
@media (max-width: 480px) {
  .fl-cta {
    padding: 3rem 0 4rem;
  }
}
.fl-double-callout__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.fl-double-callout__grid .button {
  place-self: start;
}
.fl-double-callout__item {
  background-position: center;
  background-size: cover;
}
.fl-double-callout__item, .fl-double-callout__top, .fl-double-callout__content, .fl-double-callout .button {
  position: relative;
}
.fl-double-callout__top, .fl-double-callout__content, .fl-double-callout .button {
  z-index: 5;
}
.fl-double-callout__top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.fl-double-callout__photo {
  height: 65px;
  width: 65px;
}
.fl-double-callout__photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.fl-double-callout__tick {
  width: 5px;
  background: linear-gradient(to bottom, #264361 0%, #101d2a 100%);
}
.fl-double-callout__topheading {
  font-size: 1.5rem;
  color: #264361;
  text-transform: uppercase;
  margin-bottom: 0;
}
.fl-double-callout__heading {
  margin: 0;
  font-size: clamp(2.2rem, 2.8vw, 3.2rem);
}
.fl-double-callout__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 3%, rgba(255, 255, 255, 0.5) 10%, white 15%, white 100%);
}
.fl-double-callout--accents .fl-double-callout__item {
  padding: 7.5rem 7.5rem 7.5rem 12rem;
}
.fl-double-callout--cards {
  padding: 3rem 0;
}
.fl-double-callout--cards .fl-double-callout__inner {
  background: #f4f2ed;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.fl-double-callout--cards .fl-double-callout__headings {
  width: calc(100% - 85px);
}

@media (min-width: 1025px) {
  .fl-double-callout__grid {
    flex-direction: row;
    gap: 75px;
  }
  .fl-double-callout__grid > div {
    width: 50%;
  }
  .fl-double-callout__inner {
    padding: 5rem 7.5rem;
  }
  .fl-double-callout--cards {
    padding: 5rem;
  }
  .fl-double-callout--cards .fl-double-callout__grid {
    gap: 50px;
  }
}
.fl-featured-posts {
  position: relative;
  overflow: hidden;
}
.fl-featured-posts h2 {
  margin-bottom: 3rem;
}
.fl-featured-posts h3 {
  margin-bottom: 5rem;
  font-weight: 400;
}
.fl-featured-posts__grid {
  display: flex;
  column-gap: 3rem;
}
.fl-featured-posts__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 5;
}
.fl-featured-posts__item:hover {
  cursor: pointer;
}
.fl-featured-posts__item:hover .fl-featured-posts__overlay {
  z-index: 10;
  opacity: 0.8;
}
.fl-featured-posts__top {
  position: relative;
  overflow: hidden;
}
.fl-featured-posts__thumbnail {
  position: relative;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.fl-featured-posts__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.fl-featured-posts__bottom {
  padding: 0.5rem 3rem 3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fl-featured-posts__bottom p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.fl-featured-posts__bottom .button--arrow {
  place-self: end;
  align-self: start;
}
.fl-featured-posts__graphic {
  position: absolute;
  right: -15px;
  bottom: -25px;
  z-index: 0;
  height: 50%;
}
.fl-featured-posts__tab {
  display: inline-block;
  position: relative;
  z-index: 5;
  transform: translateY(-50%);
  padding: 5rem 1.6rem 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  place-self: start;
}

@media (min-width: 1650px) {
  .fl-featured-posts__graphic {
    right: -25px;
  }
}
@media (max-width: 1360px) {
  .fl-featured-posts__grid {
    gap: 4rem;
  }
}
@media (min-width: 769px) {
  .fl-featured-posts__top {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .fl-featured-posts__top {
    aspect-ratio: 16/9;
  }
  .fl-featured-posts__grid {
    flex-direction: column;
    gap: 20px;
  }
  .fl-featured-posts__item {
    width: 100%;
  }
  .fl-featured-posts__thumbnail {
    border-radius: 0;
  }
}
.fl-google-map {
  position: relative;
}
.fl-google-map .acf-map {
  height: 400px;
  position: relative;
}
.fl-google-map .acf-map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fl-hero {
  position: relative;
  background-position: center;
  background-size: cover;
  height: auto;
}
.fl-hero__grid {
  display: flex;
  gap: 80px;
  max-width: 100%;
  margin-inline: auto;
  height: 100%;
}
.fl-hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #222;
}
.fl-hero__overlay--light {
  opacity: 0.5;
}
.fl-hero__overlay--medium {
  opacity: 0.65;
}
.fl-hero__overlay--dark {
  opacity: 0.8;
}
.fl-hero__subheading {
  color: #fff;
}
.fl-hero__content {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 14rem 0 5rem;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1350px) {
  .fl-hero__content {
    padding: 14rem 3rem 5rem;
  }
}
.fl-hero__content .button {
  place-self: start;
}
.fl-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.fl-hero__heading {
  margin: 0;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.fl-hero__overlay--none {
  display: none;
}

@media (max-width: 1024px) {
  .fl-hero {
    height: auto;
    padding: 9rem 0 3.5rem;
  }
  .fl-hero__content {
    position: relative;
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 480px) {
  .fl-hero {
    padding: 8.25rem 0 2rem;
  }
  .fl-hero__inner {
    row-gap: 1.5rem;
  }
  .fl-hero__content {
    padding: 0 2rem;
  }
  .fl-hero__inner {
    row-gap: 1rem;
  }
}
.fl-hero-home {
  position: relative;
  height: 100vh;
}
.fl-hero-home .site-container {
  height: 100%;
}
.fl-hero-home__scroll-prompt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.5rem;
}
.fl-hero-home__scroll-prompt .circle {
  animation: scroll 1.25s ease-in alternate infinite;
}
.fl-hero-home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -4;
}
.fl-hero-home__gradients {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.fl-hero-home__gradients::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  background-color: #000000;
  opacity: 0.2;
}
.fl-hero-home__gradients::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgb(38, 67, 97);
  background: -moz-linear-gradient(180deg, rgba(38, 67, 97, 0.263764881) 25%, rgb(38, 67, 97) 100%);
  background: -webkit-linear-gradient(180deg, rgba(38, 67, 97, 0.263764881) 25%, rgb(38, 67, 97) 100%);
  background: linear-gradient(180deg, rgba(38, 67, 97, 0.263764881) 25%, rgb(38, 67, 97) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#264361", endColorstr="#264361", GradientType=1);
  opacity: 1;
}
.fl-hero-home__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 7rem;
}
.fl-hero-home__heading {
  max-width: 650px;
}
.fl-hero-home__heading h1 {
  color: #fff;
  letter-spacing: 2px;
}
.fl-hero-home__subheading {
  color: #fff;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .fl-hero-home {
    height: 78vh;
  }
  .fl-hero-home__content {
    padding-bottom: 3.5rem;
  }
  .fl-hero-home__subheading {
    margin-bottom: 1.5rem;
  }
  .fl-hero-home__scroll-prompt {
    display: none;
  }
}
@media (max-width: 480px) {
  .fl-hero-home {
    height: 65vh;
  }
  .fl-hero-home__content {
    padding-bottom: 3rem;
  }
  .fl-hero-home__subheading {
    margin-bottom: 1rem;
  }
  .fl-hero-home__scroll-prompt svg {
    height: 2rem;
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(65%);
  }
}
.fl-split-hero {
  position: relative;
}
.fl-split-hero__top {
  position: relative;
}
.fl-split-hero__top .site-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 5;
}
.fl-split-hero__content {
  padding: 3rem 0;
}
.fl-split-hero__bottom {
  background-position: center;
  background-size: cover;
}
.fl-split-hero__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.fl-split-hero__form {
  padding: 3rem 2rem;
}
.fl-split-hero__form * {
  color: #fff;
}
.fl-split-hero__form .gform_footer {
  padding-bottom: 0 !important;
  justify-content: center;
}
.fl-split-hero__form .gform_footer .button {
  margin-bottom: 0 !important;
}
.fl-split-hero--no-form .fl-split-hero__grid {
  display: block;
}

@media (min-width: 1025px) {
  .fl-split-hero__top .site-container {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
  }
  .fl-split-hero__grid {
    grid-template-columns: 3fr 2fr;
    gap: 120px;
  }
  .fl-split-hero__content {
    padding: 7.5rem 0;
  }
  .fl-split-hero__form {
    padding: 5rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    width: 35%;
    margin-right: 5%;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .fl-split-hero {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
  }
  .fl-split-hero__form {
    order: 2;
  }
}
.fl-image-content {
  position: relative;
}
.fl-image-content__heading h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.fl-image-content--white .fl-image-content__content {
  color: #264361;
}
.fl-image-content--white::after {
  background-color: #fff !important;
}
.fl-image-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #264361;
  z-index: -1;
}
.fl-image-content__grid {
  display: flex;
  column-gap: 5rem;
}
.fl-image-content--reverse .fl-image-content__grid {
  flex-direction: row-reverse;
}
.fl-image-content__image {
  width: 50%;
}
.fl-image-content__image img {
  object-fit: cover;
  height: 100%;
  max-height: 550px;
  width: 100%;
  border-radius: 8px;
}
.fl-image-content__content {
  width: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
}
.fl-image-content__content li {
  margin-bottom: 0.25rem;
}
.fl-image-content__content h1,
.fl-image-content__content h2,
.fl-image-content__content .button {
  margin: 0;
}
.fl-image-content--fancy {
  padding: 10rem 0;
}
.fl-image-content--fancy .fl-image-content__grid {
  display: flex;
  flex-direction: column-reverse;
}
.fl-image-content--fancy .fl-image-content__image {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8%, -50%);
  width: 100%;
  max-width: 50%;
}
.fl-image-content--fancy .fl-image-content__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  max-height: 800px;
  max-width: 775px;
}
.fl-image-content--fancy .fl-image-content__content {
  max-width: 37.5%;
}
.fl-image-content--fancy::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  transform: translateY(-50%);
  background-color: #264361;
  z-index: -1;
}
@media (max-width: 1265px) {
  .fl-image-content--fancy .fl-image-content::after {
    height: 70%;
  }
  .fl-image-content--fancy .fl-image-content__image {
    max-width: 46%;
  }
}
.fl-image-content__buttons {
  display: flex;
  gap: 1rem;
}
.fl-image-content hr {
  border: none;
  width: 5rem;
  height: 1rem;
  background: #4B85C4;
  margin: 0;
}
.fl-image-content .button {
  place-self: start;
}

@media (max-width: 1024px) {
  .fl-image-content {
    padding: 3rem 0;
  }
  .fl-image-content__heading h2 {
    margin-bottom: 2rem;
  }
  .fl-image-content__grid {
    flex-direction: column;
  }
  .fl-image-content__image {
    width: 100%;
    max-height: 550px;
  }
  .fl-image-content__content {
    width: 100%;
  }
  .fl-image-content--reverse .fl-image-content__grid {
    flex-direction: column;
  }
  .fl-image-content--fancy {
    padding: 3rem 0;
  }
  .fl-image-content--fancy::after {
    height: 100%;
  }
  .fl-image-content--fancy .fl-image-content__grid {
    row-gap: 2rem;
    flex-direction: column;
  }
  .fl-image-content--fancy .fl-image-content__content {
    max-width: 100%;
  }
  .fl-image-content--fancy .fl-image-content__image {
    position: relative;
    top: 0;
    left: 0;
    right: unset;
    transform: none;
    max-width: 100%;
  }
  .fl-image-content--fancy .fl-image-content__image img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .fl-image-content {
    padding: 2rem 0;
  }
  .fl-image-content__grid {
    row-gap: 2rem;
  }
  .fl-image-content__content {
    gap: 1rem;
  }
}
.fl-icons-content {
  position: relative;
}
.fl-icons-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  background: rgb(224, 227, 230);
  background: -moz-linear-gradient(180deg, rgb(224, 227, 230) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(224, 227, 230) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(224, 227, 230) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e3e6", endColorstr="#ffffff", GradientType=1);
}
.fl-icons-content__heading {
  margin-bottom: 3.5rem;
  color: #264361;
}
.fl-icons-content--white .fl-icons-content__grid, .fl-icons-content--gray .fl-icons-content__grid, .fl-icons-content--primary .fl-icons-content__grid {
  gap: 3rem;
}
.fl-icons-content__grid {
  display: grid;
  gap: 3rem;
}
.fl-icons-content--transparent .fl-icons-content__item {
  padding: 0;
}
.fl-icons-content--white .fl-icons-content__item {
  -webkit-box-shadow: 0.5px 0.5px 5px 0 #777;
  box-shadow: 0.5px 0.5px 5px 0 #777;
}
.fl-icons-content--gray .fl-icons-content__item {
  background: #555;
}
.fl-icons-content--gray .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--primary .fl-icons-content__item {
  background: #264361;
}
.fl-icons-content--primary .fl-icons-content__item * {
  color: #fff;
}
.fl-icons-content--photos .fl-icons-content__top {
  overflow: hidden;
  height: 280px;
}
.fl-icons-content--photos .fl-icons-content__top img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fl-icons-content--icons .fl-icons-content__top {
  padding: 3rem 3rem 0;
}
.fl-icons-content--icons img {
  max-height: 60px;
  margin-bottom: 1rem;
}
.fl-icons-content__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-radius: 8px;
}
.fl-icons-content__item img {
  margin-bottom: 3rem;
  border-radius: 8px 8px 0 0;
}
.fl-icons-content__item h3 {
  margin-bottom: 0.5rem;
  color: #264361;
}
.fl-icons-content__item p {
  margin-bottom: 0rem;
  color: #4F677E;
}
.fl-icons-content__item .button {
  align-self: center;
}
.fl-icons-content__bottom {
  padding: 2rem;
  position: relative;
}
.fl-icons-content__bottom.fl-icons-content__bottom--no-img {
  padding-top: 1.5rem;
}
.fl-icons-content__bottom li {
  margin-bottom: 0.25rem;
}
.fl-icons-content__svg-icon {
  position: absolute;
  top: 0;
  background-color: #264361;
  border-radius: 8px;
  padding: 0.5rem;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .fl-icons-content__grid--4 {
    gap: 7.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-icons-content__grid--3 {
    gap: 7.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .fl-icons-content__grid--3.fl-icons-content__grid--rem-2 div.fl-icons-content__item:nth-last-of-type(2),
  .fl-icons-content__grid--3.fl-icons-content__grid--rem-2 div.fl-icons-content__item:last-of-type {
    position: relative;
    left: calc(50% + 15px);
  }
  .fl-icons-content__grid--small-gap.fl-icons-content__grid {
    gap: 3rem;
  }
  .fl-icons-content--icons .fl-icons-content__top {
    padding: 5rem 5rem 0;
  }
  .fl-icons-content--icons .fl-icons-content__bottom {
    padding: 0 5rem 5rem;
  }
  .fl-icons-content__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .fl-icons-content__bottom--no-img {
    justify-content: flex-start;
  }
}
@media (min-width: 1361px) {
  .fl-icons-content__grid--4 {
    gap: 7.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .fl-icons-content__grid--5 {
    gap: 4rem;
  }
  .fl-icons-content__grid--6 {
    gap: 4rem;
  }
  .fl-icons-content__grid__bottom {
    padding: 0 5rem 5rem;
  }
  .fl-icons-content--boxed .fl-icons-content__grid {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .fl-icons-content h2.fl-heading {
    margin-bottom: 3rem;
  }
  .fl-icons-content__grid--4, .fl-icons-content__grid--5, .fl-icons-content__grid--6 {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .fl-icons-content__grid {
    gap: 5rem;
  }
  .fl-icons-content__heading {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .fl-icons-content__grid {
    column-gap: 3rem;
  }
  .fl-icons-content__grid .fl-icons-content__item h3 {
    font-size: 2rem;
  }
}
.fl-image-gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}
.fl-image-gallery .irrigation-portfolio {
  padding-bottom: 6rem;
}
.fl-image-gallery__heading {
  margin-bottom: 3.5rem;
  text-align: center;
}
.fl-image-gallery__heading h2 {
  color: #264361;
}
.fl-image-gallery__container {
  display: flex;
  column-gap: 2rem;
  white-space: nowrap;
  position: relative;
  width: 100%;
}
.fl-image-gallery__container .slick-track {
  display: flex;
  column-gap: 2rem;
}
.fl-image-gallery__container img {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fl-image-gallery__container .image-grid {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  max-width: 465px;
}
.fl-image-gallery__container .image-grid__item--1 {
  width: 100%;
}
.fl-image-gallery__container .image-grid__item--1 img {
  height: 425px;
}
.fl-image-gallery__container .image-grid__item--2, .fl-image-gallery__container .image-grid__item--3 {
  width: calc(50% - 8px);
}
.fl-image-gallery__container .image-grid__item--2 img, .fl-image-gallery__container .image-grid__item--3 img {
  height: 190px;
  width: 100%;
}
.fl-image-gallery__container .landscape-image {
  min-width: 800px;
  width: 100%;
}
.fl-image-gallery__container .landscape-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 635px;
}
.fl-image-gallery__button {
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 1550px) {
  .fl-image-gallery__container .landscape-image img {
    height: 435px;
  }
  .fl-image-gallery__container .image-grid__item--1 img {
    min-width: 425px;
    height: 280px;
  }
  .fl-image-gallery__container .image-grid__item--2 img, .fl-image-gallery__container .image-grid__item--3 img {
    height: 140px;
  }
}
@media (max-width: 1250px) {
  .fl-image-gallery__container .landscape-image img {
    height: 375px;
  }
  .fl-image-gallery__container .image-grid__item--1 img {
    min-width: 335px;
    height: 240px;
  }
  .fl-image-gallery__container .image-grid__item--2 img, .fl-image-gallery__container .image-grid__item--3 img {
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .fl-image-gallery__container {
    column-gap: 1.25rem;
  }
  .fl-image-gallery__container .landscape-image {
    min-width: 665px;
  }
  .fl-image-gallery__container .landscape-image img {
    height: 285px;
  }
  .fl-image-gallery__container .image-grid {
    max-width: 335px;
  }
  .fl-image-gallery__container .image-grid__item--1 img {
    height: 175px;
  }
  .fl-image-gallery__container .image-grid__item--2 img, .fl-image-gallery__container .image-grid__item--3 img {
    height: 95px;
  }
}
@media (max-width: 768px) {
  .fl-image-gallery {
    padding-bottom: 2rem;
  }
  .fl-image-gallery .irrigation-portfolio {
    padding-bottom: 3.5rem;
  }
  .fl-image-gallery__container {
    column-gap: 1rem;
  }
  .fl-image-gallery__container .slick-track {
    column-gap: 1rem;
  }
  .fl-image-gallery__container .landscape-image {
    min-width: 485px;
  }
  .fl-image-gallery__container .landscape-image img {
    height: 240px;
  }
  .fl-image-gallery__container .image-grid {
    column-gap: 0.5rem;
    row-gap: 0.5rem;
  }
  .fl-image-gallery__container .image-grid__item--1 img {
    height: 155px;
  }
  .fl-image-gallery__container .image-grid__item--2, .fl-image-gallery__container .image-grid__item--3 {
    width: calc(50% - 4px);
  }
  .fl-image-gallery__container .image-grid__item--2 img, .fl-image-gallery__container .image-grid__item--3 img {
    height: 80px;
  }
  .fl-image-gallery__heading {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  .fl-image-gallery {
    padding: 2rem 0 1rem;
  }
  .fl-image-gallery__container .landscape-image {
    min-width: 355px;
  }
  .fl-image-gallery__container .landscape-image img {
    max-height: 185px;
  }
  .fl-image-gallery__container .image-grid {
    max-width: 195px;
  }
  .fl-image-gallery__container .image-grid__item--1 img {
    min-width: 175px;
    height: 120px;
  }
  .fl-image-gallery__container .image-grid__item--2, .fl-image-gallery__container .image-grid__item--3 {
    width: calc(50% - 4px);
  }
  .fl-image-gallery__container .image-grid__item--2 img, .fl-image-gallery__container .image-grid__item--3 img {
    height: 55px;
  }
}

.fl-link-blocks {
  text-align: center;
}
.fl-link-blocks__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.fl-link-blocks__item {
  background-color: #fff;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0.5px 0.5px 5px 0 #777;
  box-shadow: 0.5px 0.5px 5px 0 #777;
}
.fl-link-blocks__item:hover {
  text-decoration: none;
}
.fl-link-blocks__item > div {
  position: relative;
}
.fl-link-blocks__item h3 {
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.fl-link-blocks__item p {
  margin-bottom: 3rem;
}
.fl-link-blocks__item .button {
  border: 2px solid #264361;
  background: #fff;
  color: #264361;
  display: block;
}
.fl-link-blocks__item .button:hover {
  color: #fff;
  background: #264361;
}
.fl-link-blocks__top {
  background: #264361;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
}
.fl-link-blocks__top img {
  height: 5rem;
}
.fl-link-blocks__top:after {
  position: absolute;
  bottom: -8rem;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #264361;
  transform: rotate(45deg);
  margin-left: -0.8rem;
}
.fl-link-blocks__top h3 {
  color: #fff;
  margin: 0;
}
.fl-link-blocks__bottom {
  padding: 3rem;
}

@media (min-width: 769px) {
  .fl-link-blocks__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fl-list-section__list {
  padding: 0;
}

@media (min-width: 769px) {
  .fl-list-section__list--2 {
    column-count: 2;
  }
}
@media (min-width: 1025px) {
  .fl-list-section__list--3 {
    column-count: 3;
  }
}
.fl-locations__grid {
  display: grid;
  gap: 3rem;
}
.fl-locations__heading {
  text-align: center;
  margin-bottom: 5rem;
}
.fl-locations__phone, .fl-locations__address, .fl-locations__license {
  display: flex;
  gap: 10px;
}
.fl-locations__phone p, .fl-locations__address p, .fl-locations__license p {
  font-size: 1.6rem;
}
.fl-locations__phone svg, .fl-locations__address svg, .fl-locations__license svg {
  display: inline-block;
  height: 15px;
  position: relative;
  top: 6px;
}
.fl-locations__license svg {
  top: 2px;
  margin-left: -2px;
  width: 15px;
}
.fl-locations h4 {
  margin-bottom: 1rem;
}
.fl-locations h4 a {
  display: block;
}

@media (min-width: 769px) {
  .fl-locations__grid--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  .fl-locations__grid--4, .fl-locations__grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .fl-locations__grid {
    gap: 5rem;
  }
  .fl-locations__grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1361px) {
  .fl-locations__grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fl-partners {
  padding: 7.5rem 0;
}
.fl-partners__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.fl-partners__logo {
  max-height: 60px;
  margin-bottom: 1.5rem;
  place-self: start;
}
.fl-partners__link {
  display: flex !important;
  flex-direction: column;
  justify-content: end;
  height: 60px;
}
.fl-partners a {
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.fl-partners a svg {
  height: 12px;
  width: 12px;
  display: inline-block;
  transform: translateY(-2px);
}
.fl-partners a .fl-partners__logo {
  margin-bottom: 0;
}
.fl-partners a, .fl-partners strong, .fl-partners span {
  display: block;
}
.fl-partners strong {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #5e5e5e;
  position: relative;
  margin-bottom: 1rem;
}
.fl-partners strong:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  background: #777;
}
.fl-partners__areas {
  font-size: 1.7rem;
  line-height: 1.25;
}
.fl-partners__areas strong:after {
  width: 90px;
}
.fl-partners__services {
  font-size: 1.7rem;
}
.fl-partners__services strong:after {
  width: 60px;
}

@media (min-width: 769px) {
  .fl-partners__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 7.5rem;
  }
}
@media (min-width: 1025px) {
  .fl-partners__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 7.5rem;
  }
}
@media (min-width: 1361px) {
  .fl-partners__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7.5rem;
  }
}
.fl-video-content__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
}
.fl-video-content__content h2 {
  margin: 0;
}
.fl-video-content__content .button {
  place-self: start;
}
.fl-video-content--reverse .fl-video-content__media {
  order: 1;
}
.fl-video-content__media {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fl-video-content__media--has-video iframe {
  position: absolute;
}
.fl-video-content .site-container {
  display: grid;
  gap: 30px;
}
@media (min-width: 1024px) {
  .fl-video-content .site-container {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 1025px) {
  .fl-video-content__content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }
  .fl-video-content .site-container {
    display: grid;
    gap: 30px;
  }
}
@media (min-width: 1025px) and (min-width: 1024px) {
  .fl-video-content .site-container {
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.fl-service-callout {
  position: relative;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.fl-service-callout__gradient {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
}
.fl-service-callout__gradient--one {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.fl-service-callout__gradient--two {
  left: 50%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
}
.fl-service-callout__topheading {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #264361;
}
.fl-service-callout__separator {
  width: 10rem;
  height: 0.5rem;
  background: linear-gradient(to right, #264361 0%, #101d2a 100%);
  margin: 3rem auto;
}
.fl-service-callout__content {
  margin-bottom: 3rem;
}
.fl-service-callout .site-container {
  position: relative;
  z-index: 5;
}

.fl-service-steps__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
.fl-service-steps__top {
  display: flex;
}
.fl-service-steps__label {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.fl-service-steps.circle .fl-service-steps__item {
  padding: 3rem;
  text-align: center;
}
.fl-service-steps.circle .fl-service-steps__top {
  flex-direction: column;
  align-items: center;
}
.fl-service-steps.circle .fl-service-steps__number {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  font-size: 3.5rem;
}
.fl-service-steps.circle .fl-service-steps__number span {
  display: block;
  transform: translateY(-0.5rem);
}
.fl-service-steps.accent .fl-service-steps__top {
  margin-bottom: 2rem;
  gap: 2rem;
}
.fl-service-steps.accent .fl-service-steps__line {
  width: 0.3rem;
  height: 8rem;
}
.fl-service-steps.accent .fl-service-steps__number {
  font-size: 5rem;
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 769px) {
  .fl-service-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-service-steps.circle .fl-service-steps__item {
    padding: 5rem;
  }
  .fl-service-steps.circle .fl-service-steps__grid {
    gap: 2rem;
  }
  .fl-service-steps.accent .fl-service-steps__grid {
    gap: 7.5rem;
  }
}
@media (min-width: 1025px) {
  .fl-service-steps__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fl-services {
  position: relative;
}
.fl-services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  background: rgb(224, 227, 230);
  background: -moz-linear-gradient(0deg, rgb(224, 227, 230) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(0deg, rgb(224, 227, 230) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(0deg, rgb(224, 227, 230) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e3e6", endColorstr="#ffffff", GradientType=1);
}
.fl-services h2 {
  color: #264361;
  margin-bottom: 3.5rem;
}
.fl-services__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 42px;
}
.fl-services__item {
  box-shadow: 0px 4px 12px 0px rgba(38, 67, 97, 0.45);
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.fl-services__item .button-wrapper a {
  display: inline-flex;
  align-items: center;
  column-gap: 1rem;
}
.fl-services__item a {
  text-decoration: none !important;
}
.fl-services__item img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 385px;
  object-fit: cover;
}
.fl-services__item--centered h3 {
  margin: 0;
}
.fl-services__item:hover {
  box-shadow: 0px 4px 12px 0px rgba(38, 67, 97, 0.6);
  transition: all 0.3s ease;
}
.fl-services__item:hover svg * {
  stroke: #4B85C4 !important;
}
.fl-services__item:hover .button-wrapper .button {
  color: #4B85C4;
}
.fl-services__content {
  background-color: #fff;
  padding: 1.5rem;
  color: #264361;
  border-radius: 0 0 8px 8px;
}
.fl-services__content p {
  max-width: 90%;
}
.fl-services__content .button-wrapper {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.fl-services__content .button-wrapper .button {
  color: #264361;
}
.fl-services__content .button-wrapper svg {
  transform: translateY(1.5px);
}
.fl-services__content .button-wrapper svg * {
  stroke: #264361;
}
.fl-services__content h4 {
  font-family: "freight-big-pro", serif;
}

@media (min-width: 769px) {
  .fl-services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .fl-services__grid--three {
    grid-template-columns: repeat(2, 1fr);
  }
  .fl-services__grid--three .fl-services__item img {
    height: 285px;
  }
  .fl-services__item--centered {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding-inline: 2rem;
  }
}
@media (min-width: 1025px) {
  .fl-services__grid--three {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
}
@media (max-width: 768px) {
  .fl-services h2 {
    margin-bottom: 1.5rem;
  }
  .fl-services__item img {
    height: 245px;
  }
}
.fl-offers__grid {
  display: grid;
  gap: 3rem;
}
.fl-offers__item {
  padding: 3rem;
  background: #E0E3E6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
.fl-offers__item hr {
  margin: 2rem 0;
  border: 1px solid #fff;
}
.fl-offers__expiration * {
  margin: 0;
}

@media (min-width: 1025px) {
  .fl-offers__grid--multiple {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fl-team__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.fl-team__name {
  margin: 5px 0;
}
.fl-team__role {
  font-weight: 400;
}

@media (min-width: 769px) {
  .fl-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .fl-team__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fl-testimonial-carousel {
  padding: 3rem 0 0 0;
}
.fl-testimonial-carousel h2 {
  text-align: center;
  color: #264361;
  margin-bottom: 3.5rem;
}
.fl-testimonial-carousel__wrapper {
  position: relative;
  padding: 4.5rem 0;
}
.fl-testimonial-carousel__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #264361;
  z-index: -1;
}
.fl-testimonial-carousel__item {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  color: #264361;
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.fl-testimonial-carousel__item p {
  font-style: oblique;
}
.fl-testimonial-carousel__icon svg {
  height: 20px;
  width: auto;
  margin-bottom: 1rem;
  fill: #264361;
}
.fl-testimonial-carousel__inner {
  display: flex;
}
.fl-testimonial-carousel .slick-prev:before,
.fl-testimonial-carousel .slick-next:before {
  font-size: 30px;
  position: relative;
  display: none;
}
.fl-testimonial-carousel .slick-slider {
  margin-bottom: 0 !important;
}
.fl-testimonial-carousel .slick-dots {
  top: 1.5rem;
  bottom: unset;
}
.fl-testimonial-carousel .slick-dots li button:before {
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.5;
}
.fl-testimonial-carousel .slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}
.fl-testimonial-carousel .slick-track {
  display: flex !important;
  column-gap: 2rem;
}
.fl-testimonial-carousel .slick-slide {
  height: inherit !important;
  border-radius: 8px;
}
.fl-testimonial-carousel .slick-slide > div {
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
}
.fl-testimonial-carousel .slider-controls__wrap {
  position: relative;
  display: flex;
  justify-content: center;
}
.fl-testimonial-carousel .slider-controls {
  width: 150px;
  height: 56px;
  margin: 2.5rem auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.fl-testimonial-carousel .slider-controls .slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
}
.fl-testimonial-carousel .slider-controls::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5px;
  height: 50px;
  background-color: #264361;
}

.fl-testimonials__name span,
.fl-testimonials__name a {
  font-weight: initial;
}

@media (max-width: 768px) {
  .fl-testimonial-carousel h2 {
    margin-bottom: 1.5rem;
  }
  .fl-testimonial-carousel .slider-controls {
    margin: 1rem auto;
  }
}
@media (max-width: 625px) {
  .fl-testimonial-carousel {
    padding: 2rem 0 0 0;
  }
  .fl-testimonial-carousel .slick-track {
    display: block !important;
  }
  .fl-testimonial-carousel .slick-slide {
    padding: 0 20px;
  }
}
.fl-text-editor__grid--two {
  display: grid;
  gap: 30px;
}
.fl-text-editor .fl-button-wrapper {
  margin-top: 3rem;
}

@media (min-width: 1025px) {
  .fl-text-editor__grid--two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
  }
}
.fl-image-grid {
  padding: 3rem 0;
}
.fl-image-grid__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
}
.fl-image-grid__container .image-item {
  height: 465px;
}
.fl-image-grid__container .image-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .fl-image-grid {
    padding: 2rem 0;
  }
  .fl-image-grid__container {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .fl-image-grid {
    padding: 1.5rem 0;
  }
  .fl-image-grid__container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
  }
  .fl-image-grid__container .image-item {
    height: 390px;
  }
}