@media screen and (max-width: 991px) {
  body {
    min-width: 320px !important; } }
body.hideOverflow {
  overflow: hidden; }
  body.hideOverflow .topnavTrigger {
    z-index: 1000 !important; }
  body.hideOverflow .mobileMenuBtn {
    z-index: 800 !important; }
  body.hideOverflow #nav-accordion {
    height: 100vh;
    background: #FFF; }

#page {
  width: 100%;
  max-width: 930px;
  padding-top: 200px; }
  @media only screen and (max-width: 1040px) {
    #page {
      padding-top: 90px; } }

.globalHeaderContainer:before, .globalHeaderContainer:after {
  content: " ";
  display: table; }
.globalHeaderContainer:after {
  clear: both; }
@media only screen and (max-width: 849px) {
  .globalHeaderContainer {
    min-width: 320px; } }

.globalHeaderContainer,
.homesocialBarDiv {
  min-width: 320px !important; }

@media only screen and (max-width: 1040px) {
  .globalHeader.affix .top-nav {
    display: block; }
  .globalHeader.affix-top {
    position: absolute !important;
    top: 0 !important; } }
@media only screen and (max-width: 960px) {
  /*
  .top-nav {
  	display: none;
  }
  */
  a.aglientLogoTxt {
    display: none; } }
@media only screen and (max-width: 480px) {
  .logo-wrap {
    height: 44px;
    width: 150px;
    margin-top: 5px; }
    .logo-wrap a.logo {
      width: 200px;
      display: block;
      max-width: 200px; }
      .logo-wrap a.logo img {
        width: 100%;
        height: auto !important; } }
nav.top-nav .topnavTrigger {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 100px;
  top: 13px;
  cursor: pointer;
  background: url("img/mobile_menu--dots.png") no-repeat center center;
  background-size: 100%;
  display: none;
  z-index: 1200; }
  @media only screen and (max-width: 1040px) {
    nav.top-nav .topnavTrigger {
      display: none; } }
  @media only screen and (max-width: 480px) {
    nav.top-nav .topnavTrigger {
      top: 15px;
      right: 60px;
      width: 35px;
      height: 25px; } }

@media only screen and (max-width: 1040px) {
  nav.top-nav > ul {
    display: none; } }

@media only screen and (max-width: 1040px) {
  nav.top-nav .homeSearch {
    display: none; } }

.toolbar-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000 !important; }
  @media only screen and (max-width: 1040px) {
    .toolbar-menu {
      background: rgba(0, 133, 213, 0.95);
      width: 100%;
      height: 100%;
      overflow: auto; }
      .toolbar-menu ul {
        margin: 50px 0 0 0;
        padding: 0 0 10px 0;
        list-style: none;
        position: relative; }
        .toolbar-menu ul:before, .toolbar-menu ul:after {
          content: " ";
          display: table; }
        .toolbar-menu ul:after {
          clear: both; }
      .toolbar-menu .topNavSubLink {
        position: relative;
        clear: both;
        width: 100%; }
      .toolbar-menu #topRtNav0 {
        display: none; } }
  .toolbar-menu .topMenuClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url("img/x-close.png") no-repeat;
    background-size: 20px 20px;
    text-indent: 99999px;
    z-index: 1000;
    cursor: pointer; }
  .toolbar-menu .homeSearch {
    margin: 0 !important;
    float: left;
    padding: 0;
    display: none; }
    .toolbar-menu .homeSearch:before, .toolbar-menu .homeSearch:after {
      content: " ";
      display: table; }
    .toolbar-menu .homeSearch:after {
      clear: both; }

.mobile-main-menu {
  display: none; }

@media only screen and (max-width: 1040px) {
  header {
    position: relative; }
    header .mobileMenuBtn {
      position: absolute;
      top: 19px;
      right: 15px;
      width: 45px;
      height: 30px;
      background: url("img/mobile_menu--hamburger.png") no-repeat;
      background-size: 45px 100%;
      cursor: pointer;
      z-index: 1001; } }
    @media only screen and (max-width: 1040px) and (max-width: 480px) {
      header .mobileMenuBtn {
        top: 15px;
        right: 0px;
        width: 35px;
        height: 25px;
        background-size: 35px 100%; } }
@media only screen and (max-width: 1040px) {
    header div#nav-accordion {
      position: absolute !important;
      z-index: 1001 !important;
      top: 0;
      left: 0;
      width: 100%;
      min-width: 100% !important;
      overflow: auto; }
      header div#nav-accordion:before, header div#nav-accordion:after {
        content: " ";
        display: table; }
      header div#nav-accordion:after {
        clear: both; }
      header div#nav-accordion .subMenuBack {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1501;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url("img/flip-back.png") no-repeat center center;
        background-size: 40px 40px; }
    header nav.primary-nav {
      display: none; }

  .mobile-main-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: block;
    background: rgba(0, 133, 213, 0.98);
    overflow: auto; }
    .mobile-main-menu .mobile-main-menu__close {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 50px;
      height: 50px;
      cursor: pointer;
      background: url("img/x-close.png") no-repeat center center;
      background-size: 20px 20px; }

  .mobile-main-menu ul {
    margin: 0;
    padding: 60px 30px 30px 30px;
    list-style: none; }
    .mobile-main-menu ul li {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      .mobile-main-menu ul li a {
        padding: 10px 15px;
        width: 100%;
        font-size: 18px;
        text-transform: uppercase;
        color: #FFF;
        display: block;
        font-family: roboto_condensedregular !important; }
      .mobile-main-menu ul li.buyImg {
        display: none; }
      .mobile-main-menu ul li:nth-last-child(2) {
        display: none; }
    .mobile-main-menu ul.toolbar-links {
      position: relative;
      padding: 0 30px;
      width: 100%; }
      .mobile-main-menu ul.toolbar-links:before, .mobile-main-menu ul.toolbar-links:after {
        content: " ";
        display: table; }
      .mobile-main-menu ul.toolbar-links:after {
        clear: both; }
      .mobile-main-menu ul.toolbar-links li {
        display: block;
        position: relative;
        float: left;
        margin-bottom: 5px; }
        .mobile-main-menu ul.toolbar-links li > a {
          margin: 0;
          padding: 5px 10px;
          width: 100%;
          font-size: 18px !important;
          line-height: 20px;
          text-transform: none;
          font-family: roboto_condensedregular !important;
          float: left;
          display: block; }
          .mobile-main-menu ul.toolbar-links li > a .dropDownTriangle {
            display: none; }
          .mobile-main-menu ul.toolbar-links li > a.accordion:after {
            content: "";
            background: url("img/down_chevron--white.png") no-repeat right center;
            background-size: 20px 20px;
            width: 30px;
            height: 30px;
            position: absolute;
            top: 21px;
            margin-top: -15px;
            right: 20px; }
          .mobile-main-menu ul.toolbar-links li > a.accordion.isOpen:after {
            background: url("img/up_chevron--white.png") no-repeat right center;
            background-size: 20px 20px; }
        .mobile-main-menu ul.toolbar-links li ul {
          margin: 0;
          padding: 10px 0 3px 10px;
          float: left;
          width: 100%;
          background: #EEE;
          min-width: 260px; }
          .mobile-main-menu ul.toolbar-links li ul li {
            margin-bottom: 5px;
            padding: 0 10px;
            float: left; }
            .mobile-main-menu ul.toolbar-links li ul li a {
              font-size: 16px !important;
              float: left;
              display: block;
              margin: 0;
              padding: 7px 0;
              font-family: robotoregular;
              font-weight: normal;
              color: #267bdd; }
              .mobile-main-menu ul.toolbar-links li ul li a:after {
                display: none; }

  .nav-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto !important; }
    .nav-dropdown .globalHeaderContainer {
      overflow: auto; }
    .nav-dropdown .globalHeaderbackground {
      font-size: 18px !important; }
    .nav-dropdown ol.globalHeaderBreadcrumb {
      margin: 0;
      padding: 20px 30px 10px 0; }
      .nav-dropdown ol.globalHeaderBreadcrumb:before, .nav-dropdown ol.globalHeaderBreadcrumb:after {
        content: " ";
        display: table; }
      .nav-dropdown ol.globalHeaderBreadcrumb:after {
        clear: both; }
      .nav-dropdown ol.globalHeaderBreadcrumb li {
        display: block;
        font-size: 18px !important;
        margin-bottom: 10px; }
        .nav-dropdown ol.globalHeaderBreadcrumb li a {
          display: block;
          font-size: 18px !important; }
    .nav-dropdown ol.column-list, .nav-dropdown ol.col-fifth {
      padding-left: 15px !important;
      width: 100%; }
      .nav-dropdown ol.column-list li a, .nav-dropdown ol.col-fifth li a {
        font-size: 16px !important; }
      .nav-dropdown ol.column-list ul, .nav-dropdown ol.col-fifth ul {
        width: 100% !important;
        border-left: 15px !important;
        padding-left: 0 !important; }
        .nav-dropdown ol.column-list ul li a, .nav-dropdown ol.col-fifth ul li a {
          display: block;
          line-height: 1.3em; }
    .nav-dropdown ol.col-fifth {
      margin-bottom: 20px !important;
      padding-bottom: 0 !important;
      height: auto; }
      .nav-dropdown ol.col-fifth.fifth-spacing {
        border-left: 0; }
      .nav-dropdown ol.col-fifth h6 {
        font-size: 18px !important;
        margin: 0 0 10px 0 !important;
        padding: 0 !important; } }
@media only screen and (max-width: 640px) {
  .homesocialBarDiv {
    height: auto !important; }

  #homeSocialBar.homeSocialBar {
    height: auto !important;
    padding: 0 !important; }
  #homeSocialBar ul {
    width: 100%; }
    #homeSocialBar ul li:first-child {
      display: block !important; }
    #homeSocialBar ul li:nth-child(7) {
      display: none !important; } }
footer {
  background: #0085d5; }

@media only screen and (max-width: 1290px) {
  #footer {
    min-width: 320px !important; }

  .footer-nav:before, .footer-nav:after {
    content: " ";
    display: table; }
  .footer-nav:after {
    clear: both; }
  .footer-nav .agilent-details {
    width: 300px;
    margin-right: 20px; } }
@media only screen and (min-width: 1025px) {
  .agilent-details.footerDetailsClone {
    display: none; }

  .legalClone {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .footer-nav .agilent-details {
    display: none; }
    .footer-nav .agilent-details.footerDetailsClone {
      width: 280px;
      margin-right: 20px;
      margin-top: 50px;
      display: block;
      float: left !important;
      border-left: 0 !important;
      padding-left: 0 !important; }
  .footer-nav .footer-links {
    float: right !important; }
    .footer-nav .footer-links .col-sixth {
      width: 25% !important;
      margin-bottom: 50px; }
    .footer-nav .footer-links .legal {
      display: none; }
  .footer-nav .legal {
    clear: both;
    margin-top: 30px;
    float: left; } }
@media only screen and (max-width: 767px) {
  .footer-nav .footer-links .col-sixth {
    width: 50% !important; } 
    #footer .footer-nav .agilent-details .contact-info {
      padding-bottom: 12px;
      padding-top: 6px;
  }
  }
@media only screen and (max-width: 480px) {
  .footer-nav .footer-links .col-sixth {
    width: 100% !important; }
    .footer-nav .footer-links .col-sixth ul li a {
      display: block; }
    .footer-nav .footer-links .col-sixth hr.seperatorLine {
      width: 100% !important; } 
    	#footer .footer-nav .agilent-details .contact-info {
        padding-left: 6em !important;
        float:none !important
    }

    #footer .footer-nav .agilent-details .contact-info > *, #footer .footer-nav .agilent-details .contact-info .otherSite a {
        font-size: 13.12px !important;
    }
  }
footer .homeSocialBar {
  max-width: 100% !important;
  overflow: hidden; }
