.elementor-1673 .elementor-element.elementor-element-fc6b9d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:var(--spc-2);--padding-bottom:var(--spc-2);--padding-left:var(--spc-3);--padding-right:var(--spc-3);--z-index:1;}.elementor-1673 .elementor-element.elementor-element-e9f3844{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:var(--spc-2) var(--spc-2);--row-gap:var(--spc-2);--column-gap:var(--spc-2);--flex-wrap:nowrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-6ebd3ac{--display:flex;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-73c7f09 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1673 .elementor-element.elementor-element-73c7f09{font-family:"Roboto", Sans-serif;color:var( --e-global-color-primary );}.elementor-1673 .elementor-element.elementor-element-eec6e9a{--display:flex;}.elementor-1673 .elementor-element.elementor-element-fe3c976{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-1673 .elementor-element.elementor-element-4ab07b7 .elementor-button{background-color:var( --e-global-color-secondary );padding:var(--spc-1) var(--spc-1) var(--spc-1) var(--spc-1);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-1673 .elementor-element.elementor-element-6ebd3ac{--width:50%;}.elementor-1673 .elementor-element.elementor-element-eec6e9a{--width:25%;}.elementor-1673 .elementor-element.elementor-element-fe3c976{--width:25%;}}@media(max-width:767px){.elementor-1673 .elementor-element.elementor-element-fc6b9d8{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1673 .elementor-element.elementor-element-e9f3844{--content-width:100%;--gap:0 0;--row-gap:0;--column-gap:0;--flex-wrap:wrap;}.elementor-1673 .elementor-element.elementor-element-73c7f09{text-align:center;}.elementor-1673 .elementor-element.elementor-element-eec6e9a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1673 .elementor-element.elementor-element-fe3c976{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-fc6b9d8 *//* =========================================================
   Elementor Sticky Header: White (normal) -> Navy (sticky)
   Apply:
   - Sticky container/section class: lp-header
   - Text widget class: wordmark
   Optional:
   - Button widget class: header-cta
   ========================================================= */

/* ---- RESET TEXT WIDGET SPACING ---- */
.lp-header .wordmark,
.lp-header .wordmark p {
  margin: 0 !important;
}

/* ---- DEFAULT (NON-STICKY): FORCE WHITE BACKGROUND ---- */
/* We force white on the header element AND common inner wrappers,
   because Elementor often paints the inner wrap, not the outer shell. */
.lp-header,
.lp-header > .e-con,
.lp-header > .e-con-inner,
.lp-header > .elementor-container,
.lp-header > .elementor-container > .elementor-row,
.lp-header .elementor-widget-wrap,
.lp-header .elementor-column-wrap {
  background-color: #ffffff !important;
  background-image: none !important;
}

.lp-header {
  border-bottom: 1px solid rgba(14, 42, 71, 0.10) !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  transition: background-color 220ms ease, border-color 220ms ease, padding 220ms ease;
}

/* Wordmark (normal) */
.lp-header .wordmark {
  color: #0E2A47 !important;
  font-weight: 800 !important;
  font-size: 22px !important;          /* bumped up */
  letter-spacing: 0.10em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transition: color 220ms ease, letter-spacing 220ms ease;
}

/* ---- STICKY (ACTIVE): FORCE NAVY BACKGROUND ---- */
/* We cover BOTH patterns:
   A) lp-header itself gets .elementor-sticky--active
   B) a parent wrapper gets .elementor-sticky--active (happens on some builds) */
.lp-header.elementor-sticky--active,
.elementor-sticky--active.lp-header,
.elementor-sticky--active .lp-header,
.lp-header.elementor-sticky--active > .e-con,
.lp-header.elementor-sticky--active > .e-con-inner,
.elementor-sticky--active .lp-header > .e-con,
.elementor-sticky--active .lp-header > .e-con-inner,
.lp-header.elementor-sticky--active > .elementor-container,
.elementor-sticky--active .lp-header > .elementor-container,
.lp-header.elementor-sticky--active .elementor-widget-wrap,
.elementor-sticky--active .lp-header .elementor-widget-wrap {
  background-color: #0E2A47 !important;
  background-image: none !important;
}

.lp-header.elementor-sticky--active,
.elementor-sticky--active .lp-header {
  border-bottom: 2px solid rgba(229, 57, 53, 0.90) !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Wordmark (sticky) */
.lp-header.elementor-sticky--active .wordmark,
.elementor-sticky--active .lp-header .wordmark {
  color: #ffffff !important;
}

/* ---- OPTIONAL: Wordmark split (Protect vs rest) ---- */
/* Put this in the Text widget if you want the split:
   <span class="wm-protect">Protect</span> <span class="wm-rest">Missouri Workers</span>
*/
.lp-header .wordmark .wm-protect {
  font-weight: 900 !important;
  letter-spacing: 0.14em !important;
}

.lp-header .wordmark .wm-rest {
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  opacity: 0.95 !important;
}

/* If wordmark is a link */
.lp-header .wordmark a {
  color: inherit !important;
  text-decoration: none !important;
}
.lp-header .wordmark a:hover {
  opacity: 0.92;
}

/* ---- OPTIONAL CTA BUTTON ---- */
.lp-header .header-cta .elementor-button {
  background-color: #E53935 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 10px 16px !important;
  border-radius: 4px !important;
  transition: transform 160ms ease, filter 160ms ease;
}
.lp-header .header-cta .elementor-button:hover {
  transform: translateY(-1px) scale(1.02);
  filter: brightness(0.95);
}

/* ---- MOBILE ---- */
@media (max-width: 767px) {
  .lp-header .wordmark {
    font-size: 18px !important;
    letter-spacing: 0.09em !important;
  }
}/* End custom CSS */