.nav-mobile li.hs-menu-item.hs-menu-depth-1 > a, .nav-mobile li.hs-menu-item.hs-menu-depth-2 > a {
	position:relative;
}



.nav.mobile li {
position:relative;
}


.menu-toggle.active {
	transform: rotate(180deg);
	top:15px;
}




/* Target subnav items that have a 3rd subnav only */
.header-nav .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper:has(.hs-menu-item.hs-menu-depth-2.hs-item-has-children) 
{
/* background: #163A70; */
	width:257px;
	    border-radius: 0 0 10px 10px;
}


.header-nav .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper 
{
  min-width: 250px;
	max-width:100%;
	background: #163A70;
}

.nav-mobile .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper {
	background:transparent;
}
.header-nav .nav-mobile .hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-of-type > .hs-menu-children-wrapper {
	padding:0;
}

.header-nav .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper:has(.hs-menu-item.hs-menu-depth-2.hs-item-has-children) .hs-menu-children-wrapper {
	width:257px;
}

.header-nav .hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children) {
border-radius:5px;
}

.header-nav .nav-mobile .hs-menu-item.hs-menu-depth-1:not(.hs-item-has-children) {
	border-radius:0;
}

.header-nav .hs-menu-item.hs-menu-depth-1.hs-item-has-children:last-of-type > .hs-menu-children-wrapper {
	padding:30px 0px 30px 20px;
}

.header-nav .hs-menu-item.hs-menu-depth-1 .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    padding-right: 0;
}

.header-nav .hs-menu-item.hs-menu-depth-1 .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
background: #0D2242;
}

.header-nav .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper > li {
width:100%;
}

/* Tertiary nav mobile */
.header-nav .nav-mobile .hs-menu-item.hs-menu-depth-1.hs-item-has-children > .hs-menu-children-wrapper > li {
	padding:15px 0;
	width:fit-content;
	margin:0;
}
	

.header-nav .header .hs-item-has-children:not(:nth-of-type(1)) > .hs-menu-children-wrapper {
    width: 100%;
	background: #163A70;
}
.header-nav .hs-menu-depth-1 > .hs-menu-children-wrapper {
border-radius: 0 0 10px 10px;
}
/* 3rd child submenu  styles */
.header-nav .hs-menu-item.hs-menu-depth-2 > .hs-menu-children-wrapper {
 max-width:180px;
  position: absolute;
  top: -30px; 
  left: 100%; 
  z-index: 10; 
	display: flex;
padding: 30px 0px 30px 20px;
flex-direction: column;
align-items: flex-start;
	border-radius: 0px 0px 10px 0px;
background: #0D2242;
}
/* Tertiary nav mobile  */
.header-nav .nav-mobile .hs-menu-item.hs-menu-depth-2 > .hs-menu-children-wrapper {
	margin-left:15px;
	padding: 15px 0;
}

.header-nav .nav-mobile .hs-menu-item.hs-menu-depth-2>.hs-menu-children-wrapper li {
	padding:15px;
	margin-top:10px;
}


.header-nav .hs-menu-item.hs-menu-depth-2>.hs-menu-children-wrapper li {
	width:100%;
}

/* 3rd child submenu hover states */

.header-nav .hs-menu-item.hs-menu-depth-2>.hs-menu-children-wrapper li:hover {
	background:#fff;
	border-radius: 5px 0px 0px 5px;
}
.header-nav .hs-menu-item.hs-menu-depth-2>.hs-menu-children-wrapper li:hover a {
	text-decoration:none;
	color:#0D2242;
}
nav.header-nav {
	background:#fff;
  box-shadow: 0px 0px 34px 0px #0000000D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
}
.nav-container {
max-width: 1512px;
    padding: 24px 48px;
    margin: auto;
}
.nav #hs_menu_wrapper_module_17077648082724_ {
	width:100%;
}


/* Optional logo in nav */
.nav .hs-menu-depth-2 a, .nav .hs-menu-depth-3 a {
	display: flex;
    align-items: center;
    gap: 10px;
}
.nav {
	width:100%;
	max-width:1000px;
    gap:10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nav-container .container .nav-inner-wrapper {
  width: 100%;
}


.nav-container .nav-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-button-wrapper {
  display: flex;
  gap: 20px;
	max-width:287px;
	width:100%;
}
.nav-mobile .nav-button-wrapper {
	flex-direction:row-reverse;
	justify-content:space-between;
	max-width:100%;
}


.nav-button-wrapper .button-secondary, .nav-button-wrapper .button-primary {
  font-size: 16px;
		padding:14.5px 29px;
	height:45px;
	border-radius:45px;
	background-image:none!important;
}

.nav-button-wrapper .button-secondary {
	color:#163A70;
}

.nav-button-wrapper .button-secondary:hover {
	color:#fff;
}

.nav ul li a {
color: #163A70;

/* Nav Item */
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 21.6px */
  text-decoration: none;
}

.nav .hs-menu-depth-1:hover{
	    border-radius: 5px 5px 0px 0px;
    background: #163A70;
    padding: 15px ;
	color:#fff;
}

.nav .hs-menu-depth-1.item-has-children:hover {
border-radius: 5px 5px 0px 0px;
}

.nav ul li.hs-menu-depth-1:hover:after{
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53125 0.752686L13.625 6.81519C13.9063 7.12769 13.9063 7.59644 13.625 7.87769L12.9063 8.59644C12.625 8.87769 12.1563 8.87769 11.8438 8.59644L7 3.78394L2.1875 8.59644C1.875 8.87769 1.40625 8.87769 1.125 8.59644L0.40625 7.87769C0.125 7.59644 0.125 7.12769 0.40625 6.81519L6.5 0.752686C6.78125 0.471436 7.25 0.471436 7.53125 0.752686Z' fill='white'/%3E%3C/svg%3E%0A")!important;
}

.nav .hs-menu-depth-1, .nav .hs-menu-depth-2 {
text-align:left;
}

.nav .hs-menu-depth-1:hover a{
	color:#fff;
}

.nav .hs-menu-depth-1 a {
	width:100%;
	
}

.nav-container .hs-menu-wrapper {
    position: relative;
}
.header-nav .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child{
    padding-bottom: 0px;
}  
.header-nav .hs-item-has-children {
    display: flex;
    align-items: center;
	position:relative;
}
.header-nav .hs-item-has-children > a:after {
    content: url('');
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
}


.header .hs-item-has-children > .hs-menu-children-wrapper {
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
}
.header-nav .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child:hover ul {
border-radius:0;
}


.header-nav .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child:hover ul {
top:-51.5px;
	border-radius:0 10px 10px 0;
}
.nav-mobile {
    display: none;
	 background-color:#0D2242;
}
.nav-toggle {
  display: none;
  position: absolute;
  right: 2.5rem;
  cursor: pointer;
}
.nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
	margin:0;
  gap: 0;
}
 .header-nav ul.hs-menu-children-wrapper li {
  padding:0px;
}

 .nav .hs-menu-depth-1 {
	 padding: 15px;
   --border-width: 2px;
    --bottom-distance: 1px;
    background-image: linear-gradient(var(--primary-blue),var(--primary-blue));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
}
.nav .hs-menu-depth-1:hover {
  background-size: 100% var(--border-width);
  text-decoration: none;
}
.nav .hs-menu-depth-1:hover > a {
 
  }
.nav-container .hs-menu-children-wrapper {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    margin-left: -30px;
    visibility: hidden;
    padding: 20px 35px;
    gap: 20px;
  }
  .header-nav .hs-item-has-children:hover > .hs-menu-children-wrapper {
    visibility: visible;
  }
  
.nav-mobile .hs-menu-children-wrapper {
    height: 0;
    overflow: hidden;
    position: relative ;
    top: 0;
    margin-left: 15px;
    background: transparent;
    visibility: visible;
    padding: 0px;
    box-shadow:none;
}

.nav-mobile .hs-item-has-children > a::after {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
}

.nav-mobile .hs-item-has-children.active > .hs-menu-children-wrapper {
    height: auto;
    padding: 10px 0; /* Add padding as needed */
}

.nav-mobile .hs-item-has-children.active > a::after {
    transform: rotate(180deg);
}
.nav-mobile ul li a {
    color:#ffffff;
    text-decoration:none;
    padding: 15px 0;
}
.hidden {
  display: none;
}
.nav-mobile-menu-wrapper .nav-button-wrapper a{
  
  text-align:center;
  justify-content:center;
}

/**
* Mobile
*/
@media screen and (max-width: 1250px) {
	.nav-mobile .hs-menu-item.hs-menu-depth-2>.hs-menu-children-wrapper li:hover {
		background:transparent;
	}
	
	.nav-mobile .hs-menu-item.hs-menu-depth-2>.hs-menu-children-wrapper li:hover a {
		color:#fff;
	}
	
.header-nav .hs-menu-item.hs-menu-depth-2.hs-item-has-children: after {
content:none;
}
	
	.header-nav .hs-menu-item.hs-menu-depth-2 > .hs-menu-children-wrapper {
		visibility:hidden;
	}

.menu-toggle {
	background-image:url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.46875 8.72412L0.375 2.66162C0.0937499 2.34912 0.0937499 1.88037 0.375 1.59912L1.09375 0.88037C1.375 0.59912 1.84375 0.59912 2.15625 0.88037L7 5.69287L11.8125 0.880371C12.125 0.599121 12.5937 0.599121 12.875 0.880371L13.5937 1.59912C13.875 1.88037 13.875 2.34912 13.5937 2.66162L7.5 8.72412C7.21875 9.00537 6.75 9.00537 6.46875 8.72412Z' fill='white'/%3E%3C/svg%3E ");
      height: 18px;
       background-size: 100%;
       background-repeat: no-repeat;
       position: absolute;
       left: 100%;
       padding:0;
       top: 40%;
       margin-left: 15px;
       width: 15px;
}

.nav.mobile li {
position:relative;
}

	.nav-mobile .hs-menu-depth-2.hs-item-has-children a:after {
		content:unset!Important;
	}



	.show {
    position: unset!important;
		visibility:visible!important;
    height: 100%!important;
padding-top:0!important;
	padding-bottom:0!important;
}

	
  .nav-button-wrapper {
    flex-direction:column;
  }
  

  .nav{
    display:none;
  }
  .nav-mobile {
    display:block;
  }
  .nav-mobile ul {
    padding-left: 0px;
  }
 
  .header-nav .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-mobile{
    height: 0;
    padding:0px 30px;
    overflow: hidden;
     transition: 250ms all ease-in;
  }

  .nav-mobile li {
    display: block;
		margin-bottom:10px;
    min-height: 48px;
  }

	
	.nav-mobile .button-secondary {
		border: 2px solid #fff;
		color:#fff;
	}

  li a {
    font-size: 18px;
    color:#fff;
  }

  .nav-toggle {
    display: block;
  }
  .header-nav .hs-item-has-children {
  display: block;
    align-items: center;
  }
	
	/* Position the .hs-menu-depth-3 relative to its .hs-menu-depth-2 parent */
.header-nav .hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  position: relative; 
}




.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover .hs-menu-depth-3 {
	margin:0;
}
/*   
  .nav-mobile .hs-item-has-children > a {
    padding: 20px 0;
  } */
/*   .nav-mobile .hs-item-has-children > a:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    margin-top: -5px;
    margin-left: 5px;
    width: 18px;
    transition: all 0.2s ease-in-out;
  } */
  .nav-mobile .hs-item-has-children.active > a:after {
    transform: rotate(180deg);
  }


  .nav-mobile-menu-wrapper .hs-menu-children-wrapper .hs-menu-depth-2 {
    max-width:fit-content;
  }
  .open {
    height: 100%;
    padding-top:30px;
    padding-bottom:50px;
  }

  .hamburger .line {
    width: 36px;
    height: 4.4px;
    background-color: #163A70;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
      border-radius: 5px;
  }

  .hamburger:hover{
    cursor: pointer;
  }

  .hamburger.is-active .line:nth-child(2){
    opacity: 0;
  }

  .hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }

  .hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  .nav ul {
      margin: 0px;
  }
}
@media screen and (min-width: 1151px) {
  nav .nav-container .hs-menu-children-wrapper {
      gap: 0px;
      left:0;
      padding: 30px 0px 30px 20px;
      top: 50px;
	  	margin:0;
      z-index: 5;
  }
  nav .nav-container .hs-menu-children-wrapper li a {
      padding: 15px;
  }

  ul.hs-menu-children-wrapper li a {
      border-radius: 5px 0px 0px 5px;
      transition: background-color 0.2s ease-out;
  }
  .nav ul li.hs-menu-depth-1:after {
      content: '';
      background-repeat: no-repeat;
      background-position: center;
      height: 18px;
      margin-left: 5px;
      width: 16px;
      transition: all 0.2s ease-in-out;
  }
 
  ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover,
  ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover a {
      text-decoration: none !important;
  }

	
	.header-nav. .nav-mobile {
		display:block!important;
	}
}
	
	@media (max-width:1350px) { 
		.nav-container {
       padding: 25.507px 38.01px;
	
		}
	}
	
	@media (max-width:767px) {
		.header-nav .logo img {
			max-width:250px!important;
		}
	}

@media (max-width:350px) {
	.nav-mobile .nav-button-wrapper {
		flex-wrap:wrap;
		justify-content:flex-end;
	}
	
	.nav-container {
		padding:25.507px 15.01px;
	}
}