header.header nav {
  width: 100%;
}
a.menu-link {
  display:none;
}
nav {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
/* a top level navigation item in the mega menu */
.nav-item {
  color: #fff;
  font-weight: 300;
  list-style: none;
  display:initial;
  padding: 0;
  position: static;
  margin: 0;
}
/* sub-navigation panel open state */
.sub-nav.full-width.open {
  background-color: #fff;
  box-shadow: 0 6px 12px 3px rgba(0, 0, 0, .12);
  display: block;
  text-align: left;
  width: 100%;
  left: 0;
  /*left: 0;
    right: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;*/
}
.sub-nav.column-width.open {
  background-color: #fff;
  box-shadow: 0 6px 12px 3px rgba(0, 0, 0, .12);
  display: block;
  text-align: left;
  width: auto;
  left: auto;
  /*left: 0;
    right: 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;*/
}
/* mega menu list */
.non-mobile .nav-menu {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 15;
}
#menu-mobile .nav-menu {
  background-color: #fff;
  box-shadow: 0 6px 12px 3px rgba(0, 0, 0, .12);
  box-sizing: border-box;
  overflow: scroll;
  position: relative;
  list-style: none;
  margin: 0 12px 12px;
  padding: 12px 0 0;
  z-index: 15;
  text-align: center;
  display: none;
}
#menu-mobile .nav-menu.active {
  display: block;
  overflow: scroll;
}
#menu-mobile .sub-nav {
  background-color: #e1e2ef;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 0;
  position: static;
}
#menu-mobile .sub-nav .sub-nav-item-container,
#menu-mobile .sub-nav .sub-nav-item-container .sub-nav-image-and-text{
  grid-template-columns: 1fr !important;
}

#menu-mobile .sub-nav  h2 a,
#menu-mobile .sub-nav  h3 a,
#menu-mobile .sub-nav  p a {
  color: #0b0044;
  padding: 0;
}
#menu-mobile .sub-nav  h2 a:hover,
#menu-mobile .sub-nav  h3 a:hover,
#menu-mobile .sub-nav  p a:hover {
  color:: #d43877;
}
/* first descendant link within a top level navigation item */
.nav-item > a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0;
  margin: 0 4px;
  padding: 44px 8px;
  position: relative;
  text-decoration: none !important;
}
.nav-item > a.hs-button {
  font-size: 16px ! Important;
  font-weight: 600;
  display: inline-block;
  margin: 6px 0;
  padding: 12px 12px !important;
  position: relative;
  text-decoration: none !important;
}
#menu-mobile .nav-item > a.hs-button {
  margin: 18px 6px 12px !important;
}
.nav-item > a.hs-button.primary-cta {
  background: #CF3372;
  color: #fff !important;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  margin-left: 12px;
  text-decoration: none ! Important;
}
.nav-item > a.hs-button.primary-cta:hover {
  background-color: #fff;
  color: #CF3372 !important;
}
.nav-item > a.hs-button.secondary-cta {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  text-decoration: none !Important;
}
.pattern .hs-button {
  text-transform: none;
}
.pattern .hs-button:hover,
.nav-item:nth-last-child(2) .hs-button:hover {
}
.nav-item:last-of-type {
  margin: 0;
}
#menu-mobile .nav-item:last-of-type {
  margin: 0 !important;
}
.nav-item:last-of-type .hs-button:hover {
}

.nav-item > a:hover:not(.hs-button),
.nav-item > a:focus:not(.hs-button),
.nav-item > a.open:not(.hs-button) {
  color: #CF3372 !important;
}
.nav-item.has_subnav > a {
  padding: 48px 1rem 48px 0.25rem;
}
.nav-item.has_subnav > a:after {
  content: '+';
  margin-left: 6px;
  position: absolute;
}
.nav-item.has_subnav > a.hs-button:after {
  content: none;
  margin-left: 0;
  position: absolute;
}
.nav-item.has_subnav > a:hover:after,
.nav-item.has_subnav > a.active:after,
.nav-item.has_subnav > a.open:after {
  content: '-';
  margin-left: 7px;
  position: absolute;
}
.nav-item.has_subnav > a.hs-button:hover:after,
.nav-item.has_subnav > a.hs-button.active:after,
.nav-item.has_subnav > a.hs-button.open:after {
  content: none;
  margin-left: 0;
  position: absolute;
}
/* sub-navigation panel */
.sub-nav {
  
  background-color: hsla(0,0%,100%,.8);
  position: absolute;
  display: none;
  top: 110.5px;
  width: 100%;
  z-index: 1;
}
.sub-nav h2,
.nav-h2 {
  font-size: 18px;
  margin: 0 !important;
  padding: 0 0 4px;
}
.sub-nav h3,
.nav-h3 {
  font-size: 18px !important;
  letter-spacing: 1px;
  margin: 0 !important;
  padding: 0 0 3px;
}
.sub-nav h3 a {
  color: #0b0044;
}
.sub-nav h3 a:hover {
  color: #d43877;
}
.sub-nav-button {
    left: auto!important;
    right: 42px;
    width: auto !important;
  padding: 0 18px !important;
  position: absolute;
  display: none;
  top: 77px;
  z-index: 1;
}
.sub-nav-button .text-container span div ul {
  grid-template-columns: 1fr;
}
.sub-nav-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0;
  grid-column-gap: 0;
  margin: 0 auto;
  max-width: 1220px;
}
.sub-nav-item-container {
  display: grid;
}
#menu-mobile .sub-nav-item-container {
  display: grid;
}
.sub-nav-items {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 24px 0 24px 24px;
}
.sub-nav-items:last-of-type {
  padding: 24px;
}
.sub-nav-list ul {
  align-items: center;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
}
.sub-nav-image-and-text {
  align-items: center;
  display: grid;
  grid-gap: 18px;
  grid-template-columns: 100px 1fr;
}
.sub-nav-icon-and-text {
  align-items: flex-start;
  display: flex;
  flex-flow: column nowrap;
  grid-gap: 12px;
  margin-top: 6px;
}
.sub-nav-icon-container {
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
}
.sub-nav-icon-container img {
  height: 100% !important;
  width: 100% !important;
}
.sub-nav-list ul li a, {
  color: #0b0044;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
}
.sub-nav-list ul li a:hover {
  color: #d43877;
}
.sub-nav-image-container {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.sub-nav-image-container.square {
  background-size: contain;
  min-height: 120px;
}
.sub-nav-image-container.rectangle {
  background-size: cover;
  min-height: 150px;
}
.sub-nav-text-container p,
.sub-nav-text-container p a {
  color: #0b0044;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
}
/* list item within sub-navigation panel */
.sub-nav li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sub-nav li a:hover,
.sub-nav li a:focus-within {
}
.sub-nav li a {
  color: #0b0044;
}

.sub-nav-container p {
  margin: 0;
  padding: 0;
}
.text-container div:nth-of-type(2) {
  display: flex;
  flex-flow: column wrap;
  width: 30%;
}
.spotlight .sub-nav-items:last-of-type {
  background-color: #e1e2ef;
}
/*@media (max-height: 900px) {  
  .nav-item > a {
    padding: 40px 36px;
  }
}*/
@media screen and (min-width: 48.25em) {
  .pattern {
    overflow: visible;
  }
  a.menu-link {
    display: none;
  }
  .js .menu, .js .menu > ul ul {
    max-height: none;
    overflow: visible;
    background: none;
  }
}
/*Mobile audit ======= */
@media (max-width:1050px) {
  .header li.nav-item:nth-last-child(2) {
    padding: 0px;
  }
}
@media (min-width: 1140px) {
  #menu-mobile {
    background-color: #fff;
    display: none !important;
  }
}
@media (max-width: 1140px) {
  #menu.non-mobile {
    display: none !Important;
  }
  .text-container ul.sub-nav-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    margin-top: 12px;
  }
  .sub-nav-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
  }
  .sub-nav-container > img {
    display: none;
  }
  .sub-nav {
    grid-template-columns: 1fr;
  }
  .sub-nav ul {
    margin:0;
    grid-row-gap: 0;
  }
  h3.mega-menu-heading {
    position: relative;
    top: 0;
  }
  .nav-item > a {
    color: #0b0044;
  }
  .nav-item.has_subnav > a {
    padding: 12px;
  }
  .nav-item.has_subnav > a:last-of-type {
    padding: 12px 12px 24px;
  }
  .nav-item:last-of-type a {
    border-bottom: 0 !important;
  }
  .header__container.content-wrapper {
    padding: 10px 0;
    align-items: initial;
  }
  a.menu-link {
    color: #fff !Important;
    display: block;
    padding: 1em 0 1em 1em;
    text-align: right;
    text-decoration: none;
  }
  .text-container span div ul {
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 0;
    margin-top: 12px;
  }
  .sub-nav-group.with-icons a {
    padding: 6px 0 6px 28px;
  }
  .menu, .menu > ul ul {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js .menu{
    display: none;
    max-height: 0;
    top: 110.5px;
  }
  .menu.active {
    display: block;
    max-height: 100%;
    min-height: calc(100vh - 66px)
  }
  #menu-mobile {
    overflow: scroll;
    padding-bottom: 96px;
    position: absolute;
  }
  .nav-item a:not(.hs-button) {
    padding-right: 30px;
    text-align: left;
  }
  .nav-item:nth-of-type(6) a:not(.hs-button) {
    padding-right: 30px;
    text-align: left;
  }
  ul.sub-nav-group a {
    border-bottom: none !important;
  }
  .menu li a {
    display: block;
    padding: 16px 8px;
    position: relative;
  }
  #menu-mobile .sub-nav li {
    padding: 0;
  }

  #menu-mobile .sub-nav-list  li a {
    display: block;
    padding: 8px 0;
    position: relative;
 }
 .sub-nav-items {
    padding: 18px 18px 0;
  }
 .sub-nav-items:last-of-type {
    padding: 18px 18px 24px;
  }
  .text-container span div ul li a {
    border-bottom: none !important;
    padding: 6px 0;
  }
  .menu li.has_subnav > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 12px 8px;
  }
  .menu li.has_subnav > a.active:after {
    content: "-";
  }
  a.active + .sub-nav {
    border: none !important;
    display: grid !important;
    position: relative !important;
    text-align: left !important;
    top: 0 !important;
  }

}
@media (max-width: 767px) {
  .js .menu {
    top: 81.25px;
  }
}
@media (max-width: 420px) {
  a.menu-link span{
    display:none;
  }
}