/* Extracted from duplicated inline style block: oh-header-nav-gap-v65 */
/* v65: give the navigation more air before the NO/EN language box without moving the CTA out of the frame */
@media (min-width:901px){
  body header.oh-mock-header .oh-mock-nav,
  body .topnav .navlinks,
  body .oh-mock-nav{
    transform:translateX(-22px) !important;
  }
}

@media (min-width:901px) and (max-width:1650px){
  body header.oh-mock-header .oh-mock-nav,
  body .topnav .navlinks,
  body .oh-mock-nav{
    transform:translateX(-24px) !important;
  }
}

@media (min-width:901px) and (max-width:1320px){
  body header.oh-mock-header .oh-mock-nav,
  body .topnav .navlinks,
  body .oh-mock-nav{
    transform:translateX(-12px) !important;
  }
}
