nav#menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  box-shadow: 0px 5px 3px #0000002b;
}
main#main-content {
  margin: 94px 0 0 0;
}

#menu img.site-logo {
  height: auto;
  margin-top:0;
  width: 64px;
  padding: 12px 0;
}

.mega {
  position: relative;
  min-height: 400px;
}
.mega:before {
  border-top: 1px solid #BEC2EE;
  content: "";
  position: absolute;
  top: 0;
  width: 200vw;
  left: -100vw;
}

header.header h6 {
  text-transform:initial;
  color:#273877;
}
#menu a:link,
.mobile-nav a:link {
  text-decoration:none;
}
p.desc {
  margin-top: 8px;
}

p.level_1 {
  /*font-weight: 700;*/
  cursor:pointer;
  position: relative;
}

@media only screen and (min-width: 1061px) {
  .nav-wrapper {
    margin: 0;
  }
  .mobile-open-close {
    display:none;
  }
  .grid-special {
    display: grid;
    grid-template-columns: 312px 1fr 280px;
    grid-gap: 48px;
  }
  .level_1 {
    display: flex;
    grid-gap: 32px;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .specials {
    display: flex;
    grid-gap: 24px;
    align-items: center;
  }

  .flexy {
    display: flex;
    grid-gap: 34px;
    align-items: center;
    margin: 0;
  }
  .flexy a.zelda {
    margin-top:0px;
  }
  .mega2 {
    position: absolute;
    top: 0;
    left: calc(100% + 24px);
    width: max-content;
    border-left: 6px solid #F7F5F6;
    padding-left: 12px;
    max-width: 280px;
  }
  .mega2 > p + p {
    margin-top: 12px;
  }
  .sixt {
    position: relative;
  }
  .l2 {
    padding: 12px 48px 12px 12px;
    border-radius: 6px;
    margin-left: -12px;
    margin-bottom: 12px;
  }
  .l2:hover,
  .l2.level_2.trigger2.active {
    background-color: #F5F5F5;
    cursor:pointer;
  }
  .l2 {
    background-image: url(https://49487487.fs1.hubspotusercontent-na1.net/hubfs/49487487/august-2025/more.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: top 50% right 18px;
  }
  .l2.nomore {
    background-image:none;
  }

  .l2 > p {

  }



  p.level_1.trigger.active {
    position: relative;
    color:#3ea3dc;
  }

  p.level_1:hover,
  p.level_1 a:hover {
    color:#3ea3dc;
  }
  p.level_1.trigger::after {
    content: url(https://49487487.fs1.hubspotusercontent-na1.net/hubfs/49487487/august-2025/down.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 15px;
    right: -13px;
  }

  p.level_1.trigger.active::after {
    content: url(https://49487487.fs1.hubspotusercontent-na1.net/hubfs/49487487/august-2025/active.svg);
  }
  .l2 a:link {
    text-decoration: none;
  }
  p.group {
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 800;
    opacity: 0.6;
    font-family: 'DM Serif Display',Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
  }
  .mega2 a {
    font-weight: 600;
    font-size: 1.8rem;
    text-decoration: none;
    color:#3ea3dc;
  }
  .mega2 a:hover {
    color:#174074;
  }
  .desc {
    font-size: 1.6rem;
  }

  header.header h4 {
  }
  .mobile,
  .mobile-navigation {
    display:none!important;
  }

  .specials a.zelda {
    padding: 6px 12px;
    text-transform:initial;
    border: 2px solid #f098ab;
  }
  .specials a.zelda:hover {
    border: 2px solid #3ea3dc;
  }
  .cta.desktop {
    align-items: self-start;
    height: max-content;
    grid-gap: 24px;
  }

}



@media only screen and (max-width: 1060px) {
  .desktop {
    display:none!important;
  }

  .nav-wrapper {
    margin: 0;
  }
  .specials > div:first-child {
    display: none;
  }

  nav#menu {  
    display: flex;
    justify-content: space-between;
  }
  .flexy {
    display: grid;
    grid-template-columns: 146px 30px;
    grid-gap: 18px;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: end;
  }
  .flexy a.zelda {
    margin: 0;
  }

  #menu .specials a {
    padding: 6px 12px;
    width: max-content;
    align-items: center;
    color:#ffffff;
    font-size:14px;
  }

  .hide-mobile {
    display:none;
  }
  .mobile-nav {
    padding: 12px 24px;
    border-top: 1px solid #E4E4E4;
    overflow: scroll;
    max-height: calc(100vh - 87px);
  }

  p.level_1 {  
    padding: 6px 0px;
    position: relative;
    font-size: 2rem;
  }

  p.level_1 a:link {  
    font-size: 2rem;
  }


  .level_2 {
    position: relative;
  }
  p.level_1.trigger::after,
  .level_2.trigger2::after {
    content: url(https://5670473.fs1.hubspotusercontent-na1.net/hubfs/5670473/mega/mob.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 0px;
  }

  .level_2.trigger2::after {
    top: 0;
    right: -24px;
  }


  .mega:before {
    content:none;
  }

  p.level_1.trigger.active::after,
  .level_2.trigger2.active::after {
    right: initial;
    left: 0;
    transform: rotate(180deg);
  }
  p.level_1.trigger.active,
  .level_2.trigger2.active {
    padding: 6px 0px 6px 24px;
    margin-bottom: -24px;
  }

  p.desc {
    margin-bottom: 32px;
  }
  hr.mobile {
    margin: 0 0 -2px 0;
    padding: 6px 0 0 0;
    border-top: 1px solid #E5E6F9;
  }
  .mega2 {
    padding-left: 36px;
    margin-top: -32px;
    margin-bottom: 48px;
  }

  .mega2 a:link {
    font-weight:900;
    font-size: 2rem;
  }
  header.header h6 {
    margin: 12px 24px 12px 24px;
  }


  .mobile-nav > div > p {
    border-bottom: 1px solid rgb(67 77 212 / 14%);
  }


  /***** new mobile nav *******/
  .l2,
  .l3 {
    margin: 0;
  }
  .sub1 a, .l1 a {
    display: block;
    padding: 10px 24px;
    text-decoration: none;
  }
  .sub1 {
    position:relative;
  }
  .sub1 > a::after {
    content: url(https://5670473.fs1.hubspotusercontent-na1.net/hubfs/5670473/mega/mob.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 24px;
  }

  .back, .back2 {
    position: relative;
    display: block;
    padding-left: 48px!important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .back::after,
  .back2::after {
    content: url(https://5670473.fs1.hubspotusercontent-na1.net/hubfs/5670473/mega/mob.svg);
    transform:rotate(180deg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 24px;
  }


  .l1 > div > a {
    /*font-weight: 700;*/
    text-decoration:none;
    font-size: 1.8rem;
  }

  .mobile-navigation {
    border-top: 1px solid #E5E5E5;
    padding-bottom: 24px;
  }
  .l1 {
    position: relative;
  }
  .l1::after {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    height: 1px;
    background: #E5E7F9;
    left: 24px;
    bottom: 0;
  }

  .l2 > div {
    margin: 0;
  }


  .sub2 {
    position:relative;
  }
  .sub2 > a.a2::after {
    content: url(https://5670473.fs1.hubspotusercontent-na1.net/hubfs/5670473/mega/mob.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 24px;
  }

  .sub2 p strong {
    font-size: 2rem;
    /* font-weight: 700; */
  }

  .sub2 a > p + p {
    margin: 4px 0 0 0;
  }

  .l2 > div > div + div {
    margin-top: 12px;
  }

  .l3 > div p + p {
    margin: 0;
  }

  .l3 > div p a {
    /*font-weight: 700;*/
  }
  .l3 > div p {
    position: relative;
  }
  .l3 > div p::after {
    content: "";
    position: absolute;
    width: calc(100% - 48px);
    height: 1px;
    background: #E5E7F9;
    left: 24px;
    bottom: 0;
  }
  #menu img.site-logo {
    width: 64px;
  }

  {# maybe #}  
  .flexy {
    text-align: right;
  }



}


p.group {
}
