@charset "UTF-8";
/*!
	Theme Name: DI Theme
	Theme URI: https://data-imagery.com
	Description: Base DI Theme for Elementor
	Author: DI
	Author URI: https://data-imagery.com
	Tested up to: 5.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: di-theme
	Tags: flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

*/
/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Variables */
/*
1. Media Break-points
========================================================================== */
/*
2. Colors
========================================================================== */
/*
3. Typography
========================================================================== */
/*
4. Margin & Padding
========================================================================== */
/*! Based on normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License */
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #cccccc;
}
body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
  padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl #comments .children {
  padding-left: 0;
  padding-right: 30px;
}

#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  body.rtl #comments .comment .avatar {
    float: right;
  }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus,
[type=submit]:focus,
[type=button]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #cccccc;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgb(238.425, 238.425, 238.425);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgb(233.325, 233.325, 233.325);
}
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* WordPress
   ========================================================================== */
.alignright {
  float: right;
  margin-right: 1rem;
}

.alignleft {
  float: left;
  margin-left: 1rem;
}

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

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
  text-align: center;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Custom style for your theme.
========================================================================== */
/**
To change or override any style, add a new scss file under ./custom/ directory
and include it here.
 */
/* Site header
   Matched to legacy Kubb theme (washington-filmworks): dark translucent bar,
   Roboto Condensed uppercase nav, #f5f5f5 / #28b8d8, flat dropdowns.
========================================================================== */
:root {
  --site-header-bg: rgba(21, 21, 21, 0.9);
  --site-header-border: rgba(255, 255, 255, 0.06);
  --site-header-text: #f5f5f5;
  --site-header-link: #f5f5f5;
  --site-header-link-hover: #28b8d8;
  --site-header-submenu-bg: rgba(21, 21, 21, 0.92);
  --site-header-submenu-hover-bg: #414141;
  --site-header-submenu-text: #e9e9e9;
  --site-header-font: "Roboto Condensed", sans-serif;
  --site-header-z: 8000;
  --site-header-max-width: 75rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--site-header-z);
  font-family: var(--site-header-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--site-header-bg);
  border-bottom: none;
  box-shadow: none;
  transition: background-color 0.3s ease;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
.site-header a {
  color: var(--site-header-link);
}

.site-header__inner {
  max-width: var(--site-header-max-width);
  margin: 0 auto;
  padding: 0 1rem;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
}

.site-header__brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  padding: 1.125rem 0;
}

.site-header__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.site-header__brand .custom-logo {
  max-height: 25px;
  width: auto;
  height: auto;
  display: block;
  transition: transform 0.3s ease, max-height 0.3s ease;
}

.site-header__title {
  margin: 0;
  font-family: var(--site-header-font);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-header__title a {
  color: var(--site-header-text);
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-header__title a:hover,
.site-header__title a:focus {
  color: var(--site-header-link-hover);
}

.site-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: var(--site-header-text);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-header__toggle:hover,
.site-header__toggle:focus {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: var(--site-header-link-hover);
}

.site-header__toggle:focus {
  outline: 2px solid var(--site-header-link-hover);
  outline-offset: 2px;
}

.site-header__toggle-icon {
  position: relative;
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  box-shadow: 0 -0.4rem 0 currentColor, 0 0.4rem 0 currentColor;
}

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
}

.site-header__menu,
.site-header__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 0;
}

.site-header__menu > li {
  position: relative;
  margin-left: 15px;
}

.site-header__menu > li:first-child {
  margin-left: 0;
}

.site-header__menu > li > a {
  display: inline-block;
  padding: 30px 14px;
  color: var(--site-header-link);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--site-header-font);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-header__menu > li > a:hover,
.site-header__menu > li > a:focus {
  color: var(--site-header-link-hover);
  background: none;
}

.site-header__menu .current-menu-item > a,
.site-header__menu .current-menu-ancestor > a {
  color: var(--site-header-link-hover);
  background: none;
}

/* Submenus — desktop (Kubb-style flat panel) */
.site-header__menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  padding: 0;
  margin: 0;
  background: var(--site-header-submenu-bg);
  border: none;
  border-radius: 0;
  box-shadow: none;
  z-index: 20;
}

.site-header__menu .sub-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__menu .sub-menu li:first-child {
  border-top: none;
}

.site-header__menu .sub-menu a {
  display: block;
  padding: 13px 15px;
  line-height: 1;
  color: var(--site-header-submenu-text);
  font-family: var(--site-header-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-header__menu .sub-menu a:hover,
.site-header__menu .sub-menu a:focus {
  background: var(--site-header-submenu-hover-bg);
  color: var(--site-header-submenu-text);
}

.site-header__menu .sub-menu .current-menu-item > a,
.site-header__menu .sub-menu .current-menu-ancestor > a {
  color: var(--site-header-link-hover);
  background: transparent;
}

.site-header__menu li:hover > .sub-menu,
.site-header__menu li:focus-within > .sub-menu {
  display: block;
}

@media (max-width: 959px) {
  .site-header__brand {
    padding: 0.75rem 0;
  }
  .site-header__brand .custom-logo {
    max-height: 28px;
  }
  .site-header__toggle {
    display: inline-flex;
  }
  .site-header__nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.5rem 1rem 1rem;
    background: var(--site-header-submenu-bg);
    border-top: 1px solid var(--site-header-border);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  }
  .site-header--nav-open .site-header__nav {
    display: flex;
  }
  .site-header__menu {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .site-header__menu > li {
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .site-header__menu > li:last-child {
    border-bottom: 0;
  }
  .site-header__menu > li > a {
    display: block;
    padding: 14px 4px;
  }
  .site-header__menu .sub-menu {
    display: block;
    position: static;
    margin: 0 0 0.25rem;
    padding: 0 0 0 0.75rem;
    background: transparent;
    border: none;
  }
  .site-header__menu .sub-menu li {
    border: none;
  }
  .site-header__menu .sub-menu a {
    padding: 10px 4px;
    font-size: 13px;
    color: rgba(245, 245, 245, 0.92);
  }
  .site-header__menu .sub-menu a:hover,
  .site-header__menu .sub-menu a:focus {
    background: transparent;
    color: var(--site-header-link-hover);
  }
}
.skip-link.screen-reader-text:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 100000;
  padding: 0.75rem 1rem;
  background: #151515;
  color: #f5f5f5;
  text-decoration: none;
  border-radius: 0.25rem;
}

/* Elementor Theme Builder footer — matches static-html-source/assets/css/site.css
   (.wf-footer*, search row, list links, pill CTAs, bar + social).
   Scoped to Theme Builder footer location only.
   ========================================================================== */
.elementor-location-footer {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.85);
  /* Main band (navy) — padding matches .wf-footer-main */
}
.elementor-location-footer .wf-footer.wf-footer-elementor {
  background: #1b3a5c;
}
.elementor-location-footer .wf-footer-main__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.elementor-location-footer .wf-footer-col--links {
  flex: 1 1 240px;
  max-width: 320px;
}
.elementor-location-footer {
  /* Search: static .wf-footer-search (split field + 48px gold submit) */
}
.elementor-location-footer .wf-footer-search-el {
  margin-bottom: 28px;
}
.elementor-location-footer .wf-footer-search-el .elementor-search-form__container {
  display: flex;
  gap: 0;
  min-height: 0 !important;
  border: none !important;
  border-radius: 2px;
  overflow: hidden;
  background: transparent !important;
  box-shadow: none !important;
}
.elementor-location-footer .wf-footer-search-el .elementor-search-form__input {
  flex: 1 1 auto;
  min-height: 48px;
  padding: 12px 16px !important;
  border: none !important;
  border-radius: 2px 0 0 2px !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  background: #ffffff !important;
  color: #4a4a4a !important;
}
.elementor-location-footer .wf-footer-search-el .elementor-search-form__submit {
  width: 48px !important;
  min-width: 48px !important;
  align-self: stretch;
  border: none !important;
  border-radius: 0 2px 2px 0 !important;
  background: #fdb913 !important;
  color: #111111 !important;
  font-size: 18px;
}
.elementor-location-footer .wf-footer-search-el .elementor-search-form__submit svg,
.elementor-location-footer .wf-footer-search-el .elementor-search-form__submit i {
  width: 18px;
  height: 18px;
}
.elementor-location-footer .wf-footer-search-el .elementor-search-form__submit:hover, .elementor-location-footer .wf-footer-search-el .elementor-search-form__submit:focus {
  background: #ffc42d !important;
  color: #111111 !important;
}
.elementor-location-footer {
  /* Quick links — static .wf-footer-list */
}
.elementor-location-footer .wf-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.elementor-location-footer .wf-footer-list li {
  margin-bottom: 12px;
}
.elementor-location-footer .wf-footer-list a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.elementor-location-footer .wf-footer-list a:hover,
.elementor-location-footer .wf-footer-list a:focus {
  color: #fdb913;
}
.elementor-location-footer {
  /* Action pills — static .wf-btn-pill--dark */
}
.elementor-location-footer .wf-footer-col--actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .elementor-location-footer .wf-footer-col--actions {
    align-items: flex-end;
  }
}
.elementor-location-footer .wf-footer-action-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 28px !important;
  border-radius: 999px !important;
  font-family: "Roboto", sans-serif;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  background: #3d4f63 !important;
  color: #ffffff !important;
  border: none !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}
.elementor-location-footer .wf-footer-action-btn .elementor-button:hover,
.elementor-location-footer .wf-footer-action-btn .elementor-button:focus {
  background: #54657a !important;
  color: #ffffff !important;
}
.elementor-location-footer {
  /* Bottom bar — static .wf-footer-bar */
}
.elementor-location-footer .wf-footer-bar {
  background: #0f1f30;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.elementor-location-footer .wf-footer-bar__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
.elementor-location-footer .wf-footer-copyright-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.elementor-location-footer {
  /* Social — static .wf-footer-social-icons (square tiles, not circles) */
}
.elementor-location-footer .wf-footer-social-el .elementor-grid {
  gap: 10px;
}
.elementor-location-footer .wf-footer-social-el .elementor-social-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 2px !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  --icon-padding: 0 !important;
}
.elementor-location-footer .wf-footer-social-el .elementor-social-icon:hover {
  background-color: #fdb913 !important;
}
.elementor-location-footer .wf-footer-social-el .elementor-social-icon i {
  color: #ffffff;
}
.elementor-location-footer .wf-footer-social-el .elementor-social-icon:hover i,
.elementor-location-footer .wf-footer-social-el .elementor-social-icon:hover svg {
  color: #111111;
  fill: #111111;
}
/* Cards
   ========================================================================== */
.yellow-underline .elementor-heading-title {
  text-decoration-color: #FDB913 !important;
  transition: text-decoration-color 0.3s ease;
}

.yellow-underline .elementor-heading-title:hover {
  text-decoration-color: transparent !important;
}

/* Incentives / programs landing layout (Elementor seed from wf-incentives-programs-layout.php)
   ========================================================================== */
.wf-incentives-hero .elementor-heading-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.wf-incentives-intro__body p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #4A4A4A;
  margin: 0;
}

/* ----------------------------- Program card row ---------------------------- */
.wf-incentives-cards-row > .e-con-inner .wf-incentives-program-card,
.wf-incentives-cards-row .wf-incentives-program-card {
  flex: 1 1 300px;
  max-width: 340px;
}

.wf-incentives-program-card .wf-incentives-program-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 4px solid #FDB913;
  background: #fff;
  display: block;
}
.wf-incentives-program-card .wf-incentives-program-card__title a {
  color: #1B3A5C;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wf-incentives-program-card .wf-incentives-program-card__meta {
  font-family: "Roboto", sans-serif;
}
.wf-incentives-program-card .wf-incentives-program-card__meta .wf-incentives-program-card__subtitle {
  text-align: center;
  color: #1B3A5C;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 10px;
}
.wf-incentives-program-card .wf-incentives-program-card__meta .wf-incentives-program-card__subtitle em {
  font-style: italic;
}
.wf-incentives-program-card .wf-incentives-program-card__meta .wf-incentives-program-card__body {
  text-align: center;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 767px) {
  .wf-incentives-cards-row .wf-incentives-program-card {
    max-width: 100%;
  }
}
/* ------------------------- Help + Tools + Bang rows ------------------------ */
.wf-incentives-help .elementor-heading-title,
.wf-incentives-bang .elementor-heading-title {
  border-bottom: 0;
}

.wf-incentives-tool-row > .e-con-inner .wf-incentives-tool-item,
.wf-incentives-tool-row .wf-incentives-tool-item {
  flex: 1 1 380px;
  max-width: 460px;
}

.wf-incentives-tool-item .wf-incentives-tool-item__icon {
  flex: 0 0 auto;
}
.wf-incentives-tool-item .wf-incentives-tool-item__icon .elementor-icon {
  background-color: #FDB913;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.wf-incentives-tool-item .wf-incentives-tool-item__icon .elementor-icon i, .wf-incentives-tool-item .wf-incentives-tool-item__icon .elementor-icon svg {
  color: #FFFFFF;
  font-size: 16px;
}
.wf-incentives-tool-item .wf-incentives-tool-item__title a {
  color: #1B3A5C;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wf-incentives-tool-item .wf-incentives-tool-item__desc,
.wf-incentives-tool-item .wf-incentives-tool-item__text .elementor-widget-text-editor:first-of-type p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: #4A4A4A;
  margin: 0;
}
.wf-incentives-tool-item .wf-incentives-tool-item__cta p {
  margin: 6px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.wf-incentives-tool-item .wf-incentives-tool-item__cta p a {
  color: #FDB913;
  text-decoration: none;
}
.wf-incentives-tool-item .wf-incentives-tool-item__cta p a:hover {
  color: #e6a20f;
  text-decoration: underline;
}

/* --------------------------------- Past Projects --------------------------- */
.wf-incentives-projects-row .wf-incentives-project-poster {
  flex: 1 1 160px;
  max-width: 200px;
}
.wf-incentives-projects-row .wf-incentives-project-poster img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

@media (max-width: 767px) {
  .wf-incentives-projects-row .wf-incentives-project-poster {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
/* PIP page (Elementor seed from wf-pip-layout.php)
   ========================================================================== */
.wf-pip-hero .elementor-heading-title {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Stat cards: gold underline, navy text, dollar icon */
.wf-pip-stats-row .wf-pip-stat-card {
  flex: 1 1 280px;
  max-width: 320px;
  text-align: center;
}
.wf-pip-stats-row .wf-pip-stat-card .wf-pip-stat-card__icon .elementor-icon {
  color: #FDB913;
}
.wf-pip-stats-row .wf-pip-stat-card .wf-pip-stat-card__tag .elementor-heading-title {
  color: #1B3A5C;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin: 4px 0 8px;
}
.wf-pip-stats-row .wf-pip-stat-card .wf-pip-stat-card__headline .elementor-heading-title {
  color: #1B3A5C;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
}
.wf-pip-stats-row .wf-pip-stat-card .wf-pip-stat-card__subline p {
  color: #4A4A4A;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin: 8px 0 0;
}

@media (max-width: 767px) {
  .wf-pip-stats-row .wf-pip-stat-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Past projects: shrink posters since this row holds 8 of them */
.wf-pip-projects .wf-incentives-projects-row .wf-incentives-project-poster {
  flex: 1 1 130px;
  max-width: 150px;
}

@media (max-width: 767px) {
  .wf-pip-projects .wf-incentives-projects-row .wf-incentives-project-poster {
    flex: 0 0 31%;
    max-width: 31%;
  }
}
/* Bang-for-buck tool row: lay out side by side */
.wf-pip-bang-tools .wf-incentives-tool-item {
  flex: 1 1 360px;
  max-width: 460px;
}

/* Elementor Accordion → horizontal tabs (global; beats Elementor widget CSS) */
.elementor-widget-accordion .elementor-accordion,
.elementor-element .elementor-widget-accordion .elementor-accordion {
  display: flex !important;
  flex-wrap: wrap !important;
  border: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
  display: contents !important;
  border: none !important;
  margin: 0 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-accordion-item + .elementor-accordion-item,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-block-start: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  order: 1 !important;
  float: none !important;
  margin: 0 3px 0 0 !important;
  padding: 10px 16px !important;
  background: #F7F8FA !important;
  border: 1px solid #D9DEE3 !important;
  border-bottom: none !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: #444 !important;
  text-align: center !important;
  position: relative !important;
  z-index: 1 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title:last-of-type,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title:last-of-type {
  margin-right: 0 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon-closed,
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon-opened,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon-closed,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon-opened {
  display: none !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
  display: inline-block !important;
  padding-bottom: 4px !important;
  border-bottom: none !important;
  text-decoration: none !important;
  color: inherit !important;
}
/* Keep every panel hidden until the user clicks a tab (beats Elementor auto-opening item 1). */
.elementor-widget-accordion:not(.wf-accordion-interacted) .elementor-accordion .elementor-tab-content,
.elementor-element .elementor-widget-accordion:not(.wf-accordion-interacted) .elementor-accordion .elementor-tab-content {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.elementor-widget-accordion:not(.wf-accordion-interacted) .elementor-accordion .elementor-tab-title.elementor-active,
.elementor-element .elementor-widget-accordion:not(.wf-accordion-interacted) .elementor-accordion .elementor-tab-title.elementor-active {
  background: #F7F8FA !important;
  z-index: 1 !important;
}
.elementor-widget-accordion:not(.wf-accordion-interacted) .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.elementor-element .elementor-widget-accordion:not(.wf-accordion-interacted) .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  border-bottom: none !important;
}
.elementor-widget-accordion.wf-accordion-interacted .elementor-accordion .elementor-tab-content:not(.elementor-active),
.elementor-element .elementor-widget-accordion.wf-accordion-interacted .elementor-accordion .elementor-tab-content:not(.elementor-active) {
  display: none !important;
}
.elementor-widget-accordion.wf-accordion-interacted .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title,
.elementor-element .elementor-widget-accordion.wf-accordion-interacted .elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-title {
  border-bottom: 3px solid #FDB913 !important;
}
.elementor-widget-accordion.wf-accordion-interacted .elementor-accordion .elementor-tab-title.elementor-active,
.elementor-element .elementor-widget-accordion.wf-accordion-interacted .elementor-accordion .elementor-tab-title.elementor-active {
  background: #FFFFFF !important;
  z-index: 2 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  order: 2 !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid #D9DEE3 !important;
  border-block-start: 1px solid #D9DEE3 !important;
  background: #FFFFFF !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #4A4A4A !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content p,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content p {
  margin: 0 0 10px !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content p:last-child,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content a,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content a {
  color: #FDB913 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
.elementor-widget-accordion .elementor-accordion .elementor-tab-content a:hover,
.elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content a:hover {
  color: #e6a20f !important;
}

@media (max-width: 767px) {
  .elementor-widget-accordion .elementor-accordion,
  .elementor-element .elementor-widget-accordion .elementor-accordion {
    display: block !important;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-accordion-item,
  .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
    display: block !important;
    border: 1px solid #D9DEE3 !important;
    margin-bottom: -1px !important;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
  .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    order: unset !important;
    flex: unset !important;
    min-width: unset !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    text-align: left !important;
    border: none !important;
    border-bottom: 1px solid #D9DEE3 !important;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active,
  .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active {
    border-bottom-color: #D9DEE3 !important;
  }
  .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
  .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
    order: unset !important;
    flex: unset !important;
    width: auto !important;
    border: none !important;
    border-block-start: none !important;
    padding: 15px !important;
  }
}

/* Two-column accordion row */
.wf-accordion-two-col > .e-con-inner,
.wf-pip-apps-row > .e-con-inner {
  align-items: flex-start !important;
  gap: 24px !important;
}
.wf-accordion-two-col .wf-accordion-col,
.wf-accordion-two-col .wf-pip-accordion-col,
.wf-pip-apps-row .wf-accordion-col,
.wf-pip-apps-row .wf-pip-accordion-col {
  flex: 1 1 360px !important;
  max-width: 480px !important;
  min-width: 0 !important;
}
.wf-accordion-two-col .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.wf-accordion-two-col .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.wf-pip-apps-row .elementor-widget-accordion .elementor-accordion .elementor-tab-title,
.wf-pip-apps-row .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  font-size: 13px !important;
  padding: 10px 12px !important;
  text-align: left !important;
}
.wf-accordion-two-col .elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
.wf-accordion-two-col .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
.wf-pip-apps-row .elementor-widget-accordion .elementor-accordion .elementor-accordion-title,
.wf-pip-apps-row .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-accordion-title {
  white-space: normal !important;
}
.wf-accordion-two-col .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
.wf-accordion-two-col .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
.wf-pip-apps-row .elementor-widget-accordion .elementor-accordion .elementor-tab-content,
.wf-pip-apps-row .elementor-element .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  padding: 16px !important;
  font-size: 14px !important;
}

/* BTS video row */
.wf-pip-bts-row .wf-pip-video-col {
  flex: 1 1 360px;
  max-width: 540px;
}

@media (max-width: 767px) {
  .wf-pip-bts-row .wf-pip-video-col,
  .wf-accordion-two-col .wf-accordion-col,
  .wf-accordion-two-col .wf-pip-accordion-col,
  .wf-pip-apps-row .wf-accordion-col,
  .wf-pip-apps-row .wf-pip-accordion-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
/* SBPI page (Elementor seed from wf-sbpi-layout.php)
   ========================================================================== */
.wf-sbpi-cards-row .wf-incentives-program-card {
  flex: 1 1 360px;
  max-width: 480px;
}

.wf-sbpi-apply-row .wf-sbpi-apply-btn .elementor-button {
  padding: 12px 36px;
  font-size: 14px;
  font-weight: 700;
}

.wf-sbpi-notsure-tools .wf-incentives-tool-item {
  flex: 1 1 280px;
  max-width: 360px;
}

@media (max-width: 767px) {
  .wf-sbpi-notsure-tools .wf-incentives-tool-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wf-sbpi-projects .wf-incentives-projects-row .wf-incentives-project-poster {
  flex: 1 1 140px;
  max-width: 170px;
}

/* Enhanced Incentives page (Elementor seed from wf-enhanced-incentives-layout.php)
   ========================================================================== */
.wf-enhanced-counties .wf-enhanced-counties__map {
  max-width: 720px;
  margin: 0 auto;
}
.wf-enhanced-counties .wf-enhanced-counties__map img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.wf-enhanced-section-intro__body p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #4A4A4A;
  margin: 8px 0 0;
}
.wf-enhanced-section-intro__body p a {
  color: #1B3A5C;
  text-decoration: underline;
  font-weight: 600;
}

.wf-enhanced-videos .wf-pip-video-col {
  flex: 1 1 360px;
  max-width: 540px;
}

@media (max-width: 767px) {
  .wf-enhanced-videos .wf-pip-video-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Locations page (Elementor seed from wf-locations-layout.php)
   ========================================================================== */
.wf-locations-cards-row .wf-incentives-program-card {
  flex: 1 1 280px;
  max-width: 340px;
}

.wf-locations-diversity__body p {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #4A4A4A;
  margin: 0;
}
.wf-locations-diversity__body p a {
  color: #1B3A5C;
  text-decoration: underline;
  font-weight: 600;
}

.wf-locations-gallery .wf-locations-gallery__item {
  flex: 1 1 280px;
  max-width: 360px;
}
.wf-locations-gallery .wf-locations-gallery__item img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .wf-locations-gallery .wf-locations-gallery__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wf-locations-gallery .wf-locations-gallery__item img {
    height: 220px;
  }
}
/* Locations page — Elementor Pro Portfolio widget tweaks.
 *
 * The Portfolio widget wraps each card in
 * <a class="elementor-post__thumbnail__link"> targeting the wf_location
 * permalink. We rewrite that href to the featured-image URL via a PHP
 * filter and add Elementor's lightbox data attributes via a small footer
 * script, so clicking a card opens the image in Elementor's lightbox
 * slideshow with the location title overlaid.
 *
 * Apply this scope by adding `wf-locations-portfolio` to the Portfolio
 * widget (Advanced → CSS Classes). Reserved here for future per-card
 * tweaks (caption styling, hover refinements, etc). */
.wf-locations-portfolio .elementor-post__thumbnail__link {
  cursor: zoom-in;
}

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