/* Menu */

.menu--desktop {
  display: block;
}

.menu--mobile {
  display: none;
}

@media (max-width: 1201px) {
  .menu--desktop {
    display: none;
  }

  .menu--mobile {
    display: block;
  }
}

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}

/* @media (min-width: 768px) and (max-width: 1150px) {
.menu__link {
font-size: 0.833rem;
}
} */

@media (max-width: 1201px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.7rem 0.875rem;
  text-transform: uppercase;
}

.menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1201px) {
  .menu__item--depth-1 {
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .menu__item--depth-1 > .menu__link {
    padding: 0.35rem 1.225rem;
  }

  .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */

.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  width: 270px;
  z-index: 99;
}

.menu__item--open > .menu__submenu {
  display: block;
}

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  border-bottom: 1px solid #aecfb0;
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.7rem 1.05rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 1200px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: '';
    display: block;
    height: 30px;
    left: 125px;
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child > .menu__submenu--level-2 > .menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2 > .menu__item:first-child > .menu__link {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1201px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.7rem 2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }
}

/* Menu icons */

@media(min-width: 1200px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1 > .menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__child-toggle-icon {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top-style: solid;
    border-top-width: 7px;
    display: block;
    height: 0;
    margin-left: 1px;
    width: 0;
  }
}

@media (max-width: 1201px) {
  .menu__child-toggle {
    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%;
  }

  .menu__child-toggle-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }
}
@media (min-width:1201px){
  .custom_menu__item {
    position:static;
    padding-top:45px;
    padding-bottom:45px;
  }
  .custom_menu__item > .menu__link {
    color: #1A3A5F;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.857%;
    text-transform: none;
  }
  
  .custom_menu__item > .menu__link {
    position:relative;
  }

  .custom_menu__item.menu__item--open > .menu__link:before {
    content: "";
    width: calc(100% + 50px);
    display: inline-block;
    position: absolute;
    height: 60px;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .custom_menu__item.menu__item--open > .menu__link:after {
    background-image:url('data:image/svg+xml,<svg width="30" height="15" viewBox="0 0 30 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 0L30 15H0L15 0Z" fill="%231A3A5F"/></svg>');
    content:"";
    height:15px;
    width:30px;
    bottom:-49px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    z-index:24;
    display:inline-flex;
    position:absolute;
  }
  .header__row_main {
    position:relative;
  }
  .custom__submenu.menu__submenu.menu__submenu--level-2 {
    width:100%;
    top:98%;
    position:absolute;
    left: 0px;
    transform: none;
  }
  .custom__submenu__close svg{
    height:18px;
    width:18px;
    display:inline-flex;
  }
  .custom__submenu__close {
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
    z-index:24;
    display:inline-flex;
  }
  .custom__submenu__inner {
    color:#FBF8EF;
    position:relative;
    padding:60px 0px 80px;
    display:flex;
    flex-wrap:wrap;
    gap:30px;
  }
  .custom__submenu__inner > div {
    width:calc(calc(100% / 4) - calc(calc(30px * 3) / 4));
  }
  .header__container.content-wrapper {
    padding:0px;
  }
  .menu__column_simple{
    display:flex;
    flex-direction:column;
    gap:30px;
  }
  .menu__column_featured,
  .menu__column_links {
    display:flex;
    flex-direction:column;
    gap:30px;
  }
  .menu__column_featured-item-image {
    aspect-ratio: 270 / 150;
    width:100%;
    width:auto;
    object-fit:cover;
  }
/*   .custom_menu__item.menu__item--open .mega_menu_item-hover-accent { */
  .menu__item--depth-1:hover .mega_menu_item-hover-accent,
  .custom_menu__item:hover .mega_menu_item-hover-accent {
    position:absolute;
    bottom:-10px;
    left:0px;
    width:100%;
    height:6px;
    display:inline-flex;
  }
  .menu__item.menu__item--depth-1 > .menu__link {
    position: relative;
  }
  
  .menu__item--depth-1 .mega_menu_item-hover-accent:before,
  .custom_menu__item .mega_menu_item-hover-accent:before {
    content:"";
    border-radius: 100%;
    height: 6px;
    width: 6px;
    background-color:#aecfb0;
    opacity:0;
    transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
  }
  .menu__item--depth-1:hover .mega_menu_item-hover-accent:before,
  .custom_menu__item:hover .mega_menu_item-hover-accent:before {
/*   .custom_menu__item.menu__item--open .mega_menu_item-hover-accent:before { */
    opacity:1;
  }
  .menu__item--depth-1 .mega_menu_item-hover-accent:after,
  .custom_menu__item .mega_menu_item-hover-accent:after {
    content:"";
    height: 1px;
    margin-top: 2.5px;
    width: 0%;
    background-color:#aecfb0;
    transition:0.6s ease all;
    -webkit-transition:0.6s ease all;
  }
  .menu__item--depth-1:hover .mega_menu_item-hover-accent:after,
  .custom_menu__item:hover .mega_menu_item-hover-accent:after {
    /*   .custom_menu__item.menu__item--open .mega_menu_item-hover-accent:after { */
    content:"";
    height: 1px;
    margin-top: 2.5px;
    width: 100%;
    background-color:#aecfb0;
  }
  .menu__child-toggle {
    display:none !important;
  }
  
  .menu__column_featured-item:hover .menu__column_featured-item-cta{
    color: #ff8300;
    font-weight: 700;
    text-decoration: none;
  }

  .menu__column_featured-item:hover .menu__column_featured-item-cta svg {
    color: #ff8300;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }

  .header__row_top {
    background-color:#1A3A5F;
  }
  .header__row_top .top-wrapper {
    justify-content:end;
    padding
  }
  
  .header__row_top .top-wrapper ul[role="menu"] {
    gap:30px;
  }
  .header__row_top .hs-menu-item.hs-menu-depth-1 {
    margin:0px;
    padding:0px;
  }
}
header.header .top-wrapper,
.header__container.content-wrapper {
  padding-left:1.25rem;
  padding-right:1.25rem;
}
.custom__submenu__inner {
  max-width:1200px;
  margin:0px auto;
  padding-left:1.25rem;
  padding-right:1.25rem;
}
.header__row_top .hs-menu-item.hs-menu-depth-1 > a:active,
.header__row_top .hs-menu-item.hs-menu-depth-1 > a:focus,
.header__row_top .hs-menu-item.hs-menu-depth-1 > a:hover,
.header__row_top .hs-menu-item.hs-menu-depth-1 > a{ 
  color:#e5f4e3;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding:16px 0px;
  line-height: 114.286%;
  text-transform: none;
  text-decoration:none;
  display:inline-flex;
  gap:8px;
  align-items:center;
}
.header__row_top .hs-menu-item.hs-menu-depth-1 > a:active,
.header__row_top .hs-menu-item.hs-menu-depth-1 > a:focus,
.header__row_top .hs-menu-item.hs-menu-depth-1 > a:hover{ 
  color:#ff8300;
}
.header__row_top .hs-menu-item.hs-menu-depth-1:last-child > a {
  position:relative;
}
.header__row_top .hs-menu-item.hs-menu-depth-1:last-child > a:after {
  content:"";
  background-image:url('data:image/svg+xml,<svg width="15" height="6" viewBox="0 0 15 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 3L10 0.113249V5.88675L15 3ZM0 3.5H10.5V2.5H0V3.5Z" fill="%23e5f4e3"/></svg>');
  display:inline-flex;
  width:15px;
  height:6px;
  margin-bottom:1px;
}
.header__row_top .hs-menu-item.hs-menu-depth-1:last-child > a:hover:after {
  background-image:url('data:image/svg+xml,<svg width="15" height="6" viewBox="0 0 15 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 3L10 0.113249V5.88675L15 3ZM0 3.5H10.5V2.5H0V3.5Z" fill="%23ff8300"/></svg>');
}

.menu__column_links-item-cta svg,
.menu__column_featured-item-cta svg{
  display:inline-flex;
  margin-left:0px;
  color:inherit;
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}
.menu__column_links-item-cta,
.menu__column_featured-item-cta {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  text-transform: capitalize;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.menu__column_featured-item:focus,
.menu__column_links-item:focus,
.menu__column_simple-item:focus,
.menu__column_featured-item:active,
.menu__column_links-item:active,
.menu__column_simple-item:active,
.menu__column_featured-item:hover,
.menu__column_links-item:hover,
.menu__column_simple-item:hover {
  text-decoration:none;
}
.menu__column_featured-item,
.menu__column_links-item{
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:15px;
}
.menu__column_simple-item {
  text-decoration:none;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.menu__column_content,
.menu__column_links-item-text,
.menu__column_featured-item-text,
.custom__submenu__inner {
  color: #FBF8EF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.menu__column_title {
  color: #7bd0cb;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 114.286%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.menu__column_title-main {
  margin-bottom:20px;
} 
.menu__column_links-item:focus .column-item-title,
.menu__column_links-item:active .column-item-title,
.menu__column_links-item:hover .column-item-title{
  text-decoration:underline;
}
.menu__column_links-item-title {
  color: #FF8300;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 104%; 
/*   text-transform: capitalize; */
}
a.menu__column_simple-item:hover > .menu__column_title {
  text-decoration:underline;
}

@media (max-width:1201px){
  .custom__submenu__close {
    display:none;
  }
  .header__navigation.header--element.open,
  .menu.menu--mobile {
    background:#1A3A5F;
  }
  .header__row_top .top-wrapper ul[role="menu"] {
    gap:20px;
  }
  .header__row_top .hs-menu-item.hs-menu-depth-1 {
    margin:0px;
    padding:0px;
  }
  .menu__child-toggle-icon {
    border:none;
  }
  .header__navigation--toggle:after {
    content: "";
    display:none;
  }
  .header__row_main {
    display:flex;
    flex-direction:column;
  }
  .header__row_top {
    display:none;
  }
  .header__row_top.mobile {
    display:flex;
  }
  .menu__item.menu__item--depth-1 {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
  }
  .custom__submenu.menu__submenu  {
    width:100%;
  }
  .header__navigation--toggle {
    background-image: url('data:image/svg+xml,<svg width="35" height="27" viewBox="0 0 35 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M35 24.5455V27H0V24.5455H35ZM35 12.2727V14.7273H0V12.2727H35ZM35 0V2.45454H0V0H35Z" fill="%231A3A5F"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 27px;
  }
  .header__close--toggle {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 24.375L1.625 26L13 14.625L24.375 26L26 24.375L14.625 13L26 1.625L24.375 0L13 11.375L1.625 0L7.7486e-07 1.625L11.375 13L0 24.375Z" fill="%231A3A5F"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 26px;
    margin-right: 0;
    width: 26px;
  }
  .header__close--toggle.hide,
  .header__navigation--toggle.hide {
    display:none;
  }
  .header__row_main .header__container.content-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items:center;
    padding-top:14px;
    padding-bottom:14px;
  }
  .header--toggle.header__navigation--toggle {
    margin:0px;
  }
  .custom_menu__item > a {
    color: #FBF8EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.857%; 
    padding:0px;
    min-height:unset;
  }
  .menu__item--depth-1.menu__item > .menu__link {
    color: #FBF8EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 105.857%; 
  }
  .menu.menu--mobile {
    padding:0px 30px;
  }
  .menu__item--depth-1 {
    border-top:none;
    border-bottom: 1px solid #aecfb0;
    padding: 0px 0px;
    position:relative;
  }
  .menu__item--has-submenu > .menu__link {
    width: calc(100% - 30px);
  }
  .menu__item--depth-1 > .menu__child-toggle {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    margin:0px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 25px;
    /*     transform:translateY(-50%);
    -webkit-transform:translateY(-50%); */
    width: 20px;
    z-index:23;
  }
  .menu__child-toggle-icon {
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L9 1" stroke="%23FBF8EF" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    margin: 0px;
  }
  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(180deg);
    transition: transform 0.4s;
  }
  .menu__item--depth-1 > .menu__link {
    padding: 30px 0px;
    z-index:24;
    position:relative;
    text-transform:none;
  }
  .header__language-switcher .lang_list_class li a:focus, .header__language-switcher .lang_list_class li:hover a, .header__language-switcher-label-current:focus, .header__language-switcher-label-current:hover, .menu .menu__link:focus, .menu .menu__link:hover {
    color: #FBF8EF;
  }
  .menu__column_featured {
    display:none;
  }
  .custom__submenu__inner {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom:0px;
  }
  .menu__column_links {
    display:flex;
    flex-direction:column;
    gap:30px;
  }
  .custom-has-parent .custom-has-parent-item {
    display:none;
  }
  .custom-has-parent.open .custom-has-parent-item {
    display:flex;
    flex-direction:column;
  }
  .menu__column_links {
    padding-bottom:30px;
  }
  .custom-has-parent.open .custom-has-parent-item:last-child {
    padding-bottom:30px;
  }
  .custom-has-parent-title {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding-bottom:30px;
    margin-bottom:0px;
  }
  .custom-has-parent.open .custom-has-parent-title {
    position:relative;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding-bottom:20px;
  }
  
  .custom-has-parent-title:after {
    content:"+";
    padding-right:5px;
    color: #655D83;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; 
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration:none;
  }
  .menu__column_simple-item.custom-has-parent:hover,
  .menu__column_simple-item.custom-has-parent {
    gap:0px;
    text-decoration:none;
  }
  .custom-has-parent.open .custom-has-parent-title:after {
    content:"-";
  }
  .header__row_top.mobile .top-wrapper {
    padding:30px 0px;
  }
  .header__row_top.mobile ul[role="menu"] li {
    display:flex;
    width:100%;
  }
  .header__row_top.mobile .header__top-nav {
    width:100%;
  }
  .header__row_top.mobile ul[role="menu"] {
    flex-direction:column;
    gap:20px;
  }
  .header__row_top.mobile .hs-menu-item.hs-menu-depth-1 > a:active, 
  .header__row_top.mobile .hs-menu-item.hs-menu-depth-1 > a:focus, 
  .header__row_top.mobile .hs-menu-item.hs-menu-depth-1 > a:hover, 
  .header__row_top.mobile .hs-menu-item.hs-menu-depth-1 > a {
    padding: 0px 0px;
  }
  header.header {
    position:relative;
  }
  .header__language-switcher.open, 
  .header__navigation.open, 
  .header__search.open {
    top:100%;
  }
  
  header.header .top-wrapper,
  .header__container.content-wrapper {
    padding-left:30px;
    padding-right:30px;
  }

  .header__language-switcher.open, .header__navigation.open, .header__search.open {
    min-height: calc(100vh - 85px);
    top: 85px;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
    padding-bottom:30px;
  }
  body.open-mobile-nav {
    overflow:hidden;
  }
  div[data-global-resource-path="ncad-s2/templates/partials/header.html"] {
    position: sticky;
    z-index: 999;
    top: 0px;
  }
}
@media (max-width:768px){
  #hs_cos_wrapper_site_logo a#hs-link-site_logo_hs_logo_widget {
    display: flex;
    width: 135px;
  }
  /*   .header__language-switcher.open, 
  .header__search.open */
  .header__navigation.open{
    min-height: calc(100vh - 65px);
    top: 65px;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    padding-bottom:60px;
  }
}

.menu__column_simple-item-links > a.menu__column_links-item-cta.link {
  display:flex;
  width:100%;
  padding:15px 0px;
}
.header__search--toggle {
  display:none !important;
}
header.header {
  transition:0.3s ease all;
  -webkit-transition:0.3s ease all;
}
header.header.sticky {
/*   border-bottom: 1px solid #E5F4E3; */
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}


/* STICKY */
@media (min-width:1201px){
  div[data-global-resource-path="ncad-s2/templates/partials/header.html"] {
    position:sticky;
    top:0px;
    z-index:999;
  }
  header.header .custom_menu__item {
    transition:0.3s ease all;
    -webkit-transition:0.3s ease all;
  }
  header.header.sticky .custom_menu__item {
    position: static;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  header.header .custom_menu__item.menu__item--open > .menu__link:after {
    transition:0.3s ease bottom;
    -webkit-transition:0.3s ease bottom;
  }
  div[data-global-resource-path="ncad-s2/templates/partials/header.html"].sticky {
    margin-bottom:40px;
  }
  header.header.sticky .custom_menu__item.menu__item--open > .menu__link:after {
    bottom: -29px;
  }
}

@media (min-width: 1201px) {
  .menu__item.menu__item--depth-1 {
    position: static;
    padding-top: 45px;
    padding-bottom: 45px;
    transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
  }
  .menu__item.menu__item--depth-1 > .menu__link {
    /*     color: #1A3A5F; */
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.857%;
    text-transform: none;
  }
  header.header.sticky .menu__item.menu__item--depth-1 {
    position: static;
    padding-top: 25px;
    padding-bottom: 25px;
  }
/*   header.header .custom_menu__item > .menu__link:after {
    transition: 0.3s ease bottom !important;
    -webkit-transition: 0.3s ease bottom !important;
  }
  header.header.sticky .custom_menu__item  > .menu__link:after {
    transition: 0.6s ease bottom !important;
    -webkit-transition: 0.6s ease bottom !important;
  } */
}



@media (max-width:1201px){
  .menu__item.menu__item--depth-1 > a {
    color: #FBF8EF;
  }
}