div#hs_cos_wrapper_navigation-primary {
  position: relative;
  margin: 1px 0px 31px calc((100% - 980px) * 0.5);
  left: 250px;
  grid-area: 3 / 1 / 4 / 2;
  justify-self: start;
  align-self: start;
  visibility: inherit;
  overflow-x: visible;
  width: 695px;
  height: 36px;
}
.navigation-primary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}
.triangle {
  display: none;
}
.submenu-toggle {
  display: none;
}
.submenu.level-1 {
  display: flex;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  position: absolute;
  background-color: rgb(87, 142, 203);
  padding:0;
  margin: 0;
  width: 100%;
  font-size: 0;
  justify-content: space-around;
  min-width: 695px;
}
.submenu.level-1 > li {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  height: 36px;
  position: relative;
  box-sizing: border-box;
  overflow: visible;
  visibility: inherit;
  width: auto !important;
}
.navigation-primary>ul>li>a {
  display: inline-block;
  height: 100%;
  width: 100%;
  align-items: center;
  vertical-align: middle;
  padding: 0 1px;
  text-align: center;
  line-height: 36px;
  font-family: avenir-lt-w01_35-light1475496, sans-serif;
  font-size: 13px;
}
.submenu.level-1 > li:nth-child(2) {
  width: 82px;
}
.submenu.level-1 > li:nth-child(3) {
  width: 105px;
}
.submenu.level-1 > li:nth-child(4) {
  width: 124px;
}
.submenu.level-1 > li:nth-child(5) {
  width: 116px;
}
.submenu.level-1 > li:nth-child(6) {
  width: 58px;
}
.submenu.level-1 > li:nth-child(7) {
  width: 133px;
}
.submenu.level-1 > li:nth-child(8) {
  width: 77px;
}
.triangle-container.level-1 {
  display: none;
}
.submenu.level-1 > .has-submenu > .menu-arrow {
  display: none;
}
.submenu.level-2 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}
.submenu.level-2 {
  left: 0;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: hidden;
  width: 120px;
  left: 0px;
  text-align: center;
  padding: 0;
}
.triangle-container.level-2 {
  display: none;
}
.triangle.level-2 {
  display: none;
}
.triangle-container.level-2.hover .triangle {
  display: none;
}
.submenu.level-2 > li {

}
.submenu.level-2 .menu-item .menu-link {
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2 {
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}
/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

@media (min-width: 768px) {
  .mob-menu-wrap {
    display: none;
  }
}

@media (max-width: 940px) {
  div#hs_cos_wrapper_header_logo {
    position: static;
    margin: 0;
  }
  div#hs_cos_wrapper_navigation-primary {
    position: static;
    width: auto;
    margin: 2px 0;
    float: right;
    justify-self: end;
    margin-right: 10px;
  }
  nav.navigation-primary {
    position: static;
    display: block;
  }
  .submenu.level-1 {
    position: static;
  }
}

@media (max-width: 767px) {
  div#hs_cos_wrapper_navigation-primary {
    display: none;
  }
  .mob-menu {
    z-index: 1005;
    position: fixed;
    left: 0;
    top: -60px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    transform: translateX(100%);
    transition: transform .3s step-end;
  }
  .mob-menu {
    z-index: 1005;
    position: fixed;
    left: 0;
    top: -60px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    overflow-y: hidden;
    transform: translateX(100%);
    transition: transform .3s step-end;
  }
  .mobile-trigger {
    border-radius: 25px;
    position: relative;
    width: auto;
    height: 100%;
    min-width: 50px;
    min-height: 50px;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: block;
    border: 1px solid #000;
    background-color: #fff;
    padding: 0;
    margin: 0;
    float: right;
    margin: 29px 20px 7px 0px;
    z-index: 99999;
  }
  .mobile-trigger svg {
    width: 20px;
    overflow: visible;
    stroke-width: 2px;
    height: 17px;
    transition-duration: .15s;
    transition-property: stroke;
    stroke: rgb(9,63,124);
  }
  .mobile-trigger svg line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-origin: 8.5px 0;
    width: 20px;
    stroke: rgb(9,63,124);
    height: 2px;
    stroke-width: 2px;
    border-top: 1px solid #000;
  }
  .mobile-trigger svg line:first-child {
    transform: translateY(.5px);
  }
  .mobile-trigger svg line:last-child {
    transform: translateY(16.5px);
  }
  .mobile-trigger svg line:nth-child(2) {
    transform: translateY(8.5px);
  }
  .mob-menu-wrap {
    position: static;
    display: block;
  }
  .mobile-open .mob-menu {
    transform: translateX(0);
    transition: transform 0s;
    height: calc(100vh + 1px);
    top: 0;
    left: 0;
    right: 0;
  }
  .mob-menu-inner {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 60px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
  }
  .mobile-open .mob-menu-inner {
    top: 0;
  }
  div#hs_cos_wrapper_mobile-navigation-primary {
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    background: #fff;
    transition: opacity .3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-open div#hs_cos_wrapper_mobile-navigation-primary {
    opacity: 1;
  }
  .navigation-primary {
    z-index: 2;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }
  .submenu.level-1 {
    padding-top: 80px;
    padding-bottom: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    letter-spacing: 2px;
    align-items: center;
    background: transparent;
  }
  .submenu.level-1 > li {
    position: relative;
    padding: 0 20px 0 20px;
    width: auto !important;
    height: auto;
    display: list-item;
  }
  .submenu.level-1 > li:not(:last-child) {
    padding-bottom: 1px;
  }
  .navigation-primary>ul>li>a {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    color: rgb(9,63,124) !important;
    padding: 10px 20px;
    text-align: center;
    line-height: 25.2px;
    font-family: 'Avenir-LT-W01_85-Heavy1475544';
    font-size: 18px;
  }
  ::marker {content: none !important;}
  .submenu.level-2 .menu-item .menu-link {
    color: rgb(9,63,124) !important;
    font-family: 'Avenir-LT-W01_85-Heavy1475544';
    font-size: 15px;
  }
  .submenu.level-2 {
    background: transparent !important;
    position: static;
    visibility: visible;
    opacity: 1;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
  }
  .menu-arrow-bg {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
  }
  .menu-arrow-bg:before,.menu-arrow-bg:after {
    position: absolute;
    content: "";
    background-color: rgb(9,63,124) !important;
  }
  .menu-arrow-bg:before {
    width: 10px;
    height: 2px;
    top: 22px;
    left: 17px;
  }
  .menu-arrow-bg:after {
    width: 2px;
    height: 10px;
    top: 18px;
    left: 21px;
  }
  .child-open .menu-arrow-bg:after {
    display: none;
  }
  .child-open .submenu.level-2 {
    display: block;
  }
  .mobile-trigger span {
    width: 20px;
    display: block;
    height: 2px;
    background-color: rgb(9,63,124);
    margin: 6px auto;
  }
  .mobile-open .mobile-trigger span:first-child {
    transform: rotate(-45deg);
    top: 8px;
    position: relative;
    width: 17px;
  }
  .mobile-open .mobile-trigger span:last-child {
    transform: rotate(45deg);
    position: relative;
    width: 17px;
    top: -8px;
  }
  .mobile-open .mobile-trigger span:nth-child(2) {
    width: 0;
    opacity: 1;
  }
}

