/* stylelint-disable no-descending-specificity */

/* nav layout */
header {
  position: relative;
  z-index: 500;
  top: 0;
  background: var(--color-white);
  width: 100%;
  height: var(--nav-height);
}

header a i.fa.fa-external-link {
  color: inherit;
}

header .nav-tabs > li {
  flex-grow: 1;
  float: left;
  border: 0;
  position: static;
  display: block;
  min-width: inherit !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

header .nav-wrapper {
  background-color: var(--color-white);
  width: 100%;
  z-index: 2;
  position: fixed;
}

header .container,
header .nav-wrapper .container {
  background: var(--color-white);
}

header nav {
  height: 40px;
}

header .navbar-header {
  position: relative;
  z-index: 99;
}

header .site-logo {
  display: inline-block;
}

header .site-logo img {
  width: 220px;
  height: 65px;
  display: inline-block;
}

header .navbar-header a i.fa.fa-external-link {
  display: none;
}

/* CHINA PHONE NUMBER */
header .navbar-header > .header-logo-wrapper {
  display: flex;
  align-items: center;
}

header .sticky-desktop .cn-header-phone-list {
  display: none;
}

header .navbar-header > .header-logo-wrapper .cn-header-phone-list {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}

header .navbar-header > .header-logo-wrapper .cn-header-phone {
  display: flex;
  gap: 10px;
}

header .navbar-header > .header-logo-wrapper .cn-header-phone i,
header .navbar-header > .header-logo-wrapper .cn-header-phone a,
header .navbar-header > .header-logo-wrapper .cn-header-phone span {
  display: block;
  color: var(--color-theme-gray);
}

header .navbar-header > .header-logo-wrapper .cn-header-phone i {
  font-size: 20px;
}

/* Hamburger menu */
header button.hamburger {
  padding: 0;
  position: absolute;
  right: 0;
  top: 16px;
  cursor: pointer;
  min-width: 37px;
  width: 37px;
  height: 37px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
}

header .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

header .hamburger .icon-bar {
  display: block;
  height: 2px;
  border-radius: 1px;
  background: var(--color-primary);
  width: 35px;
  line-height: 1;
}

header .hamburger > .icon-bar + .icon-bar {
  margin-top: 5px;
}

body.openmenu header .hamburger .icon-bar {
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
}

body.openmenu header .hamburger > .icon-bar + .icon-bar {
  transform: rotate(-45deg);
  top: 12px;
}

/* Company Links (carrers/languages/...) */
header .navbar-header > .company-links {
  position: absolute;
  top: 45px;
  right: -1px;
  display: none;
}

header .languages-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 5px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: var(--color-white);
  background-clip: padding-box;
  border: 1px solid rgba(0 0 0 / 15%);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0 0 0 / 17.5%);
  line-height: 18px;
}

header .languages-dropdown.show {
  display: block;
}

header .languages-dropdown a {
  padding: 3px 20px;
  padding-right: 18px;
  clear: both;
  font-weight: 400;
  width: 100%;
  display: block;
}

header .actionable-card-submenu ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 30px;
}

header .actionable-card-submenu li {
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 10px;
}

header .image-card-submenu {
  background-color: var(--color-black-alpha-30);
  color: var(--color-gray-200);
  position: relative;
  height: 100%;
}

header .image-card-submenu picture > img {
  height: 170px;
  max-height: 100%;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  object-fit: cover;
}

header .image-card-submenu > div > div > h3 {
  padding: 20px 20px 0;
  margin-top: 0;
  font-size: 18px;
}

header .image-card-submenu > div > div > h3 > a {
  color: var(--color-white);
}

header .image-card-submenu > div > div > p {
  margin: 0;
}

header .image-card-submenu > div > div > p:last-child {
  padding: 0 20px 20px;
  font-family: "Proxima Nova Light", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

header .mobile-menu li {
  float: none;
  position: relative;
  color: var(--color-text-primary);
}

header .text-submenu > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

header .text-submenu p {
  min-height: inherit;
  color: var(--color-white);
  padding-left: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

header .text-submenu ul {
  margin-top: 10px;
  margin-bottom: 35px;
  text-transform: none;
  padding: 0;
}

header .text-submenu ul > li {
  line-height: 10px;
  display: block;
}

header .cards-submenu ul li {
  float: none;
  list-style: none;
}

header .company-links > ul {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 0;
}

header .company-links > ul > li {
  float: left;
  position: relative;
  list-style: none;
  margin-right: 30px;
}

header .company-links a {
  color: var(--color-theme-gray);
}

header .company-links img {
  background-repeat: no-repeat;
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  background-position: center;
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
  font-style: italic;
  object-fit: contain;
}

header .company-links ul li {
  font-size: 10px;
  color: var(--color-theme-gray);
  text-transform: uppercase;
  text-decoration: none;
}

header .menu-nav-category a {
  color: var(--color-text-primary);
  text-decoration: none;
}

header .large-card-submenu ul > li {
  display: list-item;
  float: left;
  border: 0;
  position: static;
  min-width: inherit !important;
  margin: 0;
  padding: 0;
  box-shadow: none;
  margin-bottom: 8px;
  color: var(--color-white);
}

header .large-card-submenu h3 {
  border: 0;
  color: var(--color-white);
  padding: 0;
  padding-bottom: 10px;
  font-size: 18px;
  font-family: var(--ff-proxima-regular);
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 10px;
}

header .large-card-submenu h3 a {
  color: var(--color-tertiary);
  text-decoration: none;
  text-transform: initial;
}

header .nav-tabs .menu-nav-submenu-section {
  float: none;
  border: 0;
  position: static;
  display: block;
  min-width: inherit !important;
  margin-bottom: 1px;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
}

header .nav-tabs .menu-nav-submenu-section:hover {
  background-color: rgba(255 255 255 / 30%);
}

header .mobile-menu .company-links li {
  border-bottom: 1px solid var(--color-gray-50);
  float: none;
  border-top: 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 17px !important;
  color: var(--color-theme-gray);
  width: 35%;
  margin-top: 15px;
}

header .mobile-menu .company-links li picture {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

header .mobile-menu li:hover {
  color: var(--color-link);
  background: var(--color-gray-100);
}

header .company-links li:hover {
  cursor: pointer;
}

header .mobile-menu .languages-dropdown li {
  width: 100%;
  margin-top: 0;
  text-align: left;
}

header .company-links > ul > li:last-child {
  margin-right: 0;
}

header .mobile-menu .mobile-menu-items li:not(.headersearch-item) {
  line-height: 29px;
  font-size: 18px;
  border-bottom: 1px solid var(--color-gray-50);
}

header .nav-tabs .menu-nav-submenu-section > a > li {
  border-bottom: 0;
  color: var(--color-white);
  font-size: 18px;
  padding: 12px 20px 6px;
  font-family: var(--ff-proxima-light);
  margin: 0 2px 0 0;
  list-style-type: none;
  line-height: 1.1;
}

header .nav-tabs .menu-nav-submenu-section > a > li:hover {
  cursor: pointer;
}

/* Nav */
header .mainmenu-wrapper {
  display: none;
}

header .mainmenu-wrapper #header-logo img {
  object-fit: contain;
  object-position: left;
}

/* sections */
header .nav-tabs {
  display: flex;
  width: 100%;
  float: right;
  list-style: none;
  padding: 0;
  position: static !important;
  height: auto;
  border: 0;
  margin-top: 0;
}

header .nav-tabs .menu-nav-category {
  padding: 11px 0;
  text-transform: uppercase;
  text-align: left;
  margin: 4px 0 -1px 4%;
  border: 0;
  font-size: 12px;
  background-color: transparent;
  font-weight: 300;
  cursor: default;
  transform: scale(1.06, 1);
}

header .nav-tabs .menu-nav-category:hover {
  color: var(--color-link);
  cursor: default;
}

header nav .nav-sections {
  display: block;
  visibility: visible;
  white-space: nowrap;
}

/* tools */
header nav .nav-tools {
  grid-area: tools;
}

/* submenus */
header .nav-tabs .menu-nav-submenu-close {
  background: url("../../icons/close-dropdown.svg") no-repeat center/contain;
  top: 180px;
  right: 20px;
  border-radius: 100%;
  padding: 8px;
  width: 33px;
  height: 33px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

header .mainmenu-wrapper.sticky .menu-nav-submenu-close {
  top: 55px;
}

header .mainmenu-wrapper.sticky .header-search .menu-nav-submenu-close {
  top: 10px;
}

header .nav-tabs .menu-nav-submenu {
  margin-top: 2px;
  left: 0;
  right: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  z-index: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  position: absolute;
  background: var(--color-white) url("/images/header-background-filler.jpg") no-repeat right bottom;
}

header .cards-submenu img {
  max-height: 114px;
  margin: 0 auto;
  padding: 12px 0;
  width: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

/* Mobile Menu */
header .mobile-menu {
  position: fixed;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: var(--color-white);
  height: calc(100% - 63px);
  top: 63px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate(-100%, 0);
  transition: transform 0.4s ease;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
}

header .mobile-menu > ul {
  height: 100%;
  width: 100%;
  margin: 0;
  float: left;
  list-style-type: none;
  padding-inline-start: 0;
}

header .mobile-menu .headersearch {
  position: static;
  background: var(--color-gray-100);
  padding: 25px 22px;
  height: auto;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

header .mobile-menu .search {
  padding-right: 30px;
  position: relative;
}

header .mobile-menu .search > form {
  border: 0;
  border-bottom: 1px solid var(--color-theme-gray);
  margin: 0;
  padding: 0;
}

header .form-control:focus {
  outline: none;
}

header .mobile-menu .form-control {
  border-bottom: 0;
  height: 25px;
  font-size: 17px;
  margin-left: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  color: var(--color-text-primary);
  background: none;
  font-family: var(--ff-proxima-regular);
  width: 100%;
}

header .mobile-menu .searchbutton {
  bottom: -15px;
  width: 25px;
  min-width: 50px;
  font-size: 25px;
  color: var(--color-text-primary);
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  line-height: inherit;
  font-family: inherit;
}

header .mobile-menu li a {
  position: relative;
  white-space: nowrap;
  display: block;
  padding: 18px 70px 19px 15px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 30px;
  color: inherit;
  text-decoration: none;
}

header .menu-nav-submenu .menu-nav-heading > a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

header .cards-submenu ul li a {
  color: var(--color-white);
  font-family: var(--ff-proxima-regular);
  font-weight: 300;
  line-height: 15px;
  padding: 1px 5px;
  display: block;
  text-transform: none;
}

header .mobile-menu-item {
  border-bottom: 1px solid var(--color-gray-50);
  float: none;
  border-top: 0;
  position: relative;
  font-size: 18px;
  color: var(--color-text-primary);
  font-family: var(--ff-proxima-light);
  font-weight: 300;
  text-shadow: none;
}

header .mobile-menu-subcategories {
  float: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 150%;
  background: var(--color-white);
  box-shadow: none;
  position: fixed;
  padding: 0;
  border: 0;
  transition: transform 0.4s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 1000;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  transform: translate(100%, 0);
}

header .mobile-menu-item.submenu-open > .mobile-menu-subcategories {
  transform: translate(0%, 0);
}

header .mobile-menu-subcategory-item.submenu-open > .mobile-menu-subcategories {
  transform: translate(0%, 0);
}

header .mobile-menu .mobile-menu-subcategories .back-to-parent a::before {
  left: 15px;
  transform: rotate(180deg);
  content: "\f105";
  font-size: 25px !important;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  border-radius: 100%;
  border: 1px solid var(--color-mobile-menu-caret);
  color: var(--color-text-primary);
  top: 50%;
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  margin-top: -15px;
}

header .text-submenu a {
  color: var(--color-white);
}

header .text-submenu ul > li > a {
  font-size: 11px;
  color: var(--color-white);
  border-bottom: 0;
  line-height: 15px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 8px;
  font-weight: 300;
  display: block;
  text-transform: none;
}

header .languages-dropdown a:hover {
  background-color: var(--color-gray-50);
}

header .mobile-menu .back-to-parent a {
  padding-left: 55px;
}

header .mobile-menu .mobile-menu-subcategory-item > a {
  background: var(--color-gray-100);
  white-space: normal;
  padding: 4px 70px 15px 15px;
  color: var(--color-text-primary);
  text-align: left;
  text-transform: uppercase;
  font-family: var(--ff-proxima-light);
  font-weight: 300;
  line-height: 29px;
}

header .mobile-menu-subcategory-item .mobile-menu-subcategory-item > a {
  padding: 20px 70px 15px 15px;
}

header .resources-submenu-search {
  position: absolute;
  margin-top: 30%;
  margin-left: 50%;
}

header .mobile-menu .request-quote a {
  line-height: 20px;
  background: var(--color-secondary);
  font-size: 18px;
  padding: 18px 50px 18px 15px;
  text-shadow: none;
  color: var(--color-white);
  font-family: var(--ff-proxima-regular);
  text-align: center;
  display: block;
  text-transform: inherit;
}

header .mobile-menu .mobile-menu-items .mobile-menu-subcategory-item {
  text-align: center;
  float: none;
  border-top: 0;
  position: relative;
}

header .mobile-menu .mobile-menu-items .mobile-menu-subcategory-item p {
  margin-bottom: 0;
  margin-top: 20px;
  line-height: 1.1;
}

header .mobile-menu .back-to-parent:hover {
  background: var(--color-white);
}

header .mobile-menu .mobile-menu-item.submenu-open .mobile-menu-subcategories {
  display: block;
}

header .mobile-menu .caret {
  padding: 18px 50px 18px 15px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 100%;
  width: 45px;
  border: 0;
  cursor: pointer;
  z-index: 1;
  margin-left: 2px;
  vertical-align: middle;
}

header .mobile-menu .caret::before {
  content: "\f105";
  font-size: 25px !important;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  border-radius: 100%;
  border: 1px solid var(--color-mobile-menu-caret);
  color: var(--color-text-primary);
  top: 50%;
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  margin-top: -15px;
}

header .mobile-menu .company-links {
  background: var(--color-gray-100);
  padding: 4px 15px 10px;
  position: relative;
  top: auto;
  right: auto;
}

header .spectra-accessories {
  position: absolute;
  margin-top: 30%;
  margin-left: 60%;
  width: 240px;
  height: 230px;
}

@media (min-width: 1200px) {
  header .spectra-accessories {
    margin-top: 20%;
    margin-left: 60%;
    width: 320px;
    height: 306px;
  }
}

header .cards-submenu ul {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

header .large-card-submenu ul {
  padding: 0;
  width: 45%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  margin-bottom: 40px;
  font-weight: 200;
  font-size: 14px;
  text-align: left;
  list-style-type: disc;
}

header .nav-tabs .menu-nav-submenu ul {
  float: none;
  padding-left: 0;
}

header .mobile-menu .company-links > div > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

header .mobile-menu .languages-dropdown {
  width: 100%;
  position: absolute;
  background-color: var(--color-white);
  border: 1px solid rgba(0 0 0 / 15%);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

header .mobile-menu .languages-dropdown a {
  color: var(--color-text-primary);
  padding: 4px 15px !important;
}

header .mobile-menu .company-links li a {
  padding: 0 0 11px;
  line-height: 1.4286;
  text-transform: inherit;
  text-align: inherit;
}

header .mobile-menu .company-links li:nth-child(2) {
  padding: 0 0 11px;
  line-height: 1.4286;
  text-transform: inherit;
}

/* Mobile Menu - END */

header .nav-tabs .menu-nav-submenu-sections > .line-divider {
  background-color: rgba(255 255 255 / 50%);
  height: 2px;
  width: 50px;
  margin-left: 20px;
  margin-top: 18px;
  margin-bottom: 20px;
  list-style: none;
}

header .cards-submenu,
header .col-2 > div,
header .col-3 > div,
header .col-4 > div {
  display: grid;
  gap: 20px;
}

header .col-2 > div {
  grid-template-columns: repeat(2, 1fr);
}

header .col-3 > div {
  grid-template-columns: repeat(3, 1fr);
}

header .col-4 > div {
  grid-template-columns: repeat(4, 1fr);
}

header .nav-tabs .menu-nav-submenu > div {
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  padding-top: 30px;
  width: var(--layout-max-width);
}

header .nav-tabs .menu-nav-submenu .menu-nav-heading {
  font-size: 36px;
  line-height: 1.1;
  font-weight: 100;
  font-family: var(--ff-proxima-light);
  color: rgb(var(--color-white-rgb) / 70%);
  border-bottom: 0;
  padding: 9px 20px 6px;
  margin: -10px 2px 0 0;
  width: 380px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

header .nav-tabs .menu-nav-submenu .menu-nav-heading:hover {
  background-color: rgba(255 255 255 / 30%);
  cursor: pointer;
}

header .actionable-card-submenu > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
}

header .actionable-card-submenu > div:nth-child(3) {
  position: absolute;
  bottom: -90px;
  left: 200px;
  z-index: 100;
}

header .actionable-card-submenu > div:nth-child(2) > div {
  width: 50%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

header .nav-tabs .menu-nav-submenu-section > a > li > a {
  color: inherit;
  text-decoration: none;
}

header .nav-tabs .menu-nav-submenu-head {
  background: transparent;
  box-shadow: none !important;
  position: absolute;
  right: 0;
  top: 75px;
  transform: translateX(370px);
  width: calc(100vh - 370px) !important;
}

.header .nav-tabs .head-submenu {
  display: flex;
  justify-content: space-between;
}

.header .nav-tabs .head-submenu > div {
  background-size: 250px;
  color: var(--color-white);
  height: 350px;
  background-position: 110% 154%;
  background-color: var(--color-mm-product-card);
  position: relative;
  padding-top: 20px;
  width: 50%;
}

header .nav-tabs .menu-nav-submenu-sections {
  display: block;
  border-right: 1px solid rgb(var(--color-white-rgb) / 50%);
  border-top: 1px solid rgb(var(--color-white-rgb) / 50%);
  width: 330px;
  margin-top: 0;
}

header .nav-tabs .right-submenu {
  background: transparent;
  box-shadow: none !important;
  position: absolute;
  top: 75px;
  transform: translateX(370px);
  width: calc(100% - 370px) !important;
  left: 0;
  right: 0;
  border: 0;
  padding: 0;
  z-index: 0;
  margin: 0 !important;
  display: none;
}

header .nav-tabs .right-submenu-row {
  width: 100%;
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

header .flex-space-between {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

header .large-card-submenu {
  background-size: 250px;
  color: var(--color-white);
  background-position: 110% 154%;
  background-color: var(--color-mm-product-card);
  background-repeat: no-repeat;
  position: relative;
  padding: 20px 15px 10px;
  width: 60%;
  float: left;
  height: 100%;
  min-height: 400px;
}

header .large-card-submenu:nth-child(2) {
  margin-left: 20px;
}

header .large-card-submenu img {
  right: 0;
  width: 50%;
  max-height: 250px;
  object-fit: contain;
  display: block;
  margin: auto;
  transition: all 0.2s;
}

header .image-right {
  background-position: 115% 154%;
}

header .image-right img {
  position: absolute;
  bottom: -60px;
}

header .image-center {
  background-position: 50% 250%;
  background-size: 80%;
}

header .image-center img {
  transform: scale(1);
  position: relative;
  width: 185px;
  bottom: -100px;
  min-height: 200px;
  margin-left: 30px;
}

header .green-blue-circle {
  background-image: url("../../images/header-menus/green-blue-circle.png");
}

header .cutted-green-blue-circle {
  background-image: url("../../images/header-menus/cutted-green-blue-circle.png");
}

header .image-with-text-submenu img {
  width: 800px;
  height: 390px;
  margin-top: 40px;
  margin-left: -30px;
}

header .image-without-text-submenu img {
  width: 686px;
  height: 322px;
  margin-top: 40px;
  margin-left: -55px;
}

header .image-without-text-submenu p {
  color: var(--color-white);
  font-family: var(--ff-proxima-light);
  font-size: 25px;
  text-transform: none;
  text-align: center;
}

header .no-margin img {
  margin-top: 0;
}

header .large-card-submenu img:hover {
  cursor: pointer;
  transform: scale(1.2);
}

header .right-submenu-content {
  width: 100%;
}

header .cards-submenu p {
  margin-bottom: 0;
  margin-top: 0;
}

header .cards-submenu p:first-child img {
  transition: all 0.4s;
}

header .menu-nav-submenu-section[submenu-id="3d-biology"] .cards-submenu p:first-child img {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

header .cards-submenu p:nth-child(2) {
  min-height: 37px;
}

header .cards-submenu p:first-child:hover img {
  transform: scale(1.15);
  transition: all 0.4s;
}

header .cards-submenu p:nth-child(1) {
  background-color: var(--color-white);
  min-height: 114px;
  overflow: hidden;
}

header .cards-submenu p:nth-child(2) a {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--color-theme-gray-dark);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 2px 5px;
}

header .white-background p:nth-child(2) a {
  background-color: var(--color-white);
  color: var(--color-theme-gray);
}

header .green-background p:nth-child(2) a {
  background-color: var(--color-tertiary);
  color: var(--color-white);
}

header .cards-submenu p.new-product {
  overflow: visible;
  position: relative;
}

header .cards-submenu p.new-product > a {
  display: block;
  overflow: hidden;
}

header .cards-submenu .new-product .new-product-tag {
  position: absolute;
  left: -5px;
  top: -5px;
  max-width: 100px;
  height: auto;
}

header .cards-submenu .new-product .new-product-tag img {
  max-height: 60px;
  object-fit: contain;
  padding: 0;
  transform: none !important;
}

header .cards-submenu .expanded-image img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

header .cards-submenu ul li a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

header .text-submenu ul > li > a:hover {
  text-decoration: underline;
}

header .actionable-card-submenu {
  background-color: var(--color-black-alpha-30);
  color: var(--color-gray-100);
  padding: 24px;
  border: 1px solid rgba(255 255 255 / 50%);
  position: relative;
}

header .mobile-menu-item .mobile-menu-subcategory-item:hover > a {
  color: var(--color-link);
  background: var(--color-white);
}

header .actionable-card-submenu h3 {
  font-size: 18px;
  margin: 0 0 24px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: var(--ff-proxima-regular);
  border-bottom: 1px solid rgba(255 255 255 / 25%);
}

header .actionable-card-submenu > div:nth-child(2) > div:nth-child(1) {
  padding-left: 0;
}

header .actionable-card-submenu > div:nth-child(2) > div:nth-child(2) p {
  margin-top: 0;
}

header .actionable-card-submenu:not(.company-right-submenu) > div:nth-child(2) > div:nth-child(1) > p:nth-child(1),
header .actionable-card-submenu:not(.company-right-submenu) > div:nth-child(2) > div:nth-child(1) > p:nth-child(2) {
  line-height: 1.3;
  font-size: 16px;
  font-family: var(--ff-proxima-light);
  margin-top: 0;
  margin-bottom: 10px;
}

header .actionable-card-submenu > div:nth-child(2) > div:nth-child(1) > p:nth-last-of-type(-n + 2) {
  line-height: 1.3;
  font-size: 16px;
  font-family: var(--ff-proxima-light);
}

header .nav-tabs .menu-nav-category a:hover {
  color: var(--color-link);
  cursor: pointer;
}

header .actionable-card-submenu > div:nth-child(2) > div:nth-child(1) > p > a {
  font-family: var(--ff-proxima-regular);
  transition: all 0.2s;
  border: 0;
  color: var(--color-white);
  position: relative !important;
  height: auto;
  width: 178px;
  border-radius: 0;
  padding: 10px 18px 10px 0 !important;
  display: inline-block !important;
  text-align: center;
}

header .actionable-card-submenu > div:nth-child(2) > div:nth-child(1) > p > a:hover {
  background: var(--color-white);
  color: var(--color-primary);
}

div.actionable-card-submenu.service-support-right-submenu.right-submenu-content
  > div:nth-child(2)
  > div
  > p:nth-child(1) {
  margin-bottom: 20px;
}

div.actionable-card-submenu.service-support-right-submenu.right-submenu-content.customercare-portal.btn-new-tab
  > div:nth-child(2)
  > div
  > p:nth-last-of-type(-n + 2)
  > a:hover {
  color: var(--color-tertiary) !important;
  background-color: var(--color-white) !important;
}

header .actionable-card-submenu.text-only {
  height: auto;
  max-width: 390px;
}

header .actionable-card-submenu.text-only h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

header .actionable-card-submenu.text-only > div:nth-child(2) > div:nth-child(1) {
  width: 100%;
  color: rgba(255 255 255 / 75%);
  text-transform: none;
}

header .actionable-card-submenu.uppercase > div:nth-child(2) > div:nth-child(1) > p {
  text-transform: uppercase;
}

header .actionable-card-submenu.text-only > div:nth-child(2) > div:nth-child(1) > p {
  font-weight: 100;
  font-size: 12px;
  line-height: 20px;
}

header .actionable-card-submenu.text-only.proxima-nova-lt > div:nth-child(2) > div:nth-child(1) > p {
  font-family: var(--ff-proxima-light);
  font-weight: 100;
  font-size: 16px;
}

header .actionable-card-submenu.text-only > div:nth-child(2) > div:nth-child(1) > p:nth-child(1) {
  margin-top: 0;
}

.actionable-card-submenu.service-support-right-submenu.right-submenu-content.text-only.proxima-nova-lt.uppercase
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-last-of-type(2)
  > a,
.actionable-card-submenu.service-support-right-submenu.right-submenu-content.text-only.proxima-nova-lt.uppercase
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-last-of-type(1)
  > a {
  background-color: transparent;
  width: 300px;
  line-height: 10px;
  font-size: 13px;
  text-align: left;
  color: var(--color-gray-100);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' xmlns:xlink='http://www.w3.org/1999/xlink' width='13.000000pt' height='13.000000pt' viewBox='0 0 32.000000 32.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,32.000000) scale(0.100000,-0.100000)' fill='%23e6e6e6' stroke='none'%3E%3Cpath d='M100 273 c-95 -49 -87 -193 13 -232 105 -40 206 61 166 166 -27 70 -111 101 -179 66z m110 -18 c32 -17 60 -61 60 -95 0 -53 -57 -110 -110 -110 -53 0 -110 57 -110 110 0 33 28 78 58 94 35 20 66 20 102 1z'/%3E%3Cpath d='M155 190 l29 -30 -29 -30 c-16 -17 -24 -30 -19 -30 6 0 23 14 39 30 l29 30 -29 30 c-16 17 -33 30 -39 30 -5 0 3 -13 19 -30z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 205px center;
  border: none;
  padding: 0;
}

.actionable-card-submenu.service-support-right-submenu.right-submenu-content.text-only.proxima-nova-lt.uppercase
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-last-of-type(2)
  > a {
  background-position: 160px center !important;
}

.actionable-card-submenu.service-support-right-submenu.right-submenu-content.text-only.proxima-nova-lt.uppercase
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-last-of-type(2)
  > a:hover,
.actionable-card-submenu.service-support-right-submenu.right-submenu-content.text-only.proxima-nova-lt.uppercase
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-last-of-type(1)
  > a:hover {
  color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' xmlns:xlink='http://www.w3.org/1999/xlink' width='13.000000pt' height='13.000000pt' viewBox='0 0 32.000000 32.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,32.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3E%3Cpath d='M100 273 c-95 -49 -87 -193 13 -232 105 -40 206 61 166 166 -27 70 -111 101 -179 66z m110 -18 c32 -17 60 -61 60 -95 0 -53 -57 -110 -110 -110 -53 0 -110 57 -110 110 0 33 28 78 58 94 35 20 66 20 102 1z'/%3E%3Cpath d='M155 190 l29 -30 -29 -30 c-16 -17 -24 -30 -19 -30 6 0 23 14 39 30 l29 30 -29 30 c-16 17 -33 30 -39 30 -5 0 3 -13 19 -30z'/%3E%3C/g%3E%3C/svg%3E");
}

header .actionable-card-submenu.newsroom-right-submenu > div:nth-child(2) > div:nth-child(1) > p:last-child > a,
header .actionable-card-submenu.col-1 > div:nth-child(2) > div:nth-child(1) > p:last-child > a {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' xmlns:xlink='http://www.w3.org/1999/xlink' width='13.000000pt' height='13.000000pt' viewBox='0 0 32.000000 32.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,32.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3E%3Cpath d='M100 273 c-95 -49 -87 -193 13 -232 105 -40 206 61 166 166 -27 70 -111 101 -179 66z m110 -18 c32 -17 60 -61 60 -95 0 -53 -57 -110 -110 -110 -53 0 -110 57 -110 110 0 33 28 78 58 94 35 20 66 20 102 1z'/%3E%3Cpath d='M155 190 l29 -30 -29 -30 c-16 -17 -24 -30 -19 -30 6 0 23 14 39 30 l29 30 -29 30 c-16 17 -33 30 -39 30 -5 0 3 -13 19 -30z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 60px center;
  width: auto;
}

header .actionable-card-submenu.newsroom-right-submenu > div:nth-child(2) > div:nth-child(1) > p:last-child > a:hover,
header .actionable-card-submenu.col-1 > div:nth-child(2) > div:nth-child(1) > p:last-child > a:hover {
  color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' xmlns:xlink='http://www.w3.org/1999/xlink' width='13.000000pt' height='13.000000pt' viewBox='0 0 32.000000 32.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,32.000000) scale(0.100000,-0.100000)' fill='%23ffffff' stroke='none'%3E%3Cpath d='M100 273 c-95 -49 -87 -193 13 -232 105 -40 206 61 166 166 -27 70 -111 101 -179 66z m110 -18 c32 -17 60 -61 60 -95 0 -53 -57 -110 -110 -110 -53 0 -110 57 -110 110 0 33 28 78 58 94 35 20 66 20 102 1z'/%3E%3Cpath d='M155 190 l29 -30 -29 -30 c-16 -17 -24 -30 -19 -30 6 0 23 14 39 30 l29 30 -29 30 c-16 17 -33 30 -39 30 -5 0 3 -13 19 -30z'/%3E%3C/g%3E%3C/svg%3E");
}

header .actionable-card-submenu > div:nth-child(2) > div:nth-child(2) img {
  max-width: 250px;
  max-height: 127px;
}

header .actionable-card-submenu.customercare-portal h3,
header .actionable-card-submenu.customercare-portal p:nth-child(4n + 2),
header .actionable-card-submenu.customercare-portal p:nth-child(4n + 3) {
  line-height: 1.5;
  color: rgba(255 255 255 / 75%);
}

header .actionable-card-submenu.customercare-portal h3 {
  border-bottom: none;
  padding: 0;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 10px;
}

header .actionable-card-submenu.customercare-portal p:nth-child(4n + 2),
header .actionable-card-submenu.customercare-portal p:nth-child(4n + 3) {
  text-transform: none;
  font-size: 12px;
}

header .actionable-card-submenu.customercare-portal > div:nth-child(1) {
  background-image: url("/images/header-menus/spectranet-customer-portal.svg");
  height: 89px;
  padding: 10px;
  margin-bottom: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

header .actionable-card-submenu.customercare-portal > div:nth-child(2) > div {
  width: 100%;
}

header .actionable-card-submenu.customercare-portal div:nth-child(2) > div:nth-child(1) > p:nth-last-of-type(-n + 2) {
  width: auto;
  float: left;
  margin-bottom: 0;
}

header .actionable-card-submenu.customercare-portal div:nth-child(2) > div:nth-child(1) > p:nth-last-of-type(2) > a {
  background-color: var(--color-tertiary);
  transition: background-color 0.3s ease;
}

header .actionable-card-submenu.customercare-portal > div:nth-child(2) > div:nth-child(1) > p > a {
  min-width: 119px !important;
}

@media (min-width: 1200px) {
  header .actionable-card-submenu.customercare-portal > div:nth-child(2) > div:nth-child(1) > p > a {
    min-width: 160px !important;
    padding: 10px 18px !important;
  }
}

header .actionable-card-submenu.customercare-portal > div:nth-child(2) > div:nth-child(1) > p:nth-last-of-type(-n + 1) {
  line-height: 1.2;
}

header
  .actionable-card-submenu.customercare-portal
  > div:nth-child(2)
  > div:nth-child(1)
  > p:nth-last-of-type(-n + 1)
  > a {
  border: 1px solid var(--color-tertiary);
}

/* PRODUCT/APPLICATION MENU */
header .right-submenu-content p strong > a,
header .right-submenu-content p em > a {
  font-family: var(--ff-proxima-regular);
  transition: all 0.2s;
  color: var(--color-white);
  position: relative;
  border-radius: 0;
  padding: 10px 18px;
  display: inline-block;
  text-align: center;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  min-width: 230px;
  max-width: 80%;
  width: 100%;
  font-weight: normal;
}

header .right-submenu-content p em > a {
  background-color: transparent;
  border-color: var(--color-white);
  font-style: normal;
}

header .right-submenu-content.border-color-green p em > a {
  border-color: var(--color-tertiary);
}

header .right-submenu-content p strong > a:hover,
header .right-submenu-content p em > a:hover {
  color: var(--color-primary);
  background-color: var(--color-white);
}

/* header .products-right-submenu, */
header .applications-right-submenu {
  background-color: var(--color-black-alpha-30);
  color: var(--color-gray-100);
  padding: 0;
  position: relative;
  height: 100%;
  min-height: inherit;
  border: none;
}

header .products-right-submenu h3,
header .applications-right-submenu h3 {
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 24px;
}

header .products-right-submenu p,
header .applications-right-submenu p {
  font-size: 1rem;
}

/* header .products-right-submenu > div, */
header .applications-right-submenu > div {
  display: flex;
  flex-wrap: wrap;
}

/* header .products-right-submenu > div > div, */
header .applications-right-submenu > div > div {
  flex-basis: 50%;
  max-width: 50%;
  width: 100%;
  padding: 24px;
  min-height: 320px;
  position: relative;
}

/* header .products-right-submenu > div > div:last-child, */
header .applications-right-submenu > div > div:last-child {
  padding: 0;
}

/* header .products-right-submenu > div > div:last-child p, */
header .applications-right-submenu > div > div:last-child p {
  margin: 0;
}

/* header .products-right-submenu > div > div:last-child p:last-child picture:first-child img, */
header .applications-right-submenu > div > div:last-child picture:first-child img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  max-height: 100%;
  object-position: left;
}

header .applications-right-submenu > div > div:last-child picture:last-child img {
  position: absolute;
  right: auto;
  z-index: 1;
  pointer-events: none;
  width: auto;
  left: -30%;
  top: 45%;
}

/* PRODUCTS MENU */
header .products-right-submenu {
  padding: 0;
  display: flex;
  gap: 20px;
  color: var(--color-gray-100);
  background-color: transparent;
}

header .products-right-submenu > div:first-child {
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

header .products-right-submenu > div:first-child > div {
  background-color: var(--color-black-alpha-30);
  overflow: hidden;
  padding: var(--gutter-product);
  display: flex;
  flex-direction: column;
}

header .products-right-submenu > div:first-child > div img {
  width: 100%;
  height: auto;
}

header .products-right-submenu > div:first-child > div > p:first-of-type {
  margin: calc(var(--gutter-product) * -1) calc(var(--gutter-product) * -1) 0;
}

header .products-right-submenu > div:first-child > div > p:first-of-type > a:first-of-type:has(picture),
header .products-right-submenu > div:first-child > div > p:first-of-type > picture img,
header .products-right-submenu > div:first-child > div > p:first-of-type > a picture img {
  pointer-events: none;
}

header .products-right-submenu > div:first-child > div > p:nth-of-type(2) {
  margin-top: -57%;
  margin-bottom: var(--gutter-product);
}

header .products-right-submenu > div:first-child > div > p:nth-of-type(2) img {
  max-height: 240px;
}

header .products-right-submenu > div:first-child > div > p:nth-of-type(2) > a picture img:hover {
  transform: scale(1.1);
}

header .products-right-submenu > div:first-child > div > p:last-of-type {
  margin-top: auto;
}

header .products-right-submenu > div:first-child > div > p:last-of-type strong > a {
  max-width: 190px;
  min-width: unset;
}

/* 3D Biology */
header .biology-3d-right-submenu:last-child {
  height: auto;
}

header .nav-tabs .menu-nav-submenu-section .biology-3d-right-submenu:last-child h3 {
  text-transform: none;
  max-width: 90%;
  text-align: center;
  margin: auto;
}

header .image-card-submenu.biology-3d-right-submenu:last-child picture > img {
  position: absolute;
}

header .biology-3d-right-submenu:last-child > div > div:last-child p:first-child img {
  position: absolute;
  max-height: 100%;
  width: 100%;
  bottom: -80px;
  z-index: 1;
  max-width: 100%;
  height: auto;
  right: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.2s;
}

header .biology-3d-right-submenu:last-child > div > div:last-child p:last-child img {
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

header .biology-3d-right-submenu:last-child:hover > div > div:last-child p:first-child img {
  cursor: pointer;
  transform: scale(1.1);
}

header .company-right-submenu {
  padding: 0;
  background-color: transparent;
}

header .company-right-submenu div {
  position: relative;
}

header .company-right-submenu > div:first-child {
  display: grid;
  grid-template-columns: 2fr 1.5fr;
  gap: 20px;
  align-items: center;
  text-align: right;
}

header .company-right-submenu > div:first-child img {
  width: 100%;
}

header .company-right-submenu > div:first-child > div:last-child {
  font-size: 16px;
  display: block;
  text-align: right;
  padding: 32px 24px;
  position: relative;
}

header .company-right-submenu > div:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  pointer-events: none;
}

header .company-right-submenu > div:last-child {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  max-height: 100%;
  pointer-events: none;
  height: 100%;
  z-index: -1;
}

header .company-right-submenu > div:last-child > div:last-child img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* cellesce-page */
.cellesce-menu header {
  height: 100%;
}

.cellesce-menu header img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.cellesce-menu header button.hamburger,
.cellesce-menu header .mainmenu-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .cellesce-menu header img {
    max-width: 420px;
  }

  header .navbar-header {
    margin: 0;
    padding: 30px 0 20px;
  }
}

@media (min-width: 900px) {
  header nav {
    justify-content: space-between;
  }

  /* header .products-right-submenu > div > div:first-child, */
  header .applications-right-submenu > div > div:first-child {
    padding-right: 70px;
  }
}

@media (max-width: 991px) {
  body.openmenu {
    overflow-y: hidden;
  }

  body.openmenu .mobile-menu {
    transform: translate(0, 0);
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }

  header {
    height: var(--nav-height-mobile);
  }

  header .container {
    width: 100%;
  }

  header .block {
    padding: 0;
  }

  header .navbar-header {
    position: relative;
    padding: 23px 15px 20px;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }

  header .navbar-header > .header-logo-wrapper .cn-header-phone i,
  header .navbar-header > .header-logo-wrapper .cn-header-phone a,
  header .navbar-header > .header-logo-wrapper .cn-header-phone span {
    font-size: 14px;
  }

  header .hamburger {
    display: initial;
  }

  body:not(.openmenu) header .mobile-menu {
    display: initial;
  }

  header .site-logo img {
    width: 100px;
    height: 22px;
  }

  header .mobile-menu .company-links li:nth-child(2) {
    padding-bottom: 0;
  }

  header .company-links img {
    margin: auto;
    display: block;
  }

  header .mobile-menu .company-links > div > ul {
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  header .hamburger {
    display: none;
  }

  header .navbar-header {
    padding: 30px 0 21px;
    min-height: 90px;
    width: 100%;
    display: flex;
  }

  header .navbar-header > .company-links {
    display: block;
  }

  header .nav-tabs li > a {
    padding: 11px 0;
    text-transform: uppercase;
    text-align: left;
    margin-top: 4px;
    margin-bottom: -1px;
    border: 0;
    margin-right: 0;
    color: inherit;
    text-decoration: none;
  }

  header .cards-submenu ul li a {
    font-size: 11px;
  }

  header .cards-submenu.customercare-portal {
    width: 90%;
  }

  header .cards-submenu.customercare-portal > div > div > p:nth-child(1) {
    min-height: 154px;
  }

  header .cards-submenu.cards-submenu.customercare-portal p > a > picture img {
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
  }

  header .cards-submenu.cards-submenu.customercare-portal p > a > picture img:hover {
    transform: scale(1.2);
  }

  header .cards-submenu p:nth-child(2) a {
    font-size: 11px;
  }

  header .mainmenu-wrapper {
    box-shadow: 1px 3px 26px -4px var(--color-black-alpha-70);
    background-color: var(--color-white);
    height: 100%;
    max-height: 46px;
    min-height: 46px;
    bottom: 0;
    display: block;
  }

  header .mainmenu-wrapper #header-logo {
    float: left;
    width: 19%;
    vertical-align: middle;
    margin-right: 9px;
    padding: 5px 0;
    display: none;
  }

  header .header-search img {
    width: 363px;
    height: 389px;
  }

  header .mainmenu-wrapper #header-logo img {
    width: 220px;
    height: 30px;
  }

  header .mainmenu-wrapper.sticky #header-logo {
    display: block;
  }

  header .mainmenu-wrapper.sticky #header-logo .nav-brand {
    opacity: 1;
    transition: opacity 0.5s;
    overflow: hidden;
    height: 36px;
  }

  header .mainmenu-wrapper.sticky .menu-nav-category {
    transition: all 0.3s ease-in-out;
  }

  header .mainmenu-wrapper > nav {
    width: 100%;
  }

  header .searchlink {
    background-image: url("/images/orange-search.webp");
    display: block;
    background-repeat: no-repeat;
    height: 42px;
    margin-top: 2px !important;
    background-size: contain;
    background-position: right;
  }

  header .searchlink > div {
    display: none;
  }

  header .header-search > div {
    margin-top: 43px;
    left: 0;
    right: 0;
    border: 0;
    padding: 47px 50px 60px 100px;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    visibility: visible;
    position: absolute;
    height: 2000px;
    padding-bottom: 9.4%;
    background-color: var(--color-primary);
    box-shadow: inset 0 19px 33px -28px var(--color-gray-750);
  }

  header .menu-nav-search-view > div {
    flex-basis: calc(50% - 30px);
    box-sizing: border-box;
    max-width: 100%;
  }

  header .nav-tabs > li > div {
    font-size: 12px;
  }

  header .nav-tabs > li.header-search {
    margin-top: 0;
    text-align: center;
  }

  header .mainmenu-wrapper.sticky li.header-search {
    width: 25px;
  }

  header .nav-tabs > li.fa-search {
    color: var(--color-text-primary);
    display: block;
    padding: 15px 10px 15px 13px;
    position: static;
  }

  header .nav-tabs > li.fa-search::before {
    background-color: var(--color-white);
    padding: 9px;
    border-radius: 50%;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
    width: 18px;
    height: 18px;
    position: absolute;
    transform: translate(-2px, -12px);
    line-height: 18px;
  }

  header .nav-tabs > li.searchlink > a {
    display: none;
    font-size: 12px;
  }

  header .header-search .menu-nav-submenu-close {
    top: 10px;
  }

  header .header-search .menu-nav-search-view {
    display: flex;
  }

  header .menu-nav-search-view picture {
    float: right;
    margin-right: 50px;
  }

  header .menu-nav-search-bar {
    padding: 0 20px;
  }

  header .menu-nav-search-bar h3 {
    text-align: left;
    font-size: 20px;
    font-family: var(--ff-proxima-light);
    color: var(--color-white);
    margin-bottom: 11px;
    text-transform: none;
  }

  header .menu-nav-search-bar form {
    text-align: right;
    max-width: 450px;
  }

  header .menu-nav-search-bar .form-control {
    background-color: var(--color-white);
    width: 100%;
    height: 35px;
    font-family: var(--ff-proxima-light);
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid var(--color-gray-250);
    border-radius: 4px;
    color: var(--color-gray-650);
  }

  header .menu-nav-search-bar form button {
    color: var(--color-white);
    font-size: 13px;
    font-family: var(--ff-proxima-light);
    min-width: 152px;
    padding: 5px 0;
    border: 2px solid;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 29px;
    margin-top: 15px;
  }

  header .nav-tabs > li.header-rfq > a {
    padding: 24px 35px 15px;
    text-transform: uppercase;
    color: var(--color-white);
    text-align: center;
    border-radius: 100%;
    height: 161px;
    width: 135px;
    margin-top: -99px;
    display: flex;
    align-items: flex-end;
    box-shadow: -8px 4px rgb(238 118 36 / 30%);
    position: relative;
    background: var(--color-secondary);
    font-size: 15px;
    transition: all 0.3s;
    justify-content: center;
  }

  /* request quote */
  header .nav-tabs > li.header-rfq {
    height: 72px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    margin-left: -12px;
    overflow: hidden;
    transform: translate(6px, 0);
  }

  header nav .nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: static;
    transition: all 0.3s ease-in-out;
    height: inherit;
  }

  header .nav-tabs .menu-nav-submenu {
    min-height: 782px;
    box-shadow: inset 0 19px 33px -28px var(--color-gray-750);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    transition: all 0.1s ease;
    min-width: 12.5rem;
  }

  header .nav-tabs li .menu-nav-submenu,
  header .nav-tabs > li .menu-nav-submenu-close {
    display: none;
  }

  header .nav-tabs > li[aria-expanded="true"] .menu-nav-submenu,
  header .nav-tabs > li[aria-expanded="true"] .menu-nav-submenu-close,
  header .right-submenu[aria-expanded="true"],
  header .right-submenu-content[aria-expanded="true"],
  header .searchlink[aria-expanded="true"] > div {
    display: initial;
  }

  header .nav-tabs .menu-nav-submenu > div {
    min-height: inherit !important;
  }

  .header .nav-tabs .menu-nav-submenu > div > h2 {
    transform: perspective(500px) translate3d(0, 0, 0);
    position: relative;
    font-weight: 300;
  }

  header .nav-tabs .menu-nav-submenu-section {
    height: 45px;
    margin-top: 5px;
  }

  header .nav-tabs li.hover > .menu-nav-submenu {
    display: block;
  }
}

@media (min-width: 1200px) {
  header .cards-submenu ul li a,
  header .text-submenu ul > li > a {
    font-size: 13px;
  }

  header .cards-submenu p:nth-child(2) a {
    font-size: 12px;
  }

  header .cutted-green-blue-circle img {
    bottom: -30px;
  }

  header .green-blue-circle img {
    bottom: -10px;
  }

  header .image-center img {
    bottom: -50px;
    margin-left: 70px;
  }

  header .actionable-card-submenu > div:nth-child(2) > div:nth-child(2) img {
    max-width: 350px;
    max-height: 177px;
  }

  header .nav-tabs .menu-nav-category {
    font-size: 14px;
  }

  html[lang="de"] header .mainmenu-wrapper.sticky .menu-nav-category {
    font-size: 12px;
  }

  html[lang="de"] header .nav-tabs > li.header-rfq > a,
  html[lang="it"] header .nav-tabs > li.header-rfq > a,
  html[lang="es"] header .nav-tabs > li.header-rfq > a {
    font-size: 13px;
  }

  html[lang="fr"] header .nav-tabs > li.header-rfq > a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  header .navbar-header > .header-logo-wrapper {
    display: block;
  }

  header .navbar-header > .header-logo-wrapper .cn-header-phone-list li {
    padding-left: 0;
    margin-top: 20px;
  }
}

/* Lab notes | mega menu changes */
.blog-cards-submenu .blog-posts-block,
.blog-cards-submenu .blog-posts-block .recent-blog-posts-block {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  margin: 0;
  grid-gap: 20px;
}

.blog-cards-submenu .blog-posts-block img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
  transition: all 0.4s;
}

.blog-cards-submenu .blog-posts-block img:hover {
  transform: scale(1.15);
}

.blog-cards-submenu .blog-posts-block p {
  margin-bottom: 0;
  margin-top: 0;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:first-child,
.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div p:first-child {
  background-color: var(--color-white);
  min-height: 114px;
  overflow: hidden;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:first-child img,
.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:first-child picture {
  max-height: 114px;
  margin: 0 auto;
  width: 100%;
  display: block;
  object-fit: cover;
  height: 114px;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p a {
  display: block;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:last-child,
.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div p:last-child {
  min-height: 37px;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:last-child {
  background-color: var(--color-white);
}

.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div p:last-child {
  background: var(--color-black-alpha-30);
  height: 100%;
  padding: 15px;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:last-child a,
.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div p:last-child a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  padding: 2px 5px;
}

.blog-cards-submenu .blog-posts-block .recent-blog-posts-block > div p:last-child a {
  color: var(--color-text-primary);
}

.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div p:last-child a {
  color: var(--color-white);
  display: block;
  text-align: left;
  text-transform: none;
  font-size: 16px;
}

.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div p:first-child,
.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div img {
  min-height: 230px;
}

.blog-cards-submenu .blog-posts-block .featured-blog-posts-block > div img {
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  header .navbar-header,
  .hero-inner .container > div {
    padding-left: 0;
    padding-right: 0;
  }
}
