.globalNav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 500;
    perspective: 2000px;
    backdrop-filter: blur(33px);
    -webkit-backdrop-filter: blur(33px);background: #fff;
  }
  header.globalNav nav.navigation {
    padding: 0 0;
}
  .globalNav .navRoot {
    position: relative; display: flex; justify-content: space-between; width: 100%;align-items: center;
  }

  .globalNav .mobile-menu-wrapper .btn-nav-links {
    display: none;
}

  .globalNav .rootLink {
    padding: 15px 12px;
    height: 80px;
    line-height: 80px;
    font-family: 'Graphik';
    font-size: 15px;
    color: #697483;letter-spacing: 0.15px;
  }
  .globalNav .rootLink.hasDropdown {padding: 15px 12px 65px;}
  header nav.navigation .navSection.secondary .rootLink {
    margin: 0 0 0 0;
    line-height: normal;
    height: auto;
    padding: 8px 18px;min-width: auto;
  }
  header nav.navigation .navSection.secondary .rootLink.btn.btn-border {
    padding: 7px 15px;
    margin-left: 0;
}
  .globalNav .navRoot li.navSection {
      margin: 0;
  }

  
  .globalNav .hasDropdown {
    cursor: default;
    position: relative;
    /* padding-right: 23px; */
  }
  
  /* .globalNav .rootLink.hasDropdown:after {
    content: "\e900";
    font-size: 10px;
    padding-left: 6px;
    position: absolute;
    font-family: 'icomoon' !important;
    transform: rotate(
90deg);
    right: -40px;
    /* transition: 0.3s all;*/
    /*height: 0;
    top: 6px;
    width: 2px;
} */

.globalNav .rootLink:hover {
  color: #000000;
    text-shadow: 0 0px 1px #000000;
}
.globalNav .rootLink.hasDropdown:hover:after {
  transform: rotate(-90deg);
  right: 60px;
  top: 16px;
}
header nav.navigation .navSection.secondary .rootLink.btn-secondary {color: #000;padding: 14px 18px;} 
header nav.navigation .navSection.secondary .rootLink.btn-secondary:hover {color: #fff !important;text-shadow: 0 0px 0 #000000;}


  .globalNav .dropdownRoot {
    position: absolute;
    z-index: 1000;
    left: 30px;
    right: 0;
    top: 95px;
    pointer-events: none;
    transform: rotateX(-15deg);
    transform-origin: 50% -50px;
    opacity: 0;
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: 0.25s;
    display: none;
  }
  .globalNav .dropdownRoot {
    display: block;
  }
  .globalNav.dropdownActive .dropdownRoot {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .globalNav .dropdownBackground {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    width: 520px;
    height: 445px;
    transform: translateX(0);
    transform-origin: 0 0;
  }
  
  .globalNav .alternateBackground, .globalNav .dropdownBackground {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transition-property: transform;
    transition-duration: 0.25s;
  }
  
  .globalNav .alternateBackground {
    right: 0;
    height: 1000px;
    background: #f6f9fc;
  }
  
  .globalNav .dropdownArrow {
    top: -8px;
    margin: 0 0 0 -40px;
    width: 17px;
    height: 17px;
    transform: rotate(45deg);
    border-radius: 0;
    background: #fff;
    box-shadow: -3px -3px 5px rgb(82 95 127 / 4%);
    will-change: transform;
    transition-property: transform;
    z-index: 1;
  }
  
  .globalNav .dropdownArrow, .globalNav .dropdownContainer {
    position: absolute;
    left: 0;
    transition-duration: 0.25s;
  }
  
  .globalNav .dropdownContainer {
    overflow: hidden;
    top: 0;
    transform: translateX(0);
    will-change: transform, width, height;
    transition-property: transform, width, height;background: #fff;
    border-radius: 12px;box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  
  .globalNav .dropdownSection {
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: 0.25s;
    background: red;
  }
  
  .globalNav .dropdownSection.active {
    opacity: 1;
    transform: translateX(0);
  }
  
  .globalNav .dropdownSection.left {
    transform: translateX(-150px);
  }
  
  .globalNav .dropdownSection.right {
    transform: translateX(150px);
  }
  
  .globalNav.dropdownActive .dropdownSection.active {
    pointer-events: auto;
  }
  
  .globalNav.noDropdownTransition .alternateBackground, .globalNav.noDropdownTransition .dropdownArrow, .globalNav.noDropdownTransition .dropdownBackground, .globalNav.noDropdownTransition .dropdownContainer, .globalNav.noDropdownTransition .dropdownSection {
    transition: none;
  }
  
  .globalNav .dropdownContent {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .dropdownContainer .dropdownContent .linkGroup {
    width: 855px !important;
    /* box-shadow: 0px 20px 40px rgb(156 166 178 / 92%); */
    padding: 15px 12px;
    /* height: 420px !important; */
  }
  .dropdownContainer .entechPro-dropdown .dropdownContent .linkGroup {
    width: 1200px !important;
  }

  @media (max-width: 1279px) {
    .globalNav .navRoot li.navSection.primary, .globalNav .navRoot li.navSection.secondary {
      display: none;
    }
    .globalNav .navRoot li.navSection.logo {
      width: 100%;
    }
    .mobile-menu-open header nav .container-1200 {
      height: auto !important;
    }
    header.globalNav nav.navigation {
      padding: 40px 15px 26px;
    }
  }


  .globalNav .navSection.mobile {
    display: flex;
    justify-content: flex-end;
  }

  .globalNav .navSection.mobile .rootLink {
    cursor: pointer;
    width: 35px;
    height: 30px;
    position: relative;
    /* border: 1px solid rgba(112, 112, 112, 0.17); */
    padding: 0;
    border-radius: 16px;z-index: 0;
  }

  .globalNav .navSection.mobile .rootLink .navbar-toggler-icon {position: relative;top: 5px;}

  .globalNav .mobileProducts h4.rootLink.btn.btn-primary.mr-2 {width: 71px !important;}
  .globalNav .mobileProducts .rootLink.btn-primary {width: 106px;height: 34px;line-height: 32px;font-family: 'Graphik';font-weight: 400;justify-content: center;    min-width: auto; font-size: 14px; background: transparent;border: 1px solid rgba(59, 110, 255, 0.30); color: #363532 !important;margin-right: 0;}
  .globalNav .mobileProducts .rootLink.btn-primary:after {display: none;}
  .globalNav .mobileProducts .menu {display: flex;
      align-items: center;
    width: calc(100% - 62px);justify-content: space-between;margin-bottom: 55px;font-size: 14px;}
  

  .globalNav #mobile-toggle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .globalNav .popup {
    position: absolute;
    left: -35px;
    top: -25px;
    right: 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
    perspective: 2000px;
    width: calc(100% + 70px);
  }
  
  .globalNav .popupContainer {
    background: #fff;
    /* border: 1px solid; */
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    line-height: 40px;
    white-space: nowrap;
    flex-grow: 1;
    transform: rotate3d(1, 1, 0, -15deg);
    transform-origin: 100% 0;
    opacity: 0;
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: 0.25s;border-radius: 0;height: 100vh; overflow-y: auto;
  }
  
  .globalNav .navSection.mobile.globalPopupActive .popupContainer {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  
  .globalNav .popup a {
    display: flex;
    align-items: center;
  }
  
  .globalNav .popupCloseButton {
    position: absolute;
    right: 25px;
    top: 32px;
    width: 25px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
    /* border: 1px solid rgba(112, 112, 112, 0.17); */
    padding: 0;
    border-radius: 16px;
  }
  
  .globalNav .popupCloseButton:after, .globalNav .popupCloseButton:before {
    content: "";
    position: absolute;
    width: 19px;
    background: #000;
    border-radius: 1px;
    left: 0;
    right: 0;
    top: 14px;
    height: 2px;
    transform: rotate(45deg);
    transition: background 0.1s;
    margin: 0 auto;
  }
  
  .globalNav .popupCloseButton:after {
    transform: rotate(-45deg);
  }
  
  .globalNav .popupCloseButton:hover:after, .globalNav .popupCloseButton:hover:before {
    background: #32325d;
  }
  
  .globalNav .mobileProducts {
    padding: 30px 0 15px;
  }
  
  .globalNav .popupContainer h4 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #8898aa;
    text-transform: uppercase;
    margin: 3px 0 0 30px;
    line-height: 14px;
  }
  
  .globalNav .mobileProductsList {
    display: flex;
    flex-wrap: wrap;flex-direction: column;
  }
  
  .globalNav .mobileProductsList > ul {
    flex-grow: 1;
  }
  
  /* .globalNav .mobileProductsList > ul:last-child {
    flex-grow: 3;
  } */
  
  .globalNav .mobileProductsList a {
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #1a1a1a;
    font-family: 'Graphik';
  }
  .globalNav .mobileProductsList a span {
    width: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 52px;
    font-size: 22px;
    margin-right: 15px;
  }
  .globalNav .mobileProductsList ul li {
    margin-bottom: 22px;
  }
  
  .globalNav .mobileProductsList a:hover {
    color: #32325d;
  }
  
  .globalNav .mobileProductsList a svg {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 15px 0 -3px;
    vertical-align: -5px;
  }
  
  .globalNav .mobileProductsList .item-shipyard span {
    background: #FFF1D6;
  }
  .globalNav .mobileProductsList .item-priceyard span {
    background: #D7F4E2;
  }
  .globalNav .mobileProductsList .item-planyard span {
    background: #CFF6FF;
  }
  .globalNav .mobileProductsList .item-stockyard span {
    background: #FBEAFF;
  }  

  
  .globalNav .mobileSecondaryNav {
    border-top: 2px solid #f6f9fc;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .globalNav .mobileSecondaryNav > ul {
    flex-grow: 1;width: 50%;
  }
  
  .globalNav .mobileSecondaryNav > ul:last-child {
    flex-grow: 3;
  }
  
  .globalNav .mobileSecondaryNav a {
    padding: 0 20px;
    min-width: 100px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #1a1a1a;
    font-family: 'Graphik';display: inline-block;
  }

.globalNav .popupContainer .mobileLearnNav-head h4 {
  margin-left: 20px;
}
.globalNav .mobileSecondaryNav.mobileLearnNav a span {font-size: 20px;}
.globalNav .mobileSecondaryNav.mobileLearnNav a span:before {color: rgb(148 166 192 / 67%);}
.globalNav .mobileSecondaryNav.mobileLearnNav a {font-size: 16px;display: inline-flex;
  align-items: center;}
.globalNav .mobileSecondaryNav.mobileLearnNav a span.link-text {font-size: 16px;margin-left: 15px;transition: 0.3s all;}
.globalNav .mobileSecondaryNav.mobileLearnNav li {margin: 5px 0;;}

.globalNav .mobileSecondaryNav a:hover, .globalNav .mobileSecondaryNav.mobileLearnNav a:hover span.link-text {
  color: #3b6eff;
}
.mobile-btn {padding-bottom: 60px;padding-top: 40px;border-top: 2px solid #f6f9fc;display: flex;align-items: center;justify-content: center;    padding-left: 30px;padding-right: 30px;}
.mobile-btn .btn-primary span:before {color: #fff;}
.mobile-btn .btn-primary span {font-size: 12px;position: relative;margin-left: 9px;}



  @media (min-width: 1280px) {
    .globalNav .navSection.mobile {
      display: none;
    }
  }



.globalNav .mobileProducts .menu .nav-logo {
    padding-left: 25px;
}
.globalNav .mobileProductsList a span.icon-stockyard {
  font-size: 32px;
}
.globalNav .mobileProductsList a span.icon-shipyard {
  font-size: 26px;
}
.globalNav .mobileProductsList h4 {
  margin-bottom: 25px;
}


.mobile-btn .btn {justify-content: center;margin: 0 6px;}
.mobile-btn .btn-border {border: 2px solid #EEF1FC;border-radius: 29px;padding: 13px 20px;color: #363532;}
.mobile-btn .btn-secondary {background: #3B6EFF;color: #fff !important;}
.mobile-btn .btn-secondary:hover {background: #363532;}
.mobile-btn .btn-border:hover {background: #000;color: #fff;}
.globalNav .mobileProducts .menu .nav-logo img {
  margin: 0;
  width: 180px;
}
.globalNav .rootLink.xl\:hidden {display: none;}
.globalNav .navRoot li.navSection.logo {position: relative;top: 4px;} 

.globalNav .mobileProductsList a .inner-item span {display: block;width: auto;min-width: auto;font-size: 10px;line-height: 22px;color: #3B6EFF;text-transform: uppercase;font-family: 'GT America';font-weight: 500;height: auto;background: transparent;border-radius: 0;}
.globalNav .mobileProductsList a .inner-item {font-size: 20px;font-family: 'Mark Pro';font-weight: 700;line-height: 20px;}
.coming-soon-tag {background: #FBEAFF;border-radius: 12px;width: 120px;text-align: center;color: rgb(211 57 255 / 50%);font-size: 12px;line-height: 28px;font-family: 'GT America';font-weight: 500;}