.navigation-primary-cs {
  display: inline-block;
  cursor: pointer;
}

.navigation-primary-cs a {
  color: #0C2242!important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0px;
  font-weight: 500;
  line-height: 40px;
}

.navigation-primary-cs a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary-cs .submenu-cs.level-1 > li > a.active-item:after {
  background-color: #494A52;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navigation-primary-cs .submenu-cs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary-cs .submenu-cs a,
.navigation-primary-cs .submenu-cs p {
  text-decoration: none;
}

.submenu-cs-toggle {
  display: none;
}

.submenu-cs.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu-cs.level-1 > li {
    padding: 0px 15px;
    margin-bottom: 0px;
}



.submenu-cs.level-1 > li.has-submenu-cs {
  position: relative;
      float: left;
}

.submenu-cs.level-1 > .has-submenu-cs > .menu-arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
  display: block;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

/*.submenu-cs.level-2 {
    border: 0px solid #d1d6dc;
    border-radius: 0;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 16%);
    font-weight: 500;
    left: -40px!important;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 82px;
  display:none;
}*/
.country-selector .submenu-cs.level-2 {
    border-radius: 8px !important;
}
.submenu-cs.level-2 {
    border: 0px solid #d1d6dc;
    border-radius: 0;
    box-shadow: 0 6px 20px rgb(76 75 117 / 25%);
    font-weight: 500;
    left: -40px!important;
    opacity: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 100px;
    display: none;
    border-radius: 10px !important;
/*    padding: 30px 10px; */ 
   background: #fff;
}

.submenu-cs.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}
/*
.submenu-cs.level-2 > li:first-child:before {
    background-color: #06e;
    border: 2px solid #0066ee!important;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 20px;
    left: 10px;
    margin-left: 20px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    transform: rotate(45deg);
    transition: background-color .0s;
    width: 20px;
    z-index: -1;
}*/
}

.submenu-cs.level-2 > li:first-child:hover:before,
.submenu-cs.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}
/*.submenu-cs.level-2 > li:first-child{border-top:6px solid #2E6AF1; }*/
.submenu-cs.level-2 > li {
    border-bottom: 10px solid #fff;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
  background: #fff;
  position:relative;
}

.submenu-cs.level-2 .menu-item .menu-link {
    background-color: #FFF;
    display: block;
    padding: 5px 20px;
    transition: background-color .0s;
    padding-left: 45px;
    color: #4C5F75;
    font-size: 14px;
    line-height: 32px;
}

/*.submenu-cs.level-2 .menu-item:first-of-type,
.submenu-cs.level-2 .menu-item:first-of-type .menu-link {
  border-radius:0;
}*/

.submenu-cs.level-2 .menu-item:last-of-type,
.submenu-cs.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0 0 6px 6px;
}

.submenu-cs.level-2 > li:last-child,
.submenu-cs.level-2 > li:last-child .submenu-cs {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
/*
.submenu-cs.level-2>li:first-child .menu-link:hover,
.submenu-cs.level-2 .menu-item .menu-link:hover,
.submenu-cs.level-2 .menu-item .menu-link:focus {
    background-color: #0066ee!important;
    cursor: pointer;
    color: #fff!important;
}
*/
.submenu-cs.level-3 .menu-item .menu-link {
  padding-left: 60px;
}

.submenu-cs.level-1 > li.has-submenu-cs:hover .submenu-cs.level-2,
.submenu-cs.level-1 > li.has-submenu-cs.focus .submenu-cs.level-2 {
  left: 0;
  opacity: 1;
  display:block;
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu-cs.level-1 > li.has-submenu-cs:hover .submenu-cs.level-2,
.hs-inline-edit > li.has-submenu-cs.focus .submenu-cs.level-2 {
  visibility: hidden;
}


.country-selector .navigation-primary-cs .submenu-cs.level-1 > li > a{position:relative;display: block;line-height: 80px;}
.country-selector .navigation-primary-cs .submenu-cs.level-1 > li > a:before {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 18px;
      color: #06e;
}

.submenu-cs.level-2>li:after {
    content: "";
    background: url(/hubfs/globe.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    height: 14px;
    width: 15px;
    top: 2px;
    bottom: 0;
    margin: auto;
    overflow: hidden;
    text-indent: -9999px;
    text-align: right;
    width: 23px;
    height: 17px;
    display: inline-block;
}
@media(max-width: 1300px) {
  .country-selector .navigation-primary-cs .submenu-cs.level-1 > li > a{line-height: 50px!important;}
}

@media(min-width: 768px){
.submenu-cs.level-2 {
  padding:30px 10px;
}
}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary-cs a {
    font-size: 0px;
  }


  .submenu-cs.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu-cs.level-1 > .has-submenu-cs > .menu-arrow {
    right: 0;
    top: 40px;
  }

  .submenu-cs.level-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .navigation-primary-cs a {
    font-size: 0px;
  }

  .navigation-primary-cs {
    display: block;
  }

  .navigation-primary-cs .submenu-cs.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary-cs .submenu-cs.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu-cs > li > a {
    display: block;
    width: 100%;
  }

  .submenu-cs > .has-submenu-cs {
    position: relative;
  }

  .submenu-cs > .has-submenu-cs > a {
    width: 70%;
  }

  .submenu-cs {
    display: none;
  }

  .submenu-cs.level-1 {
    width: 100%;
  }

  .submenu-cs.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }

  .submenu-cs.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  .submenu-cs.level-1 > .has-submenu-cs > .menu-arrow,
  .submenu-cs > .has-submenu-cs > .menu-arrow,
  .submenu-cs .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu-cs.level-1 > .has-submenu-cs > .menu-arrow-bg,
  .submenu-cs > .has-submenu-cs > .menu-arrow-bg,
  .submenu-cs .menu-arrow-bg {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
    width: 20px;
  }

  .submenu-cs.level-2 > li:first-child:before {
    content: none;
    transition: none;
  }

  .submenu-cs.level-2 > li:first-child:hover:before,
  .submenu-cs.level-2 > li:first-child.focus:before {
    transition: none;
  }

  input[type="checkbox"]:checked ~ .submenu-cs {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu-cs.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
     padding:5px 10px; 
  }

  .submenu-cs.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
/*     border-top:2px solid #ebeff359; */
    padding: 0;
  }

  .submenu-cs.level-2 .menu-item .menu-link {
    padding: 7px 60px;
    transition: none;
  }

  .submenu-cs.level-2 .menu-item .menu-link:hover,
  .submenu-cs.level-2 .menu-item .menu-link:focus {
    transition: none;
  }

  .submenu-cs.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu-cs.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu-cs.level-3 > li {
    background-color: inherit;
    padding: 0;
  }

  .submenu-cs.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}
.mobile-menu .submenu-cs.level-2 > li:first-child{     border-top: 0px solid #2E6AF1;}
.country-selector.country-us .submenu-cs>li:last-child:after,
.mobile-menu li.country-us.hs-menu-item.hs-item-has-children:nth-child(6):before
{background-position: -278px -67px !important;}
.country-selector.country-ca .submenu-cs>li:last-child:after,
.mobile-menu li.country-ca.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -117px -17px !important;}
.country-selector.country-mx .submenu-cs>li:last-child:after,
.mobile-menu li.country-mx.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -232px -120px !important;}
.country-selector.country-co .submenu-cs>li:last-child:after,
.mobile-menu li.country-co.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -69px -119px !important;}
.country-selector.country-cr .submenu-cs>li:last-child:after,
.mobile-menu li.country-cr.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -115px -120px !important;}
.country-selector.country-ie .submenu-cs>li:last-child:after,
.mobile-menu li.country-ie.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: 0px -170px !important;}
.country-selector.country-it .submenu-cs>li:last-child:after,
.mobile-menu li.country-it.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -138px -170px !important;}
.country-selector.country-de .submenu-cs>li:last-child:after,
.mobile-menu li.country-de.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -140px -86px !important;}
.country-selector.country-es .submenu-cs>li:last-child:after,
.mobile-menu li.country-es.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -163px -1px !important;}
.country-selector.country-pl .submenu-cs>li:last-child:after,
.mobile-menu li.country-pl.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: 0px -239px !important;}
.country-selector.country-lu .submenu-cs>li:last-child:after,
.mobile-menu li.country-lu.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -209px -171px !important;}
.country-selector.country-in .submenu-cs>li:last-child:after,
.mobile-menu li.country-in.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -46px -170px !important;}
.country-selector.country-sg .submenu-cs>li:last-child:after,
.mobile-menu li.country-sg.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -256px -68px !important;}
.country-selector.country-ph .submenu-cs>li:last-child:after,
.mobile-menu li.country-ph.hs-menu-item.hs-item-has-children:nth-child(6):before{background-position: -208px -222px !important;}
.mobile-menu li.hs-menu-item.hs-item-has-children:nth-child(6):before {background-position:-278px -67px;}
.gb .country-selector .submenu-cs>li:last-child:after,
.gb .mobile-menu li.hs-menu-item.hs-item-has-children:nth-child(6):before {background-position: -163px -137px;}
  
.it .country-selector .submenu-cs>li:last-child:after,
.it .mobile-menu li.hs-menu-item.hs-item-has-children:nth-child(6):before {background-position: -138px -170px ;}
  .mx .country-selector .submenu-cs>li:last-child:after,
.mx .mobile-menu li.hs-menu-item.hs-item-has-children:nth-child(6):before { 
    content: "";
    background-position: -232px -120px;
}

.mobile-menu .mobile-nav > li.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "US";
    position: absolute;
    top: 21px;
    left: 60px;
    font-size:15px;
}
.gb .mobile-menu .mobile-nav > li.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {  
  content: "UK";
}
.it .mobile-menu .mobile-nav > li.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {  
  content: "IT";
}
.mobile-menu .mobile-nav >li.country-us.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "US" !important;
}
.mobile-menu .mobile-nav >li.country-ca.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "CA" !important;
}
.mobile-menu .mobile-nav >li.country-mx.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "MX" !important;
}
.mobile-menu .mobile-nav >li.country-co.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "CO" !important;
}
.mobile-menu .mobile-nav >li.country-cr.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "CR" !important;
}
.mobile-menu .mobile-nav >li.country-ie.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "IE" !important;
}
.mobile-menu .mobile-nav >li.country-it.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "IT" !important;
}
.mobile-menu .mobile-nav >li.country-de.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "DE" !important;
}
.mobile-menu .mobile-nav >li.country-es.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "ES" !important;
}
.mobile-menu .mobile-nav >li.country-pl.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "PL" !important;
}
.mobile-menu .mobile-nav >li.country-in.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "IN" !important;
}
.mobile-menu .mobile-nav >li.country-sg.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "SG" !important;
}
.mobile-menu .mobile-nav >li.country-ph.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "PH" !important;
}
.mobile-menu .mobile-nav >li.country-lu.hs-menu-item.hs-item-has-children:nth-child(6)>a:after {
    content: "LU" !important;
}