.elementor-29 .elementor-element.elementor-element-d9fab65{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for shortcode, class: .elementor-element-1ff8555 *//* =========================================
   MOBILE HEADER FIX (NO PINK, CLEAR NAV)
   ========================================= */

/* Tablet & down */
@media (max-width:1024px){

  .bt-header-inner{
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:12px;
    min-height:160px;
    padding:14px 0;
  }

  /* Logo */
  .bt-header-logo{
    order:1;
    width:100%;
    display:flex;
    justify-content:center;
  }

  .bt-header-logo img{
    height:120px !important;
    max-height:none !important;
  }

  /* Burger */
  .bt-nav-toggle{
    order:2;
    margin-top:6px;
    background:#ffffff !important;
    border:1px solid rgba(0,0,0,.2) !important;
    color:#0c1324 !important;
  }

  /* Kill ALL pink states on burger */
  .bt-nav-toggle:hover,
  .bt-nav-toggle:focus,
  .bt-nav-toggle:active{
    background:#ffffff !important;
    border-color:#1846a3 !important;
    color:#1846a3 !important;
  }

  .bt-burger,
  .bt-burger::before,
  .bt-burger::after{
    background:#1846a3 !important;
  }

  /* CTA */
  .bt-header-cta{
    order:3;
  }

  /* Nav menu */
  .bt-header-nav{
    order:4;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:center;
    gap:14px;
    padding:14px 0 4px;
    background:#ffffff;
  }

  .bt-header.open .bt-header-nav{
    display:flex;
  }

  .bt-header-nav a{
    color:#0c1324 !important;
    font-size:.9rem;
    letter-spacing:.18em;
    padding:6px 0;
    text-decoration:none;
  }

  /* Kill pink on links (ALL STATES) */
  .bt-header-nav a:hover,
  .bt-header-nav a:focus,
  .bt-header-nav a:active{
    color:#1846a3 !important;
  }
}

/* Phones */
@media (max-width:640px){

  .bt-header-inner{
    min-height:170px;
    gap:14px;
  }

  .bt-header-logo img{
    height:130px !important;
  }
}

/* =========================================
   iOS TAP HIGHLIGHT KILL (CRITICAL)
   ========================================= */
.bt-nav-toggle,
.bt-header-nav a,
.bt-header-cta{
  -webkit-tap-highlight-color: transparent !important;
}/* End custom CSS */