/* =============================================================================
 * About Agilent Stylesheet
 * Updated 07/25/2014
/* ==========================================================================

Table of Contents
 * 1.0  DEFAULTS
 * 2.0  CONTAINERS
 * 3.0  HEADER & FOOTER
 * 4.0  MAIN MENU
 * 5.0  BREADCRUMB
 * 6.0  MAIN CONTENT AREA - COLUMNS
 * 7.0  MODULES - LAYOUTS
 * 8.0  CUSTOM - SPECIAL


 * =============================================================================
 * 1.0  DEFAULTS
 * ========================================================================== */
/* line 57, styles.sass */
body {
  font-size: 82%;
  color: #333333;
  font-weight: normal;
  background: #f6f6f6;
  font-family: Arial, Helvetica, sans-sarif;
  line-height: 1.2em; /* TO ADDRESS MEGA-MENU - This will change line height on every elements on the page */
  
  /* PS 2015 Update */
  padding-top: 0;
}

.PageWrap {
  /* PS 2015 Update 
  margin-top: -3px;
  */
  
  
  /*
  background:  url("//www.agilent.com/about/common/css/img/blue-header-slice.jpg") repeat-x;
  */
}

a, a:link {
  color: #267bdd;
  text-decoration: none;
}

a:visited {
  color: #7e417f;
}

a:hover {
  text-decoration: underline;
/* Original Orange
  color: # ffba00;  */
  color: #d96210;
}

a.more {
  background: url("//www.agilent.com/about/common/css/img/icon-plus.gif") no-repeat right 5px;
  padding-right: 10px;
}

a.more:visited {
  color: #7e417f;
}

/* line 75, styles.sass */
a.btn-aa {
  background: url("//www.agilent.com/about/common/css/img/bg-btn.gif") repeat-x #0555b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF !important;
  font-size: 10px;
  padding: 5px 15px;
  margin-bottom: 18px;
}

a.btn-aa:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover.gif") repeat-x #003972;
  text-decoration: none !important;
}

a.btn-aa:visited {
  color: #FFF !important;
}

a.btn_keysight {
  background: url("//www.agilent.com/about/common/css/img/bg-btn_keysight.gif") repeat-x #891518;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF !important;
  font-size: 10px;
  padding: 5px 15px;
  margin-bottom: 18px;
}

a.btn_keysight:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover_keysight.gif") repeat-x #891518;  text-decoration: none !important;
}

a.btn_keysight:visited {
  color: #FFF !important;
}

a.btn2 {
  background: url("//www.agilent.com/about/common/css/img/bg-btn.gif") repeat-x #0555b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF !important;
  font-size: 10px;
  padding: 5px 15px;
}

a.btn2:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover.gif") repeat-x #003972;
  text-decoration: none !important;
}

a.btn2:visited {
  color: #FFF !important;
}

/* line 84, styles.sass */
h1 {
  /* font-size: 18px; */
  font-size: 30px; /* UPDATED 5/24/2022 */
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
  color: black;
  line-height: 1.5em !important;
}

/* line 91, styles.sass */
h2 {
  /* font-size: 14px !important; */
  font-size: 28px !important; /* UPDATED 5/24/2022 */
  color: #000 !important;
  font-weight: bold !important;
  margin: 0 0 10px 0;
  padding: 0;
}

/* line 96, styles.sass */
h2 a {
  color: #0085d5;
}

/* line 99, styles.sass */
h3 {
  /* font-size: 12px */
  font-size: 16px; /* UPDATED 5/24/2022 */
  font-weight: normal;
  margin: 0 0 10px 0;
  color: #333333;
}

h4 {
  font-size: 12px;
  display: inline;
}

/* line 105, styles.sass */
p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 18px 0;
}

/* line 110, styles.sass */
hr {
  width: auto;
  background: url("//www.agilent.com/about/common/css/img/hr-dot.gif") repeat-x;
  height: 1px;
  border: 0;
  margin: 12px 0 18px 0;
}

/* line 117, styles.sass */
.wrap {
  clear: both !important;
}

/* line 120, styles.sass */
.cleaner {
  clear: both;
  font-size: 1%;
}

/* line 124, styles.sass */
.clear10 {
  clear: both;
  height: 10px;
  font-size: 1%;
}

/* line 129, styles.sass */
.floatLeft {
  float: left;
}

/* line 132, styles.sass */
.floatRight {
  float: right;
}

/* line 135, styles.sass */
.hide {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* =============================================================================
 * 2.0  CONTAINERS
 * ========================================================================== */
/* line 143, styles.sass */
.center {
  width: 960px;
  margin: auto;
}

/* =============================================================================
 * 3.0  HEADER & FOOTER
 * ========================================================================== */
/* line 150, styles.sass */

/*header {
  float: left;
  width: 960px;
  height: 72px;
  position: relative;
  z-index: 5000;
  margin-bottom: 20px;
}
*/
header {
  background: #0085d5;
/*  height: 116px;  */
  z-index: 10000;
  /* PS 2015 Update */
  width: 100%;
  position: relative;
  margin-bottom: 3px;
}

header:before,
header:after {
  content: " ";
  display: table; 
}

header:after {
  clear: both;
}
  
/* Overwriting styles from header to center on page */
header .homeHeader {
  position: relative;
  float: none;
  margin: 0 auto;
  max-width: 1400px;
}

header .homeHeader[style] {
   overflow: visible !important;
}
/* PS */
footer {
  width: 100%;
  /* PS 2015 Update
  min-height: 565px;
  */
  background: #333333;
}

footer:before,
footer:after {
  content: " ";
  display: table; 
}

footer:after {
  clear: both;
}
  
/* PS: overwriting styles to center on page */
footer .homeFooter {
  background: url('/about/test/common/css/img/footer-blue-bar.gif') repeat-x;
}
footer .homeSocialBar {
  max-width: 1350px;
  min-width: 1350px;
  margin: 0 auto;
  float: none;
  height: 70px;
} 
  
footer .footerContent {
  float: none;
  margin: 0 auto;
  min-width: 1350px;
}

footer .footerContent:before,
footer .footerContent:after {
  content: " ";
  display: table; 
}

footer .footerContent:after {
  clear: both;
}

/* 
	PS 2015 Updates:
	Added styles for legacy pages
*/
.footer-links ul {
	list-style: none;
}

/* line 158, styles.sass 
footer {
  width: 960px;
  text-align: center;
  font-size: 10px;
  clear: both;
  padding-bottom: 50px;
  margin: 0 auto;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 5px;
}

footer ul li a {
  padding-right: 8px;
  background: url("//www.agilent.com/about/common/css/img/footer-vert-dash.gif") no-repeat right center;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #d96210;
}

footer .subFooter {
  clear: both;
  width: 960px;
  text-align: center;
  border-bottom: 3px solid #bcbfc3;
  margin-bottom: 12px;
}

footer .subFooter ul {
  margin: 0;
  padding: 28px 0;
  list-style: none;
}

footer .subFooter ul li {
  text-transform: uppercase;
  margin-left: 28px;
}

footer .subFooter ul li.first {
  background: url("//www.agilent.com/about/common/css/img/footer-vert-dash.gif") no-repeat left center;
  padding-left: 28px;
  margin-left: 0;
}

footer .subFooter ul li a {
  padding-right: 28px;
  background: url("//www.agilent.com/about/common/css/img/footer-vert-dash.gif") no-repeat right center;
}

footer .subFooter ul li a:hover {
  text-decoration: underline;
  color: #d96210;
}
*/

/* =============================================================================
 * 4.0  MAIN MENU
 * ========================================================================== */
/* line 202, styles.sass */
#menu {
  float: left;
  width: 960px;
  height: 45px;
  margin: 10px 0 0 0;
  *margin-top: 20px;
}

/* =============================================================================
 * 5.0  BREADCRUMB
 * ========================================================================== */
/* line 213, styles.sass */
#breadcrumb {
  width: 900px;
  float: left;
  clear: both !important;
  border: 1px solid transparent;
  *padding-bottom: 0;
}

/* line 220, styles.sass */
#breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *display: table-row;
}

/* line 223, styles.sass */
#breadcrumb ul li {
  float: left !important;
  font-size: 11px;
  *display: table-cell;
}

/* line 227, styles.sass */
#breadcrumb ul li a {
  background: url("//www.agilent.com/about/common/css/img/icon-bread-arrow.jpg") no-repeat right 4px;
  padding-right: 12px;
  margin-right: 5px;
}

#breadcrumb ul li a:visited {
  color: #7e417f;
}

#breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* =============================================================================
 * 6.0  MAIN CONTENT AREA - COLUMNS
 * ========================================================================== */
/* line 235, styles.sass */
#page {
  width: 930px;
  margin: 3px auto 0 auto;
  min-height: 300px;
  padding: 17px 10px 75px 20px;
  background: white;
  position: relative;
  z-index: 1;
}

#page a:hover {
  text-decoration: underline;
}

/* line 245, styles.sass */
#page ul {
  /* margin: 0;
  padding: 0;
  list-style: none;  */
}

/* line 249, styles.sass */
#page .main {
  width: 700px;
  float: right;
  padding-top: 17px;
}

#page .main a:hover {
  text-decoration: underline;
  color: #d96210;
}

#page .main p a, a:link {
  color: #267bdd;
  text-decoration: none;
}

#page .main p a:visited {
  color: #7e417f;
}

#page .main p a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* line 255, styles.sass */
#page .main .cell {
  *padding-right: 0;
}


#page .main .cell ul li {
  list-style: disc;
}

#page .main .cell ol li {
  list-style: decimal;
}

/* line 258, styles.sass */
#page .aside {
  float: left;
  width: 198px;
  xbackground: lightblue;
  margin-top: 17px;
}

#page .aside h2 {
  color: #424242;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 0;
}

/* Accordion Menu */
#page .aside ul.accordionMenu {
/*  xborder: 1px solid red;  */
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0px;
}

#page .aside ul.accordionMenu li {
  padding-left: 19px;
}

#page .aside ul.accordionMenu li a {
  border-top: 1px solid #e3e3e3;
  display: block;
  padding: 10px 3px;
  color: #3aa9e0;
}

#page .aside ul.accordionMenu > li.first a {
  border-top: 0;
}

#page .aside ul.accordionMenu li a.accordion {
  xbackground: lightblue;
  position: relative;
  color: #929292;
}

#page .aside ul.accordionMenu li a.accordion:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -20px;
  top: 10px;
  background: url('//www.agilent.com/about/common/css/img/icons-accordions.png') no-repeat 0 0;
}

#page .aside ul.accordionMenu li a.accordion.activeopen:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -20px;
  top: 10px;
  background: url('//www.agilent.com/about/common/css/img/icons-accordions.png') no-repeat 0 -14px;
}

#page .aside ul.accordionMenu li a.activeopen {
  color: #929292 !important;
}

#page .aside ul.accordionMenu li ul.accordionContent {
  margin: 0 0 7px 0;
  padding: 0;
  list-style: none;
  display: none;
}

#page .aside ul.accordionMenu li ul.accordionContent li {
  position: relative;
}

#page .aside ul.accordionMenu li ul.accordionContent li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: url('//www.agilent.com/about/test/common/css/img/roundBullets.gif') no-repeat 0 -3px;
  position: absolute;
  top: 13px;
  left: 13px;
}

#page .aside ul.accordionMenu li ul.accordionContent li a.selected:before {
  content: "";
  width: 3px;
  height: 3px;
  background: url('//www.agilent.com/about/test/common/css/img/roundBullets.gif') no-repeat 0 0px;
  position: absolute;
  top: 13px;
  left: 13px;
}

#page .aside ul.accordionMenu li ul.accordionContent li a {
  border-top: 0;
  padding: 7px 3px;
}

#page .aside ul.accordionMenu li ul.accordionContent li a.selected {
  color: #424242;
}



#page .aside ul.accordionMenu li a:hover {
  color: #d96210;
}

/* line 263, styles.sass */
#page .column1-3 {
  float: left;
  width: 700px;
}

#page .column2-1 {
  float: left;
  width: 430px;
}

/* line 267, styles.sass */
#page .column1-1 {
  float: left;
  width: 250px;
}

/* line 272, styles.sass */
#page .gutter {
  width: 20px;
  height: 100px;
  float: left;
}

/* line 278, styles.sass */
#page.full {
  /* IE 7 Hack for 'DISPLAY: TABLE' */
  behavior: url("../../test/common/css/display-table.min.htc");
}

/* line 282, styles.sass */
#page.full {
  width: none;
  margin: none;
  display: table;
  -dt-display: table;
}

/* line 289, styles.sass */
#page.full #breadcrumb {
  height: 32px;
}

/* line 292, styles.sass */
#page.full .main {
  padding-right: 0;
  float: none;
  display: table-row;
  -dt-display: table-row;
  /* Gray Box Module */
  /* Banner */
}

/* line 299, styles.sass */
/* This styles is for IE7 ONLY to work with DISPLAY: TABLE-CELL */
#page.full .main .cell {
  *padding-right: 20px;
  -dt-display: table-cell;
}

/* line 305, styles.sass */
#page.full .main .grayBoxModule {
  margin-right: 13px;
}

#page.full .main .grayBoxModule a, a:link {
  color: #267bdd;
  text-decoration: none;
}

#page.full .main .grayBoxModule a:visited {
  color: #7e417f;
}

#page.full .main .grayBoxModule a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* line 307, styles.sass */
#page.full .main .grayBoxModule.last {
  margin-right: 0;
}

/* line 310, styles.sass */
#page.full .main .banner {
  width: 920px;
  background: url("//www.agilent.com/about/common/css/img/bg-banner-full.png") no-repeat #54a7de;
}

/* line 312, styles.sass */
#page.full .main .bannerWithContent {
  width: 920px;
}

/* line 314, styles.sass */
#page.full .main .bannerWithContent .banner {
  width: 920px;
  background: url("//www.agilent.com/about/common/css/img/bg-banner-full.png") no-repeat #54a7de;
}

/* line 317, styles.sass */
#page.full .main .column2-1 {
  width: 650px;
}

/* line 320, styles.sass */
#page.full .main .infoBlock {
  width: 215px;
}

/* line 323, styles.sass */
#page.full .aside {
  display: none;
}

/* line 327, styles.sass*/
#page.expand {
  width: auto;
}

/* line 329, styles.sass*/
#page.expand .main {
  float: left;
  width: auto;
}

/* =============================================================================
 * 7.0  MODULES - LAYOUTS
 * ========================================================================== */
/* Gray Box Module */
/* line 339, styles.sass */
.grayBoxModule {
  float: left;
  background: #f6f6f6;
  padding: 20px 15px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 190px;
  min-height: 200px;
  /* Styled Links List
   * NOTE: By default the first link will be styled differently
   *         Use class="noTitle" to remove title styling
   */
}

.grayBoxModule a:link {
  color: #267bdd;
  text-decoration: none;
}

.grayBoxModule a:visited {
  color: #7e417f;
}

.grayBoxModule a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* line 348, styles.sass */
.grayBoxModule.last {
  margin-right: 0;
}

/* line 351, styles.sass */
.grayBoxModule .thumb {
  width: 188px;
  height: 104px;
  margin-bottom: 6px;
  overflow: hidden;
}

/* line 361, styles.sass */
.grayBoxModule ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 363, styles.sass */
.grayBoxModule ul li {
  border-top: 1px solid #dcdcdc;
  padding: 6px 0 6px 7px;
  font-size: 12px;
  list-style: none !important;
}

/* line 367, styles.sass */
.grayBoxModule ul li.title {
  font-weight: bold;
  padding-left: 0;
  font-size: 14px;
  border-top: 0;
}

/* line 372, styles.sass */
.grayBoxModule ul li.noTitle {
  font-weight: normal;
  padding-left: 7px;
  font-size: 12px;
  border-top: 0;
}

.grayBoxModule ul li a, .grayBoxModule ul li a:link {
  color: #267bdd;
  display: block;
}

.grayBoxModule ul li a:visited {
  color: #7e417f;
}

.grayBoxModule ul li a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* Side Module
 * NOTE: Actual width of column is 200px wide
 */
/* line 383, styles.sass */
.sideModule {
  float: left;
  width: 198px;
  border: 1px solid #e5e5e5;
  margin-bottom: 25px;
  font-size: 12px;
  /* Adding Social Background */
}

/* line 389, styles.sass */
.sideModule h3 {
  padding: 8px 10px 8px 20px;
  background: url("//www.agilent.com/about/common/css/img/bg-sidebar-title.png") repeat-x bottom left #cccccc;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
  margin-top: 0;
}
  .sideModule h3 a {
    color: white;
  }
    .sideModule h3 a:visited {
      color: white;
    }
    .sideModule h3 a:hover {
      color: white;
      text-decoration: underline;
    }

/* line 396, styles.sass */
.sideModule .contentBlock {
  padding: 10px 10px 15px 10px;
  background: white;
  color: #898989;
}

/* line 400, styles.sass */
.sideModule .contentBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* List of Links in Right Column */
}

/* line 402, styles.sass */
.sideModule .contentBlock ul li {
  margin-bottom: 15px;
}

/* line 404, styles.sass */
.sideModule .contentBlock ul li.sectionTitle {
  font-weight: bold;
  color: #333333;
}

/* line 407, styles.sass */
.sideModule .contentBlock ul li a {
  font-weight: normal;
}

.sideModule .contentBlock ul li a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* line 411, styles.sass */
.sideModule .contentBlock ul.listLinks li {
  padding: 11px 0;
  margin-bottom: 0;
  border-top: 2px solid #e5e5e5;
}

/* line 415, styles.sass */
.sideModule .contentBlock ul.listLinks li.first {
  border-top: 0;
  padding-top: 0;
}

/* line 418, styles.sass */
.sideModule .contentBlock ul.listLinks li.last {
  padding-bottom: 0;
}

.sideModule .contentBlock ul.listLinks li.noline {
  border-top: 0;
  padding-top: 0;
}
.sideModule .contentBlock.subnav ul li ul {
  padding: 10px 0 0 20px !important;
}
.sideModule .contentBlock.subnav ul li ul li {
  border-top: none !important;
  padding: 5px !important;
}


/* NAVIGATION BLUE TEXT SIDEMODULE*/
.sideModule.navigation  {
  border: 1px solid #c7e8fb !important;
}

.sideModule.navigation h3 {
  padding: 8px 10px 8px 20px;
  background: url("//www.agilent.com/about/common/css/img/bg-sidebar-title-blue.png") repeat-x bottom left #267bdd;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
}

.sideModule.navigation .contentBlock {
  padding: 10px 10px 15px 20px;
  background: white;
  color: #898989;
}

/* NEW EDITS 10-30-2012 */

.sideModule.navigation .contentBlock ul {
  margin: 0;
  padding: 0;
}

.sideModule.navigation .contentBlock ul li a {
/*  padding: 15px 20px;
  color: #333333;  */
  display: block;
}

/* END NEW EDITS 10-30-2012 */

.sideModule.navigation .contentBlock ul li a:visited {
  color: #267bdd;
}

.sideModule.navigation .contentBlock ul.listLinks li {
  padding: 10px;
  margin-bottom: 0;
  margin-left: -10px;
  border-top: 1px solid #c7e8fb;
}

.sideModule.navigation .contentBlock ul.listLinks li.first {
  border-top: 0;
  padding-top: 0;
}

.sideModule.navigation .contentBlock ul.listLinks li.last {
  padding-bottom: 0;
}

/* End BLUE NAVIGATION TEXT MODULE */

/* line 420, styles.sass */
.sideModule .contentBlock.grayBox {
  background: #f6f6f6;
}

/* line 425, styles.sass */
.sideModule.social {
  background: #f6f6f6;
  padding: 15px 10px 5px 10px;
  width: 178px;
}

/* line 429, styles.sass */
.sideModule.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-bottom: 10px !important;
}

/* line 435, styles.sass */
.sideModule.social ul li {
  float: left;
  margin-right: 12px;
}

/* line 438, styles.sass */
.sideModule.social ul li a {
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

/* Hero Module Banner */
/* line 446, styles.sass */
.banner {
  float: left;
  width: 700px;
  height: 126px;
  position: relative;
  background: url("//www.agilent.com/about/common/css/img/bg-banner.png") no-repeat #54a7de;
  margin-bottom: 20px;
}

/* line 453, styles.sass */
.banner h1 {
  color: white !important;
  font-size: 28px !important;
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: normal;
}

/* SINGLE COLUMN Banner */
.banner-full {
  float: left;
  width: 700px;
  height: 126px;
  position: relative;
  background: url("//www.agilent.com/about/common/css/img/bg-banner-full.png") no-repeat #54a7de;
  margin-bottom: 20px;
}

.banner-full h1 {
  color: white;
  font-size: 28px;
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: normal;
}

/* Banner With Content */
/* line 462, styles.sass */
.bannerWithContent {
  width: 700px;
  background: url("//www.agilent.com/about/common/css/img/bg-banner.png") no-repeat;
  margin-bottom: 20px;
}

/* line 466, styles.sass */
.bannerWithContent .banner {
  float: left;
  width: 700px;
  height: 126px;
  position: relative;
  background: url("//www.agilent.com/about/common/css/img/bg-banner.png") no-repeat #54a7de;
}

/* line 472, styles.sass */
.bannerWithContent .banner h1 {
  color: white;
  font-size: 28px;
  position: absolute;
  top: 10px;
  left: 20px;
  font-weight: normal;
}

/* line 479, styles.sass */
.bannerWithContent .content {
  padding: 146px 20px 0px 20px;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 1px 1px;
}

.bannerWithContent .button {
  padding-bottom: 40px;
}

/* line 483, styles.sass */
.bannerWithContent .content a.btn-aa {
  float: right;
}

.bannerWithContent .content a.btn-aa:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover.gif") repeat-x #003972;
  text-decoration: none;
}

/* Layouts */
/* line 487, styles.sass */
.blockModule {
  width: auto;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.blockModule h5 {
  margin: 0;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  padding: 12px 0 12px 18px;
  background: url("//www.agilent.com/about/common/css/img/bg-blockh5.png") repeat-x #394652;
}

.blockModule p {
  padding: 0px 20px;
  color: #333;
  display: block;
}

.blockModule .imageWrap {
  border: 2px solid #FFF;
}

.blockModule a span.btn-aa {
  background: url("//www.agilent.com/about/common/css/img/bg-btn.gif") repeat-x #0555b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: white;
  font-size: 10px;
  padding: 5px 15px;
}

.blockModule a span.btn-aa:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover.gif") repeat-x #003972;
  color: #FFF;
}

.blockModule a:hover span.btn-aa {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover.gif") repeat-x #003972;
}

.blockModule ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 18px;
}

.blockModule ul li {
  border-bottom: 1px dotted #dcdcdc;
  list-style: none !important;
}
/
.blockModule ul li.last {
  border-bottom: none !important;
}

.blockModule ul li a {
  padding: 15px 20px;
  color: #333333;
  display: block;
}

.blockModule ul li a:hover {
  color: #333 !important;
  text-decoration: underline;
}

.blockModule ul li a span, .blockModule ul li a:link span {
  color: #267bdd;
}

.blockModule ul li a:visited span {
  color: #7e417f;
}

.blockModule ul li a:hover span {
  text-decoration: underline;
  color: #d96210;
}

.blockModule ul li a span.more, .blockModule ul li a:link span.more {
  background: url("//www.agilent.com/about/common/css/img/icon-plus.gif") no-repeat right 5px;
  padding-right: 10px;
}

.blockModule ul li a:visited span.more {
  background: url("//www.agilent.com/about/common/css/img/icon-plus.gif") no-repeat right 5px;
  padding-right: 10px;
}

.blockModule .content {
  padding: 10px 20px 25px 15px;
  margin-bottom: 25px;
  display: block;
  width: auto;
}

.blockModule .content a.btn-aa {
  float: left;
  background: url("//www.agilent.com/about/common/css/img/bg-btn.gif") repeat-x #0555b2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF !important;
  font-size: 10px;
  padding: 5px 15px;
}

.blockModule .content a.btn-aa:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover.gif") repeat-x #003972;
  color: #FFF !important;
}

.blockModule .content a.btn_keysight {
  float: left;
  background: url("//www.agilent.com/about/common/css/img/bg-btn_keysight.gif") repeat-x #891518;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #FFF !important;
  font-size: 10px;
  padding: 5px 15px;
}

.blockModule .content a.btn_keysight:hover {
  background: url("//www.agilent.com/about/common/css/img/bg-btn-hover_keysight.gif") repeat-x #891518;
  color: #FFF !important;
}

.blockModule ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.blockModule ul.links li {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.blockModule .indentModule {
  padding: 10px 25px 15px 20px;
}

.blockModule .indentModule .content {
  padding-left: 0;
  padding-right: 0;
}

.blockModule .indentModule h4 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  display: block;
  clear: both;
  padding: 0 0 5px 0;
}

.blockModule .indentModule ul.links {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.blockModule .indentModule ul.links li {
  border-bottom: 0 !important;
}

.blockModule .indentModule ul.links li a {
  display: block;
  padding: 7px 0;
  line-height: 1.4em;
  color: #0085d5;
  border-top: 1px solid #dcdcdc;
}

.blockModule .indentModule ul.links li a:visited {
  color: #7e417f;
}

.blockModule .indentModule ul.links li a:hover {
  color: #d96210 !important;
  text-decoration: underline !important;
}


.blockModule .indentModule h4 a:visited {
  color: #7e417f;
}

.blockModule .indentModule h4 a:hover {
  color: #d96210;
  text-decoration: underline !important;
}

/* line 565, styles.sass */
.blockModule ul.links li.last {
  border-bottom: 0 !important;
}

/* line 569, styles.sass */
.blockModule .endPress {
  display: block;
  text-align: center;
  margin-bottom: 37px;
}

/* line 573, styles.sass */
.blockModule.press {
  border: 0;
}

/* line 575, styles.sass */
.blockModule.press .content {
  padding: 25px 3px;
}

.blockModule.press .content p a {
  display: inline !important;
  padding: 0 !important;
  color: #0085D5;
}

.blockModule.press .content p a:hover {
  text-decoration: underline;
  color: #d96210;
  background-color: #FFF !important;
}

/* Moved down the list by Pasquale */
.blockModule a {
  padding: 20px 20px;
  display: block;
  color: #333 !important;
}

.blockModule a:visited {
  color: #333;
}

.blockModule a:hover {
  color: #333 !important;
  text-decoration: none !important;
}


.blockModule .imageWrap a {
  padding: 0 0;
}

/* line 578, styles.sass */
.infoBlock {
  float: left;
  width: 220px;
  padding-bottom: 20px;
  margin: 0 20px 20px 0;
  background: url("//www.agilent.com/about/common/css/img/hr-dot.gif") repeat-x bottom left;
}

.infoBlock a:hover {
  text-decoration: underline;
  color: #d96210;
}

/* line 584, styles.sass */
.infoBlock h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px !important;
}

/* line 588, styles.sass */
.infoBlock.last {
  margin-right: 0;
}

/* Photo Module - Executive Photo Style */

/* unique banner*/
.execBox {
  width: 702px;
  height: 21px;
  background: url(//www.agilent.com/about/common/css/img/bg-fade-top-exec.png);
  margin-bottom: 13px;
}

/* unique banner*/
.execBot {
  width: 702px;
  height: 27px;
  background: url(//www.agilent.com/about/common/css/img/bg-fade-bot-exec.png);
  margin-bottom: 13px;
  clear: both;
}

.execBot a.next {
  background: url("//www.agilent.com/about/common/css/img/arrow-blue-next.png") no-repeat right 1px;
  padding-right: 10px;
  float: right;
  margin-top: 16px;
}

.execBot a.back {
  background: url("//www.agilent.com/about/common/css/img/arrow-blue-back.png") no-repeat 0 1px;
  padding-left: 10px;
  float: right;
  margin-top: 16px;
}

/* line 592, styles.sass */
.photoWrap {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0 20px 0;
  background: url("//www.agilent.com/about/common/css/img/hr-dot.gif") repeat-x bottom left;
}

/* line 599, styles.sass */
.photoWrap.last {
  background: none;
}

/* line 601, styles.sass */
.photoWrap .photo {
  float: left;
  width: 140px;
  margin-right: 22px;
}

/* line 605, styles.sass */
.photoWrap .desc {
  float: left;
  width: 523px;
}

/* line 608, styles.sass */
.photoWrap .desc h2 {
  font-size: 14px;
  color: #0085d5;
}

/* line 611, styles.sass */
.photoWrap .desc h2 span {
  color: #333333;
}

/* line 613, styles.sass */
.photoWrap .desc .options {
  float: left;
}

/* line 615, styles.sass */
.photoWrap .desc .options p {
  line-height: 1.5em;
  margin: 15px 0 0 0;
}

/* Press Release Table */
/* line 620, styles.sass */
.pressTable {
  margin-bottom: 20px;
  width: auto;
  /* Press Table Header */
  /* Press Table Footer */
}

/* hover background */
.pressTable a {
  display: block;
}

/* line 623, styles.sass */
.pressTable table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

/* line 627, styles.sass */
.pressTable table tr {
  border-top: 2px solid #e5e5e5;
}

/* line 629, styles.sass */
.pressTable table tr.even {
  background: #f4f4f4;
}

/* line 631, styles.sass */
.pressTable table tr td {
  padding: 10px 0;
  vertical-align: top;
}

/* line 634, styles.sass */
.pressTable table tr td.date {
  width: 107px;
  font-weight: bold;
  padding-left: 15px;
}

/* line 639, styles.sass */
.pressTable .pressHeader {
  clear: both;
  padding: 14px 10px;
  margin-bottom: -1px;
  background: url("//www.agilent.com/about/common/css/img/bg-fade-top.png") repeat-x;
}

/* line 644, styles.sass */
.pressTable .pressHeader span {
  padding-left: 55px;
}

/* line 646, styles.sass */
.pressTable .pressHeader span label {
  color: black;
  margin-right: 5px;
}

/* line 649, styles.sass */
.pressTable .pressHeader span .select {
  margin-right: 30px;
  color: black;
  font-size: 10px;
}

/* line 653, styles.sass */
.pressTable .pressHeader ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  float: left;
}

/* line 657, styles.sass */
.pressTable .pressHeader ul li {
  float: left;
  font-size: 10px;
  padding-left: 10px;
  list-style: none !important;
}

/* line 662, styles.sass */
.pressTable .pressHeader ul li a.back {
  background: url("//www.agilent.com/about/common/css/img/arrow-blue-back.png") no-repeat 0 1px;
  padding-left: 10px;
}

/* line 665, styles.sass */
.pressTable .pressHeader ul li a.next {
  background: url("//www.agilent.com/about/common/css/img/arrow-blue-next.png") no-repeat right 1px;
  padding-right: 10px;
}

/* line 669, styles.sass */
.pressFooter {
  padding: 10px 15px;
  margin-bottom: 5px;
  background: url("//www.agilent.com/about/common/css/img/bg-blockh5.png") repeat-x #394652;
  font-size: 10px;
  color: white;
}

/* line 675, styles.sass */
.pressFooter span {
  text-transform: uppercase;
}

/* line 677, styles.sass */
.pressFooter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 679, styles.sass */
.pressFooter ul li {
  float: left;
  padding-left: 10px;
  list-style: none !important;
}

/* line 682, styles.sass */
.pressFooter ul li a {
  color: white;
}

/* line 684, styles.sass */
.pressFooter ul li a.back {
  background: url("//www.agilent.com/about/common/css/img/arrow-white-back.png") no-repeat 0 1px;
  padding-left: 10px;
}

/* line 687, styles.sass */
.pressFooter ul li a.next {
  background: url("//www.agilent.com/about/common/css/img/arrow-white-next.png") no-repeat right 1px;
  padding-right: 10px;
}

/* Image Library */
/* line 692, styles.sass */
.imageLibrary {
  float: left;
  width: 700px;
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0 20px 0;
  background: url("//www.agilent.com/about/common/css/img/hr-dot.gif") repeat-x bottom left;
}

/* line 699, styles.sass */
.imageLibrary.last {
  background: none;
}

/* line 701, styles.sass */
.imageLibrary .photo {
  float: left;
  width: 150px;
  overflow: hidden;
  margin-right: 35px;
}

/* line 706, styles.sass */
.imageLibrary .desc {
  float: left;
  width: 503px;
}

/* line 709, styles.sass */
.imageLibrary .desc h2 {
  font-size: 14px;
  color: black;
  margin: 0;
}

/* line 713, styles.sass */
.imageLibrary .desc p {
  margin: 5px 0 10px 0;
}

/* line 715, styles.sass */
.imageLibrary .desc .filesize {
  color: #b80000;
  text-transform: uppercase;
  padding-left: 1px;
}

/* News Hub Request Form */
.request  {
  height: 280px;
  background-color: #ececec;
  border: solid 1px #c4c4c4;
  display: block;
  margin-top: 25px;
}
.request table td {
  padding-top: 10px;
  padding-left: 10px;
}
.request td form {
  text-align: left;
  width: 215px;
}
.required {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 27px;
}

/* News Hub Blog Post */
.blog-img-right {
  width:  352px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.blog-img-right img {
  border: solid 1px #c4c4c4;
}

.blog-img-right span  {
  font-style: oblique;
  font-size: 11px;
  text-align: left;
}

/* Blog Social */
.social {
  width: 700px;
  margin-bottom: 10px;
}
.social table {
  float: right;
}

/* RSS button */
.rss {
  float: left;
  width: 198px;
  height: 23px;
  margin-bottom: 25px;
  font-size: 12px;
  background: url(../../test/common/css/img/rss-bkg.png);
  border: 1px solid #975b09;
  padding-top: 6px;
}

.rss h3 {
  padding: 8px 10px 8px 20px;
  font-size: 11px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
  display: inline;
}
.rss img  {
  padding-top: 2px;
}
.rss span img{
  margin-top: -1px;
  padding-left: 5px;
}
.rss span h3 {
  padding-left: 5px !important;
}

.rss span a:hover {
  text-decoration: underline;
  color: #FFF;
}

/* Top 3 Blog-Posts for the home page */
.top-posts  {
  border-top: 2px solid #c4c4c4;
  padding: 15px 0 15px 0;
}

/* Home page blog post table */
.homeTable {
  margin-bottom: 20px;
  width: auto;
  /* Press Table Header */
  /* Press Table Footer */
}

.homeTable a {
  display: block;
}

.homeTable table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}

.homeTable table tr {
  border-top: 2px solid #e5e5e5;
}

.homeTable table tr.even {
  background: #f4f4f4;
}

.homeTable table tr td {
  padding: 10px 0;
  vertical-align: top;
}

/* Used when block module doesnt have borders and has multiple paragraphs */
.indent {
  width:auto;
}
.indent p{
  padding-left:20px;
}



/* ============================================================================= */
/******************          8.0  CUSTOM - SPECIAL           *********************/
/* ============================================================================= */

.caption-figure {
  color: #33506a;
  font-size : 10px;
  font-family:Verdana, Geneva, sans-serif;
}

/*prphotos imagelibrary layout */
.primagelibrary {
  width: 700px;
  margin-bottom: 15px;
}
.primagelibrary .row {
  width: 100%;
  min-height: 120px;
  overflow: hidden;
  background: url("//www.agilent.com/about/common/css/img/hr-dot.gif") repeat-x bottom left;
  clear: both;
  padding: 15px 0 15px 0;
}
.primagelibrary .col-one{
  width: 127px;
  font-weight: bold;
  padding-left: 15px;
  float: left;
}
.primagelibrary .col-two{
  width: 340px;
  padding-left: 30px;
  float: left;
}
.primagelibrary .col-three{
  width: 153px;
  padding: 0 10px 0 15px;
  float: right;
}
