/* Custom Styles */
@media (max-width: 768px) {
a.dropdown__trigger {
    display: block !important;
    padding: 8px 20px;
}
}

@media (max-width: 768px) {
  .dropdown__menu{display: none !important;}
   .dropdown__menu.active {
    display: block !important;transform: scale(1);
        opacity: 1;
  }
}

div#block-1782124687708 .block, div#block-1782124847015 .block, div#block-1782124827252 .block, div#block-1782124864251 .block {
    border-left: 2px solid #fd6206 !important;
}

div#block-1782297427409 .block {
    border-left: 3px solid #0072CE;
}



@media(min-width:678px){
    .header__block--dropdown {
    margin: 0px 30px !important;
}
.dropdown__menu {
  opacity: 0;
  visibility: hidden;
  position: absolute; /* Ensure menu is positioned correctly */
  top: 100%; /* Position menu below trigger */
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show dropdown menu when parent has .dropdown--open class */
.dropdown.dropdown--open .dropdown__menu {
  opacity: 1;
  visibility: visible;
}

/* Optional: Add a bit of delay to prevent flickering */
.dropdown:hover .dropdown__menu {
  opacity: 1;
  visibility: visible;
}
}
.btn--small {
    font-size: 90% !important;
    padding: 8px 16px !important;
    text-transform: capitalize !important;
}

/* =========================
   HEADER DROPDOWN FIX (CLEAN)
   ========================= */

.header .dropdown,
.header .nav-dropdown,
.header .navigation-dropdown {
  position: relative;
}

.header .dropdown-menu,
.header .nav-dropdown-menu,
.header .navigation-dropdown__menu {
  left: 0;
  right: auto;
  transform: none;
}

/* TEMP MOBILE NAV DEBUG */
@media (max-width: 767px) {
  .header .menu-icon,
  .header .hamburger,
  .header .mobile-menu-toggle,
  .header .navbar-toggle,
  .header .navigation-toggle {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .header .nav,
  .header .navigation,
  .header .header-menu,
  .header .mobile-menu {
    display: block !important;
  }
}







  #section-1782114596522 li::before, div#block-1782115198137_0 li::before, div#block-1782117738662 li::before
  {content: "";
    position: absolute;
    left: -30px;
    top: 13px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    background: #0072CE;}
    
   #section-1782114596522 li, div#block-1782115198137_0 li, div#block-1782117738662 li {
    list-style: none;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #b4b9bd42;
    margin-bottom: 14px;
    padding-bottom: 12px;
}
a.btn {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 30px;
}

a.btn.split-hero__btn.split-hero__btn--secondary {
    background: transparent;
    color: #000;
}
div#block-1782114738229 p, div#block-1782114738229 li {
    font-size: 15px;
}
div#block-1782115035369 p, div#block-1782115035369 li {
    font-size: 15px;
}

div#section-1780302797943 .block-type--feature .btn {
  text-transform: uppercase;
    font-size: 12px;  
    

}

div#section-1780302797943 .feature p {
    font-size: 14px;
    margin-top: 15px;
}


a.btn {
    letter-spacing: 0;
}
p.bg {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 16px;
}
p.grey {
    font-size: 13px;
    background: #f1f1f1;
    padding: 12px;
    border-radius: 8px;
}

h5.media__body {
    font-weight: 600;
    font-size: 18px;
}

.block-type--accordion { border-top: 1px solid #88888870;}



div#section-footer p {
    font-size: 16px !important;
}

button#form-button {
    border-radius: 28px;
}