.elementor-19 .elementor-element.elementor-element-a942d4b{--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;}.elementor-19 .elementor-element.elementor-element-554f635{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */:root {
  --topbar-height: 0px;
  --nav-height: 70px;
  --header-height: calc(var(--topbar-height) + var(--nav-height));
}

img.search {
    width:33.5px;
    padding-left: 18px; 
    border-left: solid #e5e7ee 1px;
    padding-block: 8px;
}

.bc-locations {
    flex-shrink: 0; font-size: 14px; color: #5d6c7b
}

/*body header div:not(#logo) > a, */
/*body header li a, */
/*body header li, */
/*body heavder nav li {*/
/*    font-family: 'manrope';*/
/*    letter-spacing: 0.5px;*/
/*}*/


@media (width < 1024px) {
  :root {
    --topbar-height: 0px;
    --header-height: var(--nav-height);
  }
}


#site-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.3);
	backdrop-filter: blur(6px);
	z-index: 9996; /* below mega menu (9998), above page */
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
}

#site-overlay.active {
	opacity: 1;
	visibility: visible;
}

body.menu-open {
  overflow: hidden;
}



/* =========================================================
   RESET / GLOBAL
   ========================================================= */

header {
  position: relative;
  z-index: 99998;
}

body {
  background: #fff;
}

main,
div[data-elementor-type="single-post"] {
  margin-top: 0px;
}

@media (width < 1024px) {
    main,
    div[data-elementor-type="single-post"] {
      margin-top: 0px;
    }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

section ul,
header ul,
header h4,
header p {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

nav,
#main-menu,
#main-menu > li,
li {
  position: static;
}

.nav-wrapper {
  position: relative;
  z-index: 99999;
}

#main-menu {
  z-index: 99998;
}

.mega-menu-wrapper {
  z-index: 9997;
}

@media (width < 1024px) {
    .desktop-only {
        display: none;
    }
    
    h4.desktop-only {
        display: block;
        height: 0px;
        visibility: hidden;
        margin-top: -40px;
    }
}


/* =========================================================
   WRAPPERS / LAYOUT
   ========================================================= */

.topbar-wrapper,
.nav-2-wrapper,
.nav-wrapper,
.mega-menu-wrapper {
  display: flex;
  justify-content: center;
}

.topbar,
.nav-2,
nav,
.mega-menu {
  width: 100%;
  max-width: 1340px;
}

/* =========================================================
   TOP BAR
   ========================================================= */

.nav-2-wrapper {
  background-color: #fff;
  border-top: 1px solid #dee2e9;
}

.nav-2 {
  display: flex;
  justify-content: space-between;
  padding-block: 24px;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0;
}

.nav-2 ul {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media (width < 670px) {
  .nav-2-wrapper ul {
    display: none;
  }
  
  .nav-2-wrapper {
      font-size: 13px !important;
  }
}

@media (width < 600px) {
  .nav-2-wrapper {
      font-size: 12px !important;
  }
}

.topbar-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #9298a030;
  border-color:#dee2e9;
  padding-block: 6px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 1000;
  transition: transform 0.5s ease;
}

.topbar-wrapper.bc-hidden {
  transform: translateY(-100%);
}

.topbar-wrapper,
.topbar a {
  font-size: 13px;
  font-weight: 400;
}

.topbar,
.topbar ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.topbar {
  justify-content: space-between;
}

.topbar li {
  padding-block: 1px;
}

.topbar li:nth-of-type(1) {
  border-right: 1px solid #dee2e9;
  padding-right: 24px;
}

@media (width < 1024px) {
  .topbar {
    justify-content: flex-end;
  }

  .topbar ul {
    display: none;
  }
}

/* =========================================================
   NAV WRAPPER / STICKY
   ========================================================= */

.nav-wrapper {
  position: relative;
  top: 0;
  background: #fff;
  /*padding-block: calc((var(--nav-height) - 38px) / 2);*/
  height: var(--nav-height);
  display: flex;
  align-items: center;
  transition: padding-block 0.3s ease, top 0.3s ease;
}

.nav-wrapper.bc-sticky {
  --nav-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}


@media (width < 1024px) {
  .topbar-wrapper {
    display: none;
  }

}


/* =========================================================
   LOGO
   ========================================================= */

#logo {
  position: relative;
  margin-right: 10px;
  display: flex;
  flex-shrink: 0;
  
  font-size: 25px;
  font-weight: 800;
  font-family: 'articulat-cf';
  margin-top: -4px;
}

/*#logo img {*/
/*  width: 98px;*/
/*  flex-shrink: 0;*/
/*  filter: saturate(0);*/
/*  margin-top:-1px;*/
/*}*/

@media (width < 1024px) {
  #logo {
    flex-grow: 1;
    margin-top: -1px;
  }
}

/* =========================================================
   NAV BUTTONS
   ========================================================= */

nav .btn a,
nav .btn.btn-outline a {
  border: none;
}

nav .btn a {
  cursor: pointer;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2px !important;
  color: #fff;
  background-color: #0064e0;
  border: 1px solid #0064e0;
  border-radius: 30px;
  text-align: center;
  font-family: 'manrope';
}

nav .btn.btn-outline a {
  background: transparent;
  color: #232121;
  font-weight: 400;
  letter-spacing: 0;
}

  nav .btn {
    margin-left: 10px;
  }

@media (width < 1024px) {
  nav > .btn a {
    font-size: 13px;
    padding: 9px 11px;
  }

  nav .btn {
    color: #fff !important;
    margin-left: 0px;
  }
}

/* =========================================================
   TOGGLE BUTTON (MOBILE)
   ========================================================= */

@media (width > 1023.9px) {
  #toggle-btn {
    display: none;
  }
}

@media (width < 1024px) {
  #toggle-btn {
    display: inline-flex;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 6px;
    border-radius: 0;
    z-index: 99999;
    margin-inline: -6px;
  }
}

/* =========================================================
   NAV / MAIN MENU
   ========================================================= */

nav {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-grow: 1;
}

#main-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-grow: 1;
}

nav li,
#main-menu a {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 0;
}

nav .mega-menu li,
#main-menu .mega-menu a,
#main-menu.open li:not(.mobile-only),
#main-menu.open li:not(.mobile-only) a {
  font-size: 16px !important; 
}

@media (width > 1023.9px) {
nav li.space-between {
  flex-grow: 1;
}
}

@media (width < 1124px) {
    nav {
      gap: 18px;
    }
    
    #main-menu {
      gap: 18px;
    }
}

@media (width < 1024px) {
    nav {
      gap: 22px;
    }
    
    #main-menu {
      gap: 22px;
    }

    nav li, #main-menu a {
      font-size: 14px  !important;
    }
    
    .nav-2 {
        font-size: 13.5px;
    }
    
     .btn.mobile-only a {
        padding: 15px;
        font-size: 14px;
        font-family: 'google sans flex';
        letter-spacing: 0px;

    }
}

/* =========================================================
   DESKTOP NAV
   ========================================================= */

@media (width > 1023.9px) {
  li.mobile-only {
    display: none;
  }
}

/* =========================================================
   MOBILE NAV
   ========================================================= */

@media (width < 1024px) {
    .mega-menu-wrapper {
        padding-inline: 0px !important
    }
    
  nav {
    gap: 14px;
  }

  #main-menu {
    gap: 0;
    position: fixed;
    inset: calc(var(--nav-height) - 1px) 0 0 auto;
    width: 100vw;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: 20px 3.5rem 120px;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
    visibility: hidden;
  }

  #main-menu.open {
      visibility: visible;
    z-index: 99998;
    opacity: 1;
  }
  
  #main-menu > li:not(.mobile-only):not(.btn),
  #main-menu > li:not(.mobile-only) > a {
    font-size: 18px;
    font-weight: 500;  
  }

  #main-menu > li:not(.mobile-only):not(.btn) {
    padding-block: 18px;
    border-bottom: 1px solid #d8d8d8;
  }

  li.mobile-only.first {
    margin-top: 20px;
  }

  #main-menu > li:nth-last-child(2) {
    flex-grow: 1;
    margin-bottom: 40px;
  }

  #main-menu > li:last-child {
    margin-top: 10px;
  }

  #main-menu > li.mobile-only:not(.btn) {
    display: block;
    font-size: 15px;
    padding-block: 8px;
  }
}

@media (width < 768px) {
    #main-menu {
       padding: 20px 2rem 120px; 
    }
}

/* =========================================================
   MEGA MENU TEXT
   ========================================================= */

.mega-menu li {
  margin-block: 18px;
  font-size: 17px;
  color: #232121 !important;
}

.mega-menu h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #0064e0 !important;
  font-weight: 400;
}

.mega-menu li a {
  font-size: 16px !important;
  color: #29292a !important;
}

.mega-menu p {
  font-size: 14px;
  margin-top: 4px;
  max-width: 260px;
  color: #6a6d71 !important;
  line-height: 1.3;
}

/* =========================================================
   MEGA MENU LAYOUT
   ========================================================= */

.mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: 9998;
}

.mega-menu {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
  gap: 20px 40px;
}

@media (width < 1024px) {
  .mega-menu-wrapper {
    position: static;
    width: auto;
  }

  .mega-menu {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   MEGA MENU OPEN / CLOSE STATES
   ========================================================= */

/* closed */
.mega-menu-wrapper {
  max-height: 0;
  overflow: hidden;
  padding-block: 0;
  transition: max-height 0.6s ease, padding 0.6s ease;
}

.mega-menu-wrapper > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease 0.1s, transform 0.5s ease 0.1s;
}

/* open */
.mega-li.open .mega-menu-wrapper {
  max-height: 2000px;
  padding-block: 48px 64px;
}

.mega-li.open .mega-menu-wrapper > * {
  opacity: 1;
  transform: translateY(0);
}

@media (width > 1024px) {
  .mega-li.open .mega-menu-wrapper {
    border-bottom: 1px solid #eee;
  }
}

/* =========================================================
   DROPDOWN ARROWS & HOVER COLOR
   ========================================================= */

.menu-down-arrow {
  display: flex;
  align-items: center;
  gap: 4px;
}

.menu-down-arrow svg {
    fill: #00000080;
  margin-top: 2px;
  width: 14px;
  transform: rotate(90deg);
  transition: transform .4s ease;
  margin-right: -6px;
}

.mega-li.open .menu-down-arrow svg {
  transform: rotate(-90deg);
}

@media (width < 1024px) {
  .menu-down-arrow {
    justify-content: space-between;
  }

  .menu-down-arrow svg {
    width: 24px;
    opacity: .4;
  }

}

#main-menu a:hover,
#main-menu a:focus,
#main-menu li:hover,
#main-menu li:focus {
    color: var(--bc-primary);
}

#main-menu li:hover svg,
#main-menu li:focus svg {
    fill: var(--bc-primary);
}


@media (width < 1024px) {
    #main-menu li:hover svg,
    #main-menu li:focus svg {
        fill: var(--bc-primary);
        opacity: 1;
    }

}



/* =========================================================
   NAV WRAPPER / STICKY (NO SHAKE — SHRINK + BLUR)
   ========================================================= */


.nav-wrapper {
  background: rgba(255, 255, 255, 1);
  transition:
    height .25s ease,
    background-color .25s ease
}

/* =========================================================
   FORCE WHITE BG + NO BLUR WHEN MENU IS OPEN
   ========================================================= */

/* blur normally */
.nav-wrapper.bc-sticky {
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(14px);
  --nav-height: 60px
}

/* remove blur only when menu open */
.nav-wrapper.bc-sticky.bc-no-blur {
  background: rgba(255,255,255,1);
  backdrop-filter: none;
}/* End custom CSS */