@charset "UTF-8";
/*
Theme Name: Hodess Cleanrooms
Theme URI: https://www.hodesscleanrooms.com/
Version: 1.0
Description: A new website design for Hodess Cleanrooms.
Author: Design Principles
Author URI: http://www.designprinciples.com
template: bb-theme
*/
:root {
  interpolate-size: allow-keywords;
}

/* Breakpoints - DO NOT ALTER */
/* DO NOT ALTER THESE VALUES */
/* Navigation */
/* Mobile Navigation */
/* Logo Information */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
}

/* USAGE EXAMPLE */
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2024 MyFonts Inc. */
@font-face {
  font-family: "Avenir35Light";
  src: url("assets/styles/3-design-tokens/webFonts/Avenir35Light/font.woff2") format("woff2"), url("assets/styles/3-design-tokens/webFonts/Avenir35Light/font.woff") format("woff");
}
@font-face {
  font-family: "Avenir55Roman";
  src: url("assets/styles/3-design-tokens/webFonts/Avenir55Roman/font.woff2") format("woff2"), url("assets/styles/3-design-tokens/webFonts/Avenir55Roman/font.woff") format("woff");
}
@font-face {
  font-family: "Avenir45Book";
  src: url("assets/styles/3-design-tokens/webFonts/Avenir45Book/font.woff2") format("woff2"), url("assets/styles/3-design-tokens/webFonts/Avenir45Book/font.woff") format("woff");
}
@font-face {
  font-family: "Avenir65Medium";
  src: url("assets/styles/3-design-tokens/webFonts/Avenir65Medium/font.woff2") format("woff2"), url("assets/styles/3-design-tokens/webFonts/Avenir65Medium/font.woff") format("woff");
}
@font-face {
  font-family: "Avenir85Heavy";
  src: url("assets/styles/3-design-tokens/webFonts/Avenir85Heavy/font.woff2") format("woff2"), url("assets/styles/3-design-tokens/webFonts/Avenir85Heavy/font.woff") format("woff");
}
@font-face {
  font-family: "Avenir95Black";
  src: url("assets/styles/3-design-tokens/webFonts/Avenir95Black/font.woff2") format("woff2"), url("assets/styles/3-design-tokens/webFonts/Avenir95Black/font.woff") format("woff");
}
/* Set the base font size using vw and ensure other elements use rem units */
html {
  font-size: 16px;
}

/* Body uses the base font size in rem */
body {
  font-family: "Avenir55Roman";
  color: #1A1818;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  body {
    font-size: calc(1.25vw + 0.1875rem);
    line-height: calc(1.25vw + 0.8125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  body {
    font-size: calc(2vw + -0.4125rem);
    line-height: calc(3vw + -0.5875rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  body {
    font-size: calc(3.3333333333vw + -1.5625rem);
    line-height: calc(8.3333333333vw + -5.1875rem);
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.4375rem;
    line-height: 2.3125rem;
  }
}
body * {
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Avenir85Heavy";
}
@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    text-wrap: balance;
  }
}
@media screen and (max-width: 999px) {
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br,
  .h1 br, .h2 br, .h3 br, .h4 br, .h5 br, .h6 br {
    display: none;
  }
}

/* Loop for h1 - h6 to handle smaller/larger classes */
h1,
.h1 {
  font-size: 2.375rem;
  line-height: 2.625rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h1,
  .h1 {
    font-size: calc(3.75vw + -0.4375rem);
    line-height: calc(3.75vw + -0.1875rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h1,
  .h1 {
    font-size: calc(9vw + -4.6375rem);
    line-height: calc(9vw + -4.3875rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h1,
  .h1 {
    font-size: calc(25vw + -18.4375rem);
    line-height: calc(26.6666666667vw + -19.625rem);
  }
}
@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 4.0625rem;
    line-height: 4.375rem;
  }
}

h2,
.h2 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h2,
  .h2 {
    font-size: calc(3.75vw + -1.0625rem);
    line-height: calc(3.75vw + -0.6875rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h2,
  .h2 {
    font-size: calc(9vw + -5.2625rem);
    line-height: calc(8vw + -4.0875rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h2,
  .h2 {
    font-size: calc(25vw + -19.0625rem);
    line-height: calc(25vw + -18.75rem);
  }
}
@media (min-width: 1440px) {
  h2,
  .h2 {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h3,
  .h3 {
    font-size: calc(2.5vw + -0.125rem);
    line-height: calc(3.75vw + -0.6875rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h3,
  .h3 {
    font-size: calc(6vw + -2.925rem);
    line-height: calc(7vw + -3.2875rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h3,
  .h3 {
    font-size: calc(15vw + -10.6875rem);
    line-height: calc(18.3333333333vw + -13.0625rem);
  }
}
@media (min-width: 1440px) {
  h3,
  .h3 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}

h4,
.h4 {
  font-size: 0.875rem;
  line-height: 0.6875rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(0.625rem, 0vw + 0.625rem, 0.625rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h4,
  .h4 {
    font-size: calc(1.25vw + -0.0625rem);
    line-height: calc(1.25vw + -0.25rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h4,
  .h4 {
    font-size: calc(2vw + -0.6625rem);
    line-height: calc(3vw + -1.65rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h4,
  .h4 {
    font-size: calc(1.6666666667vw + -0.375rem);
    line-height: calc(8.3333333333vw + -6.25rem);
  }
}
@media (min-width: 1440px) {
  h4,
  .h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

h5,
.h5 {
  font-size: 2.1875rem;
  line-height: 1.875rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(1.75rem, 0vw + 1.75rem, 1.75rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h5,
  .h5 {
    font-size: calc(3.75vw + -0.625rem);
    line-height: calc(3.75vw + -0.9375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h5,
  .h5 {
    font-size: calc(9vw + -4.825rem);
    line-height: calc(9vw + -5.1375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h5,
  .h5 {
    font-size: calc(30vw + -22.9375rem);
    line-height: calc(30vw + -23.25rem);
  }
}
@media (min-width: 1440px) {
  h5,
  .h5 {
    font-size: 4.0625rem;
    line-height: 3.75rem;
  }
}

h6,
.h6 {
  font-size: 1.625rem;
  line-height: 2.125rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h6,
  .h6 {
    font-size: calc(2.5vw + -0.25rem);
    line-height: calc(3.75vw + -0.6875rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h6,
  .h6 {
    font-size: calc(5vw + -2.25rem);
    line-height: calc(7vw + -3.2875rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h6,
  .h6 {
    font-size: calc(11.6666666667vw + -8rem);
    line-height: calc(18.3333333333vw + -13.0625rem);
  }
}
@media (min-width: 1440px) {
  h6,
  .h6 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}

h1,
.h1 {
  color: #ffffff;
  font-family: "Avenir95Black";
}
h1.fl-post-title,
.h1.fl-post-title {
  color: #003E76;
}

h2,
.h2 {
  color: #003E76;
  font-family: "Avenir95Black";
  word-spacing: 0.125rem;
}
h2 em,
.h2 em {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  color: #F26625;
  text-transform: uppercase;
  font-family: "Avenir95Black";
}
@media (min-width: 1200px) and (max-width: 1280px) {
  h2 em,
  .h2 em {
    font-size: calc(1.25vw + 0.25rem);
    line-height: calc(0vw + 1.375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  h2 em,
  .h2 em {
    font-size: calc(2vw + -0.35rem);
    line-height: calc(0vw + 1.375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  h2 em,
  .h2 em {
    font-size: calc(1.6666666667vw + -0.0625rem);
    line-height: calc(0vw + 1.375rem);
  }
}
@media (min-width: 1440px) {
  h2 em,
  .h2 em {
    font-size: 1.4375rem;
    line-height: 1.375rem;
  }
}

h3,
.h3 {
  color: #003E76;
  font-family: "Avenir95Black";
  word-spacing: 0.125rem;
}
@media screen and (max-width: 413px) {
  h3,
  .h3 {
    font-size: 1.625rem;
  }
}

h4,
.h4 {
  position: relative;
  color: #003E76;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    display: inline-block;
    padding: 0 0.625rem;
    background: #ffffff;
  }
  h4::before,
  .h4::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
    margin: auto -50vw;
    width: 100vw;
    height: 0.0625rem;
    background: #F26625;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    display: flex;
    align-items: center;
  }
  h4::before, h4::after,
  .h4::before,
  .h4::after {
    flex: 1 auto;
    content: "";
    height: 0.0625rem;
    background: #F26625;
  }
  h4::before,
  .h4::before {
    flex: 0 0 3.375rem;
    margin-right: 1.5625rem;
  }
  h4::after,
  .h4::after {
    margin-left: 1.5625rem;
  }
}

h5,
.h5 {
  font-family: "Avenir35Light";
  color: #003E76;
}
h5 strong,
.h5 strong {
  font-family: "Avenir95Black";
}

h6,
.h6 {
  font-family: "Avenir55Roman";
  color: #003E76;
  padding: 0 !important;
}

/* Responsive styles for paragraphs */
p,
.p {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(2.0625rem, 0vw + 2.0625rem, 2.0625rem);
  margin-left: clamp(0rem, 0vw + 0rem, 0rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media screen and (max-width: 413px) {
  p,
  .p {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  p,
  .p {
    font-size: calc(1.25vw + 0.125rem);
    line-height: calc(1.25vw + 0.6875rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  p,
  .p {
    font-size: calc(1vw + 0.325rem);
    line-height: calc(3vw + -0.7125rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  p,
  .p {
    font-size: calc(1.6666666667vw + -0.25rem);
    line-height: calc(6.6666666667vw + -3.875rem);
  }
}
@media (min-width: 1440px) {
  p,
  .p {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

/* Responsive styles for ordered and unordered lists */
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul, ol {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem);
  margin-right: clamp(0rem, 0vw + 0rem, 0rem);
  margin-bottom: clamp(2.0625rem, 0vw + 2.0625rem, 2.0625rem);
  margin-left: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  padding-top: clamp(0rem, 0vw + 0rem, 0rem);
  padding-right: clamp(0rem, 0vw + 0rem, 0rem);
  padding-bottom: clamp(0rem, 0vw + 0rem, 0rem);
  padding-left: clamp(0rem, 0vw + 0rem, 0rem);
}
@media (min-width: 1200px) and (max-width: 1280px) {
  ul, ol {
    font-size: calc(1.25vw + 0.1875rem);
    line-height: calc(1.25vw + 0.3125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  ul, ol {
    font-size: calc(1vw + 0.3875rem);
    line-height: calc(1vw + 0.5125rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  ul, ol {
    font-size: calc(-1.6666666667vw + 2.6875rem);
    line-height: calc(-1.6666666667vw + 2.8125rem);
  }
}
@media (min-width: 1440px) {
  ul, ol {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
  }
}
ul li, ol li {
  padding: 0.5rem 0;
}
ul li strong, ol li strong {
  font-family: "Avenir95Black";
}
ul li .p, ol li .p {
  display: inline-block;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  ul li .p, ol li .p {
    font-size: calc(1.25vw + 0.1875rem);
    line-height: calc(1.25vw + 0.3125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  ul li .p, ol li .p {
    font-size: calc(1vw + 0.3875rem);
    line-height: calc(1vw + 0.5125rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  ul li .p, ol li .p {
    font-size: calc(-1.6666666667vw + 2.6875rem);
    line-height: calc(-1.6666666667vw + 2.8125rem);
  }
}
@media (min-width: 1440px) {
  ul li .p, ol li .p {
    font-size: 1.1875rem;
    line-height: 1.3125rem;
  }
}

ul.inline,
ol.inline {
  display: grid;
  gap: 0 4rem;
  grid-template-columns: repeat(4, max-content);
}

ul.bullets-none,
ol.bullets-none {
  list-style: none;
  margin-left: 0;
}
ul.bullets-arrows, ul.bullets-checkmarks, ul.bullets-links,
ol.bullets-arrows,
ol.bullets-checkmarks,
ol.bullets-links {
  list-style: none;
  margin-left: 0;
}
ul.bullets-arrows li, ul.bullets-checkmarks li, ul.bullets-links li,
ol.bullets-arrows li,
ol.bullets-checkmarks li,
ol.bullets-links li {
  display: flex;
}
ul.bullets-arrows li::before, ul.bullets-checkmarks li::before, ul.bullets-links li::before,
ol.bullets-arrows li::before,
ol.bullets-checkmarks li::before,
ol.bullets-links li::before {
  content: "";
  font-family: "icomoon";
  color: #003E76;
}
ul.bullets-arrows li,
ol.bullets-arrows li {
  gap: 0 0.625rem;
}
ul.bullets-arrows li::before,
ol.bullets-arrows li::before {
  content: "\e906";
}
ul.bullets-checkmarks li,
ol.bullets-checkmarks li {
  gap: 0 0.625rem;
}
ul.bullets-checkmarks li::before,
ol.bullets-checkmarks li::before {
  content: "\e900";
}
ul.bullets-links li,
ol.bullets-links li {
  gap: 0 0.625rem;
}
ul.bullets-links li::before,
ol.bullets-links li::before {
  content: "\e908";
}

strong {
  font-family: "Avenir85Heavy";
}

a {
  color: #003E76;
  text-decoration: underline;
}
a:hover {
  color: #003E76;
}
a.link-arrow {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
a.link-arrow::after {
  margin-left: 0.625rem;
  content: "\e906";
  font-family: icomoon;
  color: #003E76;
}

.unbold-text {
  font-family: "Avenir55Roman";
}

.uppercase-text {
  text-transform: uppercase;
}

.leadin-text {
  font-size: 1.1875rem;
  line-height: 1.75rem;
  font-family: "Avenir85Heavy";
  color: #003E76;
  text-wrap: balance;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .leadin-text {
    font-size: calc(1.25vw + 0.25rem);
    line-height: calc(1.25vw + 0.8125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .leadin-text {
    font-size: calc(3vw + -1.15rem);
    line-height: calc(3vw + -0.5875rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .leadin-text {
    font-size: calc(8.3333333333vw + -5.75rem);
    line-height: calc(10vw + -6.625rem);
  }
}
@media (min-width: 1440px) {
  .leadin-text {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.footnote {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .footnote {
    font-size: calc(2.5vw + -0.125rem);
    line-height: calc(2.5vw + -0.125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .footnote {
    font-size: calc(6vw + -2.925rem);
    line-height: calc(6vw + -2.925rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .footnote {
    font-size: calc(15vw + -10.6875rem);
    line-height: calc(15vw + -10.6875rem);
  }
}
@media (min-width: 1440px) {
  .footnote {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.two-col h1, .two-col h2, .two-col h3, .two-col h4, .two-col h5, .two-col h6,
.three-col h1,
.three-col h2,
.three-col h3,
.three-col h4,
.three-col h5,
.three-col h6,
.four-col h1,
.four-col h2,
.four-col h3,
.four-col h4,
.four-col h5,
.four-col h6 {
  break-after: avoid;
}
.two-col li,
.three-col li,
.four-col li {
  break-inside: avoid-column;
}

@media screen and (min-width: 768px) {
  .two-col {
    columns: 2;
    column-gap: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .two-col {
    column-gap: 2vw;
  }
}

@media screen and (min-width: 768px) {
  .three-col {
    columns: 3;
    column-gap: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .three-col {
    column-gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .four-col {
    columns: 3;
    column-gap: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .four-col {
    columns: 4;
    column-gap: 1.875rem;
  }
}

hr {
  margin: 0 0 2rem;
  padding: 0;
  height: 0.1rem;
  border: 0;
  background: #003E76;
}

blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 2.8125rem;
  line-height: 1.75rem;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  blockquote {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(2.5vw + -0.125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  blockquote {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(6vw + -2.925rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  blockquote {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(15vw + -10.6875rem);
  }
}
@media (min-width: 1440px) {
  blockquote {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
blockquote p {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: var(--p-margin-bottom);
  font-size: 2.8125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  font-style: normal;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  blockquote cite {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(2.5vw + -0.125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  blockquote cite {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(6vw + -2.925rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  blockquote cite {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(15vw + -10.6875rem);
  }
}
@media (min-width: 1440px) {
  blockquote cite {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}
blockquote::before, blockquote::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "\e902";
  font-size: 2rem;
  font-family: "icomoon";
  text-align: center;
  line-height: 0;
  color: #1A1818;
}
@media screen and (min-width: 768px) {
  blockquote::before, blockquote::after {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  blockquote::before, blockquote::after {
    font-size: 4rem;
  }
}
blockquote::after {
  content: "\e901";
  top: auto;
  bottom: 0;
}

.caption-text {
  font-size: 2.8125rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .caption-text {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(2.5vw + -0.125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .caption-text {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(6vw + -2.925rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .caption-text {
    font-size: calc(0vw + 2.8125rem);
    line-height: calc(15vw + -10.6875rem);
  }
}
@media (min-width: 1440px) {
  .caption-text {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
}

.primary-text-color {
  color: #003E76;
}

.secondary-text-color {
  color: #00AF66;
}

.accent-text-color {
  color: #F26625;
}

.complimentary-text-color {
  color: #0085BE;
}

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
  .hide-for-small {
    display: inherit !important;
  }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1024px - 1440px */
@media only screen and (min-width: 1024px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1200px and up */
@media only screen and (min-width: 1200px) {
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }
  .hide-for-xlarge {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

@media screen and (max-width: 1199px) {
  html.menu-active {
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) {
  html.menu-active body {
    overflow: hidden;
  }
}
html.menu-active body .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.menu-overlay {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 62, 118, 0.7);
  z-index: 99;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

html.menu-active header .fl-menu .fl-menu-mobile-toggle .fl-menu-icon:before {
  content: "\e904";
}

header .fl-menu .fl-menu-mobile-toggle {
  position: relative;
  top: -0.0625rem;
  padding: 0;
  width: 2.0625rem;
  height: 1.6875rem;
  line-height: 1;
}
header .fl-menu .fl-menu-mobile-toggle .fl-menu-icon {
  width: 2.0625rem !important;
  height: 1.6875rem !important;
  line-height: 1;
}
header .fl-menu .fl-menu-mobile-toggle .fl-menu-icon:before {
  display: block;
  content: "\e90d";
  width: 2.0625rem;
  height: 1.6875rem;
  font-family: icomoon;
  font-size: 1.625rem;
  color: #003E76;
}
header .fl-menu .fl-menu-mobile-toggle .hamburger-menu {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.padding-right {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .padding-right {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .padding-right {
    padding-right: 4.375rem;
  }
}

@media screen and (max-width: 1023px) {
  .hide-bg-on-mobile > .fl-row-content-wrap {
    background-image: none;
  }
}

@media screen and (max-width: 1023px) {
  .hold-single-column-longer .fl-col-group-nested > .fl-col:first-of-type {
    width: 40%;
  }
  .hold-single-column-longer .fl-col-group-nested > .fl-col:last-of-type {
    width: 60%;
  }
  .hold-single-column-longer .two-col {
    columns: 1;
    column-gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hold-single-column-longer .two-col {
    column-gap: 4vw;
  }
}

body:not(.fl-builder-edit) #fl-main-content .fl-row {
  position: relative;
  z-index: 10;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(1) {
  z-index: 30;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(2) {
  z-index: 29;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(3) {
  z-index: 28;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(4) {
  z-index: 27;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(5) {
  z-index: 26;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(6) {
  z-index: 25;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(7) {
  z-index: 24;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(8) {
  z-index: 23;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(9) {
  z-index: 22;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(10) {
  z-index: 21;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(11) {
  z-index: 20;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(12) {
  z-index: 19;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(13) {
  z-index: 18;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(14) {
  z-index: 17;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(15) {
  z-index: 16;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(16) {
  z-index: 15;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(17) {
  z-index: 14;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(18) {
  z-index: 13;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(19) {
  z-index: 12;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(20) {
  z-index: 11;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(21) {
  z-index: 10;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(22) {
  z-index: 9;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(23) {
  z-index: 8;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(24) {
  z-index: 7;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(25) {
  z-index: 6;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(26) {
  z-index: 5;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(27) {
  z-index: 4;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(28) {
  z-index: 3;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(29) {
  z-index: 2;
}
body:not(.fl-builder-edit) #fl-main-content .fl-row:nth-of-type(30) {
  z-index: 1;
}

.fa, .fas {
  font-weight: 900 !important;
}

.fl-col {
  min-height: 1vh !important;
}

.mfp-wrap .mfp-close, .mfp-wrap .mfp-close:active, .mfp-wrap .mfp-close:hover, .mfp-wrap .mfp-close:focus,
.admin-bar .mfp-wrap .mfp-close, .admin-bar .mfp-wrap .mfp-close:active, .admin-bar .mfp-wrap .mfp-close:hover, .admin-bar .mfp-wrap .mfp-close:focus {
  position: fixed;
  top: 4.375rem !important;
  right: 1.875rem;
  font-size: 4.375rem;
}

.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.skip-link:focus, .skip-link:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

a#scroll-to-top {
  z-index: 1000;
  right: 30px !important;
  bottom: 30px !important;
}

.row-module-label {
  margin-top: 2rem !important;
  color: white;
  font-size: 2rem;
  border-top: solid 2px #afafaf;
}
.row-module-label.fl-row-full-width {
  margin-bottom: 0;
}
.row-module-label .fl-row-content-wrap {
  padding-top: 0;
}
.row-module-label .fl-module-content {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .row-module-label .fl-rich-text {
    max-width: 30%;
  }
}
.row-module-label .fl-rich-text p {
  font-size: 16px;
  padding: 5px 20px;
  margin-bottom: 0;
  background-color: #cbcbcb;
}
.row-module-label .fl-rich-text p:not(:first-child) {
  font-size: 15px;
}
.row-module-label strong {
  text-transform: uppercase;
}

.row-module-separator .fl-separator {
  border-top: solid 2px magenta;
}

@media screen and (max-width: 767px) {
  body.page-id-674 #fl-main-content ul, body.page-id-674 #fl-main-content ol, body.page-id-674 #fl-main-content li {
    text-align: left;
    justify-content: flex-start;
  }
  #fl-main-content * {
    text-align: center;
    justify-content: center;
  }
  #fl-main-content p {
    text-align: left;
    justify-content: flex-start;
  }
  #fl-main-content .primary-button {
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
  .force-mobile-centering * {
    text-align: center !important;
    justify-content: center !important;
  }
}
#fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
  max-width: calc(100vw - 1.625rem * 2);
}
@media screen and (min-width: 414px) {
  #fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: calc(100vw - 2.25rem * 2);
  }
}
@media screen and (min-width: calc(550px + 2.25rem * 2)) {
  #fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) {
  #fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: calc(100vw - 3.75rem * 2);
  }
}
@media screen and (min-width: 1200px) {
  #fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: calc(1200px - 3.75rem * 2);
  }
}
@media screen and (min-width: 1480px) {
  #fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: calc(100vw - 3.125rem * 4);
  }
}
@media screen and (min-width: calc(1480px + 3.125rem * 2)) {
  #fl-main-content .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row.gutters > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: calc(1480px - 3.125rem * 2);
  }
}
#fl-main-content .fl-row > .fl-row-content-wrap,
footer .fl-row > .fl-row-content-wrap {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #fl-main-content .fl-row > .fl-row-content-wrap,
  footer .fl-row > .fl-row-content-wrap {
    min-height: auto;
    aspect-ratio: 16/7.5;
  }
}
#fl-main-content .fl-row > .fl-row-content-wrap::after,
footer .fl-row > .fl-row-content-wrap::after {
  position: absolute;
  top: auto;
  bottom: -1.25rem;
  content: "";
  width: 100%;
  height: 1.25rem;
  background: linear-gradient(to bottom, rgba(67, 61, 61, 0.5) 0%, rgba(67, 61, 61, 0.2) 15%, rgba(67, 61, 61, 0.05) 40%, rgba(67, 61, 61, 0) 100%);
  z-index: 2;
}
#fl-main-content .fl-row > .fl-row-content-wrap > .fl-row-fixed-width,
footer .fl-row > .fl-row-content-wrap > .fl-row-fixed-width {
  margin-top: 3.75rem;
  margin-bottom: 3rem;
  max-width: calc(100vw - 2.25rem * 2);
}
@media screen and (min-width: 768px) {
  #fl-main-content .fl-row > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row > .fl-row-content-wrap > .fl-row-fixed-width {
    margin-top: 5rem;
    margin-bottom: 3.75rem;
    max-width: calc(100vw - 3.75rem * 2);
  }
}
@media screen and (min-width: calc(1480px + 36px * 2)) {
  #fl-main-content .fl-row > .fl-row-content-wrap > .fl-row-fixed-width,
  footer .fl-row > .fl-row-content-wrap > .fl-row-fixed-width {
    margin-top: 5rem;
    margin-bottom: 3.75rem;
    max-width: 1480px;
  }
}
#fl-main-content .fl-row.no-shadow > .fl-row-content-wrap::after,
footer .fl-row.no-shadow > .fl-row-content-wrap::after {
  display: none;
}
#fl-main-content .fl-row.no-min-height > .fl-row-content-wrap,
footer .fl-row.no-min-height > .fl-row-content-wrap {
  aspect-ratio: auto;
}
@media screen and (min-width: calc(1480px + 36px * 2)) {
  #fl-main-content .fl-row.no-min-height > .fl-row-content-wrap > .fl-row-content,
  footer .fl-row.no-min-height > .fl-row-content-wrap > .fl-row-content {
    margin-top: 11.25rem;
    margin-bottom: 8.125rem;
  }
}
#fl-main-content .fl-row.border-bottom > .fl-row-content-wrap,
footer .fl-row.border-bottom > .fl-row-content-wrap {
  border-bottom: 0.625rem solid #003E76;
}

body.single-project .title {
  position: relative;
  max-width: 1000px;
  margin: 0;
  padding-left: 2.8125rem;
  text-wrap: inherit;
  font-size: 2rem;
  line-height: 2.8125rem;
}
body.single-project .title::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  content: "";
  width: 0.875rem;
  height: 2rem;
  background: #F26625;
}
body.single-project .title .location {
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  margin: 0;
  color: #003E76;
  font-family: "Avenir85Heavy";
  font-size: 1.3125rem;
  line-height: 2rem;
  text-transform: none;
}
body.single-project .title .location::before {
  position: relative;
  top: 0.5rem;
  display: inline-block;
  content: "";
  margin: 0 1.875rem 0 1.375rem;
  width: 0.0625rem;
  height: 2rem;
  background: #F26625;
}
body.single-project .details {
  margin: 0;
  margin-top: clamp(2.5rem, 6.724137931vw + 1.1551724138rem, 7.375rem);
  margin-bottom: clamp(2.5rem, 6.724137931vw + 1.1551724138rem, 7.375rem);
  grid-template-rows: 1fr;
  grid-template-columns: none;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  body.single-project .details {
    grid-template-rows: none;
    grid-template-columns: 44% repeat(3, auto);
  }
}
body.single-project .details .fl-module-box {
  padding: 2.8125rem 0;
  flex: 1 auto;
  align-items: self-start;
  border-bottom: 0.0625rem solid #F26625;
}
@media screen and (min-width: 1025px) {
  body.single-project .details .fl-module-box {
    border-bottom: none;
    border-left: 0.0625rem solid #F26625;
    height: 100%;
    padding: 0 2.1875rem;
  }
  body.single-project .details .fl-module-box:first-of-type {
    padding: 0 2.8125rem;
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  body.single-project .details .fl-module-box {
    padding: 0 2.8125rem;
    height: 80%;
    align-items: center;
  }
}
body.single-project .details .fl-module-box p {
  margin: 0;
  font-size: 1.1875rem;
  line-height: 2rem;
  text-align: left;
}
body.single-project .details .fl-module-box strong {
  display: block;
  margin-bottom: 0.5625rem;
  color: #003E76;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  text-align: left;
}
body.single-project .pp-photo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
body.single-project .pp-photo-gallery::before, body.single-project .pp-photo-gallery::after {
  display: none;
}
body.single-project .pp-photo-gallery .pp-photo-gallery-item {
  margin: 0;
  flex: 0 0 calc(50% - 10px);
  aspect-ratio: 1/0.6715;
  border-radius: 0.9375rem;
  overflow: hidden;
}
body.single-project .pp-photo-gallery .pp-photo-gallery-item .pp-photo-gallery-content:hover img {
  transform: scale(1.05);
}
body.single-project .pp-photo-gallery .pp-photo-gallery-item .pp-photo-gallery-content,
body.single-project .pp-photo-gallery .pp-photo-gallery-item a {
  height: 100%;
}
body.single-project .pp-photo-gallery .pp-photo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}
body.single-project .pp-photo-gallery .pp-photo-gallery-item:nth-of-type(8n + 3), body.single-project .pp-photo-gallery .pp-photo-gallery-item:nth-of-type(8n + 8) {
  flex: 0 0 calc(65% - 10px);
  aspect-ratio: 1/0.515;
}
body.single-project .pp-photo-gallery .pp-photo-gallery-item:nth-of-type(8n + 4), body.single-project .pp-photo-gallery .pp-photo-gallery-item:nth-of-type(8n + 7) {
  flex: 0 0 calc(35% - 10px);
}

footer > .fl-row:not(.design-by) > .fl-row-content-wrap {
  aspect-ratio: auto;
  border-bottom: 0.625rem solid #003E76;
}
@media screen and (max-width: 1200px) {
  footer > .fl-row:not(.design-by) > .fl-row-content-wrap {
    background-image: none;
  }
}
@media screen and (max-width: 1023px) {
  footer > .fl-row:not(.design-by) > .fl-row-content-wrap > .fl-row-content {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  footer > .fl-row:not(.design-by) > .fl-row-content-wrap > .fl-row-content {
    margin-bottom: 0;
  }
}
footer > .fl-row:not(.design-by) > .fl-row-content-wrap > .fl-row-content > .fl-module-box {
  margin: 0 auto;
  max-width: 21.6875rem;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: min-content;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  footer > .fl-row:not(.design-by) > .fl-row-content-wrap > .fl-row-content > .fl-module-box {
    max-width: 48.75rem;
    grid-template-columns: repeat(2, 50%);
    gap: 0 5.625rem;
  }
}
@media screen and (min-width: 1200px) {
  footer > .fl-row:not(.design-by) > .fl-row-content-wrap > .fl-row-content > .fl-module-box {
    max-width: none;
    grid-template-columns: min-content 1fr;
    grid-template-rows: repeat(3, min-content);
    grid-column-gap: 6.25rem;
  }
}
footer .logo {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  footer .logo {
    width: 25rem;
  }
}
footer .logo .fl-heading a {
  display: block;
  margin: 0 auto;
  width: 16.1875rem;
  height: 6.25rem;
  text-indent: -9999px;
  background: transparent url("assets/images/logo-footer.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  footer .logo .fl-heading a {
    width: 25rem;
    height: 9.625rem;
  }
}
footer .navigation {
  grid-area: 4;
}
@media screen and (min-width: 1024px) {
  footer .navigation {
    grid-area: auto;
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1200px) {
  footer .navigation {
    grid-column-start: auto;
    grid-row-start: auto;
    grid-row: span 3;
  }
}
@media screen and (min-width: 1024px) {
  footer .social-icons {
    grid-area: 3;
  }
}
@media screen and (min-width: 1200px) {
  footer .social-icons {
    grid-area: auto;
  }
}
footer .social-icons .fl-icon-group {
  margin: 0.8125rem auto 0.875rem;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  footer .social-icons .fl-icon-group {
    margin: 4.1875rem auto 0.875rem;
    text-align: left;
  }
}
footer .contact {
  margin-top: 2.8125rem;
  grid-area: 2;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .contact {
    grid-area: 2;
  }
}
@media screen and (min-width: 1200px) {
  footer .contact {
    margin-top: 0;
    grid-area: auto;
    text-align: left;
  }
}
footer .contact h6 {
  margin-bottom: 1.75rem;
  padding: 1.25rem 0 0.875rem !important;
  color: #003E76;
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Avenir85Heavy";
  text-transform: uppercase;
  border-top: 0.0625rem solid rgba(0, 62, 118, 0.3);
  border-bottom: 0.0625rem solid rgba(0, 62, 118, 0.3);
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 1200px) {
  footer .contact h6 {
    margin-bottom: 2rem;
  }
}
footer .contact p {
  margin: 0 auto;
  max-width: 15.5rem;
  color: #003E76;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 1200px) {
  footer .contact p {
    max-width: none;
  }
}
footer .contact p span {
  display: none;
}
@media screen and (min-width: 1200px) {
  footer .contact p span {
    display: inline;
  }
}
footer .copyright {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  footer .copyright {
    grid-area: 3;
  }
}
@media screen and (min-width: 1200px) {
  footer .copyright {
    grid-area: auto;
    grid-column: span 2;
    text-align: left;
  }
}
@media screen and (min-width: 1480px) {
  footer .copyright {
    margin-top: 5rem;
  }
}
footer .copyright p {
  margin: 0;
  color: #73787D;
  font-size: 1rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 1200px) {
  footer .copyright p br {
    display: none;
  }
}
footer .bg-image {
  margin-top: 1.875rem;
}

.design-by > .fl-row-content-wrap {
  min-height: auto !important;
  aspect-ratio: auto !important;
  padding: 1.4375rem 0;
  background: #73787D;
}
.design-by > .fl-row-content-wrap > .fl-row-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.design-by > .fl-row-content-wrap p {
  margin: 0;
  color: #E1E1E2;
  font-size: 1rem;
  line-height: 1.375rem;
}

header:not(.fl-post-header) {
  position: relative;
  z-index: 101;
}
header:not(.fl-post-header) .fl-row-content-wrap {
  padding: 0.875rem 0.875rem !important;
  background-color: #ffffff;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 33, 62, 0.2);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  header:not(.fl-post-header) .fl-row-content-wrap {
    padding: 1.5625rem 2.375rem !important;
  }
}
header:not(.fl-post-header) .logo {
  flex: 0 0 auto;
}
header:not(.fl-post-header) .logo .fl-heading a {
  display: block;
  width: clamp(8.8125rem, 13.5227272727vw + 6.1079545455rem, 16.25rem);
  height: clamp(2.3125rem, 3.6363636364vw + 1.5852272727rem, 4.3125rem);
  text-indent: -9999px;
  background: transparent url("assets/images/logo.svg") no-repeat center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, 0, 0);
}

/* Header Shrink Styles */
@media screen and (min-width: 1024px) {
  .fl-theme-builder-header-shrink .fl-row-content-wrap {
    padding: 1.0625rem 2.375rem !important;
  }
}
.fl-theme-builder-header-shrink .logo .fl-heading a {
  width: 12.3125rem;
  height: 3.3125rem;
}

.project-video {
  max-width: 68.75rem;
  margin: 0 auto;
  margin-bottom: clamp(2.5rem, 6.724137931vw + 1.1551724138rem, 7.375rem);
  border-width: clamp(0.625rem, 1.4204545455vw + 0.3409090909rem, 1.25rem);
  border-color: #ffffff;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.project-video .pp-video-play-icon.play-icon-default {
  background-color: transparent;
}
.project-video .pp-video-play-icon:before {
  content: url(assets/images/play-button-animation.svg);
  display: block;
  width: 8.125rem;
  height: 8.125rem;
}
.project-video .pp-video-play-icon svg {
  display: none;
}

.business-unit h6 {
  font-family: "Avenir95Black";
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .business-unit h6 {
    font-size: calc(1.25vw + 0.5625rem);
    line-height: calc(1.25vw + 1.0625rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .business-unit h6 {
    font-size: calc(2vw + -0.0375rem);
    line-height: calc(3vw + -0.3375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .business-unit h6 {
    font-size: calc(5vw + -2.625rem);
    line-height: calc(6.6666666667vw + -3.5rem);
  }
}
@media (min-width: 1440px) {
  .business-unit h6 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media screen and (max-width: 1199px) {
  header #main-menu-extras {
    border-bottom-left-radius: 0.625rem;
    overflow: hidden;
  }
  header #main-menu-extras .fl-row-content-wrap {
    padding: 1.75rem !important;
    box-shadow: none;
  }
  header #main-menu-extras .fl-rich-text {
    text-align: center;
  }
  header #main-menu-extras .fl-rich-text h6 {
    display: inline-block;
    margin: 1rem 0 0.625rem;
    padding-bottom: 0.625rem !important;
    text-transform: uppercase;
    font-family: "Avenir95Black";
    font-size: 0.75rem;
    line-height: 1rem;
    color: #F26625;
    border-bottom: 0.0625rem solid #ACACAC;
  }
  header #main-menu-extras .fl-rich-text p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
  footer #main-menu-extras,
  footer .fl-menu-toggle {
    display: none;
  }
  #main-navigation .fl-menu .menu {
    top: 100%;
    right: 0;
    width: 100%;
    max-width: 20rem;
    max-height: calc(100vh - 120px);
    box-shadow: 0 0 0.9375rem 0 rgba(0, 33, 62, 0.2) inset;
    overflow: scroll;
  }
  #menu-main-menu .fl-menu {
    text-align: left;
  }
  #menu-main-menu > li:not(#main-menu-extras) {
    border-bottom: 0.0625rem solid rgba(0, 62, 118, 0.5);
    background: #00213E;
  }
  #menu-main-menu > li:not(#main-menu-extras):last-child {
    border-bottom: none;
  }
  #menu-main-menu > li:not(#main-menu-extras) > a,
  #menu-main-menu > li:not(#main-menu-extras) > button,
  #menu-main-menu > li:not(#main-menu-extras) > .fl-has-submenu-container > a,
  #menu-main-menu > li:not(#main-menu-extras) > .fl-has-submenu-container > button {
    padding: 1.375rem 1.875rem 1.0625rem;
    width: 100%;
    color: #ffffff;
    font-family: "Avenir65Medium";
    font-size: 1rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    text-align: left;
    border: 0;
    background: transparent;
  }
  #menu-main-menu > li:not(#main-menu-extras) > .fl-has-submenu-container::after {
    position: absolute;
    top: -0.125rem;
    bottom: 0;
    right: 1.875rem;
    content: "\e909";
    display: block;
    margin: auto 0;
    height: 0.625rem;
    color: #F26625;
    font-family: "icomoon";
    font-size: 1.5625rem;
    line-height: 0.625rem;
    transition: all 0.2s ease-in-out;
  }
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu {
    display: block !important;
    padding: 0;
    background: linear-gradient(to bottom, #eeeeee 0%, #f8f8f8 25%, #fcfcfc 35%, #ffffff 100%);
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
  }
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu[data-open=true] {
    padding: 0.625rem 0;
    max-height: 31.25rem; /* Set a max height that’s large enough for most submenus */
  }
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu > li {
    border: none;
  }
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu > li > a,
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu > li > div > a {
    padding: 0.625rem 1.875rem;
    width: 100%;
    text-align: left;
    color: #003E76;
    font-family: "Avenir85Heavy";
    font-size: 1rem;
    line-height: 1.375rem;
  }
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu > li .sub-menu {
    display: block !important;
    padding-left: 1rem;
  }
  #menu-main-menu > li:not(#main-menu-extras) > .sub-menu > li .sub-menu a {
    padding: 0.625rem 1.875rem;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-family: "Avenir55Roman";
    text-align: left;
  }
  #menu-main-menu > li:not(#main-menu-extras).fl-active > .fl-has-submenu-container::after {
    content: "\e90a";
  }
  #menu-main-menu-2 {
    border-top: 0.0625rem solid rgba(0, 62, 118, 0.3);
  }
  #menu-main-menu-2 > li {
    border-bottom: 0.0625rem solid rgba(0, 62, 118, 0.3);
  }
  #menu-main-menu-2 > li a {
    padding: 1rem 0.625rem 0.875rem;
    font-family: "Avenir95Black";
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.125rem;
  }
}
@media screen and (min-width: 1200px) {
  #main-menu-extras {
    display: none;
  }
  #menu-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #menu-main-menu > li {
    flex: 0 0 auto;
    width: auto;
  }
  #menu-main-menu > li.current-menu-ancestor > a::before,
  #menu-main-menu > li.current-menu-ancestor > button::before,
  #menu-main-menu > li.current-menu-ancestor > .fl-has-submenu-container > a::before,
  #menu-main-menu > li.current-menu-ancestor > .fl-has-submenu-container > button::before, #menu-main-menu > li.current-menu-item > a::before,
  #menu-main-menu > li.current-menu-item > button::before,
  #menu-main-menu > li.current-menu-item > .fl-has-submenu-container > a::before,
  #menu-main-menu > li.current-menu-item > .fl-has-submenu-container > button::before {
    color: #F26625;
  }
  #menu-main-menu > li > a,
  #menu-main-menu > li > button,
  #menu-main-menu > li > .fl-has-submenu-container > a,
  #menu-main-menu > li > .fl-has-submenu-container > button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 1.5rem;
    font-family: "Avenir85Heavy";
    font-size: 1.125rem;
    line-height: 2.875rem;
    color: #003E76;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    background: transparent;
  }
  /**
   * Clicky Menus v1.2.0 - CUSTOMIZED TO WORK WITH BEAVER BUILDER MENUS
   */
  /* Header Shrink Styles */
  /**
   * Footnotes
   *
   * [1] Using visibility instead of display allows for easier transitions and animation of submenus
   * [2] Must be a separate ruleset so that hover works in non-modern browsers
   */
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1280px) {
  #menu-main-menu > li > a,
  #menu-main-menu > li > button,
  #menu-main-menu > li > .fl-has-submenu-container > a,
  #menu-main-menu > li > .fl-has-submenu-container > button {
    font-size: calc(0vw + 1.125rem);
    line-height: calc(0vw + 2.875rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1280px) and (max-width: 1380px) {
  #menu-main-menu > li > a,
  #menu-main-menu > li > button,
  #menu-main-menu > li > .fl-has-submenu-container > a,
  #menu-main-menu > li > .fl-has-submenu-container > button {
    font-size: calc(0vw + 1.125rem);
    line-height: calc(0vw + 2.875rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1380px) and (max-width: 1440px) {
  #menu-main-menu > li > a,
  #menu-main-menu > li > button,
  #menu-main-menu > li > .fl-has-submenu-container > a,
  #menu-main-menu > li > .fl-has-submenu-container > button {
    font-size: calc(0vw + 1.125rem);
    line-height: calc(0vw + 2.875rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  #menu-main-menu > li > a,
  #menu-main-menu > li > button,
  #menu-main-menu > li > .fl-has-submenu-container > a,
  #menu-main-menu > li > .fl-has-submenu-container > button {
    font-size: 1.125rem;
    line-height: 2.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #menu-main-menu > li > a:hover::before,
  #menu-main-menu > li > button:hover::before,
  #menu-main-menu > li > .fl-has-submenu-container > a:hover::before,
  #menu-main-menu > li > .fl-has-submenu-container > button:hover::before {
    color: #F26625;
  }
  #menu-main-menu > li > a[aria-expanded=true]::before,
  #menu-main-menu > li > button[aria-expanded=true]::before,
  #menu-main-menu > li > .fl-has-submenu-container > a[aria-expanded=true]::before,
  #menu-main-menu > li > .fl-has-submenu-container > button[aria-expanded=true]::before {
    color: #F26625;
    transform: rotate(90deg);
  }
  #menu-main-menu > li > .fl-has-submenu-container > a::before,
  #menu-main-menu > li > .fl-has-submenu-container > button::before {
    position: absolute;
    top: -0.3125rem;
    bottom: 0;
    left: 0.5rem;
    content: "\e90b";
    display: block;
    margin: auto 0;
    height: 0.625rem;
    color: #E1E1E2;
    font-family: "icomoon";
    font-size: 1.5625rem;
    line-height: 0.625rem;
    transition: all 0.2s ease-in-out;
  }
  #menu-main-menu > li > .sub-menu {
    width: max-content;
    padding: 2.8125rem 3.125rem 4.375rem 4.6875rem;
    background: linear-gradient(to bottom, #eeeeee 0%, #f8f8f8 25%, #fcfcfc 35%, #ffffff 100%);
    box-shadow: inset 0 20px 20px -20px rgba(0, 33, 62, 0.8);
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
  #menu-main-menu > li > .sub-menu::after {
    content: "";
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    width: 2.1875rem;
    height: 1.875rem;
    background: transparent url("/wp-content/uploads/2024/11/letter-logo-orange.png") no-repeat 0 0;
  }
  #menu-main-menu > li > .sub-menu > li.current-menu-ancestor > a:not([href*="#"])::before,
  #menu-main-menu > li > .sub-menu > li.current-menu-ancestor > div > a:not([href*="#"])::before, #menu-main-menu > li > .sub-menu > li.current-menu-item > a:not([href*="#"])::before,
  #menu-main-menu > li > .sub-menu > li.current-menu-item > div > a:not([href*="#"])::before {
    opacity: 1;
    visibility: visible;
  }
  #menu-main-menu > li > .sub-menu > li > a,
  #menu-main-menu > li > .sub-menu > li > div > a {
    padding: 0.625rem 0;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: "Avenir85Heavy";
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1280px) {
  #menu-main-menu > li > .sub-menu > li > a,
  #menu-main-menu > li > .sub-menu > li > div > a {
    font-size: calc(0vw + 1.25rem);
    line-height: calc(0vw + 1.625rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1280px) and (max-width: 1380px) {
  #menu-main-menu > li > .sub-menu > li > a,
  #menu-main-menu > li > .sub-menu > li > div > a {
    font-size: calc(0vw + 1.25rem);
    line-height: calc(0vw + 1.625rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1380px) and (max-width: 1440px) {
  #menu-main-menu > li > .sub-menu > li > a,
  #menu-main-menu > li > .sub-menu > li > div > a {
    font-size: calc(0vw + 1.25rem);
    line-height: calc(0vw + 1.625rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  #menu-main-menu > li > .sub-menu > li > a,
  #menu-main-menu > li > .sub-menu > li > div > a {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1200px) {
  #menu-main-menu > li > .sub-menu > li > a::before,
  #menu-main-menu > li > .sub-menu > li > div > a::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -0.3125rem;
    bottom: 0;
    left: -1rem;
    content: "\e90b";
    display: block;
    margin: auto 0;
    height: 0.625rem;
    color: #F26625;
    font-family: "icomoon";
    font-size: 1.5625rem;
    line-height: 0.625rem;
    transition: all 0.2s ease-in-out;
  }
  #menu-main-menu > li > .sub-menu > li > a:hover::before, #menu-main-menu > li > .sub-menu > li > a[aria-expanded=true]::before,
  #menu-main-menu > li > .sub-menu > li > div > a:hover::before,
  #menu-main-menu > li > .sub-menu > li > div > a[aria-expanded=true]::before {
    opacity: 1;
    visibility: visible;
  }
  #menu-main-menu > li > .sub-menu > li:hover > a::before, #menu-main-menu > li > .sub-menu > li:hover > div > a::before {
    opacity: 1;
    visibility: visible;
  }
  #menu-main-menu > li > .sub-menu > li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
  }
  #menu-main-menu > li > .sub-menu > li .sub-menu a {
    padding: 0.625rem 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Avenir55Roman";
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1280px) {
  #menu-main-menu > li > .sub-menu > li .sub-menu a {
    font-size: calc(0vw + 1rem);
    line-height: calc(0vw + 1.25rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1280px) and (max-width: 1380px) {
  #menu-main-menu > li > .sub-menu > li .sub-menu a {
    font-size: calc(0vw + 1rem);
    line-height: calc(0vw + 1.25rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1380px) and (max-width: 1440px) {
  #menu-main-menu > li > .sub-menu > li .sub-menu a {
    font-size: calc(0vw + 1rem);
    line-height: calc(0vw + 1.25rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1440px) {
  #menu-main-menu > li > .sub-menu > li .sub-menu a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #menu-main-menu > li > .sub-menu > li .sub-menu a:hover {
    text-decoration: underline;
    text-decoration-color: #F26625;
    text-underline-offset: 0.5rem;
  }
  #menu-main-menu > li > .sub-menu > li .sub-menu a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  .fl-menu > nav > .clicky-menu {
    /**
     * Initial state, hidden off screen
     */
    /* Contain position of submenu to parent list item. This is probably the 80% of the 80/20 use case */
    /**
     * No JS fallback
     *
     * Triggers menus on hover rather than click. Supports keyboard navigation in modern browsers.
     */
    /**
     * Open/Close Menu Behavior with JS
     */
    /* Prevent offscreen-submenus */
  }
  .fl-menu > nav > .clicky-menu > .fl-has-submenu > .sub-menu, .fl-menu > nav > .clicky-menu > .fl-has-submenu:hover > .sub-menu, .fl-menu > nav > .clicky-menu > .fl-has-submenu.focus > .sub-menu, .fl-menu > nav > .clicky-menu > .fl-has-submenu:focus-within > .sub-menu {
    display: block;
    position: absolute;
    top: calc(100% + 36px);
    left: -3.1875rem;
    visibility: hidden; /*[1]*/
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .fl-menu > nav > .clicky-menu > .fl-has-submenu > .sub-menu .sub-menu, .fl-menu > nav > .clicky-menu > .fl-has-submenu:hover > .sub-menu .sub-menu, .fl-menu > nav > .clicky-menu > .fl-has-submenu.focus > .sub-menu .sub-menu, .fl-menu > nav > .clicky-menu > .fl-has-submenu:focus-within > .sub-menu .sub-menu {
    display: block;
    transition: all 0.4s ease-in-out;
  }
  .fl-menu > nav > .clicky-menu > li {
    position: relative;
  }
  .fl-menu > nav > .clicky-menu.no-js .fl-has-submenu > .sub-menu,
  .fl-menu > nav > .clicky-menu.no-js .fl-has-submenu:hover > .sub-menu,
  .fl-menu > nav > .clicky-menu.no-js .fl-has-submenu.focus > .sub-menu,
  .fl-menu > nav > .clicky-menu.no-js .fl-has-submenu:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .fl-menu > nav > .clicky-menu .fl-has-submenu .sub-menu[aria-hidden=false],
  .fl-menu > nav > .clicky-menu .fl-has-submenu .sub-menu[aria-hidden=false] .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .fl-menu > nav > .clicky-menu .sub-menu--right {
    left: auto !important;
    right: 0 !important;
  }
  .fl-theme-builder-header-shrink .fl-menu .clicky-menu {
    /**
    * Initial state, hidden off screen
    */
  }
  .fl-theme-builder-header-shrink .fl-menu .clicky-menu .fl-has-submenu > .sub-menu, .fl-theme-builder-header-shrink .fl-menu .clicky-menu .fl-has-submenu:hover > .sub-menu, .fl-theme-builder-header-shrink .fl-menu .clicky-menu .fl-has-submenu.focus > .sub-menu, .fl-theme-builder-header-shrink .fl-menu .clicky-menu .fl-has-submenu:focus-within > .sub-menu {
    top: calc(100% + 20px);
  }
  body:not(.fl-builder-edit) .sidebar-menu {
    position: fixed;
    top: 35%;
    right: -26.4rem;
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background: #ffffff;
    z-index: 9;
    box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.2s ease-in-out;
  }
  body:not(.fl-builder-edit) .sidebar-menu .fl-row-content-wrap {
    padding: 0;
  }
  body:not(.fl-builder-edit) .sidebar-menu .fl-col-content,
  body:not(.fl-builder-edit) .sidebar-menu .fl-module-content {
    margin: 0;
  }
  body:not(.fl-builder-edit) .sidebar-menu.is-open {
    right: 0;
  }
  .sidebar-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar-menu ul li img {
    margin: 0 auto !important;
  }
  .sidebar-menu ul li span {
    margin-left: 2rem;
  }
  .sidebar-menu ul li.heading a {
    font-family: "Avenir85Heavy";
    color: #1A1818;
    text-decoration: none !important;
  }
  .sidebar-menu ul li.heading img {
    width: 3.1rem;
    height: 3.1rem;
  }
  .sidebar-menu ul li.heading span {
    font-size: 2.6rem;
  }
  .sidebar-menu ul li.heading span::after {
    content: "\e901";
    color: #ffffff;
    margin-left: 2rem;
    font-family: "icomoon";
    font-size: 1.4rem;
  }
  .sidebar-menu ul li a {
    display: grid;
    grid-template-columns: 37px 1fr;
    align-items: center;
    padding: 1rem 2rem;
    font-weight: 700;
    text-decoration: none;
  }
  .sidebar-menu ul li a:hover {
    text-decoration: underline;
  }
  .sidebar-menu ul li:nth-of-type(2) img {
    width: 2.6rem;
    height: 3.6rem;
  }
  .sidebar-menu ul li:nth-of-type(3) img {
    width: 3.5rem;
    height: 2.6rem;
  }
  .sidebar-menu ul li:nth-of-type(4) img {
    width: 3.7rem;
    height: 2.8rem;
  }
  .sidebar-menu ul li:nth-of-type(5) img {
    width: 3.1rem;
    height: 3.1rem;
  }
  .sidebar-menu ul li:nth-of-type(6) img {
    width: 2.9rem;
    height: 3.7rem;
  }
  #menu-main-menu-1 {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #menu-main-menu-1::before, #menu-main-menu-1::after {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  #menu-main-menu-1 {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: clamp(2.1875rem, 16.0714285714vw + -9.8660714286rem, 5rem);
  }
}
@media screen and (min-width: 1200px) and (min-width: 1480px) {
  #menu-main-menu-1 {
    grid-template-columns: repeat(3, max-content);
    grid-template-rows: auto auto;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  #menu-main-menu-1 > li {
    padding: 0;
    border: 0 !important;
  }
  #menu-main-menu-1 > li:nth-of-type(4) > .fl-has-submenu-container > a,
  #menu-main-menu-1 > li:nth-of-type(4) > a, #menu-main-menu-1 > li:nth-of-type(5) > .fl-has-submenu-container > a,
  #menu-main-menu-1 > li:nth-of-type(5) > a {
    border-top: 0;
  }
  #menu-main-menu-1 > li > .fl-has-submenu-container > a,
  #menu-main-menu-1 > li > a {
    min-width: 10.625rem;
    padding: 1.25rem 0 0.875rem !important;
    color: #003E76;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 0.125rem;
    font-family: "Avenir85Heavy";
    text-transform: uppercase;
    border-top: 0.0625rem solid rgba(0, 62, 118, 0.3);
    border-bottom: 0.0625rem solid rgba(0, 62, 118, 0.3);
    transition: all 0.2s ease-in-out;
  }
  #menu-main-menu-1 > li > .fl-has-submenu-container > a:hover,
  #menu-main-menu-1 > li > a:hover {
    color: #0074dc;
  }
}
@media screen and (min-width: 1200px) {
  #menu-main-menu-1 .sub-menu {
    display: none;
  }
}
.fl-button-wrap {
  text-align: center;
}
.fl-button-wrap a.fl-button,
.fl-button-wrap a.fl-button:visited {
  display: inline-block !important;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-right: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-left: clamp(0rem, 0vw + 0rem, 0rem) !important;
  padding-top: clamp(0.6875rem, 0.5617977528vw + 0.4178370787rem, 0.9375rem) !important;
  padding-right: clamp(1.875rem, 1.404494382vw + 1.2008426966rem, 2.5rem) !important;
  padding-bottom: clamp(0.5rem, 0.2808988764vw + 0.3651685393rem, 0.625rem) !important;
  padding-left: clamp(1.875rem, 1.404494382vw + 1.2008426966rem, 2.5rem) !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-family: "Avenir95Black" !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09375rem;
  transition: all 0.2s ease-in-out !important;
  border: 0.0625rem solid #F26625 !important;
  border-radius: 0.625rem !important;
  background: #F26625 !important;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .fl-button-wrap a.fl-button,
  .fl-button-wrap a.fl-button:visited {
    font-size: calc(1.25vw + -0.0625rem) !important;
    line-height: calc(1.25vw + 0.3125rem) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .fl-button-wrap a.fl-button,
  .fl-button-wrap a.fl-button:visited {
    font-size: calc(2vw + -0.6625rem) !important;
    line-height: calc(3vw + -1.0875rem) !important;
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .fl-button-wrap a.fl-button,
  .fl-button-wrap a.fl-button:visited {
    font-size: calc(1.6666666667vw + -0.375rem) !important;
    line-height: calc(6.6666666667vw + -4.25rem) !important;
  }
}
@media (min-width: 1440px) {
  .fl-button-wrap a.fl-button,
  .fl-button-wrap a.fl-button:visited {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.fl-button-wrap a.fl-button .fl-button-text,
.fl-button-wrap a.fl-button:visited .fl-button-text {
  color: #ffffff !important;
  transition: all 0.2s ease-in-out !important;
}
.fl-button-wrap a.fl-button:hover,
.fl-button-wrap a.fl-button:visited:hover {
  color: #003E76 !important;
  background: transparent !important;
}
.fl-button-wrap a.fl-button:hover .fl-button-text,
.fl-button-wrap a.fl-button:visited:hover .fl-button-text {
  color: #003E76 !important;
  background: transparent !important;
}

.gform_button {
  display: inline-block !important;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-right: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-left: clamp(0rem, 0vw + 0rem, 0rem) !important;
  padding-top: clamp(0.6875rem, 0.5617977528vw + 0.4178370787rem, 0.9375rem) !important;
  padding-right: clamp(1.875rem, 1.404494382vw + 1.2008426966rem, 2.5rem) !important;
  padding-bottom: clamp(0.5rem, 0.2808988764vw + 0.3651685393rem, 0.625rem) !important;
  padding-left: clamp(1.875rem, 1.404494382vw + 1.2008426966rem, 2.5rem) !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: #ffffff !important;
  font-family: "Avenir95Black" !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09375rem;
  border: 0.0625rem solid #F26625 !important;
  border-radius: 0.625rem !important;
  background: #F26625 !important;
  transition: all 0.2s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .gform_button {
    font-size: calc(1.25vw + -0.0625rem) !important;
    line-height: calc(1.25vw + 0.3125rem) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .gform_button {
    font-size: calc(2vw + -0.6625rem) !important;
    line-height: calc(3vw + -1.0875rem) !important;
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .gform_button {
    font-size: calc(1.6666666667vw + -0.375rem) !important;
    line-height: calc(6.6666666667vw + -4.25rem) !important;
  }
}
@media (min-width: 1440px) {
  .gform_button {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.gform_button:hover {
  color: #003E76 !important;
  background: transparent !important;
}

.fl-module-content a.primary-button, .fl-module-content a.secondary-button {
  display: inline-block !important;
  margin-top: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-right: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-bottom: clamp(0rem, 0vw + 0rem, 0rem) !important;
  margin-left: clamp(0rem, 0vw + 0rem, 0rem) !important;
  padding-top: clamp(0.6875rem, 0.5617977528vw + 0.4178370787rem, 0.9375rem) !important;
  padding-right: clamp(1.875rem, 1.404494382vw + 1.2008426966rem, 2.5rem) !important;
  padding-bottom: clamp(0.5rem, 0.2808988764vw + 0.3651685393rem, 0.625rem) !important;
  padding-left: clamp(1.875rem, 1.404494382vw + 1.2008426966rem, 2.5rem) !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  color: #ffffff !important;
  font-family: "Avenir95Black" !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.09375rem;
  border: 0.0625rem solid #F26625 !important;
  border-radius: 0.625rem !important;
  background: #F26625 !important;
  transition: all 0.2s ease-in-out !important;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .fl-module-content a.primary-button, .fl-module-content a.secondary-button {
    font-size: calc(1.25vw + -0.0625rem) !important;
    line-height: calc(1.25vw + 0.3125rem) !important;
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .fl-module-content a.primary-button, .fl-module-content a.secondary-button {
    font-size: calc(2vw + -0.6625rem) !important;
    line-height: calc(3vw + -1.0875rem) !important;
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .fl-module-content a.primary-button, .fl-module-content a.secondary-button {
    font-size: calc(1.6666666667vw + -0.375rem) !important;
    line-height: calc(6.6666666667vw + -4.25rem) !important;
  }
}
@media (min-width: 1440px) {
  .fl-module-content a.primary-button, .fl-module-content a.secondary-button {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.fl-module-content a.primary-button:hover, .fl-module-content a.secondary-button:hover {
  color: #003E76 !important;
  background: transparent !important;
}
.fl-module-content a.secondary-button {
  color: #ffffff !important;
  border: 0.0625rem solid #00AF66 !important;
  background: #00AF66 !important;
}

#breadcrumbs {
  padding: 0 2rem;
  margin: 3rem auto 0;
  max-width: 159rem;
}
@media screen and (min-width: 641px) {
  #breadcrumbs {
    padding: 0 6rem;
  }
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    padding: 0 8rem;
  }
}
#breadcrumbs p {
  margin: 0;
  font-size: 1.3rem;
}
.masonry-with-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .masonry-with-columns {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 0.5fr;
    gap: 20px 20px;
  }
}
.masonry-with-columns div {
  position: relative;
  height: clamp(13.75pxrem, 12.0614035088pxvw + 6.0307017544pxrem, 17.1875pxrem);
}
@media screen and (min-width: 768px) {
  .masonry-with-columns div:nth-child(18n+2), .masonry-with-columns div:nth-child(18n+4), .masonry-with-columns div:nth-child(18n+10), .masonry-with-columns div:nth-child(18n+13) {
    grid-column-end: span 2;
    grid-row-end: span 2;
    height: clamp(28.75pxrem, 24.1228070175pxvw + 13.3114035088pxrem, 35.625pxrem);
  }
  .masonry-with-columns div:nth-child(18n+5), .masonry-with-columns div:nth-child(18n+9) {
    grid-row-end: span 2;
    height: 460px;
    height: clamp(28.75pxrem, 24.1228070175pxvw + 13.3114035088pxrem, 35.625pxrem);
  }
  .masonry-with-columns div:nth-child(18n+11) {
    grid-column-end: span 2;
  }
}
.masonry-with-columns div > a {
  display: block;
  width: 100%;
  height: 100%;
}
.masonry-with-columns div .title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.78);
}
@media screen and (min-width: 1024px) {
  .masonry-with-columns div .title {
    display: flex;
    justify-content: center;
    top: 0;
    right: 0;
    text-align: center;
    outline: 4px solid #003E76;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .masonry-with-columns div .title:hover {
    opacity: 1;
  }
}
.masonry-with-columns div .title a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: "Avenir55Roman";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .masonry-with-columns div .title a {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
.masonry-with-columns div .title a::after {
  margin-left: auto;
  position: relative;
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 400;
  color: #003E76;
}
@media screen and (min-width: 1024px) {
  .masonry-with-columns div .title a::after {
    margin-left: 0;
  }
}
.masonry-with-columns div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in;
  z-index: 999;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal p + p {
  margin-top: 1rem;
}
.modal .modal-dialog {
  position: relative;
  padding: 50px;
  width: 100%;
  max-width: 1480px;
  max-height: 80vh;
  border-radius: 5px;
  background: #ffffff;
  overflow: auto;
  cursor: default;
}
.modal .close-modal {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal .modal-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.5fr;
    gap: 0 80px;
  }
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  line-height: 1.5;
}
.gform_wrapper.gravity-theme .gfield_label {
  text-align: left !important;
  line-height: 1.5;
  font-weight: 400 !important;
  font-family: "Avenir85Heavy" !important;
}
.gform_wrapper.gravity-theme .gfield,
.gform_wrapper.gravity-theme .gform-field-label,
.gform_wrapper.gravity-theme .gfield_description {
  text-align: left !important;
}
.gform_wrapper.gravity-theme .field_sublabel_above .description,
.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1rem !important;
}

/* Default styles for larger screens */
ul.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  ul.accordion > li {
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  ul.accordion > li.active > ul {
    max-height: 60rem;
    z-index: 10 !important;
  }
}
@media only screen and (max-width: 767px) {
  ul.accordion > li > ul {
    max-height: 0;
    overflow: hidden;
    z-index: 10 !important;
    transition: all 0.5s ease-in-out;
  }
}

.rows-modules-wrapper {
  margin: 0 !important;
}
.rows-modules-wrapper .rows-modules-description {
  border: 1px solid #E1E1E2;
  box-shadow: 1px 1px 10px rgba(26, 24, 24, 0.1);
}

@media screen and (min-width: 768px) {
  .photo-text-columns .text:first-child {
    padding-right: clamp(2.5rem, 8.4269662921vw + -1.5449438202rem, 6.25rem);
  }
  .photo-text-columns .text:last-child {
    padding-left: clamp(2.5rem, 8.4269662921vw + -1.5449438202rem, 6.25rem);
  }
}
.photo-text-columns .photo {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .photo-text-columns .photo {
    margin-top: 0;
  }
}

.join-us {
  overflow: hidden;
}
.join-us > .fl-row-content-wrap {
  position: relative;
  background: linear-gradient(to bottom, #003E76 0%, #002b52 100%);
}
.join-us > .fl-row-content-wrap::before {
  position: absolute;
  bottom: 0;
  left: 2.5rem;
  content: "team";
  font-family: "Avenir95Black";
  color: #003e76;
  font-size: clamp(8.75rem, 26.2931034483vw + 3.4913793103rem, 27.8125rem);
  line-height: clamp(4.375rem, 12.9310344828vw + 1.7887931034rem, 13.75rem);
  z-index: 0;
}
.join-us > .fl-row-content-wrap > .fl-row-content {
  position: relative;
}
.join-us .fl-rich-text h5,
.join-us .fl-rich-text .h5 {
  color: #ffffff;
}
.join-us .fl-rich-text p {
  font-family: "Avenir55Roman";
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.375rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .join-us .fl-rich-text p {
    font-size: calc(0vw + 1.75rem);
    line-height: calc(0vw + 2.375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .join-us .fl-rich-text p {
    font-size: calc(0vw + 1.75rem);
    line-height: calc(0vw + 2.375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .join-us .fl-rich-text p {
    font-size: calc(0vw + 1.75rem);
    line-height: calc(0vw + 2.375rem);
  }
}
@media (min-width: 1440px) {
  .join-us .fl-rich-text p {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 70%; /* Adjust the width as needed */
  height: 70vh;
}

#fl-main-content .post-grid-row.fl-row > .fl-row-content-wrap > .fl-row-fixed-width {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.post-grid-row .fl-post-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .post-grid-row .fl-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .post-grid-row .fl-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.post-grid-row .fl-post-grid::before, .post-grid-row .fl-post-grid::after {
  display: none;
}
.post-grid-row .fl-post-grid .fl-post-column {
  width: 100%;
}
.post-grid-row .fl-post-grid .fl-post-grid-post {
  position: relative;
  padding-top: clamp(0.9375rem, 1.8518518519vw + 0.0486111111rem, 1.4375rem);
  padding-bottom: clamp(0.9375rem, 1.8518518519vw + 0.0486111111rem, 1.4375rem);
  padding-left: clamp(1.125rem, 2.0833333333vw + 0.125rem, 1.6875rem);
  padding-right: clamp(1.125rem, 2.0833333333vw + 0.125rem, 1.6875rem);
  background: #F6F6F6;
  border: none;
  border-radius: 0.9375rem;
  height: 100%;
}
.post-grid-row .fl-post-grid .fl-post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-grid-row .fl-post-grid .fl-post-image {
  overflow: hidden;
  aspect-ratio: 426/275;
}
.post-grid-row .fl-post-grid .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.post-grid-row .fl-post-grid .fl-post-text {
  position: relative;
  padding-bottom: 0;
  padding-left: clamp(0.75rem, 1.8518518519vw + -0.1388888889rem, 1.25rem);
  padding-right: clamp(0.75rem, 1.8518518519vw + -0.1388888889rem, 1.25rem);
  padding-top: clamp(0.75rem, 1.8518518519vw + -0.1388888889rem, 1.25rem);
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .post-grid-row .fl-post-grid .fl-post-text {
    font-size: calc(1.25vw + 0rem);
    line-height: calc(1.25vw + 0.625rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .post-grid-row .fl-post-grid .fl-post-text {
    font-size: calc(1vw + 0.2rem);
    line-height: calc(2vw + 0.025rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .post-grid-row .fl-post-grid .fl-post-text {
    font-size: calc(1.6666666667vw + -0.375rem);
    line-height: calc(3.3333333333vw + -1.125rem);
  }
}
@media (min-width: 1440px) {
  .post-grid-row .fl-post-grid .fl-post-text {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.post-grid-row .fl-post-grid .fl-post-text .icomoon-angle-down {
  display: block;
  margin: 0;
  margin-left: clamp(-0.75rem, -3.125vw + 0.75rem, -1.25rem);
  margin-right: clamp(-0.75rem, -3.125vw + 0.75rem, -1.25rem);
  padding: 0.375rem 0 0;
  text-align: right;
  cursor: pointer;
}
.post-grid-row .fl-post-grid .fl-post-text .icomoon-angle-down::before {
  font-size: 1.875rem;
  font-weight: 900;
  color: #F26625;
}
.post-grid-row .fl-post-grid .fl-post-text.opened .bio {
  padding-top: clamp(1.875rem, 0vw + 1.875rem, 1.875rem);
  padding-bottom: 0.625rem;
  margin-top: 1.875rem;
  max-height: 62.4375rem;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-delay: 0s, 0s, 0s, 0s;
  transition-property: max-height, padding-top, padding-bottom, margin-top;
}
.post-grid-row .fl-post-grid .fl-post-text.opened .icomoon-angle-down {
  padding: 0.625rem 0 0;
}
.post-grid-row .fl-post-grid .fl-post-text.opened .icomoon-angle-down::before {
  content: "\e904";
  font-size: 0.9375rem;
  font-weight: 300;
}
.post-grid-row .fl-post-grid .fl-post-text .fl-post-title {
  font-family: "Avenir85Heavy";
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .post-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: calc(1.25vw + 0.3125rem);
    line-height: calc(1.25vw + 0.8125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .post-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: calc(1vw + 0.5125rem);
    line-height: calc(2vw + 0.2125rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .post-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: calc(1.6666666667vw + -0.0625rem);
    line-height: calc(1.6666666667vw + 0.5rem);
  }
}
@media (min-width: 1440px) {
  .post-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}
.post-grid-row .fl-post-grid .fl-post-text .bio {
  max-height: 0;
  margin: 0 -3.125rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: clamp(3rem, 0.462962963vw + 2.7777777778rem, 3.125rem);
  padding-right: clamp(3rem, 0.462962963vw + 2.7777777778rem, 3.125rem);
  box-shadow: 0 0.3125rem 0.3125rem rgba(0, 33, 62, 0.1) inset, 0 -0.3125rem 0.3125rem rgba(0, 33, 62, 0.1) inset;
  overflow: hidden;
  transition-duration: 0.2s, 0.2s, 0.2s, 0.2s;
  transition-delay: 0s, 0s, 0s, 0.2s;
  transition-property: max-height, padding-top, padding-bottom, margin-top;
}
.post-grid-row .fl-post-grid .fl-post-text .bio p, .post-grid-row .fl-post-grid .fl-post-text .bio ol, .post-grid-row .fl-post-grid .fl-post-text .bio ul {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  margin: 0 0 1.125rem 0;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .post-grid-row .fl-post-grid .fl-post-text .bio p, .post-grid-row .fl-post-grid .fl-post-text .bio ol, .post-grid-row .fl-post-grid .fl-post-text .bio ul {
    font-size: calc(1.25vw + 0rem);
    line-height: calc(1.25vw + 0.625rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .post-grid-row .fl-post-grid .fl-post-text .bio p, .post-grid-row .fl-post-grid .fl-post-text .bio ol, .post-grid-row .fl-post-grid .fl-post-text .bio ul {
    font-size: calc(1vw + 0.2rem);
    line-height: calc(2vw + 0.025rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .post-grid-row .fl-post-grid .fl-post-text .bio p, .post-grid-row .fl-post-grid .fl-post-text .bio ol, .post-grid-row .fl-post-grid .fl-post-text .bio ul {
    font-size: calc(1.6666666667vw + -0.375rem);
    line-height: calc(3.3333333333vw + -1.125rem);
  }
}
@media (min-width: 1440px) {
  .post-grid-row .fl-post-grid .fl-post-text .bio p, .post-grid-row .fl-post-grid .fl-post-text .bio ol, .post-grid-row .fl-post-grid .fl-post-text .bio ul {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
.post-grid-row .fl-post-grid .fl-post-text a {
  color: #1A1818;
  text-decoration: none;
}
.post-grid-row.reverse > .fl-row-content-wrap {
  background: #F6F6F6;
}
.post-grid-row.reverse .fl-post-grid .fl-post-grid-post {
  background: #ffffff;
}

#fl-main-content .fl-row.project-grid-row > .fl-row-content-wrap > .fl-row-fixed-width {
  margin-top: 9.375rem;
  margin-bottom: 7.1875rem;
}

.project-grid-row .fl-post-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 0.625rem;
  grid-row-gap: clamp(1.5625rem, 1.7045454545vw + 1.2215909091rem, 2.5rem);
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .project-grid-row .fl-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .project-grid-row .fl-post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.project-grid-row .fl-post-grid::before, .project-grid-row .fl-post-grid::after {
  display: none;
}
.project-grid-row .fl-post-grid .fl-post-column {
  width: auto;
  padding-top: clamp(1.25rem, 0vw + 1.25rem, 1.25rem);
  padding-bottom: 0.625rem;
  padding-left: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  padding-right: clamp(1.25rem, 1.1574074074vw + 0.6944444444rem, 1.5625rem);
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 768px) {
  .project-grid-row .fl-post-grid .fl-post-column {
    outline: solid 1px rgba(242, 102, 37, 0);
  }
  .project-grid-row .fl-post-grid .fl-post-column:has(a:hover) {
    outline: solid 1px rgba(242, 102, 37, 0.8);
  }
}
.project-grid-row .fl-post-grid .fl-post-grid-post {
  position: relative;
  border: none;
}
.project-grid-row .fl-post-grid .fl-post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.project-grid-row .fl-post-grid .fl-post-link:hover ~ .fl-post-image img {
  transform: scale(1.05);
}
.project-grid-row .fl-post-grid .fl-post-industry {
  margin-bottom: 0.625rem;
  font-family: "Avenir55Roman";
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-size: 0.75rem;
  line-height: 0.9rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .project-grid-row .fl-post-grid .fl-post-industry {
    font-size: calc(1.25vw + -0.1875rem);
    line-height: calc(1.25vw + -0.0375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .project-grid-row .fl-post-grid .fl-post-industry {
    font-size: calc(1vw + 0.0125rem);
    line-height: calc(2vw + -0.6375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .project-grid-row .fl-post-grid .fl-post-industry {
    font-size: calc(1.6666666667vw + -0.5625rem);
    line-height: calc(1vw + 0.225rem);
  }
}
@media (min-width: 1440px) {
  .project-grid-row .fl-post-grid .fl-post-industry {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}
.project-grid-row .fl-post-grid .fl-post-image {
  overflow: hidden;
  aspect-ratio: 441/341;
}
.project-grid-row .fl-post-grid .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease-in-out;
}
.project-grid-row .fl-post-grid .fl-post-text {
  padding: 1rem 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.project-grid-row .fl-post-grid .fl-post-text .fl-post-location {
  margin-bottom: 1.25rem;
  font-family: "Avenir55Roman";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  text-decoration: underline;
  text-decoration-color: #F26625;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.9375rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-location {
    font-size: calc(1.25vw + 0rem);
    line-height: calc(1.25vw + 0.28125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-location {
    font-size: calc(1vw + 0.2rem);
    line-height: calc(1vw + 0.48125rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-location {
    font-size: calc(0vw + 1.0625rem);
    line-height: calc(0.8333333333vw + 0.625rem);
  }
}
@media (min-width: 1440px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-location {
    font-size: 1.0625rem;
    line-height: 1.375rem;
  }
}
.project-grid-row .fl-post-grid .fl-post-text .fl-post-title {
  font-family: "Avenir85Heavy";
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: calc(1.25vw + 0.125rem);
    line-height: calc(1.25vw + 0.4375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: calc(1vw + 0.325rem);
    line-height: calc(1vw + 0.6375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: calc(0vw + 1.1875rem);
    line-height: calc(1.6666666667vw + 0.0625rem);
  }
}
@media (min-width: 1440px) {
  .project-grid-row .fl-post-grid .fl-post-text .fl-post-title {
    font-size: 1.1875rem;
    line-height: 1.5625rem;
  }
}
.project-grid-row .fl-post-grid .fl-post-text a {
  color: #1A1818;
  text-decoration: none;
}
.project-grid-row.featured-work {
  background: #FBFBFB;
}
.project-grid-row.featured-work.single-work .fl-post-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  grid-column-gap: 0;
  width: 100%;
  max-width: 68.75rem;
  margin: 0 auto;
}
.project-grid-row.featured-work.single-work .fl-post-grid .fl-post-image {
  aspect-ratio: 16/7;
}
.project-grid-row.featured-work.single-work .fl-post-grid .learn-more-link {
  right: 0;
  text-align: right !important;
}
.project-grid-row.featured-work .fl-post-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 2.5rem;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .project-grid-row.featured-work .fl-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.project-grid-row.featured-work .fl-post-grid .fl-post-column {
  position: relative;
  margin: 2.5rem 0 4.375rem;
  padding: 0;
  border: 1.125rem solid #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
.project-grid-row.featured-work .fl-post-grid .fl-post-column .fl-post-grid-post {
  height: 100%;
  overflow: visible;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-industry {
  position: absolute;
  top: -2.8125rem;
  left: -0.9375rem;
  z-index: 1;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-image {
  position: relative;
  aspect-ratio: 695/408;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-image .pp-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  line-height: 0;
  padding: 1.25rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.33);
  background-color: transparent;
  cursor: pointer;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-image .pp-video-play-icon svg {
  display: none;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-image .pp-video-play-icon::before {
  content: url("assets/images/play-button-animation.svg");
  display: block;
  width: 8.125rem;
  height: 8.125rem;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-image .pp-video-play-icon .pp-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.project-grid-row.featured-work .fl-post-grid .fl-post-text {
  padding-bottom: 0;
}
.project-grid-row.featured-work .fl-post-grid .learn-more-link {
  position: absolute;
  bottom: -5rem;
  width: 100%;
  text-align: right;
  margin-bottom: 1.25rem;
  font-family: "Avenir55Roman";
  font-size: 1.0625rem;
  line-height: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.21875rem;
  text-decoration: underline;
  text-decoration-color: #F26625;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.9375rem;
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .project-grid-row.featured-work .fl-post-grid .learn-more-link {
    font-size: calc(1.25vw + 0rem);
    line-height: calc(1.25vw + 0.28125rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .project-grid-row.featured-work .fl-post-grid .learn-more-link {
    font-size: calc(1vw + 0.2rem);
    line-height: calc(1vw + 0.48125rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .project-grid-row.featured-work .fl-post-grid .learn-more-link {
    font-size: calc(0vw + 1.0625rem);
    line-height: calc(0.8333333333vw + 0.625rem);
  }
}
@media (min-width: 1440px) {
  .project-grid-row.featured-work .fl-post-grid .learn-more-link {
    font-size: 1.0625rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .project-grid-row.featured-work .fl-post-grid .learn-more-link {
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: calc(1134px + 36px * 2)) {
  .numbers-grid > .fl-row-content-wrap > .fl-row-fixed-width {
    max-width: 1134px !important;
  }
}
.numbers-grid h5,
.numbers-grid .h5 {
  font-size: 2.125rem;
  line-height: 2.25rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .numbers-grid h5,
  .numbers-grid .h5 {
    font-size: calc(6.25vw + -2.5625rem);
    line-height: calc(6.25vw + -2.4375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .numbers-grid h5,
  .numbers-grid .h5 {
    font-size: calc(13vw + -7.9625rem);
    line-height: calc(13vw + -7.8375rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .numbers-grid h5,
  .numbers-grid .h5 {
    font-size: calc(38.3333333333vw + -29.8125rem);
    line-height: calc(38.3333333333vw + -29.6875rem);
  }
}
@media (min-width: 1440px) {
  .numbers-grid h5,
  .numbers-grid .h5 {
    font-size: 4.6875rem;
    line-height: 4.8125rem;
  }
}
.numbers-grid h5 strong,
.numbers-grid .h5 strong {
  font-family: "Avenir95Black";
}
@media screen and (max-width: 767px) {
  .numbers-grid .fl-module-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .numbers-grid .fl-module-box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.numbers-grid .fl-module-box .fl-module-box {
  aspect-ratio: 1.25;
  border: 1px solid #0085BE;
}
.numbers-grid .fl-module-box .fl-module-box .fl-module-numbers {
  padding: 0;
}
.numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-module-content {
  max-width: 12.8125rem;
}
.numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-string,
.numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-int {
  color: #F26625;
  font-size: 2.375rem;
  line-height: 3.25rem;
  font-family: "Avenir95Black";
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-string,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-int {
    font-size: calc(2.5vw + 0.5rem);
    line-height: calc(3.75vw + 0.4375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-string,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-int {
    font-size: calc(6vw + -2.3rem);
    line-height: calc(7vw + -2.1625rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-string,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-int {
    font-size: calc(15vw + -10.0625rem);
    line-height: calc(21.6666666667vw + -14.8125rem);
  }
}
@media (min-width: 1440px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-string,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-int {
    font-size: 3.4375rem;
    line-height: 4.6875rem;
  }
}
.numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-before-text,
.numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-after-text {
  margin: 0;
  color: #003E76;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-family: "Avenir95Black";
  text-wrap: balance;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-before-text,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-after-text {
    font-size: calc(1.25vw + 0.0625rem);
    line-height: calc(1.25vw + 0.375rem);
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-before-text,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-after-text {
    font-size: calc(2vw + -0.5375rem);
    line-height: calc(3vw + -1.025rem);
  }
}
@media (min-width: 1380px) and (max-width: 1440px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-before-text,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-after-text {
    font-size: calc(5vw + -3.125rem);
    line-height: calc(8.3333333333vw + -5.625rem);
  }
}
@media (min-width: 1440px) {
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-before-text,
  .numbers-grid .fl-module-box .fl-module-box .fl-module-numbers .fl-number-after-text {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.similar-projects > .fl-row-content-wrap {
  padding: 3.4375rem 0;
  background: #00213E;
}
.similar-projects .h5 {
  font-size: 2.1875rem;
  line-height: 2.9375rem;
  color: #ffffff;
}
.similar-projects .fl-post-feed {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem 0;
}
@media screen and (min-width: 1024px) {
  .similar-projects .fl-post-feed {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1.25rem;
  }
}
.similar-projects .fl-post-feed-post {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 0.625rem 0 rgba(0, 33, 62, 0.3);
  overflow: hidden;
  border-radius: 0.625rem;
  border: 0 !important;
}
.similar-projects .fl-post-feed-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper::after {
  height: 0.75rem;
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-title,
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-excerpt {
  top: -12.5rem;
  color: #ffffff;
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-image {
  height: 100%;
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-image::before {
  background: rgba(0, 33, 62, 0.8);
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-image .fl-post-meta {
  opacity: 1;
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-image .fl-post-meta span {
  text-indent: 0;
  transition: all 0.3s ease-in-out 0.3s;
}
.similar-projects .fl-post-feed-post a:hover + .fl-post-wrapper .fl-post-more {
  height: 1rem;
  transition: all 0.3s ease-in-out 0.6s;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 24.0625rem min-content 1fr 0;
  grid-template-areas: "image" "title" "excerpt" "more";
  gap: 0 0;
  height: 100%;
  padding: 3.125rem 3.4375rem 2.0625rem;
  transition: all 0.3s ease-in-out;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper::after {
  content: "";
  height: 0;
  width: 100%;
  background: #F26625;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper *:not(.fl-post-image) {
  position: relative;
  z-index: 1;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-title {
  top: 0;
  grid-area: title;
  margin-bottom: 0.5rem;
  color: #00213E;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-excerpt {
  top: 0;
  grid-area: excerpt;
  transition: all 0.3s ease-in-out;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-excerpt p {
  margin: 0;
  font-size: 1.3125rem;
  line-height: 2rem;
  font-family: "Avenir35Light";
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 24.0625rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-image .fl-post-meta {
  position: absolute;
  top: 1.875rem;
  left: 1.875rem;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-image .fl-post-meta div > span {
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
  text-transform: uppercase;
  text-indent: -200%;
  font-size: 1.0625rem;
  font-family: "Avenir85Heavy";
  line-height: 1.125rem;
  color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-image .fl-post-meta div > span::before {
  content: "";
  flex: 0 0 auto;
  width: 0.8125rem;
  height: 1.375rem;
  background: #F26625;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-more {
  grid-area: more;
  align-self: flex-end;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-more span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 1.25rem;
  color: #ffffff;
  font-size: 0.9375rem;
  font-family: "Avenir85Heavy";
  line-height: 1rem;
  text-transform: uppercase;
  border-bottom: 0;
}
.similar-projects .fl-post-feed-post .fl-post-wrapper .fl-post-more span::after {
  content: "\e900";
  font-family: icomoon;
  font-size: 1.25rem;
  color: #F26625;
}

#fl-main-content .cta > .fl-row-content-wrap {
  min-height: 23.75rem;
  aspect-ratio: auto;
  border-top: 0.625rem solid #003E76;
  border-bottom: 0.625rem solid #003E76;
}
#fl-main-content .cta .fl-cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #fl-main-content .cta .fl-cta-wrap {
    flex-direction: row;
  }
}
#fl-main-content .cta .fl-cta-wrap .fl-cta-text,
#fl-main-content .cta .fl-cta-wrap .fl-cta-button {
  flex: 0 0 auto;
  width: auto;
}
#fl-main-content .cta .fl-cta-wrap .fl-cta-button {
  padding-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  #fl-main-content .cta .fl-cta-wrap .fl-cta-button {
    padding-top: 0;
  }
}

.clients {
  margin-top: -1.875rem;
  z-index: 27 !important;
}
.clients img {
  width: 100%;
}

@media screen and (max-width: 1499px) {
  .parallax-fix .fl-row-content-wrap {
    background-position: center center !important;
  }
}

.our-process-chart {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .our-process-chart {
    grid-template-columns: min-content 1fr !important;
    grid-template-rows: min-content;
    grid-template-areas: "connection one" "connection two" "connection three" "connection four" "connection five";
  }
}
.our-process-chart::after {
  display: block;
  content: "" !important;
  width: 100%;
  height: 10px;
  background: #F26625;
}
.our-process-chart .fl-module-box:not(.connection) {
  position: relative;
  background: #ffffff;
  border-radius: 0.625rem;
  border-bottom: 0.5rem solid #F26625;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .our-process-chart .fl-module-box:not(.connection):nth-child(1) {
    grid-area: one;
  }
  .our-process-chart .fl-module-box:not(.connection):nth-child(2) {
    grid-area: two;
  }
  .our-process-chart .fl-module-box:not(.connection):nth-child(3) {
    grid-area: three;
  }
  .our-process-chart .fl-module-box:not(.connection):nth-child(4) {
    grid-area: four;
  }
  .our-process-chart .fl-module-box:not(.connection):nth-child(5) {
    grid-area: five;
  }
}
.our-process-chart .fl-module-box:not(.connection):nth-last-child(2) .fl-module-rich-text::after {
  display: none;
}
.our-process-chart .fl-module-box:not(.connection) .fl-module-rich-text {
  position: relative;
}
.our-process-chart .fl-module-box:not(.connection) .fl-module-rich-text::after {
  position: absolute;
  top: 2.5rem;
  right: -1.875rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid transparent;
  border-left: 0.9375rem solid #F26625;
}
@media screen and (max-width: 1199px) {
  .our-process-chart .fl-module-box:not(.connection) .fl-module-rich-text::after {
    position: absolute;
    top: auto;
    bottom: -2.1875rem;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-top: 0.9375rem solid #F26625;
    border-bottom: none;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
  }
}
.our-process-chart .fl-module-box:not(.connection) .fl-module-rich-text,
.our-process-chart .fl-module-box:not(.connection) .fl-module-content {
  height: 100%;
}
.our-process-chart .fl-module-box:not(.connection) .fl-rich-text {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-process-chart .fl-module-box:not(.connection) .fl-rich-text h6 {
  flex: 0 0 6.75rem;
  padding: 1.875rem 2.5rem 1.5625rem !important;
  font-size: 1rem;
  font-family: "Avenir85Heavy";
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  background: #003E76;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.our-process-chart .fl-module-box:not(.connection) .fl-rich-text ul {
  margin: 0;
  padding: 20px 55px;
  text-align: left !important;
}
.our-process-chart .fl-module-box:not(.connection) .fl-rich-text ul li {
  font-size: 1rem;
  color: #003E76;
  text-align: left !important;
}
.our-process-chart .fl-module-box:not(.connection) .fl-rich-text ul li::marker {
  color: #F26625;
}
.our-process-chart .connection {
  margin: 20px auto 0;
  width: 80%;
  height: 2px;
  background: #F26625;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .our-process-chart .connection {
    grid-area: connection;
    margin: auto;
    width: 2px;
    height: 80%;
  }
}
.our-process-chart .connection .fl-module-html {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .our-process-chart .connection .fl-module-html {
    height: 100%;
  }
}
.our-process-chart .connection .fl-module-html::before {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 0;
  content: "";
  width: 0;
  height: 15px;
  border-right: 2px solid #F26625;
}
@media screen and (max-width: 1199px) {
  .our-process-chart .connection .fl-module-html::before {
    top: 0;
    bottom: auto;
    width: 15px;
    height: 0;
    border-top: 2px solid #F26625;
    border-right: none;
  }
}
.our-process-chart .connection .fl-module-html::after {
  position: absolute;
  bottom: calc(100% - 2px);
  right: 0;
  content: "";
  width: 0;
  height: 30px;
  border-right: 2px solid #F26625;
}
@media screen and (max-width: 1199px) {
  .our-process-chart .connection .fl-module-html::after {
    bottom: 0;
    left: 0;
    right: auto;
    width: 30px;
    height: 0;
    border-top: 2px solid #F26625;
    border-right: none;
  }
}
.our-process-chart .connection .fl-module-html .fl-module-content {
  position: relative;
}
.our-process-chart .connection .fl-module-html .fl-module-content::before {
  position: absolute;
  bottom: calc(100% + 13px);
  left: -14px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #F26625;
}
@media screen and (max-width: 1199px) {
  .our-process-chart .connection .fl-module-html .fl-module-content::before {
    position: absolute;
    bottom: auto;
    top: -14px;
    left: 14px;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #F26625;
    border-right: none;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
  }
}

.project-integration-chart {
  grid-template-rows: min-content !important;
}
@media screen and (max-width: 1023px) {
  .project-integration-chart {
    display: flex !important;
    flex-direction: column !important;
  }
}
.project-integration-chart .fl-module-box:not(.connection) {
  position: relative;
  background: #ffffff;
  border-radius: 0.625rem;
  border-left: 1.25rem solid #003E76;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.project-integration-chart .fl-module-box:not(.connection):nth-last-child(1) .fl-module-rich-text::after {
  display: none;
}
@media screen and (max-width: 1023px) {
  .project-integration-chart .fl-module-box:not(.connection).front-arrow {
    display: none;
  }
}
.project-integration-chart .fl-module-box:not(.connection).front-arrow .fl-module-rich-text::before {
  position: absolute;
  top: 3.125rem;
  left: -3.125rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid transparent;
  border-left: 0.9375rem solid #F26625;
}
.project-integration-chart .fl-module-box:not(.connection) .fl-module-rich-text {
  position: relative;
  text-align: center;
}
.project-integration-chart .fl-module-box:not(.connection) .fl-module-rich-text::after {
  position: absolute;
  top: 3.125rem;
  right: -1.875rem;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid transparent;
  border-left: 0.9375rem solid #F26625;
}
@media screen and (max-width: 1023px) {
  .project-integration-chart .fl-module-box:not(.connection) .fl-module-rich-text::after {
    position: absolute;
    top: auto;
    bottom: -2.1875rem;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 0;
    height: 0;
    border-top: 0.9375rem solid #F26625;
    border-bottom: none;
    border-left: 0.9375rem solid transparent;
    border-right: 0.9375rem solid transparent;
  }
}
.project-integration-chart .fl-module-box:not(.connection) .fl-module-rich-text,
.project-integration-chart .fl-module-box:not(.connection) .fl-module-content {
  height: 100%;
}
.project-integration-chart .fl-module-box:not(.connection) .fl-rich-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.project-integration-chart .fl-module-box:not(.connection) .fl-rich-text h6 {
  padding: 3.125rem 3.125rem 2.8125rem !important;
  font-size: 1.125rem;
  font-family: "Avenir85Heavy";
  line-height: 1.1;
  text-transform: uppercase;
  color: #003E76;
}
.project-integration-chart .connection {
  margin: 0 -60px 0 -50px;
  height: 2px;
  width: calc(100% + 100px);
  background: #F26625;
  z-index: 0;
}
@media screen and (max-width: 1023px) {
  .project-integration-chart .connection {
    display: none;
  }
}
.project-integration-chart .connection .fl-module-html {
  position: relative;
}
.project-integration-chart .connection .fl-module-html::before {
  content: "";
  width: 20px;
  height: 117px;
  border: 2px solid #F26625;
  border-right: none;
}
.project-integration-chart .connection .fl-module-html::after {
  position: absolute;
  bottom: calc(100% - 2px);
  right: 0;
  content: "";
  width: 15px;
  height: 122px;
  border: 2px solid #F26625;
  border-left: none;
}

.hero > .fl-row-content-wrap {
  min-height: 0 !important;
}
.hero.short.fl-row-bg-parallax > .fl-row-content-wrap, .hero.short.fl-row-bg-photo > .fl-row-content-wrap {
  max-height: 31.25rem;
}
.hero.fl-row-bg-parallax > .fl-row-content-wrap, .hero.fl-row-bg-photo > .fl-row-content-wrap {
  aspect-ratio: 1/1 !important;
}
@media screen and (min-aspect-ratio: 1/1) {
  .hero.fl-row-bg-parallax > .fl-row-content-wrap, .hero.fl-row-bg-photo > .fl-row-content-wrap {
    aspect-ratio: 16/6 !important;
  }
}
.hero .fl-module-heading {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1480px;
  margin: auto;
  padding: 0 3.6rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .hero .fl-module-heading {
    padding: 0 5rem;
  }
}
.hero .fl-module-heading .fl-heading {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0.125rem 0.1875rem rgba(0, 33, 62, 0.55);
}

body.fl-builder-edit .hero .fl-module-heading {
  position: relative;
}

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