

#mega-menu-inner {position: relative;}

#mega-menu {margin: 0; font-size: 16px;}
#mega-menu a {text-decoration: none;}

#mega-menu li.mm-item {padding: 0; margin: 0; list-style: none;}
#mega-menu li.mm-item .mm-item-contens {}
#mega-menu li.mm-item .mm-item-sub {
	display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 8000;
}


#mega-menu li.mm-item .mm-item-main a {
	display: block;
	text-decoration: none;
}

@media (min-width: 900px) {
	#temp-banner {
		margin-top: 10px;
	}
	#mega-menu-inner {
		background: #070f5b;
	}
	#mega-menu li.mm-item .mm-item-sub {
		background: #f2f2f6;
	}
	#mega-menu {
		display: flex;
	}
	#mega-menu li.mm-item .mm-item-main a {
		display: block;
		margin: 0;
		color: #ffffff;
	}
	#mega-menu li.mm-item:hover .mm-item-main a {
	  border-bottom: 2px solid #76ba19;
	}
	#mega-menu li.mm-item:hover .mm-item-sub {display: block;}
	.mm-toggle {
		display: none;
	}
	.mm-item-sub-top {
		display: none;
	}
	#mobile-menu-toggle-wrap {
		display: none;
	}
	.mm-boxes-heading {
		padding: 0 0 40px 0;
	}
	#mega-menu li.mm-item .mm-item-sub {
		padding: 40px;
	}
	.mm-box-menu-item:hover .mm-box-menu-main-link {
		font-weight: 600;
	}
	.mm-box-menu-item:hover {
		padding: 8px 10px;
		background: #ebecf0;
	}
	  .mm-box-menu-item {
		padding: 6px 0px;
	}
}
@media (min-width: 1250px) {
	#mega-menu {
		padding: 0 20px;
		justify-content: space-between;
	}
	#mega-menu li.mm-item .mm-item-main a {
		padding: 15px 20px;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: 700;
	}
}
@media (min-width: 900px) and (max-width: 1249.99px) {
	#mega-menu {
		justify-content: center;
	}
	#mega-menu li.mm-item .mm-item-main a {
		padding: 15px 12px;
		font-size: 0.8em;
		font-weight: 600;
	}
}
@media (max-width: 899.99px) {
	#mega-menu a {
		opacity: 1;
	}
	#mega-menu-wrap {
		background: #f2f2f6;
	}
	#mega-menu {
		padding: 0;
	}
	#mega-menu li.mm-item .mm-item-main {
		padding: 12px 20px;
		position: relative;
		border-bottom: 1px solid #dcdeed;
	}
	#mega-menu li.mm-item .mm-item-main a {
		color: #070f5b;
		font-size: 0.9em;
		font-weight: 700;
	}
	.mm-item-main {
        position: relative;
    }

    .mm-toggle {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 32px;
        height: 32px;
        border: none;
        background: none;
        cursor: pointer;
    }

    .mm-toggle::before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f105";
        color: #8aba49;
        font-size: 18px;
    }
	/* Fullscreen mobile submenu */
  #mega-menu li.mm-item .mm-item-sub {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #f2f2f6;
    z-index: 99999;
    display: none;
    overflow-y: auto;
  }
  


  /* When opened */
  #mega-menu li.mm-item .mm-item-sub.is-open {
    display: block;
  }
  .mm-box-menu-item.is-open {
	  background: #ebecf0;
	  padding: 5px 15px;
  }
  
  .mm-box-menu-item.is-open .mm-box-menu-main-link {
	  font-weight: bold;
  }
  
  .mm-box-menu-item {
	padding: 8px 0px;
}
  
  /* Sub Menu */
	#mega-menu .mm-item-sub-top {
		position: sticky;
		top: 0;
		z-index: 2;
    }
  body.admin-bar #mega-menu .mm-item-sub-top {
	top: 46px;
  }
   body.admin-bar #mega-menu .mm-item-sub-body {
	padding-top: 66px;
  }

	#mega-menu .mm-item-sub-top .mm-item-sub-header {
        display: flex;
        justify-content: space-between;
		background: #ffffff;
		padding: 10px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    }
	#mega-menu .mm-item-sub-top .mm-item-sub-header .mm-header-box {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#mega-menu .mm-item-sub-top .mm-item-sub-header .mm-logo-box img.mm-sub-logo {
		width: 60px;
		height: auto;
		margin: 0;
	}

     #mega-menu .mm-item-sub-header .mm-sub-close {
		background: none;
		border: none;
		font-size: 16px;
		font-weight: 600;
		color: #070f5b;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 10px;
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
		border-radius: 5px;
		padding: 5px 7px;
	  }
	 #mega-menu .mm-item-sub-header .mm-sub-close:hover {
        opacity: 0.7;
    }
	
	#mega-menu .mm-item-sub-body {
		flex: 1;
		padding: 20px;
		-webkit-overflow-scrolling: touch;
  }
  


	


	/* Hide entire mega menu by default */
	#mega-menu-wrap {
		display: none;
	}

	/* Show when opened */
	#mega-menu-wrap.is-open {
		display: block;
	}

	/* Stack top-level items */
	#mega-menu {
		display: block;
	}
	
	#mobile-menu-togglewrap {
		display: block;
	}
	#mobile-menu-toggle {
		background: #070f5b;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 10px;
		border-radius: 5px;
		padding: 12px 20px;
		font-family: 'Open Sans', -apple-system, BlinkMacOSystemFont, 'Segoe UI', Roboto, sans-serif;
		font-size: 16px;
		color: #ffffff;
		font-weight: 600;
		width: 100%;
		border-radius: 0;
	  }
	 #mobile-menu-toggle i {
		 font-size: 22px;
	 }
	
	.mm-boxes-heading {
		padding: 20px 0 30px 0;
	}
	
	
}








/* Boxes */
.mm-boxes {
	color: #000000;
}
.mm-boxes a {
	color: #000000;
}

.mm-box-heading {
	color: #070f5b;
	font-weight: 700;
	line-height: 2em;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: currentcolor;
	text-decoration-color: #76ba22;
	text-decoration-thickness: auto;
	text-underline-offset: 8px;
	text-decoration-thickness: 2px;
	margin: 0 0 10px 0;
}
.mm-box {
	overflow: hidden;
}
.mm-box-menu {
	padding: 0; margin: 0;
}
.mm-box-menu-item {
  margin: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #dcdeed;
}


.mm-boxes-heading p {
	padding: 0;
    margin: 0;
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}




/* ===============================
   Deep submenu base (all sizes)
   =============================== */

.mm-box-menu-item .mm-box-menu-sub {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
}

.mm-box-menu-item .mm-box-menu-sub > ul {
  padding: 0;
  margin: 0;
}

.mm-box-menu-item .mm-box-sub-menu-item {
  list-style-type: disc;
  font-weight: normal;
  margin: 0 0 0 20px;
}

.mm-box-menu-main {
  position: relative;
}

.mm-box-menu-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: none;
  background: none;
  cursor: pointer;
}

.mm-box-menu-toggle::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #9f9f9f;
  font-size: 16px;
}

/* ===============================
   Desktop (hover-driven)
   =============================== */
@media (min-width: 900px) {

  .mm-box-menu-item:hover .mm-box-menu-sub {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding-top: 15px;
  }

  /* Arrow only appears on hover */
  .mm-box-menu-toggle::before {
    content: "";
  }

  .mm-box-menu-item:hover .mm-box-menu-toggle::before {
    content: "\f107"; /* down arrow */
  }
}

/* ===============================
   Mobile (click-driven)
   =============================== */
@media (max-width: 899.99px) {
	
	.mm-box {padding-bottom: 30px;}
		.mm-box-menu-item .mm-box-menu-sub {
	  transition:
		max-height 300ms ease,
		opacity 200ms ease;
	}


  /* Disable hover behaviour */
  .mm-box-menu-item:hover .mm-box-menu-sub {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
  }

  /* Closed state */
  .mm-box-menu-toggle::before {
    content: "\f105"; /* right arrow */
  }

  /* Open state */
  .mm-box-menu-item.is-open .mm-box-menu-toggle::before {
    content: "\f107"; /* down arrow */
  }

  .mm-box-menu-item.is-open .mm-box-menu-sub {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding-top: 15px;
  }
  .mm-box-menu-main.is-open a {
	  font-weight: 600;
  }
}
