/*
Theme Name: NEI 2020
Theme URI: https://www.neigc.com
Version: 2.0
Description: NEI 2020 Redesign Theme
Author: Design Principles, Inc.
Author URI: http://www.designprinciples.com
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
/*****************************************
FONT-WEIGHTS FOR NUNITO SANS:
300: Light
400: Regular
600: Semi-bold
700: Bold
800: Extra-bold
900: Black
 */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #2C2C2C;
}
@media (min-width: 640px) {
  body {
    font-size: calc(17px + 5 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body {
    font-size: 22px;
  }
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 0.35em;
  color: #fc5000;
}
@media (min-width: 640px) {
  h1 {
    font-size: calc(30px + 10 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1 {
    font-size: 40px;
  }
}
h1.smaller-1x {
  font-size: 28px;
}
@media (min-width: 640px) {
  h1.smaller-1x {
    font-size: calc(28px + 7 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.smaller-1x {
    font-size: 35px;
  }
}
h1.smaller-2x {
  font-size: 22px;
}
@media (min-width: 640px) {
  h1.smaller-2x {
    font-size: calc(22px + 8 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.smaller-2x {
    font-size: 30px;
  }
}
h1.smaller-3x {
  font-size: 18px;
}
@media (min-width: 640px) {
  h1.smaller-3x {
    font-size: calc(18px + 7 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.smaller-3x {
    font-size: 25px;
  }
}
h1.smaller-4x {
  font-size: 13px;
}
@media (min-width: 640px) {
  h1.smaller-4x {
    font-size: calc(13px + 7 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.smaller-4x {
    font-size: 20px;
  }
}
h1.smaller-5x {
  font-size: 11px;
}
@media (min-width: 640px) {
  h1.smaller-5x {
    font-size: calc(11px + 5 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.smaller-5x {
    font-size: 16px;
  }
}
h1.larger-1x {
  font-size: 38px;
}
@media (min-width: 640px) {
  h1.larger-1x {
    font-size: calc(38px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.larger-1x {
    font-size: 50px;
  }
}
h1.larger-2x {
  font-size: 41px;
}
@media (min-width: 640px) {
  h1.larger-2x {
    font-size: calc(41px + 19 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.larger-2x {
    font-size: 60px;
  }
}
h1.larger-3x {
  font-size: 44px;
}
@media (min-width: 640px) {
  h1.larger-3x {
    font-size: calc(44px + 26 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.larger-3x {
    font-size: 70px;
  }
}
h1.larger-4x {
  font-size: 47px;
}
@media (min-width: 640px) {
  h1.larger-4x {
    font-size: calc(47px + 33 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.larger-4x {
    font-size: 80px;
  }
}
h1.larger-5x {
  font-size: 50px;
}
@media (min-width: 640px) {
  h1.larger-5x {
    font-size: calc(50px + 40 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h1.larger-5x {
    font-size: 90px;
  }
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #fc5000;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 0.35em;
}
@media (min-width: 640px) {
  h2 {
    font-size: calc(23px + 24 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2 {
    font-size: 47px;
  }
}
h2.smaller-1x {
  font-size: 20px;
}
@media (min-width: 640px) {
  h2.smaller-1x {
    font-size: calc(20px + 5 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.smaller-1x {
    font-size: 25px;
  }
}
h2.smaller-2x {
  font-size: 15px;
}
@media (min-width: 640px) {
  h2.smaller-2x {
    font-size: calc(15px + 6 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.smaller-2x {
    font-size: 21px;
  }
}
h2.smaller-3x {
  font-size: 12px;
}
@media (min-width: 640px) {
  h2.smaller-3x {
    font-size: calc(12px + 5 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.smaller-3x {
    font-size: 17px;
  }
}
h2.smaller-4x {
  font-size: 10px;
}
@media (min-width: 640px) {
  h2.smaller-4x {
    font-size: calc(10px + 3 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.smaller-4x {
    font-size: 13px;
  }
}
h2.smaller-5x {
  font-size: 8px;
}
@media (min-width: 640px) {
  h2.smaller-5x {
    font-size: calc(8px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.smaller-5x {
    font-size: 10px;
  }
}
h2.larger-1x {
  font-size: 30px;
}
@media (min-width: 640px) {
  h2.larger-1x {
    font-size: calc(30px + 10 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.larger-1x {
    font-size: 40px;
  }
}
h2.larger-2x {
  font-size: 38px;
}
@media (min-width: 640px) {
  h2.larger-2x {
    font-size: calc(38px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.larger-2x {
    font-size: 50px;
  }
}
h2.larger-3x {
  font-size: 48px;
}
@media (min-width: 640px) {
  h2.larger-3x {
    font-size: calc(48px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.larger-3x {
    font-size: 60px;
  }
}
h2.larger-4x {
  font-size: 58px;
}
@media (min-width: 640px) {
  h2.larger-4x {
    font-size: calc(58px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.larger-4x {
    font-size: 70px;
  }
}
h2.larger-5x {
  font-size: 68px;
}
@media (min-width: 640px) {
  h2.larger-5x {
    font-size: calc(68px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h2.larger-5x {
    font-size: 80px;
  }
}
h2 strong {
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #fc5000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.35em;
}
@media (min-width: 640px) {
  h3 {
    font-size: calc(20px + 6 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3 {
    font-size: 26px;
  }
}
h3.smaller-1x {
  font-size: 18px;
}
@media (min-width: 640px) {
  h3.smaller-1x {
    font-size: calc(18px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.smaller-1x {
    font-size: 22px;
  }
}
h3.smaller-2x {
  font-size: 14px;
}
@media (min-width: 640px) {
  h3.smaller-2x {
    font-size: calc(14px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.smaller-2x {
    font-size: 18px;
  }
}
h3.smaller-3x {
  font-size: 10px;
}
@media (min-width: 640px) {
  h3.smaller-3x {
    font-size: calc(10px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.smaller-3x {
    font-size: 14px;
  }
}
h3.smaller-4x {
  font-size: 8px;
}
@media (min-width: 640px) {
  h3.smaller-4x {
    font-size: calc(8px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.smaller-4x {
    font-size: 10px;
  }
}
h3.smaller-5x {
  font-size: 6px;
}
@media (min-width: 640px) {
  h3.smaller-5x {
    font-size: calc(6px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.smaller-5x {
    font-size: 8px;
  }
}
h3.larger-1x {
  font-size: 30px;
}
@media (min-width: 640px) {
  h3.larger-1x {
    font-size: calc(30px + 0 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.larger-1x {
    font-size: 30px;
  }
}
h3.larger-2x {
  font-size: 38px;
}
@media (min-width: 640px) {
  h3.larger-2x {
    font-size: calc(38px + -4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.larger-2x {
    font-size: 34px;
  }
}
h3.larger-3x {
  font-size: 46px;
}
@media (min-width: 640px) {
  h3.larger-3x {
    font-size: calc(46px + -8 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.larger-3x {
    font-size: 38px;
  }
}
h3.larger-4x {
  font-size: 54px;
}
@media (min-width: 640px) {
  h3.larger-4x {
    font-size: calc(54px + -12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.larger-4x {
    font-size: 42px;
  }
}
h3.larger-5x {
  font-size: 62px;
}
@media (min-width: 640px) {
  h3.larger-5x {
    font-size: calc(62px + -16 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h3.larger-5x {
    font-size: 46px;
  }
}

h4 {
  font-family: "Open Sans", sans-serif;
  color: #fc5000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.35em;
}
@media (min-width: 640px) {
  h4 {
    font-size: calc(18px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4 {
    font-size: 22px;
  }
}
h4.smaller-1x {
  font-size: 14px;
}
@media (min-width: 640px) {
  h4.smaller-1x {
    font-size: calc(14px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.smaller-1x {
    font-size: 18px;
  }
}
h4.smaller-2x {
  font-size: 10px;
}
@media (min-width: 640px) {
  h4.smaller-2x {
    font-size: calc(10px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.smaller-2x {
    font-size: 14px;
  }
}
h4.smaller-3x {
  font-size: 6px;
}
@media (min-width: 640px) {
  h4.smaller-3x {
    font-size: calc(6px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.smaller-3x {
    font-size: 10px;
  }
}
h4.smaller-4x {
  font-size: 6px;
}
@media (min-width: 640px) {
  h4.smaller-4x {
    font-size: calc(6px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.smaller-4x {
    font-size: 8px;
  }
}
h4.smaller-5x {
  font-size: 6px;
}
@media (min-width: 640px) {
  h4.smaller-5x {
    font-size: calc(6px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.smaller-5x {
    font-size: 8px;
  }
}
h4.larger-1x {
  font-size: 22px;
}
@media (min-width: 640px) {
  h4.larger-1x {
    font-size: calc(22px + 10 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.larger-1x {
    font-size: 32px;
  }
}
h4.larger-2x {
  font-size: 30px;
}
@media (min-width: 640px) {
  h4.larger-2x {
    font-size: calc(30px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.larger-2x {
    font-size: 42px;
  }
}
h4.larger-3x {
  font-size: 38px;
}
@media (min-width: 640px) {
  h4.larger-3x {
    font-size: calc(38px + 14 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.larger-3x {
    font-size: 52px;
  }
}
h4.larger-4x {
  font-size: 46px;
}
@media (min-width: 640px) {
  h4.larger-4x {
    font-size: calc(46px + 16 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.larger-4x {
    font-size: 62px;
  }
}
h4.larger-5x {
  font-size: 54px;
}
@media (min-width: 640px) {
  h4.larger-5x {
    font-size: calc(54px + 18 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h4.larger-5x {
    font-size: 72px;
  }
}

h5 {
  font-family: "Open Sans", sans-serif;
  color: #fc5000;
  font-size: 16px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 0.35em;
}
@media (min-width: 640px) {
  h5 {
    font-size: calc(16px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Open Sans", sans-serif;
  color: #fc5000;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0.35em;
}
@media (min-width: 640px) {
  h6 {
    font-size: calc(14px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  h6 {
    font-size: 16px;
  }
}

.fl-builder-content p, .fl-builder-content ul, .fl-builder-content ol {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
@media (min-width: 640px) {
  .fl-builder-content p, .fl-builder-content ul, .fl-builder-content ol {
    font-size: calc(16px + 2 * (100vw - 640px) / 128);
  }
}
@media (min-width: 768px) {
  .fl-builder-content p, .fl-builder-content ul, .fl-builder-content ol {
    font-size: 18px;
  }
}
.fl-builder-content p.smaller-1x, .fl-builder-content ul.smaller-1x, .fl-builder-content ol.smaller-1x {
  font-size: 15px;
}
@media (min-width: 640px) {
  .fl-builder-content p.smaller-1x, .fl-builder-content ul.smaller-1x, .fl-builder-content ol.smaller-1x {
    font-size: calc(15px + 3 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.smaller-1x, .fl-builder-content ul.smaller-1x, .fl-builder-content ol.smaller-1x {
    font-size: 18px;
  }
}
.fl-builder-content p.smaller-2x, .fl-builder-content ul.smaller-2x, .fl-builder-content ol.smaller-2x {
  font-size: 14px;
}
@media (min-width: 640px) {
  .fl-builder-content p.smaller-2x, .fl-builder-content ul.smaller-2x, .fl-builder-content ol.smaller-2x {
    font-size: calc(14px + 3 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.smaller-2x, .fl-builder-content ul.smaller-2x, .fl-builder-content ol.smaller-2x {
    font-size: 17px;
  }
}
.fl-builder-content p.smaller-3x, .fl-builder-content ul.smaller-3x, .fl-builder-content ol.smaller-3x {
  font-size: 13px;
}
@media (min-width: 640px) {
  .fl-builder-content p.smaller-3x, .fl-builder-content ul.smaller-3x, .fl-builder-content ol.smaller-3x {
    font-size: calc(13px + 3 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.smaller-3x, .fl-builder-content ul.smaller-3x, .fl-builder-content ol.smaller-3x {
    font-size: 16px;
  }
}
.fl-builder-content p.smaller-4x, .fl-builder-content ul.smaller-4x, .fl-builder-content ol.smaller-4x {
  font-size: 12px;
}
@media (min-width: 640px) {
  .fl-builder-content p.smaller-4x, .fl-builder-content ul.smaller-4x, .fl-builder-content ol.smaller-4x {
    font-size: calc(12px + 3 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.smaller-4x, .fl-builder-content ul.smaller-4x, .fl-builder-content ol.smaller-4x {
    font-size: 15px;
  }
}
.fl-builder-content p.smaller-5x, .fl-builder-content ul.smaller-5x, .fl-builder-content ol.smaller-5x {
  font-size: 11px;
}
@media (min-width: 640px) {
  .fl-builder-content p.smaller-5x, .fl-builder-content ul.smaller-5x, .fl-builder-content ol.smaller-5x {
    font-size: calc(11px + 3 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.smaller-5x, .fl-builder-content ul.smaller-5x, .fl-builder-content ol.smaller-5x {
    font-size: 14px;
  }
}
.fl-builder-content p.larger-1x, .fl-builder-content ul.larger-1x, .fl-builder-content ol.larger-1x {
  font-size: 17px;
}
@media (min-width: 640px) {
  .fl-builder-content p.larger-1x, .fl-builder-content ul.larger-1x, .fl-builder-content ol.larger-1x {
    font-size: calc(17px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.larger-1x, .fl-builder-content ul.larger-1x, .fl-builder-content ol.larger-1x {
    font-size: 21px;
  }
}
.fl-builder-content p.larger-2x, .fl-builder-content ul.larger-2x, .fl-builder-content ol.larger-2x {
  font-size: 19px;
}
@media (min-width: 640px) {
  .fl-builder-content p.larger-2x, .fl-builder-content ul.larger-2x, .fl-builder-content ol.larger-2x {
    font-size: calc(19px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.larger-2x, .fl-builder-content ul.larger-2x, .fl-builder-content ol.larger-2x {
    font-size: 23px;
  }
}
.fl-builder-content p.larger-3x, .fl-builder-content ul.larger-3x, .fl-builder-content ol.larger-3x {
  font-size: 21px;
}
@media (min-width: 640px) {
  .fl-builder-content p.larger-3x, .fl-builder-content ul.larger-3x, .fl-builder-content ol.larger-3x {
    font-size: calc(21px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.larger-3x, .fl-builder-content ul.larger-3x, .fl-builder-content ol.larger-3x {
    font-size: 25px;
  }
}
.fl-builder-content p.larger-4x, .fl-builder-content ul.larger-4x, .fl-builder-content ol.larger-4x {
  font-size: 23px;
}
@media (min-width: 640px) {
  .fl-builder-content p.larger-4x, .fl-builder-content ul.larger-4x, .fl-builder-content ol.larger-4x {
    font-size: calc(23px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.larger-4x, .fl-builder-content ul.larger-4x, .fl-builder-content ol.larger-4x {
    font-size: 27px;
  }
}
.fl-builder-content p.larger-5x, .fl-builder-content ul.larger-5x, .fl-builder-content ol.larger-5x {
  font-size: 25px;
}
@media (min-width: 640px) {
  .fl-builder-content p.larger-5x, .fl-builder-content ul.larger-5x, .fl-builder-content ol.larger-5x {
    font-size: calc(25px + 4 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content p.larger-5x, .fl-builder-content ul.larger-5x, .fl-builder-content ol.larger-5x {
    font-size: 29px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p, .fl-builder-content ul, .fl-builder-content ol {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 1.2em;
  }
}
@media screen and (min-width: 769px) and (min-width: 900px) {
  .fl-builder-content p, .fl-builder-content ul, .fl-builder-content ol {
    font-size: calc(12px + 10 * (100vw - 900px) / 466);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p, .fl-builder-content ul, .fl-builder-content ol {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.smaller-1x, .fl-builder-content ul.smaller-1x, .fl-builder-content ol.smaller-1x {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.smaller-1x, .fl-builder-content ul.smaller-1x, .fl-builder-content ol.smaller-1x {
    font-size: calc(15px + 3 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.smaller-1x, .fl-builder-content ul.smaller-1x, .fl-builder-content ol.smaller-1x {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.smaller-2x, .fl-builder-content ul.smaller-2x, .fl-builder-content ol.smaller-2x {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.smaller-2x, .fl-builder-content ul.smaller-2x, .fl-builder-content ol.smaller-2x {
    font-size: calc(14px + 3 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.smaller-2x, .fl-builder-content ul.smaller-2x, .fl-builder-content ol.smaller-2x {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.smaller-3x, .fl-builder-content ul.smaller-3x, .fl-builder-content ol.smaller-3x {
    font-size: 13px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.smaller-3x, .fl-builder-content ul.smaller-3x, .fl-builder-content ol.smaller-3x {
    font-size: calc(13px + 3 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.smaller-3x, .fl-builder-content ul.smaller-3x, .fl-builder-content ol.smaller-3x {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.smaller-4x, .fl-builder-content ul.smaller-4x, .fl-builder-content ol.smaller-4x {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.smaller-4x, .fl-builder-content ul.smaller-4x, .fl-builder-content ol.smaller-4x {
    font-size: calc(12px + 3 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.smaller-4x, .fl-builder-content ul.smaller-4x, .fl-builder-content ol.smaller-4x {
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.smaller-5x, .fl-builder-content ul.smaller-5x, .fl-builder-content ol.smaller-5x {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.smaller-5x, .fl-builder-content ul.smaller-5x, .fl-builder-content ol.smaller-5x {
    font-size: calc(11px + 3 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.smaller-5x, .fl-builder-content ul.smaller-5x, .fl-builder-content ol.smaller-5x {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.larger-1x, .fl-builder-content ul.larger-1x, .fl-builder-content ol.larger-1x {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.larger-1x, .fl-builder-content ul.larger-1x, .fl-builder-content ol.larger-1x {
    font-size: calc(17px + 4 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.larger-1x, .fl-builder-content ul.larger-1x, .fl-builder-content ol.larger-1x {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.larger-2x, .fl-builder-content ul.larger-2x, .fl-builder-content ol.larger-2x {
    font-size: 19px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.larger-2x, .fl-builder-content ul.larger-2x, .fl-builder-content ol.larger-2x {
    font-size: calc(19px + 4 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.larger-2x, .fl-builder-content ul.larger-2x, .fl-builder-content ol.larger-2x {
    font-size: 23px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.larger-3x, .fl-builder-content ul.larger-3x, .fl-builder-content ol.larger-3x {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.larger-3x, .fl-builder-content ul.larger-3x, .fl-builder-content ol.larger-3x {
    font-size: calc(21px + 4 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.larger-3x, .fl-builder-content ul.larger-3x, .fl-builder-content ol.larger-3x {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.larger-4x, .fl-builder-content ul.larger-4x, .fl-builder-content ol.larger-4x {
    font-size: 23px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.larger-4x, .fl-builder-content ul.larger-4x, .fl-builder-content ol.larger-4x {
    font-size: calc(23px + 4 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.larger-4x, .fl-builder-content ul.larger-4x, .fl-builder-content ol.larger-4x {
    font-size: 27px;
  }
}
@media screen and (min-width: 769px) {
  .fl-builder-content p.larger-5x, .fl-builder-content ul.larger-5x, .fl-builder-content ol.larger-5x {
    font-size: 25px;
  }
}
@media screen and (min-width: 769px) and (min-width: 640px) {
  .fl-builder-content p.larger-5x, .fl-builder-content ul.larger-5x, .fl-builder-content ol.larger-5x {
    font-size: calc(25px + 4 * (100vw - 640px) / 726);
  }
}
@media screen and (min-width: 769px) and (min-width: 1366px) {
  .fl-builder-content p.larger-5x, .fl-builder-content ul.larger-5x, .fl-builder-content ol.larger-5x {
    font-size: 29px;
  }
}
.fl-builder-content a {
  color: #fc5000;
  text-decoration: underline;
}
.fl-builder-content .blue-text {
  color: #fc5000;
}
.fl-builder-content .white-text {
  color: #ffffff;
}
.fl-builder-content .pp-modal blockquote {
  margin: 22px 0;
}
.fl-builder-content .pp-modal blockquote p {
  margin: 0;
}
.fl-builder-content .pp-modal .lead-in,
.fl-builder-content .team-member-modal-content blockquote p,
.fl-builder-content .fl-builder-content .lead-in {
  font-size: 18px;
  color: #fc5000;
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 640px) {
  .fl-builder-content .pp-modal .lead-in,
  .fl-builder-content .team-member-modal-content blockquote p,
  .fl-builder-content .fl-builder-content .lead-in {
    font-size: calc(18px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .fl-builder-content .pp-modal .lead-in,
  .fl-builder-content .team-member-modal-content blockquote p,
  .fl-builder-content .fl-builder-content .lead-in {
    font-size: 30px;
  }
}
.fl-builder-content .fl-module-content ul {
  padding-left: 0;
  text-indent: -20px;
  margin-left: 22px;
}
.fl-builder-content .fl-module-content ul li {
  list-style-type: none;
}
.fl-builder-content .fl-module-content ul li:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  font-weight: 900;
  color: #fc5000;
  padding-right: 11px;
  position: relative;
  top: -5px;
}
ul.attachments li:before {
  content: "";
}

.description .lead-in {
  font-size: 18px;
  color: #fc5000;
  font-weight: 300;
  line-height: 1.33;
}
@media (min-width: 640px) {
  .description .lead-in {
    font-size: calc(18px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .description .lead-in {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  ul.two-col,
  .fl-rich-text div.two-col,
  .fl-module.two-col .fl-module-content > .fl-rich-text {
    columns: 2;
    -webkit-column-gap: 4vw;
    -moz-column-gap: 4vw;
    column-gap: 4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.two-col,
  .fl-rich-text div.two-col,
  .fl-module.two-col .fl-module-content > .fl-rich-text {
    -webkit-column-gap: 2vw;
    -moz-column-gap: 2vw;
    column-gap: 2vw;
  }
}
ul.two-col h3, ul.two-col h4, ul.two-col h5, ul.two-col h6,
.fl-rich-text div.two-col h3,
.fl-rich-text div.two-col h4,
.fl-rich-text div.two-col h5,
.fl-rich-text div.two-col h6,
.fl-module.two-col .fl-module-content > .fl-rich-text h3,
.fl-module.two-col .fl-module-content > .fl-rich-text h4,
.fl-module.two-col .fl-module-content > .fl-rich-text h5,
.fl-module.two-col .fl-module-content > .fl-rich-text h6 {
  break-after: avoid;
}

@media screen and (min-width: 768px) {
  ul.three-col,
  .fl-rich-text div.three-col,
  .fl-module.three-col .fl-module-content > .fl-rich-text {
    columns: 3;
    -webkit-column-gap: 7vw;
    -moz-column-gap: 7vw;
    column-gap: 7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.three-col,
  .fl-rich-text div.three-col,
  .fl-module.three-col .fl-module-content > .fl-rich-text {
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
}
ul.three-col h3, ul.three-col h4, ul.three-col h5, ul.three-col h6,
.fl-rich-text div.three-col h3,
.fl-rich-text div.three-col h4,
.fl-rich-text div.three-col h5,
.fl-rich-text div.three-col h6,
.fl-module.three-col .fl-module-content > .fl-rich-text h3,
.fl-module.three-col .fl-module-content > .fl-rich-text h4,
.fl-module.three-col .fl-module-content > .fl-rich-text h5,
.fl-module.three-col .fl-module-content > .fl-rich-text h6 {
  break-after: avoid;
}

@media screen and (min-width: 768px) {
  ul.four-col,
  .fl-rich-text div.four-col,
  .fl-module.four-col .fl-module-content > .fl-rich-text {
    columns: 2;
    -webkit-column-gap: 6vw;
    -moz-column-gap: 6vw;
    column-gap: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.four-col,
  .fl-rich-text div.four-col,
  .fl-module.four-col .fl-module-content > .fl-rich-text {
    -webkit-column-gap: 3vw;
    -moz-column-gap: 3vw;
    column-gap: 3vw;
  }
}
ul.four-col h3, ul.four-col h4, ul.four-col h5, ul.four-col h6,
.fl-rich-text div.four-col h3,
.fl-rich-text div.four-col h4,
.fl-rich-text div.four-col h5,
.fl-rich-text div.four-col h6,
.fl-module.four-col .fl-module-content > .fl-rich-text h3,
.fl-module.four-col .fl-module-content > .fl-rich-text h4,
.fl-module.four-col .fl-module-content > .fl-rich-text h5,
.fl-module.four-col .fl-module-content > .fl-rich-text h6 {
  break-after: avoid;
}

.balance .fl-rich-text * {
  text-wrap: balance;
}

body .mce-menu-item.mce-menu-item-preview.mce-active .mce-text,
body .mce-menu-item.mce-menu-item-preview.mce-active .mce-ico {
  color: #ffffff;
}

body .mce-menu .mce-menu-item-normal.mce-active,
body .mce-menu .mce-menu-item-preview.mce-active,
body .mce-menu .mce-menu-item.mce-selected,
body .mce-menu .mce-menu-item:focus,
body .mce-menu .mce-menu-item:hover {
  background-color: #2C2C2C;
}

body .mce-menu-item.mce-menu-item-preview.mce-active:hover,
.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview {
  background-color: #2C2C2C;
}

body div.gform_wrapper ul li.gfield,
body div.gform_wrapper div.gfield {
  margin-top: 40px;
}
body div.gform_wrapper ul li.gfield .gfield_label,
body div.gform_wrapper div.gfield .gfield_label {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 640px) {
  body div.gform_wrapper ul li.gfield .gfield_label,
  body div.gform_wrapper div.gfield .gfield_label {
    font-size: calc(12px + 3 * (100vw - 640px) / 960);
  }
}
@media (min-width: 1600px) {
  body div.gform_wrapper ul li.gfield .gfield_label,
  body div.gform_wrapper div.gfield .gfield_label {
    font-size: 15px;
  }
}
body div.gform_wrapper ul li.gfield .ginput_container input,
body div.gform_wrapper ul li.gfield .ginput_container textarea,
body div.gform_wrapper div.gfield .ginput_container input,
body div.gform_wrapper div.gfield .ginput_container textarea {
  padding: 6px 12px !important;
}
body div.gform_wrapper ul li.gfield .ginput_container input::placeholder,
body div.gform_wrapper ul li.gfield .ginput_container textarea::placeholder,
body div.gform_wrapper div.gfield .ginput_container input::placeholder,
body div.gform_wrapper div.gfield .ginput_container textarea::placeholder {
  font-size: 12px;
}
@media (min-width: 640px) {
  body div.gform_wrapper ul li.gfield .ginput_container input::placeholder,
  body div.gform_wrapper ul li.gfield .ginput_container textarea::placeholder,
  body div.gform_wrapper div.gfield .ginput_container input::placeholder,
  body div.gform_wrapper div.gfield .ginput_container textarea::placeholder {
    font-size: calc(12px + 3 * (100vw - 640px) / 960);
  }
}
@media (min-width: 1600px) {
  body div.gform_wrapper ul li.gfield .ginput_container input::placeholder,
  body div.gform_wrapper ul li.gfield .ginput_container textarea::placeholder,
  body div.gform_wrapper div.gfield .ginput_container input::placeholder,
  body div.gform_wrapper div.gfield .ginput_container textarea::placeholder {
    font-size: 15px;
  }
}
body div.gform_wrapper ul li.gfield .gsection_description ul li,
body div.gform_wrapper div.gfield .gsection_description ul li {
  font-size: 0.813em;
  list-style-type: circle !important;
}
body div.gform_wrapper ul li.gfield .gsection_description ol li,
body div.gform_wrapper div.gfield .gsection_description ol li {
  font-size: 1rem;
  list-style-type: decimal !important;
}
body div.gform_wrapper fieldset.gfield {
  margin-top: 45px;
}
body div.gform_wrapper .gfield_list thead th {
  font-size: 12px;
}
@media (min-width: 640px) {
  body div.gform_wrapper .gfield_list thead th {
    font-size: calc(12px + 3 * (100vw - 640px) / 960);
  }
}
@media (min-width: 1600px) {
  body div.gform_wrapper .gfield_list thead th {
    font-size: 15px;
  }
}
body div.gform_wrapper table.gfield_list td + td,
body div.gform_wrapper .gform_wrapper table.gfield_list th + th {
  padding: 0 0 10px 16px;
}
body div.gform_wrapper .gfield_list .text-label {
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
  padding: 0;
}
body div.gform_wrapper .percentbar_blue {
  background-color: #2C2C2C;
}
body div.gform_wrapper button,
body div.gform_wrapper input[type=button],
body div.gform_wrapper input[type=submit] {
  color: #ffffff;
  background-color: #fc5000;
  padding: 6px 20px;
  border: none;
  text-transform: uppercase;
}
body div.gform_wrapper input[type=text] {
  border-color: #2C2C2C;
  border-width: 1px;
  font-size: 12px;
}
@media (min-width: 640px) {
  body div.gform_wrapper input[type=text] {
    font-size: calc(12px + 3 * (100vw - 640px) / 960);
  }
}
@media (min-width: 1600px) {
  body div.gform_wrapper input[type=text] {
    font-size: 15px;
  }
}
body div.gform_wrapper input[type=radio],
body div.gform_wrapper input[type=checkbox] {
  margin-top: 0 !important;
}
body div.gform_wrapper .gpnf-nested-entries {
  width: 100%;
}

body.fl-builder .hero-text .fl-bg-slideshow:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
body.fl-builder .hero-text .fl-module-content {
  margin: 0;
}
body.fl-builder .hero-text h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 0.8;
  margin: 0;
}
@media (min-width: 640px) {
  body.fl-builder .hero-text h1 {
    font-size: calc(44px + 76 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .hero-text h1 {
    font-size: 120px;
  }
}
body.fl-builder .hero-text .fl-col-group,
body.fl-builder .hero-text .fl-col-group > .fl-col {
  display: flex;
}
body.fl-builder .hero-text .fl-col-group > .fl-col-content,
body.fl-builder .hero-text .fl-col-group > .fl-col > .fl-col-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  body.fl-builder .hero-text.fl-row-bg-video .fl-bg-video .fl-bg-video-player iframe, body.fl-builder .hero-text.fl-row-bg-embed .fl-bg-embed-code iframe {
    min-height: 50vh !important;
  }
}
body.fl-builder .hero-block {
  position: relative;
}
body.fl-builder .hero-block:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
body.fl-builder .hero-block .fl-module.hero-text {
  position: relative;
  z-index: 11;
}
body.fl-builder .hero-block > .fl-row-content-wrap {
  background-size: cover;
}
body.fl-builder .hero-inset {
  position: absolute;
  z-index: 100;
  bottom: -21.2820512821vw;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 700px) {
  body.fl-builder .hero-inset {
    left: 5%;
    right: 50%;
    bottom: -5.3205128205vw;
  }
}
@media screen and (min-width: 1550px) {
  body.fl-builder .hero-inset {
    bottom: -75px;
  }
}
body.fl-builder .hero-inset .fl-module-content {
  margin: 0;
}
@media screen and (max-width: 700px) {
  body.fl-builder .content-row {
    padding-top: 12.5vw;
  }
}
body.fl-builder .pp-hover-card .pp-hover-card-image {
  position: relative;
  object-fit: cover;
  object-position: center;
}
body.fl-builder .homepage-brand-video .pp-video-wrapper {
  width: 100vw;
  height: 100vw;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-brand-video .pp-video-wrapper {
    width: 100vw;
    height: 75vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-brand-video .pp-video-wrapper {
    width: 50vw;
    height: 25vw;
  }
}
body.fl-builder div[class*=brand-video] .pp-fit-aspect-ratio {
  padding-bottom: 100% !important;
}
@media screen and (min-width: 640px) {
  body.fl-builder div[class*=brand-video] .pp-fit-aspect-ratio {
    padding-bottom: 75% !important;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder div[class*=brand-video] .pp-fit-aspect-ratio {
    padding-bottom: 50% !important;
  }
}
body.fl-builder div[class*=brand-video] .pp-video-image-overlay img {
  width: auto;
  height: 100vw;
  transform: translateX(-50vw);
  max-width: none;
}
@media screen and (min-width: 769px) {
  body.fl-builder div[class*=brand-video] .pp-video-image-overlay img {
    height: 27vw;
    transform: none;
  }
}
body.fl-builder div[class*=brand-video] .pp-video-play-icon::after {
  content: "See Who We Are";
  font-size: 16px;
  background-color: #fc5000;
  padding: 10px 20px;
  border-radius: 5px;
  position: absolute;
  display: block;
  top: 90px;
  left: calc(-50% - 10px);
  line-height: 1;
  min-width: max-content;
  color: #fff;
}
body.fl-builder .homepage-card .pp-hover-card-wrap, body.fl-builder .homepage-card-2x .pp-hover-card-wrap {
  line-height: 0;
}
body.fl-builder .homepage-card .pp-hover-card,
body.fl-builder .homepage-card .pp-hover-card .pp-hover-card-image {
  margin-bottom: 0;
  max-width: none !important;
  height: 100vw;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-card .pp-hover-card,
  body.fl-builder .homepage-card .pp-hover-card .pp-hover-card-image {
    height: 75vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-card .pp-hover-card,
  body.fl-builder .homepage-card .pp-hover-card .pp-hover-card-image {
    height: 25vw;
  }
}
body.fl-builder .homepage-card-2x .pp-hover-card, body.fl-builder .homepage-card-2x .pp-hover-card .pp-hover-card-image {
  height: 100vw;
  max-width: none !important;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-card-2x .pp-hover-card, body.fl-builder .homepage-card-2x .pp-hover-card .pp-hover-card-image {
    height: 75vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-card-2x .pp-hover-card, body.fl-builder .homepage-card-2x .pp-hover-card .pp-hover-card-image {
    height: 50vw;
  }
}
body.fl-builder .homepage-card-2x .pp-hover-card-inner,
body.fl-builder .homepage-card .pp-hover-card-inner {
  padding: 1.4em 2em 2em;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 170px);
}
@media screen and (min-width: 800px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-top: calc(15px + 11 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-top: 26px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-right: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-right: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-bottom: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-left: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card-2x .pp-hover-card-inner,
  body.fl-builder .homepage-card .pp-hover-card-inner {
    padding-left: 40px;
  }
}
body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap {
  padding-top: 0 !important;
}
body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title {
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 800px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title {
    font-size: calc(20px + 10 * (100vw - 800px) / 566);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 800px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title {
    margin-bottom: calc(0px + 10 * (100vw - 800px) / 500);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title {
    margin-bottom: 10px;
  }
}
body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title span, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title span, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title span {
    font-size: calc(10px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title span, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-title-wrap .pp-hover-card-title span {
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description {
    padding-top: 10px;
  }
}
@media screen and (min-width: 800px) and (min-width: 800px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description {
    padding-top: calc(10px + 8 * (100vw - 800px) / 500);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description {
    padding-top: 18px;
  }
}
@media screen and (min-width: 800px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description p, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description p {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 800px) and (min-width: 900px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description p, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description p {
    font-size: calc(13px + 9 * (100vw - 900px) / 800);
  }
}
@media screen and (min-width: 800px) and (min-width: 1700px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description p, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description p {
    font-size: 22px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description p, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description p {
    line-height: calc(1.4em + 0.2 * (100vw - 1300px) / 400);
  }
}
@media screen and (min-width: 800px) and (min-width: 1700px) {
  body.fl-builder .homepage-card .pp-hover-card-content .pp-hover-card-description p, body.fl-builder .homepage-card-2x .pp-hover-card-content .pp-hover-card-description p {
    line-height: 1.6em;
  }
}
body.fl-builder .homepage-card.image-2x1 {
  height: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-card.image-2x1 {
    height: 75vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-card.image-2x1 {
    height: 25vw;
  }
}
body.fl-builder .homepage-card.image-2x1 .fl-module-pp-hover-cards-2 .fl-module-content,
body.fl-builder .homepage-card.image-2x1 .fl-module-pp-hover-cards-2 .pp-hover-card-wrap .pp-hover-card {
  height: 100%;
}
body.fl-builder .homepage-card.image-2x1 .fl-module-pp-hover-cards-2 .pp-hover-card .pp-hover-card-image {
  width: 100%;
  height: auto;
}
body.fl-builder .homepage-card .fl-photo-content {
  overflow: hidden;
  height: 100vw;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-card .fl-photo-content {
    height: 100vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-card .fl-photo-content {
    width: 25vw;
    height: 25vw;
  }
  body.fl-builder .homepage-card.image-2x2 .fl-photo-content {
    width: 50vw;
    height: 50vw;
  }
}
body.fl-builder .homepage-card .fl-photo-content .fl-photo-img {
  margin-bottom: 0;
  max-width: none !important;
  width: 100vw;
  height: auto;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-card .fl-photo-content .fl-photo-img {
    height: 100vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-card .fl-photo-content .fl-photo-img {
    width: 25vw;
    height: 25vw;
  }
  body.fl-builder .homepage-card.image-2x2 .fl-photo-content .fl-photo-img {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (max-width: 768px) {
  body.fl-builder .fl-node-5e3212c57bf0a {
    aspect-ratio: 1/0.55;
  }
}
body.fl-builder .homepage-headline-block-1x1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  aspect-ratio: 1/0.55;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-headline-block-1x1 {
    aspect-ratio: auto;
    height: 25vw;
  }
}
body.fl-builder .homepage-headline-block-1x1.blue-bg {
  background-color: #b1b1b1;
}
body.fl-builder .homepage-headline-block-1x1.white-bg {
  background-color: #ffffff;
}
body.fl-builder .homepage-headline-block-1x1.alt-bg {
  background-color: #fc5000;
}
body.fl-builder .homepage-headline-block-1x1.shorter {
  height: 33vw;
}
body.fl-builder .homepage-headline-block-1x1 .pp-heading-separator {
  position: absolute;
  top: 1.4em;
  left: 2em;
}
body.fl-builder .homepage-headline-block-1x1 .pp-heading-separator-icon {
  padding-top: 5px !important;
}
body.fl-builder .homepage-headline-block-1x1 h2.heading-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-1x1 h2.heading-title {
    font-size: calc(40px + 46 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-1x1 h2.heading-title {
    font-size: 86px;
  }
}
body.fl-builder .homepage-headline-block-1x1.blue-bg h2.heading-title,
body.fl-builder .homepage-headline-block-1x1.blue-bg h2.heading-title a {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-1x1.white-bg h2.heading-title,
body.fl-builder .homepage-headline-block-1x1.white-bg h2.heading-title a {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-1x1 h3.heading-title {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-1x1 h3.heading-title {
    font-size: calc(23px + 24 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-1x1 h3.heading-title {
    font-size: 47px;
  }
}
body.fl-builder .homepage-headline-block-1x1.blue-bg h3.heading-title,
body.fl-builder .homepage-headline-block-1x1.blue-bg h3.heading-title a {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-1x1.white-bg h3.heading-title,
body.fl-builder .homepage-headline-block-1x1.white-bg h3.heading-title a {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title,
body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a {
  color: #ffffff;
}
body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 320px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: calc(30px + 25 * (100vw - 320px) / 448);
  }
}
@media (min-width: 768px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: 55px;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: 33px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: calc(33px + 22 * (100vw - 769px) / 255);
  }
}
@media screen and (min-width: 769px) and (min-width: 1024px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: 55px;
  }
}
@media screen and (min-width: 1025px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: 45px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: calc(45px + 40 * (100vw - 1025px) / 415);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1440px) {
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-1x1.alt-bg h3.heading-title a .oversized {
    font-size: 85px;
  }
}

body.fl-builder .homepage-headline-block-1x1 .pp-sub-heading {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-1x1 .pp-sub-heading {
    font-size: calc(18px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-1x1 .pp-sub-heading {
    font-size: 30px;
  }
}
body.fl-builder .homepage-headline-block-1x1.blue-bg {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-1x1.white-bg {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-1x1 .pp-sub-heading p {
  line-height: 1.2;
  margin-top: 0;
}
body.fl-builder .homepage-headline-block-2x1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  min-height: 50vw;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-headline-block-2x1 {
    min-height: 25vw;
    height: 25vw;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg {
  background-color: #b1b1b1;
}
body.fl-builder .homepage-headline-block-2x1.white-bg {
  background-color: #ffffff;
}
body.fl-builder .homepage-headline-block-2x1.alt-bg {
  background-color: #fc5000;
}
body.fl-builder .homepage-headline-block-2x1 .pp-heading-separator {
  position: absolute;
  top: 1.4em;
  left: 2em;
}
body.fl-builder .homepage-headline-block-2x1 .pp-heading-separator-icon {
  padding-top: 5px !important;
}
body.fl-builder .homepage-headline-block-2x1 h2.heading-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-2x1 h2.heading-title {
    font-size: calc(40px + 46 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-2x1 h2.heading-title {
    font-size: 86px;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg h2.heading-title,
body.fl-builder .homepage-headline-block-2x1.blue-bg h2.heading-title a {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-2x1.white-bg h2.heading-title,
body.fl-builder .homepage-headline-block-2x1.white-bg h2.heading-title a {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-2x1 h3.heading-title {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-2x1 h3.heading-title {
    font-size: calc(23px + 24 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-2x1 h3.heading-title {
    font-size: 47px;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg h3.heading-title,
body.fl-builder .homepage-headline-block-2x1.blue-bg h3.heading-title a {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-2x1.white-bg h3.heading-title,
body.fl-builder .homepage-headline-block-2x1.white-bg h3.heading-title a {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title,
body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title a {
  color: #ffffff;
}
body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title .oversized,
body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title a .oversized {
  font-size: 36px;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title a .oversized {
    font-size: calc(36px + 49 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title .oversized,
  body.fl-builder .homepage-headline-block-2x1.alt-bg h3.heading-title a .oversized {
    font-size: 85px;
  }
}

body.fl-builder .homepage-headline-block-2x1 .pp-sub-heading {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-2x1 .pp-sub-heading {
    font-size: calc(18px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-2x1 .pp-sub-heading {
    font-size: 30px;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-2x1.white-bg {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-2x1 .pp-sub-heading p {
  line-height: 1.2;
  margin-top: 0;
}
body.fl-builder .homepage-headline-block-3x1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  height: 50vw;
  padding: 20px;
}
@media screen and (min-width: 993px) {
  body.fl-builder .homepage-headline-block-3x1 {
    height: 33vw;
  }
}
@media screen and (min-width: 1025px) {
  body.fl-builder .homepage-headline-block-3x1 {
    height: 33vw;
  }
}
@media screen and (min-width: 1440px) {
  body.fl-builder .homepage-headline-block-3x1 {
    height: 25vw;
  }
}
body.fl-builder .homepage-headline-block-3x1.blue-bg {
  background-color: #b1b1b1;
}
body.fl-builder .homepage-headline-block-3x1.white-bg {
  background-color: #ffffff;
}
body.fl-builder .homepage-headline-block-3x1 .pp-heading-separator {
  position: absolute;
  top: 1.4em;
  left: 2em;
}
body.fl-builder .homepage-headline-block-3x1 .pp-heading-separator-icon {
  padding-top: 5px !important;
}
body.fl-builder .homepage-headline-block-3x1 h2.heading-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-3x1 h2.heading-title {
    font-size: calc(40px + 46 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-3x1 h2.heading-title {
    font-size: 86px;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg h2.heading-title,
body.fl-builder .homepage-headline-block-2x1.blue-bg h2.heading-title a {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-2x1.white-bg h2.heading-title,
body.fl-builder .homepage-headline-block-2x1.white-bg h2.heading-title a {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-3x1 h3.heading-title {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-3x1 h3.heading-title {
    font-size: calc(23px + 24 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-3x1 h3.heading-title {
    font-size: 47px;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg h3.heading-title,
body.fl-builder .homepage-headline-block-2x1.blue-bg h3.heading-title a {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-2x1.white-bg h3.heading-title,
body.fl-builder .homepage-headline-block-2x1.white-bg h3.heading-title a {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-3x1 .pp-sub-heading {
  font-size: 18px;
  font-weight: 300;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-headline-block-3x1 .pp-sub-heading {
    font-size: calc(18px + 12 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .homepage-headline-block-3x1 .pp-sub-heading {
    font-size: 30px;
  }
}
body.fl-builder .homepage-headline-block-2x1.blue-bg {
  color: #ffffff;
}

body.fl-builder .homepage-headline-block-2x1.white-bg {
  color: #b1b1b1;
}

body.fl-builder .homepage-headline-block-3x1 .pp-sub-heading p {
  line-height: 1.2;
  margin-top: 0;
}
body.fl-builder .where-we-build {
  text-align: center;
}
body.fl-builder .where-we-build .heading-title {
  margin: 0 !important;
}
body.fl-builder .where-we-build .more-info {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  body.fl-builder .where-we-build .more-info img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.fl-builder .where-we-build .more-info img {
    display: none;
  }
  body.fl-builder .where-we-build .more-info img + br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  body.fl-builder .where-we-build .more-info img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
body.fl-builder .where-we-build .more-info p {
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
  padding: 0 5px;
  margin-bottom: 0 !important;
}
@media (min-width: 320px) {
  body.fl-builder .where-we-build .more-info p {
    font-size: calc(16px + 10 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  body.fl-builder .where-we-build .more-info p {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  body.fl-builder .where-we-build .more-info p {
    padding: 75px 5px 0;
  }
}
@media screen and (min-width: 1025px) {
  body.fl-builder .where-we-build .more-info p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  body.fl-builder .where-we-build .more-info p {
    font-size: calc(16px + 10 * (100vw - 1025px) / 175);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1200px) {
  body.fl-builder .where-we-build .more-info p {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  body.fl-builder .where-we-build .more-info p {
    padding: 75px 5px 0;
  }
}
body.fl-builder .where-we-build .more-info a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 320px) {
  body.fl-builder .where-we-build .more-info a {
    font-size: calc(16px + 6 * (100vw - 320px) / 1046);
  }
}
@media (min-width: 1366px) {
  body.fl-builder .where-we-build .more-info a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1025px) {
  body.fl-builder .where-we-build .more-info a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  body.fl-builder .where-we-build .more-info a {
    font-size: calc(16px + 6 * (100vw - 1025px) / 175);
  }
}
@media screen and (min-width: 1025px) and (min-width: 1200px) {
  body.fl-builder .where-we-build .more-info a {
    font-size: 22px;
  }
}
body.fl-builder .where-we-build .more-info a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0a9";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
body.fl-builder .where-we-build .more-info a:hover {
  text-decoration: underline;
}
body.fl-builder .homepage-instagram-feed .fl-module-content {
  overflow: hidden;
}
body.fl-builder .homepage-instagram-feed .fl-html {
  height: 100vw;
  overflow-y: auto;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-instagram-feed .fl-html {
    height: 75vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-instagram-feed .fl-html {
    height: 25vw;
  }
}
body.fl-builder .homepage-instagram-feed #sb_instagram #sbi_images {
  height: 100%;
  position: relative;
  padding: 0;
}
body.fl-builder .homepage-instagram-feed #sb_instagram #sbi_images .sbi_item {
  height: 100%;
}
body.fl-builder .homepage-instagram-feed #sb_instagram #sbi_images .sbi_item:before {
  font-family: FontAwesome;
  content: "\f16d";
  font-size: 46px;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 1000;
  color: white;
  opacity: 1;
  transition: opacity, 0.2s;
}
body.fl-builder .homepage-instagram-feed #sb_instagram #sbi_images .sbi_item:hover:before {
  opacity: 0;
}
body.fl-builder .homepage-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  height: 100%;
}
body.fl-builder .homepage-instagram-feed #sb_instagram #sbi_images .sbi_item .sbi_link .sbi_instagram_link {
  right: 20px;
}
body.fl-builder .homepage-twitter-feed .fl-html {
  overflow-y: auto;
  height: 100vw;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-twitter-feed .fl-html {
    height: 75vw;
  }
}
@media screen and (min-width: 769px) {
  body.fl-builder .homepage-twitter-feed .fl-html {
    height: 25vw;
  }
}
body.fl-builder .homepage-twitter-feed .ctf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 50px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-twitter-feed .ctf {
    padding-left: calc(20px + 30 * (100vw - 640px) / 1260);
    padding-right: calc(20px + 30 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  body.fl-builder .homepage-twitter-feed .ctf {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.fl-builder .homepage-twitter-feed .ctf-author-box-link {
  flex-wrap: wrap;
}
body.fl-builder .homepage-twitter-feed .ctf-author-box-link .ctf-author-screenname,
body.fl-builder .homepage-twitter-feed .ctf-author-box-link .ctf-screename-sep,
body.fl-builder .homepage-twitter-feed .ctf-author-box-link .ctf-tweet-meta {
  margin-top: -5px !important;
  margin-bottom: 30px;
}
body.fl-builder .homepage-twitter-feed .ctf-tweets .ctf-tweet-text {
  font-size: 16px;
}
body.fl-builder .homepage-twitter-feed .ctf-tweets a {
  color: #ffffff;
  text-decoration: none;
}
body.fl-builder .homepage-twitter-feed .ctf-tweets a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1140px) {
  body.fl-builder .fl-row-content.fl-row-fixed-width {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.award-container .fl-rich-text h3 {
  margin-top: 0;
}

.regional-news h3 {
  font-size: 36px;
  color: #2C2C2C;
}
@media (min-width: 320px) {
  .regional-news h3 {
    font-size: calc(36px + 10 * (100vw - 320px) / 1046);
  }
}
@media (min-width: 1366px) {
  .regional-news h3 {
    font-size: 46px;
  }
}
.regional-news h3 b {
  text-transform: uppercase;
  color: #fc5000;
  font-weight: 700;
}
.regional-news a.fl-button,
.regional-news a.fl-button:visited {
  background: #fc5000;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
}
.regional-news a.fl-button .fl-button-text,
.regional-news a.fl-button:visited .fl-button-text {
  color: #ffffff;
}
.regional-news a.fl-button:hover,
.regional-news a.fl-button:visited:hover {
  background: #707070;
}

.news-press.content-row {
  background-color: #ffffff;
}

.regional-awards h3 {
  font-size: 36px;
  color: #2C2C2C;
}
@media (min-width: 320px) {
  .regional-awards h3 {
    font-size: calc(36px + 10 * (100vw - 320px) / 1046);
  }
}
@media (min-width: 1366px) {
  .regional-awards h3 {
    font-size: 46px;
  }
}
.regional-awards h3 b {
  text-transform: uppercase;
  color: #fc5000;
  font-weight: 700;
}
.regional-awards .fl-module-post-grid .fl-post-grid-post {
  position: relative;
  border: solid 1px #b1b1b1;
}
.regional-awards .fl-module-post-grid .fl-post-grid-post:hover .fl-post-title,
.regional-awards .fl-module-post-grid .fl-post-grid-post:hover .fl-post-content p,
.regional-awards .fl-module-post-grid .fl-post-grid-post:hover .fl-post-content ul,
.regional-awards .fl-module-post-grid .fl-post-grid-post:hover .fl-post-content ol {
  color: #fc5000;
}
.regional-awards .fl-module-post-grid .fl-post-grid-post:hover .fl-post-image:before {
  background-color: rgba(252, 80, 0, 0.7);
}
.regional-awards .fl-module-post-grid a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.regional-awards .fl-module-post-grid .fl-post-image {
  aspect-ratio: 2/1;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
.regional-awards .fl-module-post-grid .fl-post-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(252, 80, 0, 0);
  transition: all 0.2s;
}
.regional-awards .fl-module-post-grid .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.regional-awards .fl-module-post-grid .fl-post-title {
  font-size: 16px;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .regional-awards .fl-module-post-grid .fl-post-title {
    font-size: calc(16px + 6 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .regional-awards .fl-module-post-grid .fl-post-title {
    font-size: 22px;
  }
}
.regional-awards .fl-module-post-grid .fl-post-content p,
.regional-awards .fl-module-post-grid .fl-post-content ul,
.regional-awards .fl-module-post-grid .fl-post-content ol {
  font-size: 14px;
  transition: all 0.2s;
}
.regional-awards a.fl-button,
.regional-awards a.fl-button:visited {
  background: #fc5000;
  color: #ffffff;
  border: none;
  transition: all 0.3s;
}
.regional-awards a.fl-button .fl-button-text,
.regional-awards a.fl-button:visited .fl-button-text {
  color: #ffffff;
}
.regional-awards a.fl-button:hover,
.regional-awards a.fl-button:visited:hover {
  background: #707070;
}

.regional-offices-menu .fl-module-menu .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
.regional-offices-menu .fl-module-menu .fl-module-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
  gap: 0 80px;
}
.regional-offices-menu .fl-module-menu .fl-module-content ul:before, .regional-offices-menu .fl-module-menu .fl-module-content ul:after {
  display: none;
}
.regional-offices-menu .fl-module-menu .fl-module-content ul li:before {
  display: none;
}
.regional-offices-menu .fl-module-menu .fl-module-content ul li.current-menu-item a:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 20px;
  background: #fc5000;
}
.regional-offices-menu .fl-module-menu .fl-module-content ul li a {
  padding: 40px 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #2C2C2C;
  text-decoration: none;
}
.regional-offices-menu .fl-module-menu .fl-module-content ul li a:hover {
  color: #fc5000;
}

.regional-office-information {
  background: #ffffff;
}
.regional-office-information .regional-staff-members .fl-post-feed {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.regional-office-information .regional-staff-members .fl-post-feed-post {
  display: flex;
  align-items: flex-start;
  border: none;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .regional-office-information .regional-staff-members .fl-post-feed-post {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .regional-office-information .regional-staff-members .fl-post-feed-post {
    flex-direction: column;
  }
}
@media screen and (min-width: 1500px) {
  .regional-office-information .regional-staff-members .fl-post-feed-post {
    flex-direction: row;
  }
}
.regional-office-information .regional-staff-members .fl-post-feed-post:nth-of-type(3) {
  grid-column: span 2;
}
@media screen and (max-width: 1199px) {
  .regional-office-information .regional-staff-members .fl-post-feed-post:nth-of-type(3) {
    grid-column: span 1;
  }
}
.regional-office-information .regional-staff-members .fl-post-image {
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}
.regional-office-information .regional-staff-members .fl-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.regional-office-information .regional-staff-members .fl-post-text {
  padding-left: 0;
}
@media screen and (min-width: 640px) {
  .regional-office-information .regional-staff-members .fl-post-text {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .regional-office-information .regional-staff-members .fl-post-text {
    padding-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .regional-office-information .regional-staff-members .fl-post-text {
    padding-left: 40px;
  }
}
.regional-office-information .regional-staff-members .fl-post-text .fl-post-title {
  margin: 0;
  color: #fc5000;
  font-size: 22px;
}
.regional-office-information .regional-staff-members .fl-post-text .fl-post-position {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
}
.regional-office-information .regional-staff-members .fl-post-text .fl-post-email {
  margin: 10px 0 0;
}
.regional-office-information .regional-staff-members .fl-post-text .fl-post-email a {
  font-size: 16px;
}
.regional-office-information .regional-staff-members .fl-post-text .fl-post-phone {
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .regional-office-information .fl-col {
    width: 100% !important;
  }
}
.regional-office-information .fl-col:not(.location-contact) {
  padding-right: 30px;
}
.regional-office-information .location-contact {
  padding-left: 30px;
  border-left: 1px solid #fc5000;
}
.regional-office-information .location-contact .fl-rich-text p {
  margin: 0;
}

.stats-bubbles .fl-col-group {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .stats-bubbles .fl-col-group {
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media screen and (min-width: 993px) {
  .stats-bubbles .fl-col-group {
    gap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .stats-bubbles .fl-col-group {
    gap: 2rem;
  }
}
.stats-bubbles .fl-col-group:before, .stats-bubbles .fl-col-group:after {
  display: none;
}
.stats-bubbles .fl-col {
  background: #fc5000;
  border-radius: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .stats-bubbles .fl-col {
    width: calc(33.33% - 0.5rem);
    max-width: calc(33.33% - 0.5rem);
    flex: 0 0 calc(33.33% - 0.5rem);
  }
}
@media screen and (min-width: 993px) {
  .stats-bubbles .fl-col {
    width: calc(33.33% - 1rem);
    max-width: calc(33.33% - 1rem);
    flex: 0 0 calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 1024px) {
  .stats-bubbles .fl-col {
    width: calc(33.33% - 2rem);
    max-width: calc(33.33% - 2rem);
    flex: 0 0 calc(33.33% - 2rem);
  }
}
.stats-bubbles .fl-col:before, .stats-bubbles .fl-col:after {
  display: none;
}
.stats-bubbles .fl-number-text .fl-number-before-text {
  font-size: 1.2rem !important;
}
@media screen and (min-width: 640px) {
  .stats-bubbles .fl-number-text .fl-number-before-text {
    font-size: 1rem !important;
    font-size: 14px !important;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .stats-bubbles .fl-number-text .fl-number-before-text {
    font-size: calc(14px + 10 * (100vw - 640px) / 384) !important;
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  .stats-bubbles .fl-number-text .fl-number-before-text {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1500px) {
  .stats-bubbles .fl-number-text .fl-number-before-text {
    font-size: 1.8rem !important;
  }
}
.stats-bubbles .fl-number-text .fl-number-string,
.stats-bubbles .fl-number-string span {
  font-size: 2.4rem !important;
}
@media screen and (min-width: 640px) {
  .stats-bubbles .fl-number-text .fl-number-string,
  .stats-bubbles .fl-number-string span {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .stats-bubbles .fl-number-text .fl-number-string,
  .stats-bubbles .fl-number-string span {
    font-size: calc(22px + 16 * (100vw - 640px) / 384) !important;
  }
}
@media screen and (min-width: 640px) and (min-width: 1024px) {
  .stats-bubbles .fl-number-text .fl-number-string,
  .stats-bubbles .fl-number-string span {
    font-size: 38px !important;
  }
}
@media screen and (min-width: 1500px) {
  .stats-bubbles .fl-number-text .fl-number-string,
  .stats-bubbles .fl-number-string span {
    font-size: 4rem !important;
  }
}
.stats-bubbles .fl-number-before-text,
.stats-bubbles .fl-number-after-text,
.stats-bubbles .fl-number-int,
.stats-bubbles .fl-number-string,
.stats-bubbles .fl-rich-text * {
  color: #ffffff !important;
}
.stats-bubbles .fl-module-rich-text .fl-module-content {
  margin-bottom: 0;
}
.stats-bubbles .fl-number-int:after {
  display: block;
  content: "";
}

.regional-cta .fl-row-content-wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #fc5000;
}
.regional-cta .fl-row-content-wrap * {
  color: #ffffff;
}
.regional-cta .fl-row-content-wrap a.fl-button {
  display: inline-block;
  padding: 14px 25px;
  margin-top: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s;
}
.regional-cta .fl-row-content-wrap a.fl-button .fl-button-text {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fc5000;
  transition: all 0.3s;
}
.regional-cta .fl-row-content-wrap a.fl-button:hover {
  background-color: #707070;
}
.regional-cta .fl-row-content-wrap a.fl-button:hover .fl-button-text {
  color: #ffffff;
}
.alt-bg a.button:hover {
  background-color: #808185;
}

.eapps-google-maps-marker {
  border: solid 1px #a9a9a9;
  border-bottom: none;
}

.eapps-google-maps-marker-header .eapps-google-maps-marker-image {
  height: 105px !important;
}

a.button,
.fl-module-button a {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 25px;
  margin-top: 10px;
  background-color: #ffffff;
  border: solid 1px #fc5000;
  text-decoration: none;
  transition: all 0.3s;
}
a.button:hover,
.fl-module-button a:hover {
  background-color: #fc5000;
  color: #ffffff;
}
a.button.orange,
.fl-module-button a.orange {
  background-color: #fc5000;
  color: #ffffff;
}
a.button.orange:hover,
.fl-module-button a.orange:hover {
  background-color: #ff7636;
}
.alt-bg a.button:hover {
  background-color: #808185;
}

.available-openings-positioned {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .available-openings-positioned {
    top: -60px;
  }
}
.available-openings-positioned .fl-module-content {
  margin: 0 !important;
}

body.fl-builder.page-id-1212 .hero-inset, body.fl-builder.page-id-2347 .hero-inset, body.fl-builder.page-id-2505 .hero-inset, body.fl-builder.page-id-2348 .hero-inset {
  bottom: 0 !important;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

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

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

body.admin-bar #top-bar {
  top: 32px;
}

#top-bar {
  top: 0;
  width: 100%;
  z-index: 99;
}
#top-bar ul.cnss-social-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right !important;
}
@media screen and (min-width: 1024px) {
  #top-bar ul.cnss-social-icon {
    position: relative;
    top: auto;
    right: auto;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (min-width: 1024px) {
  #top-bar.fixed #main_navigation.is-active button {
    color: #ffffff;
  }
  #top-bar.fixed #main_navigation button {
    background: transparent;
    color: #b1b1b1;
  }
}
.fixed-logo {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 30px;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 347.5 139' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23F05423' d='M0,139V0h27.8l97.3,97.3V0h27.8v139h-27.8L27.8,41.7V139H0z'/%3E%3Cpath fill='%23F05423' d='M166.8,139V0h139v27.8H194.6v27.8H278v27.8h-83.4v27.8h111.2V139H166.8z'/%3E%3Cpath fill='%23F05423' d='M319.7,139V0h27.8v139H319.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 256px;
  height: 130px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1023px) {
  .fixed-logo {
    height: 12vw;
  }
}
@media (min-width: 1024px) {
  .fixed-logo {
    width: calc(256px + 68 * (100vw - 1024px) / 476);
  }
}
@media (min-width: 1500px) {
  .fixed-logo {
    width: 324px;
  }
}
@media (min-width: 1024px) {
  .fixed-logo {
    height: calc(130px + 70 * (100vw - 1024px) / 476);
  }
}
@media (min-width: 1500px) {
  .fixed-logo {
    height: 200px;
  }
}
body.single-all_projects .fixed-logo {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 347.5 139' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23F05423' d='M0,139V0h27.8l97.3,97.3V0h27.8v139h-27.8L27.8,41.7V139H0z'/%3E%3Cpath fill='%23F05423' d='M166.8,139V0h139v27.8H194.6v27.8H278v27.8h-83.4v27.8h111.2V139H166.8z'/%3E%3Cpath fill='%23F05423' d='M319.7,139V0h27.8v139H319.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#main_navigation .fixed-logo a {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: initial;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  #container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
  }
}
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

main {
  flex: 1 0 auto;
  min-height: auto;
}

.wrapper {
  background: rgba(129, 139, 145, 0.08);
}
.wrapper article {
  padding-top: 40px;
}
@media (min-width: 320px) {
  .wrapper article {
    padding-top: calc(40px + 60 * (100vw - 320px) / 480);
  }
}
@media (min-width: 800px) {
  .wrapper article {
    padding-top: 100px;
  }
}

.header-image {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .header-image {
    min-height: 100vh;
  }
}
.header-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 0;
}
.header-image h1 {
  position: relative;
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 0.8;
  margin: 0;
  z-index: 1;
}
@media (min-width: 320px) {
  .header-image h1 {
    font-size: calc(60px + 60 * (100vw - 320px) / 1180);
  }
}
@media (min-width: 1500px) {
  .header-image h1 {
    font-size: 120px;
  }
}

body.fl-builder #featured-projects .featured-projects,
body.single-all_projects #featured-projects .featured-projects {
  display: flex;
  flex-wrap: wrap;
}
body.fl-builder #featured-projects .featured-projects-title, body.fl-builder #featured-projects .featured-projects-more,
body.single-all_projects #featured-projects .featured-projects-title,
body.single-all_projects #featured-projects .featured-projects-more {
  flex: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 30vw;
  padding: 20px;
  background-color: #fc5000;
}
@media screen and (min-width: 993px) {
  body.fl-builder #featured-projects .featured-projects-title, body.fl-builder #featured-projects .featured-projects-more,
  body.single-all_projects #featured-projects .featured-projects-title,
  body.single-all_projects #featured-projects .featured-projects-more {
    flex: 50%;
    height: 25vw;
    min-height: auto;
  }
}
body.fl-builder #featured-projects .featured-projects-title-heading, body.fl-builder #featured-projects .featured-projects-more-heading,
body.single-all_projects #featured-projects .featured-projects-title-heading,
body.single-all_projects #featured-projects .featured-projects-more-heading {
  font-size: 23px;
  font-size: 34px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 320px) {
  body.fl-builder #featured-projects .featured-projects-title-heading, body.fl-builder #featured-projects .featured-projects-more-heading,
  body.single-all_projects #featured-projects .featured-projects-title-heading,
  body.single-all_projects #featured-projects .featured-projects-more-heading {
    font-size: calc(23px + 24 * (100vw - 320px) / 672);
  }
}
@media (min-width: 992px) {
  body.fl-builder #featured-projects .featured-projects-title-heading, body.fl-builder #featured-projects .featured-projects-more-heading,
  body.single-all_projects #featured-projects .featured-projects-title-heading,
  body.single-all_projects #featured-projects .featured-projects-more-heading {
    font-size: 47px;
  }
}
@media (min-width: 993px) {
  body.fl-builder #featured-projects .featured-projects-title-heading, body.fl-builder #featured-projects .featured-projects-more-heading,
  body.single-all_projects #featured-projects .featured-projects-title-heading,
  body.single-all_projects #featured-projects .featured-projects-more-heading {
    font-size: calc(34px + 13 * (100vw - 993px) / 373);
  }
}
@media (min-width: 1366px) {
  body.fl-builder #featured-projects .featured-projects-title-heading, body.fl-builder #featured-projects .featured-projects-more-heading,
  body.single-all_projects #featured-projects .featured-projects-title-heading,
  body.single-all_projects #featured-projects .featured-projects-more-heading {
    font-size: 47px;
  }
}
body.fl-builder #featured-projects .featured-projects-title-description, body.fl-builder #featured-projects .featured-projects-more-description,
body.single-all_projects #featured-projects .featured-projects-title-description,
body.single-all_projects #featured-projects .featured-projects-more-description {
  color: #ffffff;
  text-align: center;
  max-width: 500px;
}
body.fl-builder #featured-projects .featured-projects-more,
body.single-all_projects #featured-projects .featured-projects-more {
  flex: 100%;
  max-width: 100%;
}
@media screen and (min-width: 993px) {
  body.fl-builder #featured-projects .featured-projects-more,
  body.single-all_projects #featured-projects .featured-projects-more {
    flex: 1;
  }
}
body.fl-builder #featured-projects .featured-projects-more .button:hover,
body.single-all_projects #featured-projects .featured-projects-more .button:hover {
  background-color: #808185;
  color: #fff;
}
body.fl-builder #featured-projects .featured-project,
body.single-all_projects #featured-projects .featured-project {
  position: relative;
  margin: 0;
  flex: 50%;
  max-width: 50%;
}
@media screen and (min-width: 993px) {
  body.fl-builder #featured-projects .featured-project,
  body.single-all_projects #featured-projects .featured-project {
    flex: 25%;
    max-width: 25%;
    height: 25vw;
  }
}
body.fl-builder #featured-projects .featured-project:before,
body.single-all_projects #featured-projects .featured-project:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s;
  background: #000;
}
body.fl-builder #featured-projects .featured-project:hover:before,
body.single-all_projects #featured-projects .featured-project:hover:before {
  opacity: 0.3;
}
body.fl-builder #featured-projects .featured-project:hover .heading-title span:after,
body.single-all_projects #featured-projects .featured-project:hover .heading-title span:after {
  width: 100%;
}
body.fl-builder #featured-projects .featured-project a,
body.single-all_projects #featured-projects .featured-project a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
body.fl-builder #featured-projects .featured-project img,
body.single-all_projects #featured-projects .featured-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.fl-builder #featured-projects .featured-project .heading-title,
body.single-all_projects #featured-projects .featured-project .heading-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  cursor: pointer;
  text-align: left;
  color: #fff;
  z-index: 2;
  margin: 0;
  padding: 1.4em 2em 2em;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 170px);
  font-size: 20px;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-top: calc(15px + 11 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-top: 26px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-right: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-right: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-bottom: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-left: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    padding-left: 40px;
  }
}
@media (min-width: 800px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    font-size: calc(20px + 10 * (100vw - 800px) / 566);
  }
}
@media (min-width: 1366px) {
  body.fl-builder #featured-projects .featured-project .heading-title,
  body.single-all_projects #featured-projects .featured-project .heading-title {
    font-size: 30px;
  }
}
body.fl-builder #featured-projects .featured-project .heading-title span,
body.single-all_projects #featured-projects .featured-project .heading-title span {
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
@media (min-width: 640px) {
  body.fl-builder #featured-projects .featured-project .heading-title span,
  body.single-all_projects #featured-projects .featured-project .heading-title span {
    font-size: calc(10px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder #featured-projects .featured-project .heading-title span,
  body.single-all_projects #featured-projects .featured-project .heading-title span {
    font-size: 12px;
  }
}
body.fl-builder #featured-projects .featured-project .heading-title span:after,
body.single-all_projects #featured-projects .featured-project .heading-title span:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  content: "";
  transition: width 0.35s;
}

html.menu-active {
  overflow: hidden;
}
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(44, 44, 44, 0.7);
  z-index: 98;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

:root {
  --awards-fade-duration: 1s;
  --awards-wait-duration: 4s;
  --awards-items-per-row: 4;
  --awards-total-cycle: 12s;
  --awards-row-height: 120;
  --awards-total-rows: 1;
}

body.fl-builder-edit .animated-awards .fl-row-content-wrap {
  position: relative;
  top: 0;
  right: 0;
}
body.fl-builder-edit .animated-awards .fl-col-content {
  position: relative;
  height: auto;
  overflow: visible;
}
body.fl-builder-edit .animated-awards .animated-awards-wrapper {
  animation: none;
}
body.fl-builder-edit .animated-awards .fl-module-box:not(.animated-awards-wrapper) {
  opacity: 1;
  animation: none;
}

.animated-awards {
  position: relative;
  background: #fc5000;
  /* Fade in and fade out animation */
  /* move-up animation generated by JS to handle unknown number of rows */
}
@media screen and (min-width: 1024px) {
  .animated-awards {
    background: transparent;
  }
}
.animated-awards .fl-row-content-wrap {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .animated-awards .fl-row-content-wrap {
    position: absolute;
    bottom: calc(-200% + 10px);
    right: -10px;
    min-width: 710px;
  }
}
@media screen and (min-width: 1570px) {
  .animated-awards .fl-row-content-wrap {
    right: -10px;
  }
}
@media screen and (min-width: 1570px) and (min-width: 1570px) {
  .animated-awards .fl-row-content-wrap {
    right: calc(-10px + -65 * (100vw - 1570px) / 100);
  }
}
@media screen and (min-width: 1570px) and (min-width: 1670px) {
  .animated-awards .fl-row-content-wrap {
    right: -75px;
  }
}
@media screen and (min-width: 1670px) {
  .animated-awards .fl-row-content-wrap {
    right: -75px;
  }
}
.animated-awards .fl-row-content {
  padding: 0 20px !important;
}
.animated-awards .fl-col-content {
  position: relative;
  height: 34px;
  clip-path: inset(0 0 0 0);
  z-index: 90;
}
@media (min-width: 320px) {
  .animated-awards .fl-col-content {
    height: calc(34px + 86 * (100vw - 320px) / 602);
  }
}
@media (min-width: 922px) {
  .animated-awards .fl-col-content {
    height: 120px;
  }
}
@media screen and (min-width: 922px) {
  .animated-awards .fl-col-content {
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .animated-awards .fl-col-content {
    height: 81px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .animated-awards .fl-col-content {
    height: calc(81px + 39 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .animated-awards .fl-col-content {
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .animated-awards .fl-col-content {
    height: 120px;
  }
}
.animated-awards .fl-photo-content {
  width: 65px;
  height: 34px;
}
@media (min-width: 320px) {
  .animated-awards .fl-photo-content {
    width: calc(65px + 135 * (100vw - 320px) / 602);
  }
}
@media (min-width: 922px) {
  .animated-awards .fl-photo-content {
    width: 200px;
  }
}
@media (min-width: 320px) {
  .animated-awards .fl-photo-content {
    height: calc(34px + 86 * (100vw - 320px) / 602);
  }
}
@media (min-width: 922px) {
  .animated-awards .fl-photo-content {
    height: 120px;
  }
}
@media screen and (min-width: 922px) {
  .animated-awards .fl-photo-content {
    width: 200px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .animated-awards .fl-photo-content {
    width: 160px;
    height: 86px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .animated-awards .fl-photo-content {
    width: calc(160px + 40 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .animated-awards .fl-photo-content {
    width: 200px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .animated-awards .fl-photo-content {
    height: calc(86px + 34 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .animated-awards .fl-photo-content {
    height: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .animated-awards .fl-photo-content {
    width: 200px;
    height: 120px;
  }
}
.animated-awards .fl-photo-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.animated-awards .animated-awards-wrapper {
  position: relative;
  transform: translateY(0);
  max-width: 830px;
  grid-template-rows: auto;
  animation: move-up calc(var(--awards-total-cycle) * var(--awards-total-rows)) infinite;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .animated-awards .animated-awards-wrapper {
    margin: 0;
  }
}
.animated-awards .fl-module-box:not(.animated-awards-wrapper) {
  opacity: 0;
  animation: fade-in-out var(--awards-total-cycle) infinite;
}
.animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(1), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(5), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(9) {
  animation-delay: 0s;
}
.animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(2), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(6), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(10) {
  animation-delay: calc(var(--awards-fade-duration));
}
.animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(3), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(7), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(11) {
  animation-delay: calc(2 * (var(--awards-fade-duration)));
}
.animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(4), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(8), .animated-awards .fl-module-box:not(.animated-awards-wrapper):nth-of-type(12) {
  animation-delay: calc(3 * (var(--awards-fade-duration)));
}
@keyframes fade-in-out {
  0%, 15% {
    opacity: 0;
  }
  20%, 70% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}

.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;
}

.nav-links {
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.nav-links .page-numbers {
  flex: 0;
  padding: 6px 10px;
  margin: 0 4px;
  text-decoration: none;
  color: #2C2C2C;
  font-size: 0.8em;
  line-height: 1;
}
.nav-links .page-numbers.current {
  background: #fc5000;
  border-radius: 100%;
  color: #ffffff;
}

body.single-all_projects h1,
body.single-all_projects h2,
body.single-all_projects #slideshow {
  flex: 0 0 100%;
}
body.single-all_projects .project-category {
  margin: 0;
  font-size: 0.6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}
body.single-all_projects .project-name {
  margin: 0.2em 0 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  body.single-all_projects .project-name {
    padding-left: 20%;
  }
}

body.single article {
  padding: 100px 10% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body.single .description {
  flex: 0 0 100%;
  padding: 2em 0 0;
}
@media screen and (min-width: 640px) {
  body.single .description {
    flex: 0 0 60%;
    padding: 2em 3em 4em 0;
  }
}
body.single .details {
  position: relative;
  flex: 0 0 100%;
  padding: 2em 0 4em;
}
@media screen and (min-width: 640px) {
  body.single .details {
    flex: 0 0 calc(40% - 2em);
    padding: 2em 0 4em 2em;
    margin-left: 2em;
  }
}
@media screen and (min-width: 640px) {
  body.single .details:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3em;
    width: 1px;
    height: 60%;
    background: #fc5000;
  }
}

body.single-fl-theme-layout .wrapper {
  background: #ffffff;
}
body.single-fl-theme-layout .fl-rich-text h2 {
  margin-bottom: 0;
}
body.single-fl-theme-layout .fl-rich-text h2 strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
body.single-fl-theme-layout .fl-rich-text p {
  margin: 0;
}

body.tax-project_category .description,
body.page-id-13 .description {
  padding: 0 200px 100px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 320px) {
  body.tax-project_category .description,
  body.page-id-13 .description {
    padding-left: calc(30px + 170 * (100vw - 320px) / 1180);
  }
}
@media (min-width: 1500px) {
  body.tax-project_category .description,
  body.page-id-13 .description {
    padding-left: 200px;
  }
}
@media (min-width: 320px) {
  body.tax-project_category .description,
  body.page-id-13 .description {
    padding-right: calc(30px + 170 * (100vw - 320px) / 1180);
  }
}
@media (min-width: 1500px) {
  body.tax-project_category .description,
  body.page-id-13 .description {
    padding-right: 200px;
  }
}
@media (min-width: 320px) {
  body.tax-project_category .description,
  body.page-id-13 .description {
    padding-bottom: calc(40px + 60 * (100vw - 320px) / 480);
  }
}
@media (min-width: 800px) {
  body.tax-project_category .description,
  body.page-id-13 .description {
    padding-bottom: 100px;
  }
}
body.tax-project_category .description .lead-in,
body.page-id-13 .description .lead-in {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 750px) {
  body.tax-project_category .description .lead-in,
  body.page-id-13 .description .lead-in {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  body.tax-project_category .description .lead-in img,
  body.page-id-13 .description .lead-in img {
    margin: 0 0 20px 0;
  }
}
body.tax-project_category .js-wpv-dps-spinner,
body.page-id-13 .js-wpv-dps-spinner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
body.tax-project_category .filter-controls,
body.page-id-13 .filter-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  padding: 25px 20px;
  background: #fefefe;
}
@media screen and (min-width: 768px) {
  body.tax-project_category .filter-controls,
  body.page-id-13 .filter-controls {
    flex-direction: row;
    justify-content: space-between;
  }
}
body.tax-project_category .filter-controls .select-wrap .form-group,
body.page-id-13 .filter-controls .select-wrap .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body.tax-project_category .filter-controls .select-wrap .form-group,
  body.page-id-13 .filter-controls .select-wrap .form-group {
    flex-direction: row;
  }
}
body.tax-project_category .filter-controls .select-wrap .form-group select,
body.page-id-13 .filter-controls .select-wrap .form-group select {
  margin: 0 0 2rem 0;
  padding: 0.8rem 1.2rem;
  color: #363436;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  body.tax-project_category .filter-controls .select-wrap .form-group select,
  body.page-id-13 .filter-controls .select-wrap .form-group select {
    margin: 0 0 0 1rem;
  }
}
body.tax-project_category .filter-controls .search-wrap,
body.page-id-13 .filter-controls .search-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #E5E5E5;
  background: #ffffff;
  padding: 2px;
}
body.tax-project_category .filter-controls .search-wrap input[type=text],
body.page-id-13 .filter-controls .search-wrap input[type=text] {
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #363436;
  border: 0;
  background: transparent;
  padding-left: 10px;
}
body.tax-project_category .filter-controls .search-wrap button,
body.page-id-13 .filter-controls .search-wrap button {
  padding: 5px 10px;
  font-size: 0;
  border-radius: 0;
  border: 0;
  background: #fc5000;
}
body.tax-project_category .filter-controls .search-wrap button:before,
body.page-id-13 .filter-controls .search-wrap button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}

.block-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none !important;
  text-indent: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat;
  background-position: 97% 97%;
  background-color: #fc5000;
}
.block-grid li {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 540px) {
  .block-grid li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 780px) {
  .block-grid li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 1500px) {
  .block-grid li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.block-grid li:before {
  display: none;
}
.block-grid li a {
  position: relative;
  display: block;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.block-grid li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s;
  background: #000;
}
.block-grid li a:hover:before {
  opacity: 0.03;
}
.block-grid li figure {
  margin: 0;
  padding-top: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.block-grid li figure:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.block-grid li .title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 30px;
  color: #ffffff;
  font-size: 1.2em;
  z-index: 1;
}
.block-grid li img {
  width: 100%;
  height: auto;
}

.block-grid.press-room {
  background-color: transparent;
  margin-left: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
.block-grid.press-room li {
  margin-bottom: 2%;
}
@media screen and (min-width: 1500px) {
  .block-grid.press-room li {
    flex: 0 0 32%;
    max-width: 32%;
  }
}

.post-block {
  padding: 0;
  position: relative;
  border: solid 1px #b1b1b1;
  background-color: #ffffff;
}
.post-block .post-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 3;
}
.post-block p {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10%;
  margin-top: 35px;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .post-block p {
    font-size: calc(16px + 6 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .post-block p {
    font-size: 22px;
  }
}
.post-block a:hover p {
  color: #fc5000;
}

.post-block p:last-of-type {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .post-block p:last-of-type {
    font-size: calc(12px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .post-block p:last-of-type {
    font-size: 14px;
  }
}
.post-block p:last-of-type:before {
  content: "\f1ea";
  color: #fc5000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.post-block .image-container {
  aspect-ratio: 1.51/1;
  overflow: hidden;
  position: relative;
}
.post-block .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(252, 80, 0, 0);
  transition: all 0.2s;
}
.post-block a:hover .image-container:before {
  background-color: rgba(252, 80, 0, 0.7);
}

.post-block .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-news {
  padding: 0;
  position: relative;
}
.related-news a {
  display: block;
  height: 100%;
  text-decoration: none;
  border: solid 1px #b1b1b1;
}
.related-news .post-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 3;
}
.related-news p {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10%;
  margin-top: 35px;
  transition: all 0.2s;
}
@media (min-width: 640px) {
  .related-news p {
    font-size: calc(16px + 6 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .related-news p {
    font-size: 22px;
  }
}
.post-block a:hover p {
  color: #fc5000;
}

.related-news p:last-of-type {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px;
}
@media (min-width: 640px) {
  .related-news p:last-of-type {
    font-size: calc(12px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  .related-news p:last-of-type {
    font-size: 14px;
  }
}
.related-news p:last-of-type:before {
  content: "\f1ea";
  color: #fc5000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.related-news .image-container {
  aspect-ratio: 1.51/1;
  overflow: hidden;
  position: relative;
}
.related-news .image-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(252, 80, 0, 0);
  transition: all 0.2s;
}
.post-block a:hover .image-container:before {
  background-color: rgba(252, 80, 0, 0.7);
}

.related-news .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div[data-feedid="*1"] .sbi_photo_wrap:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 1000;
  top: 30px;
  left: 20px;
}
div[data-feedid="*1"] .sbi_instagram_link {
  display: none !important;
}

#ctf.ctf-feed-2 .ctf-item {
  display: flex;
  flex-direction: column;
}
#ctf.ctf-feed-2 .ctf-item .ctf-author-box {
  order: 1;
}
#ctf.ctf-feed-2 .ctf-item .ctf-tweet-content {
  order: 2;
  display: flex;
  flex-direction: column;
}
#ctf.ctf-feed-2 .ctf-item .ctf-tweet-content .ctf-tweet-media {
  order: 1;
  margin-bottom: 10px;
}
#ctf.ctf-feed-2 .ctf-item .ctf-tweet-content .ctf-tweet-text {
  order: 2;
}

nav.pagination {
  display: none;
}

.post_date h2 {
  margin-bottom: 0;
}
.post_date p {
  margin: 0;
}

#slideshow {
  position: relative;
  max-width: 100%;
}
#slideshow .prev, #slideshow .next {
  position: absolute;
  top: 40%;
  left: -30px;
  font-size: 4em;
  color: #fc5000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #slideshow .prev, #slideshow .next {
    left: -60px;
  }
}
#slideshow .next {
  left: auto;
  right: -30px;
}
@media screen and (min-width: 768px) {
  #slideshow .next {
    right: -60px;
  }
}
#slideshow .slides {
  position: relative;
  padding-top: 60%;
}
#slideshow .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 8;
}
#slideshow .slides .slide.active {
  z-index: 10;
}
#slideshow .slides .slide.last-active {
  z-index: 9;
}
#slideshow .thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: calc(100% + 10px);
  margin: 10px -5px;
}
#slideshow .thumbnails .thumb {
  position: relative;
  flex: 1 auto;
  line-height: 0;
  margin: 0 5px;
  cursor: pointer;
}
#slideshow .thumbnails .thumb:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(177, 177, 177, 0.5);
  transition: 0.5s all ease-in-out;
}
#slideshow .thumbnails .thumb.visible:before {
  background: transparent;
}
#slideshow .thumbnails .thumb img {
  width: 100%;
  height: auto;
}

.ctf-carousel .ctf-owl-stage-outer .ctf-owl-stage {
  display: flex;
  align-items: stretch;
}
.ctf-carousel .ctf-owl-stage-outer .ctf-owl-stage .ctf-owl-item {
  background-color: white;
  padding: 5px 15px;
  margin: 0;
}
.ctf-carousel .ctf-owl-stage-outer .ctf-owl-stage .ctf-owl-item .ctf-item {
  background-color: transparent !important;
}
.ctf-carousel .ctf-owl-stage-outer .ctf-owl-stage .ctf-owl-item .ctf-author-box {
  width: unset;
}
.ctf-carousel .ctf-owl-nav.onhover {
  min-height: unset;
}

body.fl-builder .homepage-card.team-member .pp-hover-card {
  height: 50vw;
  width: 100%;
}
@media screen and (min-width: 993px) {
  body.fl-builder .homepage-card.team-member .pp-hover-card {
    height: 25vw;
  }
}
body.fl-builder .homepage-card.team-member .pp-hover-card .pp-hover-card-image {
  height: 65vw;
}
@media screen and (min-width: 640px) {
  body.fl-builder .homepage-card.team-member .pp-hover-card .pp-hover-card-image {
    height: 50vw;
  }
}
@media screen and (min-width: 993px) {
  body.fl-builder .homepage-card.team-member .pp-hover-card .pp-hover-card-image {
    height: 25vw;
  }
}
body.fl-builder .homepage-card.team-member .pp-hover-card .pp-hover-card-inner {
  cursor: pointer;
}
body.fl-builder .homepage-card.team-member .pp-hover-card .pp-hover-card-inner .pp-hover-card-description {
  display: none;
}
body.fl-builder .homepage-card.team-member.overlay-text .pp-hover-card-inner {
  font-size: 14px;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-card.team-member.overlay-text .pp-hover-card-inner {
    font-size: calc(14px + 8 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  body.fl-builder .homepage-card.team-member.overlay-text .pp-hover-card-inner {
    font-size: 22px;
  }
}
body.fl-builder .homepage-card.team-member.overlay-text .pp-hover-card-inner .pp-hover-card-description {
  display: block;
}
body.fl-builder .homepage-card.team-member.overlay-text .pp-hover-card-inner .pp-hover-card-description a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.fl-builder .homepage-card.team-member.invert-size .pp-hover-card {
    height: 340px;
  }
}
body.fl-builder .homepage-card.team-member.invert-size .pp-hover-card-title {
  font-size: 17px;
}
@media (min-width: 640px) {
  body.fl-builder .homepage-card.team-member.invert-size .pp-hover-card-title {
    font-size: calc(17px + 3 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  body.fl-builder .homepage-card.team-member.invert-size .pp-hover-card-title {
    font-size: 20px;
  }
}
body.fl-builder .pp-modal-wrap,
body.fl-builder .pp-modal-container {
  height: 101vh;
  width: 100vw;
}
body.fl-builder .pp-modal.layout-fullscreen {
  min-height: initial;
  margin: 20px;
}
@media (min-width: 640px) {
  body.fl-builder .pp-modal.layout-fullscreen {
    margin: calc(20px + 30 * (100vw - 640px) / 560);
  }
}
@media (min-width: 1200px) {
  body.fl-builder .pp-modal.layout-fullscreen {
    margin: 50px;
  }
}
body.fl-builder .pp-modal.layout-fullscreen .pp-modal-title {
  display: none;
}
body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content {
  background-color: #ffffff;
  padding-bottom: 50px;
}
body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner h2 {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner h2 {
    font-size: calc(16px + 4 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner {
    flex-direction: row;
  }
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner > p, body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner > div {
    flex: 50%;
  }
}
@media screen and (min-width: 1301px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner {
    flex-direction: row;
  }
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner > p {
    max-width: 500px;
  }
}
body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner div {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner div {
    padding-left: calc(20px + 30 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  body.fl-builder .pp-modal.layout-fullscreen .pp-modal-content-inner div {
    padding-left: 50px;
  }
}
body.fl-builder .pp-modal-active .pp-modal-container {
  padding: 50px;
}
body.fl-builder #meet-our-team .team-members {
  display: flex;
  flex-wrap: wrap;
}
body.fl-builder #meet-our-team .team-title,
body.fl-builder #meet-our-team .join-our-team {
  flex: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 30vw;
  padding: 20px;
  background-color: #fc5000;
}
@media screen and (min-width: 993px) {
  body.fl-builder #meet-our-team .team-title,
  body.fl-builder #meet-our-team .join-our-team {
    flex: 50%;
    height: 25vw;
    min-height: auto;
  }
}
body.fl-builder #meet-our-team .team-title .heading-title,
body.fl-builder #meet-our-team .team-title .heading-title a,
body.fl-builder #meet-our-team .join-our-team .heading-title,
body.fl-builder #meet-our-team .join-our-team .heading-title a {
  font-size: 23px;
  font-size: 34px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 320px) {
  body.fl-builder #meet-our-team .team-title .heading-title,
  body.fl-builder #meet-our-team .team-title .heading-title a,
  body.fl-builder #meet-our-team .join-our-team .heading-title,
  body.fl-builder #meet-our-team .join-our-team .heading-title a {
    font-size: calc(23px + 24 * (100vw - 320px) / 672);
  }
}
@media (min-width: 992px) {
  body.fl-builder #meet-our-team .team-title .heading-title,
  body.fl-builder #meet-our-team .team-title .heading-title a,
  body.fl-builder #meet-our-team .join-our-team .heading-title,
  body.fl-builder #meet-our-team .join-our-team .heading-title a {
    font-size: 47px;
  }
}
@media (min-width: 993px) {
  body.fl-builder #meet-our-team .team-title .heading-title,
  body.fl-builder #meet-our-team .team-title .heading-title a,
  body.fl-builder #meet-our-team .join-our-team .heading-title,
  body.fl-builder #meet-our-team .join-our-team .heading-title a {
    font-size: calc(34px + 13 * (100vw - 993px) / 373);
  }
}
@media (min-width: 1366px) {
  body.fl-builder #meet-our-team .team-title .heading-title,
  body.fl-builder #meet-our-team .team-title .heading-title a,
  body.fl-builder #meet-our-team .join-our-team .heading-title,
  body.fl-builder #meet-our-team .join-our-team .heading-title a {
    font-size: 47px;
  }
}
body.fl-builder #meet-our-team .join-our-team {
  flex: 100%;
  max-width: 100%;
  min-width: 25%;
}
@media screen and (min-width: 993px) {
  body.fl-builder #meet-our-team .join-our-team {
    flex: 1;
  }
}
body.fl-builder #meet-our-team .join-our-team .button:hover {
  background-color: #808185;
  color: #fff;
}
body.fl-builder #meet-our-team .team-member {
  position: relative;
  margin: 0;
  flex: 50%;
  max-width: 50%;
}
@media screen and (min-width: 993px) {
  body.fl-builder #meet-our-team .team-member {
    flex: 25%;
    max-width: 25%;
    height: 25vw;
  }
}
body.fl-builder #meet-our-team .team-member:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s;
  background: #000;
}
body.fl-builder #meet-our-team .team-member:hover:before {
  opacity: 0.3;
}
body.fl-builder #meet-our-team .team-member:hover .heading-title span:after {
  width: 100%;
}
body.fl-builder #meet-our-team .team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.fl-builder #meet-our-team .team-member .heading-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease-in;
  cursor: pointer;
  text-align: left;
  color: #fff;
  z-index: 2;
  margin: 0;
  padding: 1.4em 2em 2em;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0, rgba(0, 0, 0, 0) 170px);
  font-size: 20px;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-top: calc(15px + 11 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-top: 26px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-right: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-right: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-bottom: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-left: calc(15px + 25 * (100vw - 1000px) / 300);
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    padding-left: 40px;
  }
}
@media (min-width: 800px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    font-size: calc(20px + 10 * (100vw - 800px) / 566);
  }
}
@media (min-width: 1366px) {
  body.fl-builder #meet-our-team .team-member .heading-title {
    font-size: 30px;
  }
}
body.fl-builder #meet-our-team .team-member .heading-title span {
  position: relative;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
}
@media (min-width: 640px) {
  body.fl-builder #meet-our-team .team-member .heading-title span {
    font-size: calc(10px + 2 * (100vw - 640px) / 726);
  }
}
@media (min-width: 1366px) {
  body.fl-builder #meet-our-team .team-member .heading-title span {
    font-size: 12px;
  }
}
body.fl-builder #meet-our-team .team-member .heading-title span:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  content: "";
  transition: width 0.35s;
}
body.fl-builder #meet-our-team .team-member-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 101vh;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  background: #000;
  transition: all 0.3s ease-in-out;
  z-index: -2;
}
body.fl-builder #meet-our-team .team-member-modal.is-active {
  z-index: 99999 !important;
  visibility: visible;
  opacity: 1;
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-wrapper {
  position: relative;
  margin: 10px;
  background: #fff;
  height: calc(100vh - 100px);
}
@media screen and (min-width: 640px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-wrapper {
    margin: calc(20px + 30 * (100vw - 640px) / 560);
  }
}
@media screen and (min-width: 1200px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-wrapper {
    margin: 50px;
  }
}
body.fl-builder #meet-our-team .team-member-modal .modal-close {
  top: -10px;
  right: -10px;
  background-color: #3a3a3a;
  border: 1px solid #ffffff;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 5;
  line-height: 0;
  cursor: pointer;
  display: table-cell;
  padding: 5px;
  transition: background 0.2s ease-in-out;
}
body.fl-builder #meet-our-team .team-member-modal .modal-close:hover {
  background-color: #b53030;
}
body.fl-builder #meet-our-team .team-member-modal .modal-close .bar-wrap {
  width: 100%;
  height: 100%;
  transition: background 0.2s ease-in-out;
  display: inline-block;
  position: relative;
}
body.fl-builder #meet-our-team .team-member-modal .modal-close .bar-wrap span {
  position: absolute;
  border-radius: 0;
  width: 100%;
  top: 49.5%;
  left: 0px;
  background: #ffffff;
  height: 2px;
  margin-top: -1px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
body.fl-builder #meet-our-team .team-member-modal .modal-close .bar-wrap span.bar-1 {
  transform: rotate(225deg);
}
body.fl-builder #meet-our-team .team-member-modal .modal-close .bar-wrap span.bar-2 {
  transform: rotate(-225deg);
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
@media screen and (min-width: 1024px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content {
    flex-direction: row;
    overflow-y: hidden;
  }
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .headshot {
  flex: 50%;
  max-width: 500px;
  align-self: center;
}
@media screen and (min-width: 1024px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .headshot {
    align-self: flex-start;
  }
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .headshot img {
  max-width: 100%;
  height: auto;
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information {
    flex: 50%;
    overflow-y: auto;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information {
    padding-left: calc(20px + 30 * (100vw - 1024px) / 176);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information {
    padding-left: 50px;
  }
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information h1 {
  margin: 0;
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information h2 {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information h2 {
    font-size: calc(16px + 4 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information h2 {
    font-size: 20px;
  }
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information blockquote {
  margin: 0;
}
body.fl-builder #meet-our-team .team-member-modal .team-member-modal-content .information p {
  margin: 22px 0 0;
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

#main_navigation {
  /** Sub Menu **/
  /** Menu is open **/
}
#main_navigation button {
  position: fixed;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 80px;
  height: 70px;
  font-size: 36px;
  color: #ffffff;
  border: none;
  border-radius: 0 0 0 18px;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  z-index: 102;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #main_navigation button {
    width: 112px;
    height: 90px;
  }
}
#main_navigation button .icons {
  position: relative;
  margin: 0;
  width: 31.5px;
  height: 36px;
}
#main_navigation button .icons i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
#main_navigation button .icons .icon-default {
  transition: opacity 0.3s, transform 0.3s;
}
#main_navigation button .icons .icon-hover {
  transition: opacity 0.3s, transform 0.3s;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}
#main_navigation #menu-primary-navigation {
  position: fixed;
  top: 0;
  right: -100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 6em 4em 4em;
  width: 100%;
  max-width: 384px;
  height: 100%;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  z-index: 101;
  box-shadow: -14px 0px 10px 0px rgba(0, 0, 0, 0.3);
  overflow-x: auto;
}
@media screen and (min-width: 1500px) {
  #main_navigation #menu-primary-navigation {
    padding: 3em 6em 2em 4em;
    max-width: calc(100% - 414px);
    height: 100vh;
    max-height: 100vh;
    display: grid;
    grid-template-columns: max-content max-content max-content min-content;
    grid-template-rows: auto;
    gap: 0;
    grid-template-areas: "about projects diversity careers" "about projects awards contact" "about projects news subcontractor" "offices offices offices offices";
    justify-content: space-between;
  }
}
#main_navigation #menu-primary-navigation:before {
  content: "";
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 384px;
  height: 4.1em;
  background: #ffffff url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 347.5 139' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23F05423' d='M0,139V0h27.8l97.3,97.3V0h27.8v139h-27.8L27.8,41.7V139H0z'/%3E%3Cpath fill='%23F05423' d='M166.8,139V0h139v27.8H194.6v27.8H278v27.8h-83.4v27.8h111.2V139H166.8z'/%3E%3Cpath fill='%23F05423' d='M319.7,139V0h27.8v139H319.7z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 30px center;
  background-size: 110px 44px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  #main_navigation #menu-primary-navigation:before {
    display: none;
  }
}
#main_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
#main_navigation li:before {
  display: none;
}
#main_navigation ul ul {
  margin: 0;
  padding-left: 1em;
}
#main_navigation a {
  display: block;
  padding: 3px 0;
  color: #2C2C2C;
  text-decoration: none;
  font-size: 17px;
}
#main_navigation > ul > li {
  margin: 0 0 0.6rem 0;
}
#main_navigation > ul > li img {
  display: none;
}
@media screen and (min-width: 1500px) {
  #main_navigation > ul > li {
    margin: 0;
  }
  #main_navigation > ul > li:first-of-type {
    grid-area: about;
    grid-row: span 3;
  }
  #main_navigation > ul > li:nth-of-type(2) {
    grid-area: offices;
    margin-top: 30px;
  }
  #main_navigation > ul > li:nth-of-type(2) .sub-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0 60px;
    margin-top: 20px;
  }
  #main_navigation > ul > li:nth-of-type(2) .sub-menu > li {
    flex: 0 0 calc(33.33% - 60px);
  }
  #main_navigation > ul > li:nth-of-type(2) .sub-menu > li:first-of-type a {
    max-width: 300px;
  }
  #main_navigation > ul > li:nth-of-type(2) .sub-menu a {
    display: flex;
    flex-direction: column;
    max-width: 250px;
  }
  #main_navigation > ul > li:nth-of-type(2) .sub-menu img {
    display: block;
    margin: 20px 0 0 0;
    width: 100%;
    max-width: 457px;
    height: auto;
  }
  #main_navigation > ul > li:nth-of-type(2) .sub-menu #menu-item-2313 span {
    margin-left: 5rem;
  }
  #main_navigation > ul > li:nth-of-type(3) {
    grid-area: projects;
    grid-row: span 3;
  }
  #main_navigation > ul > li:nth-of-type(3) ul {
    column-count: 2;
  }
  #main_navigation > ul > li:nth-of-type(4) {
    grid-area: diversity;
  }
  #main_navigation > ul > li:nth-of-type(5) {
    grid-area: awards;
  }
  #main_navigation > ul > li:nth-of-type(6) {
    grid-area: news;
  }
  #main_navigation > ul > li:nth-of-type(7) {
    grid-area: careers;
  }
  #main_navigation > ul > li:nth-of-type(8) {
    grid-area: subcontractor;
  }
  #main_navigation > ul > li:nth-of-type(9) {
    grid-area: contact;
  }
}
#main_navigation > ul > li > a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 640px) {
  #main_navigation > ul > li > a {
    font-size: calc(18px + 4 * (100vw - 640px) / 1260);
  }
}
@media (min-width: 1900px) {
  #main_navigation > ul > li > a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  #main_navigation > ul > li > a {
    color: #fc5000;
    font-weight: 600;
  }
}
#main_navigation .menu-item-has-children > a:after {
  display: inline-block;
  content: "\f0da";
  font-family: "fontawesome";
  color: #fc5000;
  margin-left: 15px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1500px) {
  #main_navigation .menu-item-has-children > a:after {
    display: none;
  }
}
#main_navigation .menu-item-has-children.is-open > a:after {
  transform: rotate(90deg);
}
#main_navigation .sub-menu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 1500px) {
  #main_navigation .sub-menu {
    opacity: 1;
    visibility: visible;
    max-height: none;
    padding-left: 0;
  }
}
#main_navigation .sub-menu.is-opened {
  opacity: 1;
  visibility: visible;
  max-height: 400px;
}
#main_navigation.is-active #menu-primary-navigation {
  right: 0;
}
#main_navigation.is-active #menu-primary-navigation:before {
  right: 0;
}
#main_navigation.is-active button {
  background: #fc5000;
}
#main_navigation.is-active button .icons .icon-hover {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}
#main_navigation.is-active button .icons .icon-default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.hero-text ul.cnss-social-icon {
  text-align: center !important;
  text-indent: initial;
}
@media screen and (min-width: 1024px) {
  .hero-text ul.cnss-social-icon {
    padding-left: 40px;
    text-align: left !important;
  }
}
.hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-in, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-in:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
@media screen and (min-width: 1024px) {
  .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-in, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube {
    color: #ffffff !important;
  }
  .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-in:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square:hover, .hero-text ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube:hover {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}

#menu-footer-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 640px) {
  #menu-footer-navigation {
    flex-direction: column;
  }
}
@media screen and (min-width: 890px) {
  #menu-footer-navigation {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  #menu-footer-navigation {
    flex-direction: row;
  }
}
@media screen and (min-width: 1275px) {
  #menu-footer-navigation {
    flex-direction: row;
  }
}
#menu-footer-navigation ul, #menu-footer-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
#menu-footer-navigation > .col > li {
  margin: 0 0 1em 0;
}
#menu-footer-navigation > .col > li > a {
  font-weight: 300;
}
#menu-footer-navigation .col {
  flex: 0 50%;
}
@media screen and (min-width: 640px) {
  #menu-footer-navigation .col {
    flex: 1;
  }
}
#menu-footer-navigation a {
  display: block;
  padding: 2px 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
@media (min-width: 640px) {
  #menu-footer-navigation a {
    font-size: calc(15px + 5 * (100vw - 640px) / 384);
  }
}
@media (min-width: 1024px) {
  #menu-footer-navigation a {
    font-size: 20px;
  }
}

footer {
  color: #ffffff;
}
footer .wrapper {
  position: relative;
  padding: 4em 2em 2em;
  background: #808185 !important;
}
@media screen and (min-width: 640px) {
  footer .wrapper {
    padding: 6em 3em 3em;
  }
}
footer .branding {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  footer .branding {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 165px auto;
    grid-template-areas: "a c" "b c";
  }
}
@media screen and (min-width: 1280px) {
  footer .branding {
    display: flex;
    justify-content: left;
  }
}
footer .branding .logo {
  flex: 0 0 235px;
  padding: 8px 0;
}
@media screen and (min-width: 640px) {
  footer .branding .logo {
    grid-area: a;
  }
}
@media screen and (min-width: 1280px) {
  footer .branding .logo {
    flex: 0 0 330px;
    border-right: 1px solid #fc5000;
    padding-right: 30px;
  }
}
footer .branding .logo a {
  display: block;
  width: 100%;
  height: 145px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 347.5 139' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23F05423' d='M0,139V0h27.8l97.3,97.3V0h27.8v139h-27.8L27.8,41.7V139H0z'/%3E%3Cpath fill='%23F05423' d='M166.8,139V0h139v27.8H194.6v27.8H278v27.8h-83.4v27.8h111.2V139H166.8z'/%3E%3Cpath fill='%23F05423' d='M319.7,139V0h27.8v139H319.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
footer .branding .mission {
  flex: 0 0 100%;
  margin: 1em 0;
  padding: 1.5em 0;
  text-align: center;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media screen and (min-width: 640px) {
  footer .branding .mission {
    grid-area: b;
    margin: 0;
    text-align: left;
    border-bottom: none;
  }
  footer .branding .mission h2 {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  footer .branding .mission {
    flex: 1;
    margin-left: 30px;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 1500px) {
  footer .branding .mission {
    flex: 0 0 40%;
  }
}
footer .branding .mission h2 {
  color: #ffffff;
  font-weight: 300;
  margin: 2px 0 14px;
  font-size: 23px;
}
@media (min-width: 320px) {
  footer .branding .mission h2 {
    font-size: calc(23px + 13 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  footer .branding .mission h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  footer .branding .mission h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  footer .branding .mission h2 {
    font-size: calc(23px + 13 * (100vw - 1280px) / 220);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1500px) {
  footer .branding .mission h2 {
    font-size: 36px;
  }
}
footer .branding .mission h3 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5;
  margin: 8px 0;
}
@media (min-width: 320px) {
  footer .branding .mission h3 {
    font-size: calc(14px + 6 * (100vw - 320px) / 704);
  }
}
@media (min-width: 1024px) {
  footer .branding .mission h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  footer .branding .mission h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  footer .branding .mission h3 {
    font-size: calc(14px + 6 * (100vw - 1280px) / 220);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1500px) {
  footer .branding .mission h3 {
    font-size: 20px;
  }
}
footer .branding .navigation {
  flex: 0 100%;
  padding: 1em 0;
}
@media screen and (min-width: 640px) {
  footer .branding .navigation {
    grid-area: c;
    margin-left: 4em;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  footer .branding .navigation {
    flex: 0 32%;
    margin-left: auto;
  }
}
footer .branding .navigation ul li:before {
  content: "";
  display: none;
}
footer ul.cnss-social-icon {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center !important;
}
@media screen and (min-width: 344px) {
  footer ul.cnss-social-icon {
    bottom: 120px;
  }
}
@media screen and (min-width: 640px) {
  footer ul.cnss-social-icon {
    position: relative;
    bottom: auto;
    left: -10px;
    width: auto;
    text-align: left !important;
  }
}
footer ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-in, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube {
  background-color: transparent !important;
  color: #ffffff !important;
}
footer ul.cnss-social-icon li.cn-fa-icon a.cnss-twitter:hover, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-linkedin-in:hover, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-instagram:hover, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-facebook-square:hover, footer ul.cnss-social-icon li.cn-fa-icon a.cnss-youtube:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
footer .protection {
  margin-top: 40px;
  padding-top: 80px;
  text-align: center;
  border-top: 2px solid #C6DEE8;
  font-size: 14px;
}
@media (min-width: 640px) {
  footer .protection {
    font-size: calc(14px + 2 * (100vw - 640px) / 384);
  }
}
@media (min-width: 1024px) {
  footer .protection {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  footer .protection {
    padding-top: 2em;
  }
}
@media screen and (min-width: 890px) {
  footer .protection {
    padding: 0;
    text-align: left;
    border: none;
  }
}
footer .protection .copyright {
  margin: 0;
}
footer .protection .copyright span {
  display: none;
}
@media screen and (min-width: 640px) {
  footer .protection .copyright br {
    display: none;
  }
  footer .protection .copyright span {
    display: inline;
    margin: 0 5px;
  }
}
footer .protection .designedby {
  margin: 0;
}
footer .protection .designedby a {
  color: #ffffff;
  text-decoration: none;
}
footer .protection .designedby a:hover {
  text-decoration: underline;
}

/************************************/

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